Re: Unable to start WICKET+OpenJPA application

2009-05-05 Thread Donald Woods
Believe you may be mixing concepts here. Try putting the persistence info in a META-INF/persistence.xml file instead of your geronimo-web.xml, like the Bank example in the Geronimo Samples - https://svn.apache.org/repos/asf/geronimo/samples/branches/2.1/samples/bank/bank

Unable to start WICKET+OpenJPA application

2009-05-04 Thread Garimella Srinivas
I have a small wicket example application with data stored in a List and it runs in Geronimo ok. Now I have added the data to derby and want to use openjpa for data access and manipulation. With the following Geronimo-web.xml and web.xml I have installed the application. But it refuses to