Re: Using JPA component in EJB application and having issues with null TransactionManager.

2015-04-20 Thread Rob Terpilowski
TransactionManager. Hi You can configure and set the transaction manager and whatnot directly on the JpaComponent using the setters. Then there is no lookup needed from Camel which you talk about is causing a problem for you. On Sat, Apr 18, 2015 at 3:48 PM, Rob Terpilowski r...@lynden.com wrote

Re: Using JPA component in EJB application and having issues with null TransactionManager.

2015-04-18 Thread Rob Terpilowski
of Camel do you use? On Sat, Apr 18, 2015 at 1:21 AM, Rob Terpilowski r...@lynden.com wrote: Hello, I have a web application which I am running in Glassfish 4.1, which contains an EJB which is using Hibernate to access a SQL Server DB. I would also like to use the Camel JPA component for some

Using JPA component in EJB application and having issues with null TransactionManager.

2015-04-17 Thread Rob Terpilowski
Hello, I have a web application which I am running in Glassfish 4.1, which contains an EJB which is using Hibernate to access a SQL Server DB. I would also like to use the Camel JPA component for some new functionality, but I am getting NullPointerExceptions complaining about the transaction