You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/01/14 13:44:00 UTC

[jira] Created: (CAMEL-1255) Tracer - Provide a jpa trace event message

Tracer - Provide a jpa trace event message
------------------------------------------

                 Key: CAMEL-1255
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1255
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-core, camel-jpa
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.0.0


We should provide a JpaTraceEventMessage in camel-jpa so end users can persist trace event messages using that instead of rolling out their own jpa or how to store it in the db.

TODO
- implement feature *done*
- add wiki documentation
- improve camel-jpa wiki (setting persistence unit)




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


[jira] Resolved: (CAMEL-1255) Tracer - Provide a jpa trace event message

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

Claus Ibsen resolved CAMEL-1255.
--------------------------------

    Resolution: Fixed

See the new example: camel-example-tracer
There is a link to its wiki documentation under the examples

> Tracer - Provide a jpa trace event message
> ------------------------------------------
>
>                 Key: CAMEL-1255
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1255
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core, camel-jpa
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> We should provide a JpaTraceEventMessage in camel-jpa so end users can persist trace event messages using that instead of rolling out their own jpa or how to store it in the db.
> TODO
> - implement feature *DONE*
> - create example how to use jpa trace events *DONE*
> - add wiki documentation *DONE*
> - improve camel-jpa wiki (setting persistence unit) *DONE*

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


[jira] Updated: (CAMEL-1255) Tracer - Provide a jpa trace event message

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

Claus Ibsen updated CAMEL-1255:
-------------------------------

    Description: 
We should provide a JpaTraceEventMessage in camel-jpa so end users can persist trace event messages using that instead of rolling out their own jpa or how to store it in the db.

TODO
- implement feature *DONE*
- create example how to use jpa trace events *DONE*
- add wiki documentation *DONE*
- improve camel-jpa wiki (setting persistence unit) *DONE*




  was:
We should provide a JpaTraceEventMessage in camel-jpa so end users can persist trace event messages using that instead of rolling out their own jpa or how to store it in the db.

TODO
- implement feature *DONE*
- create example how to use jpa trace events *DONE*
- add wiki documentation
- improve camel-jpa wiki (setting persistence unit)





> Tracer - Provide a jpa trace event message
> ------------------------------------------
>
>                 Key: CAMEL-1255
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1255
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core, camel-jpa
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> We should provide a JpaTraceEventMessage in camel-jpa so end users can persist trace event messages using that instead of rolling out their own jpa or how to store it in the db.
> TODO
> - implement feature *DONE*
> - create example how to use jpa trace events *DONE*
> - add wiki documentation *DONE*
> - improve camel-jpa wiki (setting persistence unit) *DONE*

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


[jira] Updated: (CAMEL-1255) Tracer - Provide a jpa trace event message

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

Claus Ibsen updated CAMEL-1255:
-------------------------------

    Description: 
We should provide a JpaTraceEventMessage in camel-jpa so end users can persist trace event messages using that instead of rolling out their own jpa or how to store it in the db.

TODO
- implement feature *DONE*
- create example how to use jpa trace events *DONE*
- add wiki documentation
- improve camel-jpa wiki (setting persistence unit)




  was:
We should provide a JpaTraceEventMessage in camel-jpa so end users can persist trace event messages using that instead of rolling out their own jpa or how to store it in the db.

TODO
- implement feature *done*
- add wiki documentation
- improve camel-jpa wiki (setting persistence unit)





> Tracer - Provide a jpa trace event message
> ------------------------------------------
>
>                 Key: CAMEL-1255
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1255
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core, camel-jpa
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> We should provide a JpaTraceEventMessage in camel-jpa so end users can persist trace event messages using that instead of rolling out their own jpa or how to store it in the db.
> TODO
> - implement feature *DONE*
> - create example how to use jpa trace events *DONE*
> - add wiki documentation
> - improve camel-jpa wiki (setting persistence unit)

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


[jira] Commented: (CAMEL-1255) Tracer - Provide a jpa trace event message

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48702#action_48702 ] 

Claus Ibsen commented on CAMEL-1255:
------------------------------------

davsclaus:(svn)camel[trunk:734376]/$ svn commit --message "CAMEL-1255: Jpa based trace event message for storing trace events in a database. All jpa entity have CAMEL_ as prefix in table names."
Adding         camel-core/src/main/java/org/apache/camel/processor/interceptor/DefaultTraceEventMessage.java
Sending        camel-core/src/main/java/org/apache/camel/processor/interceptor/TraceEventExchange.java
Replacing      camel-core/src/main/java/org/apache/camel/processor/interceptor/TraceEventMessage.java
Sending        camel-core/src/main/java/org/apache/camel/processor/interceptor/TraceInterceptor.java
Sending        camel-core/src/main/java/org/apache/camel/processor/interceptor/Tracer.java
Sending        camel-core/src/main/java/org/apache/camel/util/IntrospectionSupport.java
Sending        camel-core/src/test/java/org/apache/camel/processor/interceptor/TraceFormatterTest.java
Sending        camel-core/src/test/java/org/apache/camel/processor/interceptor/TraceInterceptorDestinationTest.java
Sending        components/camel-bam/src/main/java/org/apache/camel/bam/model/ActivityDefinition.java
Sending        components/camel-bam/src/main/java/org/apache/camel/bam/model/ActivityState.java
Sending        components/camel-bam/src/main/java/org/apache/camel/bam/model/ProcessDefinition.java
Sending        components/camel-bam/src/main/java/org/apache/camel/bam/model/ProcessInstance.java
Sending        components/camel-jpa/pom.xml
Sending        components/camel-jpa/src/main/java/org/apache/camel/processor/idempotent/jpa/MessageProcessed.java
Adding         components/camel-jpa/src/main/java/org/apache/camel/processor/interceptor
Adding         components/camel-jpa/src/main/java/org/apache/camel/processor/interceptor/JpaTraceEventMessage.java
Sending        components/camel-jpa/src/main/resources/META-INF/persistence.xml
Adding         components/camel-jpa/src/test/java/org/apache/camel/processor/interceptor
Adding         components/camel-jpa/src/test/java/org/apache/camel/processor/interceptor/JpaTraceEventMessageTest.java
Sending        components/camel-jpa/src/test/resources/META-INF/persistence.xml
Adding         components/camel-jpa/src/test/resources/org/apache/camel/processor/interceptor
Adding         components/camel-jpa/src/test/resources/org/apache/camel/processor/interceptor/springJpaTraveEvent.xml
Transmitting file data ...................
Committed revision 734401.

> Tracer - Provide a jpa trace event message
> ------------------------------------------
>
>                 Key: CAMEL-1255
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1255
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core, camel-jpa
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> We should provide a JpaTraceEventMessage in camel-jpa so end users can persist trace event messages using that instead of rolling out their own jpa or how to store it in the db.
> TODO
> - implement feature *done*
> - add wiki documentation
> - improve camel-jpa wiki (setting persistence unit)

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