Re: OJB Deployment Logging Issue

2004-07-14 Thread katarn
Hi Ryan, I was having the same problem after updating from an older rc to the 1.0 release, ( I posted a question a few days ago, but I realized now I was not giving the right info, I was going crazy with that Exception ). Well, I have just realized the problem is related with the Java policy

OJB Deployment Logging Issue

2004-07-13 Thread Ryan Layer
I am able to get OJB to function properly in an un-managed environment. But when I attempt to deploy an EJB with in the Sun Application Server I get the following error : Could not create Entity EJB; nested exception is: java.lang.NullPointerException java.lang.NullPointerException at

Re: OJB Deployment Logging Issue

2004-07-13 Thread Thomas Mahler
Hi Ryan, this sounds as if ojb.properties and/or the repository files were not on the classpath. Did you follow the steps required for deploying ojb in an app server? http://db.apache.org/ojb/docu/guides/deployment.html cheers, Thomas Ryan Layer wrote: I am able to get OJB to function properly

OJB deployment in J2EE reference Implementation 1.3.1

2003-10-22 Thread Jérôme BLANC
Hello everybody. I am new to OJB and I don't know how to deploy OJB in J2EE reference implementation (1.3.1). The only informations I find on the web deals with OJB deployment with JBoss. But nothing concerning J2EE RI. Any help is welcomed. Thanks. Jérôme

OJB deployment.

2003-03-21 Thread Rajeev Kaul
I am debating on how to package/deploy OJB with J2EE apps. Is it best to include it as a part of the ejb.jar to avoid metadata conflicts with other apps? If OJB is deployed, for example as a .sar file within an application server like JBOSS, then how do you resolve metadata conflicts between