Re: OpenEJB maven problem

2008-02-14 Thread David Blevins
On Feb 7, 2008, at 12:06 AM, Martin Vysny wrote: On Wed, 2008-02-06 at 14:12 -0800, David Blevins wrote: You should give the recently released 3.0-beta-2 a try. http://www.apache.org/dist/openejb/3.0-beta-2/ David, thanks, great news! ;) Do you know when it will be released into Maven2

3.0 Documentation

2008-02-14 Thread David Blevins
Starting to get our 3.0 Documentation in a bit better shape. Added some of the things that have come up recently. It's up in the wiki area now: http://cwiki.apache.org/OPENEJBx30/ This should sync to the main website in an hour or so, here: http://openejb.apache.org/3.0/ Requests are

RE: OpenEJB - Missing required persistence.xml

2008-02-14 Thread Karsten.Ohme
Thanks a lot again, I have now made one errors progress: Now the problem seems to be that the entities in the database are not automatically created. Is this possible or do I have to do it on my own? Thanks, Karsten javax.ejb.EJBException: The bean encountered a non-application exception.; nes

Re: OpenEJB - Missing required persistence.xml

2008-02-14 Thread Jacek Laskowski
On Thu, Feb 14, 2008 at 6:29 AM, <[EMAIL PROTECTED]> wrote: > Now the problem seems to be that the entities in the database are not > automatically created. Is this possible or do I have to do it on my own? What do you mean by "not automatically created"? If you execute EntityManager.persist()

Re: OpenEJB - Missing required persistence.xml

2008-02-14 Thread David Blevins
On Feb 14, 2008, at 6:29 AM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED] > wrote: Thanks a lot again, I have now made one errors progress: Now the problem seems to be that the entities in the database are not automatically created. Is this possible or do I have to do it on my own? Thanks, K