You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2007/06/12 21:57:33 UTC

[jira] Created: (CAMEL-23) Support JPA as a Camel Endpoint which inserts and deletes records.

Support JPA as a Camel Endpoint which inserts and deletes records.
------------------------------------------------------------------

                 Key: CAMEL-23
                 URL: https://issues.apache.org/activemq/browse/CAMEL-23
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-jpa
            Reporter: Hiram Chirino
            Assignee: James Strachan
             Fix For: 1.0


he jpa: component allows you to work with databases using JPA (EJB 3 Persistence) such as for working with OpenJPA, Hibernate, TopLink to work with relational databases.

Sending POJOs to the JPA endpoint inserts entities into the database. Consuming messages removes (or updates) entities in the database.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-23) Support JPA as a Camel Endpoint which inserts and deletes records.

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino resolved CAMEL-23.
--------------------------------

    Resolution: Fixed

implemented see: http://activemq.apache.org/camel/jpa.html

> Support JPA as a Camel Endpoint which inserts and deletes records.
> ------------------------------------------------------------------
>
>                 Key: CAMEL-23
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-23
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jpa
>            Reporter: Hiram Chirino
>            Assignee: James Strachan
>             Fix For: 1.0
>
>
> The jpa: component allows you to work with databases using JPA (EJB 3 Persistence) such as for working with OpenJPA, Hibernate, TopLink to work with relational databases.
> Sending POJOs to the JPA endpoint inserts entities into the database. Consuming messages removes (or updates) entities in the database.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-23) Support JPA as a Camel Endpoint which inserts and deletes records.

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino updated CAMEL-23:
-------------------------------

    Description: 
The jpa: component allows you to work with databases using JPA (EJB 3 Persistence) such as for working with OpenJPA, Hibernate, TopLink to work with relational databases.

Sending POJOs to the JPA endpoint inserts entities into the database. Consuming messages removes (or updates) entities in the database.

  was:
he jpa: component allows you to work with databases using JPA (EJB 3 Persistence) such as for working with OpenJPA, Hibernate, TopLink to work with relational databases.

Sending POJOs to the JPA endpoint inserts entities into the database. Consuming messages removes (or updates) entities in the database.


> Support JPA as a Camel Endpoint which inserts and deletes records.
> ------------------------------------------------------------------
>
>                 Key: CAMEL-23
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-23
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jpa
>            Reporter: Hiram Chirino
>            Assignee: James Strachan
>             Fix For: 1.0
>
>
> The jpa: component allows you to work with databases using JPA (EJB 3 Persistence) such as for working with OpenJPA, Hibernate, TopLink to work with relational databases.
> Sending POJOs to the JPA endpoint inserts entities into the database. Consuming messages removes (or updates) entities in the database.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.