Hey, i have no idea what im doing wrong here .. this should be open and shut, but it just aint.
i followed this tutorial to the letter, with the exception of using weblogic instead of glassfish
http://www.myeclipseide.com/documentation/quickstarts/ejb3/
and everything is fine until i run the clientcode wich results in
javax.naming.NameNotFoundException: While trying to lookup 'com.myeclipseide.
ejb3.MyBeanRemote' didn't find subcontext 'com'. Resolved '' [Root exception is javax.naming.NameNotFoundException: While trying to lookup 'com.myeclipseide.
ejb3.MyBeanRemote' didn't find subcontext 'com'. Resolved '']; remaining name 'com/myeclipseide/
ejb3/MyBeanRemote'
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:217)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
at weblogic.jndi.internal.ServerNamingNode_1000_WLStub.lookup(Unknown Source)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:379)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:367)
at javax.naming.InitialContext.lookup(Unknown Source)
at com.myeclipseide.
ejb3.MyBeanClient.main(MyBeanClient.java:17)
I start the admin console to lookup my application under "Deployments", and there it is ;
_appsdir_MyFirstEclipseEJB_dir (autodeployed)..
So .. i figure i'll need to "start" it or something (allthough it IS deployed??) .. så i mark the box, hit start and gets this
weblogic.management.ManagementException: [Deployer:149001]No application named '_appsdir_MyFirstEclipseEJB_dir' exists for operation start
Thats just hellafine ..
Another thing thats bugging me ... where's the ejb-jar.xml, is that gone for
ejb3 sessions ? cause myeclipse sure isnt generating one.
Thanks to anyone who takes the time to read this!