I don't have any errors except that the transaction is not started with begin / commit. Even if I use EclipseLink or Hibernate JPA, I see in the stack trace the SQL SELECT done one the DB but no insert
Charles Moulliard Senior Enterprise Architect (J2EE, .NET, SOA) Apache Camel Committer ******************************************************************* - Blog : http://cmoulliard.blogspot.com - Twitter : http://twitter.com/cmoulliard - Linkedlin : http://www.linkedin.com/in/charlesmoulliard On Tue, May 11, 2010 at 8:42 AM, iocanel <[email protected]> wrote: > > > cmoulliard wrote: >> >> I will have a look on what you propose and test it in SMX4.x. >> >> I have made tests without using @Transactional and configuring spring >> with >> org.springframework.transaction.interceptor.TransactionProxyFactoryBean >> but insert does not occur too in DB. I have no idea why the commit is >> not done on the transaction. >> > > Hi Charles, > > have you tried to debug in order to determine the exact nature of the > problem? > > ----- > Ioannis Canellos > -- > View this message in context: > http://old.nabble.com/Data-not-inserted-into-DB-%28Camel-Bean---EclipseLink---Spring-DM---SMX--4.2%29-%21%21-tp28475358p28520495.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. > >
