On Aug 18, 2008, at 4:16 PM, ericp56 wrote: > > I must be missing something easy. I don't see the connection between jndi + jpa and the error you show.... If you haven't already I'd look at http://cwiki.apache.org/GMOxDOC21/datasource-connectionfactory-mdb-and-jpa.html to check if the persistence.xml is configured correctly. hope this helps david jencks > > > I have a JNDI data source configured in Geronimo. > > I am using JPA in my application. > > Here's my persistence.xml : > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/persistence > http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"> > > jdbc/CTIMSSQL2 > com.twcable.ivr.resources.CustomerCallHistory > > > > I cranked up logging to ALL, and this is all I see: > 19:13:24,914 INFO [Transaction] TX Required: Started transaction > org.apache.geronimo.transaction.manager.TransactionImpl@1b108ae > 19:13:24,914 INFO [Transaction] TX Required: Committing transaction > org.apache.geronimo.transaction.manager.TransactionImpl@1b108ae > 19:13:24,914 ERROR [Axis2WebServiceContainer] Exception occurred while > trying to invoke service method doService() > org.apache.axis2.AxisFault: An error was detected during JAXWS > processing > at > org > .apache > .geronimo.axis2.ejb.EJBInterceptor.intercept(EJBInterceptor.java:88) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > etc. > > Any suggestions? > -- > View this message in context: http://www.nabble.com/JPA-and-JNDI-tp19041772s134p19041772.html > Sent from the Apache Geronimo - Users mailing list archive at > Nabble.com. >