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:45:52 UTC

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

     [ https://issues.apache.org/jira/browse/CAMEL-7126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henryk Konsek reassigned CAMEL-7126:
------------------------------------

    Assignee: Henryk Konsek

> 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
>            Assignee: Henryk Konsek
>             Fix For: Future
>
>
> 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)