You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Henryk Konsek (JIRA)" <ji...@apache.org> on 2014/01/11 18:37:50 UTC

[jira] [Created] (CAMEL-7126) BAM component is not working with Spring 4

Henryk Konsek created CAMEL-7126:
------------------------------------

             Summary: BAM component is not working with Spring 4
                 Key: CAMEL-7126
                 URL: https://issues.apache.org/jira/browse/CAMEL-7126
             Project: Camel
          Issue Type: Sub-task
          Components: camel-bam
            Reporter: Henryk Konsek


BAM component uses {{JpaTemplate}} class deprecated in Spring 3.1. As {{JpaTemplate}} has been removed in Spring 4, BAM component can't be compiled anymore.

To reproduce the error execute the following command:

{code}
mvn clean install -Pspring4
{code}

We need to migrate BAM component to raw {{EntityManagerFactory}}/{{EntityManager}} API, as recommend by the Spring team.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)