my ejb application "app.ear" is running well in jboss3.0 but throws many 
exception when deployed in jboss4.0. 
The exception is as following:
2006-07-03 09:19:35,755 DEBUG 
[org.jboss.ejb.plugins.local.BaseLocalProxyFactory]MyPrinciple cannot be Bound, 
doesn't have local and local home interfaces
2006-07-03 09:19:35,755 ERROR [STDERR] java.lang.NoSuchMethodException: 
javax.ejb.EJBHome.getHomeHandle()
2006-07-03 09:19:35,755 ERROR [STDERR]  at 
java.lang.Class.getMethod(Class.java:986)
2006-07-03 09:19:35,755 ERROR [STDERR]  at 
org.jboss.proxy.ejb.HomeInterceptor.(HomeInterceptor.java:79)
2006-07-03 09:19:35,755 ERROR [STDERR]  at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2006-07-03 09:19:35,755 ERROR [STDERR]  at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
2006-07-03 09:19:35,755 ERROR [STDERR]  at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
2006-07-03 09:19:3

 there is none of my code invoke home.getHomeHandle(). In addition, why it 
tells me "doesn't have local and local home interfaces"? is there some 
different deployment requirements between jboss3 and jboss4?  i'm very confused 
about this, who can help me out of this?

thank u very much.


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

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

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