Refresher.  I'm using JBoss 4.0.4GA with EJB RC7.  My current ejbs are all 2.0 
ejbs and I want to keep using the deployment descriptors.

When I change the ejb-jar.xml to use ejb-jar_3.0.xsd the 
context.lookup(jndiName) is returning a proxy that does not extend the EJBHome 
interface.  If I change back to the ejb-jar_2.0.dtd the EJBHome does extend 
javax.ejb.EJBHome.

Does this mean in order for my EJB 2.0 beans to be EJB 3.0 compliant (i.e. use 
ejb-jar_3.0.xsd) I must now remove all occurances of casting the Proxy object,  
returned from a context.lookup, to EJBHome???


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953247#3953247

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953247

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to