I am trying to learn EJB 2.0 with orion and am having
some problems getting a 1:1 dependant object to load.  I
have traced it done to the dependant object, because if
i deploy the bean without the dependant object it
deploys fine.  but when i try to deploy with the
dependant object i get this exception:
-----------
Auto-deploying EmployeeEJB.jar (ejb-jar.xml had been
touched since the previous deployment)...
java.lang.NullPointerException
        at
com.evermind.server.ejb.deployment.ContainerManagedField.equals(JAX)
        at java.util.HashMap.put(HashMap.java:330)
        at java.util.HashSet.add(HashSet.java:163)
        at
java.util.AbstractCollection.addAll(AbstractCollection.java:317)
        at java.util.HashSet.<init>(HashSet.java:86)
        at com.evermind.server.ejb.deployment.Dependent.zt(JAX)
        at com.evermind.server.ejb.compilation.f7.<init>(JAX)
        at com.evermind.server.ejb.compilation.gc.sz(JAX)
        at com.evermind.server.ejb.EJBContainer.bz(JAX)
        at com.evermind.server.Application.bz(JAX)
        at com.evermind.server.Application.gf(JAX)
        at com.evermind.server.ApplicationServer.ru(JAX)
        at com.evermind.server.ApplicationServer.ap8(JAX)
        at com.evermind.server.ApplicationServer.gf(JAX)
        at com.evermind.server.hi.run(JAX)
        at java.lang.Thread.run(Thread.java:484)
        at com.evermind.util.f.run(JAX)

------------
i am using orion 1.4.4.  i know that 1:1 is suppose to
work.  i attached my jar file with all the code in it.

tia,
artie

EmployeeEJB.jar

Reply via email to