Top "Ejb-2.x" questions

This tag is used for question related to the session bean and message-driven bean component types of the EJB 2.x programming model.

RAD not adding an EAR project to a WAS instance

In my RAD workspace, I have an EAR project. Now I have a WAS 6.1 instance which i created from inside …

deployment websphere packaging rad ejb-2.x
Where is the JNDI name in my code?

I have created a EJB2.0 using Eclipse 3.7 IDE, and deployed it in JBoss 5 application server (my bean name is product). …

java ejb jndi ejb-2.x
The simplest way to convert EJB 2.0 project to EJB 3.0

What is the simplest way to convert EJB 2.0 (WebLogic 8.1) project to EJB 3.0 (OAS or WebLogic etc)? I found just this …

migration ejb-3.0 ejb ejb-2.x
Failed to marshal EJB parameters --- IllegalArgumentException: Can not set org.apache.commons.collections.FastHashMap field

I'm getting the below error while trying to save a search results using the Remote interface for SearchFacade.java "Failed …

jboss7.x apache-commons struts-1 ejb-2.x xdoclet
What is the EJB 3.0 version of method ejbCreate

I would like to migrate some old EJB 2.1 code to EJB 3.0, but there is some handling of configuration errors in …

java jakarta-ee ejb-3.0 ejb-2.x
Jboss AS 6 - How to find an EJB via JNDI

I am trying out a simple EJB 2.1 HelloWorld using Jboss AS 6. I created an EJB jar file with the following …

java ejb jndi jboss6.x ejb-2.x
JBWEB000236: Servlet.service() for servlet strutsAction threw exception: java.lang.StackOverflowError

I'm migrating my application from Jboss 4 to Jboss 7(jboss eap 6.1 alpha) getting the below error, while trying to search results …

java struts-1 stack-overflow ejb-2.x jboss-eap-6
How to configure EJB lookup in clusterd websphere environment

I'm developing a EJB client. The EJB (2.1) server in deployed as Websphere 6.0 cluster. I'm doing the jndi lookup after acquirement …

ejb websphere ejb-2.x
Jboss 7.1 ejb 2.1 custom transaction timeout configuration

I'm currently trying to upgrade my web application from jboss 5.1 to jboss 7.1.1.Final In my jboss.xml I have configured …

jboss7.x ejb-2.x