ejb « websphere « Java Enterprise Q&A





1. How do you establish context and call an WebSphere EJB from the Sun JRE (not IBM)    stackoverflow.com

Is there a way to call an EJB that is served through WebSphere (iiop://host:port/ejbName) from a vanilla JRE (like Sun). A lot of people have been telling me that this type ...

2. What is your method to generate Websphere 6 EJB with Ant / JDK 1.4.x?    stackoverflow.com

The only working method I found, several years ago, was :

  1. Generating ibm-ejb-jar-bnd.xmi and ibm-ejb-jar-ext.xmi for each session bean by using XDoclet (ejbdoclet task)
  2. Making a jar (without stubs) with task jar; ...

3. Calling EJB in WAS server from another WAS server    stackoverflow.com

Messages: 33 [Post New]posted Today 5:33:25 AM Quote Edit [Up] Hi, I have a EJB deployed in WAS server which I am trying to call from a POJO code running in another instance of WAS ...

4. WebSphere Application Server EJB Optimization    stackoverflow.com

We are working on developing a Java EE based application. Our application is Java 1.5 compatible and will be deployed to WAS ND 6.1.0.21 with EBJ 3.0 and Web Services feature ...

5. Get reference to the EJB3 local business interface inside the JCA adapter    stackoverflow.com

I'd like to know whether it is possible to get a reference to the ejb3 local business interfaces inside the jca adapter? Resource adapter and ejb .jar are packed into the ...

6. jvm version for Websphere 6.1.0.23on Solaris    stackoverflow.com

Hi I'm at big financial institute and we've an application running on Websphere 6.1. on Solaris. Due to MQ Connectivity we had to install fixpack 6.1.0.23. Unfortunately this broke an ejb ...

7. Ejb lookup failing on WAS7.0 with NamingException    stackoverflow.com

I have an application developed on RAD using WAS 6.0. I migrated the code to WID 7.0. After making some changes in the EJB modules(Had to remove the bnd.xmi file from ...

8. Accessing an EJB deployed on websphere community server using Open EJB?    stackoverflow.com

How can I access an EJB deployed on websphere community server using Open EJB? I'm trying to use code like the following but am not sure what to use for a ...

9. What are the leading EJB platform providers, such as WebSphere, etc.?    stackoverflow.com

I am looking at this question from someone with a Microsoft background. If I wanted to get to know the EJB world, who are the leading players in terms of implementations? ...





10. EJB webservice hanging during first call in Websphere    stackoverflow.com

I have a top-down EJB Webservice (deployed on Websphere 6.01) that hangs the first time I call it after starting the JVM. If I see the logs, it seems to do ...

11. How to configure an ejb both local and remote on Websphere    stackoverflow.com

I have a stateless EJB SessionBean with bith @local and @remote annotations. The code is working fine in weblogic server. However on deploying it to Websphere it gives following exception. bm.ejs.container.EJBConfigurationException: BUSINESS_INTERFACE_DESIGNATED_AS_BOTH_REMOTE_AND_LOCAL: ...

12. websphere EJSLocalWrapper    stackoverflow.com

In my IBM websphere EJB app, there is a facade class. There also is a class like this:
EJSLocalStatelessFacade_f89c8f6d extends EJSLocalWrapper. This is a websphere container generated class. From first glance, it is ...

13. Error using Ant to create EJB after upgrading WAS from 6.0 to 7.0    stackoverflow.com

Ant task breaks at the <wsejbdeploy> tag. The exception message is :

[wsejbdeploy] Error executing deployment: java.lang.ClassNotFoundException. 
Error is com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.
[wsejbdeploy] java.lang.ClassNotFoundException: 
com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension
[wsejbdeploy]   at java.lang.Class.forName(Class.java:136)
In addition to that, ivy.xml reports problems, ...

14. calling ejb3.0 in action class. application server : websphere7.0 and IDE: RAD7.5    stackoverflow.com

I have written one stateless session bean and deployed in the server. when i tried to access that particular ejb, it's throwing error.

Code sample:

TestServiceBeanRemote : Remore bean TestServiceBean ...

15. Binding a queue to an EJB 3.0 MDB in WebSphere 7    stackoverflow.com

I'm writing, or trying to write, Baby's First MDB on WebSphere 7. I have nearly no hair left, having pulled it all out trying to get the thing to work. It ...

16. Unable to lookup remote EJB on Websphere 8    stackoverflow.com

I have deployed an EJB with local and remote interfaces, and I can lookup the local one OK after deployment, but I'm not able to to do with the remote, from ...





17. Websphere error while trying to call EJB methods on another server    stackoverflow.com

I'm using EJB 2.x. I have 2 machines, both of them on WebSphere 7.0. On each of them deployed different application. When I try from one application (on machine1) to call ...

18. EJB dependency injection into Servelt - WAS7    stackoverflow.com

I am trying to inject an EJB with the @EJB annotation :

  • when I inject an EJB into another EJB it works fine.
  • when I inject the same EJB into a servlet I ...

19. EJB2.1 hello word application configuration issue    stackoverflow.com

I am trying to make hello world EJB2.1 application in RAD6 with Web sphere application server. But i'm unable to understand that which file i've to edit in RAD6 for doing ...

20. CORBA.COMM_FAILURE on calling an EJB method    stackoverflow.com

We run a WebSphere server with a few clients using different EJBs. One of the clients SOMETIMES fails on one specific method call (a KeepAlive method running every minute). We see ...

23. Help on EJB Webservices in websphere    coderanch.com

Hi all I am having the following problem I created an EJB webservice using the EJB2webservice tool provided by IBM. The tool modified my ear to a webservice enabled EAR containing the WSDL file and webservices.xml file. It also created a routing application through which I can access the webservice. The real issue is, the WSDL generated shows that the webservice ...

24. Guide of development of WebSphere    java-forums.org

25. IBM WebSphere on the open-source    java-forums.org

27. generating autogenerated primary key with EJB 2.0 CMP + Websphere sever    forums.oracle.com

Hi Frndz: Environment: WebSphere App Server 6.0, Oracle 9i Problem: I have autogenerated primary key in all of my tables (Generated as Identity). We are using EJB 2.0 with CMP/CMR. I would like to know a way to create entity beans, without explicitly generating a primary key from within the bean or using some other methods such as sequence blocks etc. ...