| Author |
Another WAS7 issue regarding local session beans
|
Kevin P Smith
Ranch Hand
Joined: Feb 18, 2005
Posts: 362
|
|
having a little trouble transferig my app from Glassfish 3 to Websphere 7 for developers, I have for now created a simple little test app to prove concept...
Trying to run a simple EJB app, where 1 Servlet calls 1 Session bean but I get the following error:
Servlet in 'was7.war'
Bean in 'ejb.jar'
application.xml
|
 |
Kevin P Smith
Ranch Hand
Joined: Feb 18, 2005
Posts: 362
|
|
Sorted!
Websphere 7 only supports EJB3.0 not EJB3.1, so I have to have them really annoying and completely pointless local interfaces!
Why O why do we need these interfaces?
|
 |
harry lakky
Greenhorn
Joined: Dec 18, 2012
Posts: 1
|
|
Hi...
I am facing exactly the same issue. Please help me how to sort out this problem
|
 |
 |
|
|
subject: Another WAS7 issue regarding local session beans
|
|
|