Hi,
I have around 15 CMP EJBs that deploy great using MSSQL but now I want to
deploy using Oracle and I found a problem with a not very clear error. Some
of the tables for my EJBs are being created in my Oracle DB. But if the
EJB's description is extended in the orion-ejb-jar.xml file, then the
following exception is thrown by Orion:
java.lang.NullPointerException
at com.evermind.server.ejb.compilation.f4.s_(JAX)
at com.evermind.server.ejb.compilation.ga.s_(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.rv(JAX)
at com.evermind.server.ApplicationServer.aqb(JAX)
at com.evermind.server.ApplicationServer.gf(JAX)
at com.evermind.server.hg.run(JAX)
at java.lang.Thread.run(Thread.java:484)
at com.evermind.util.f.run(JAX)
(This happens even if the "entity-deployment" block is empty)
Any help will be appreciated.
Thanks,
juan