You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Henryk Konsek (JIRA)" <ji...@apache.org> on 2010/09/29 10:31:40 UTC

[jira] Created: (CAMEL-3178) Db4o component

Db4o component
--------------

                 Key: CAMEL-3178
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
             Project: Apache Camel
          Issue Type: New Feature
            Reporter: Henryk Konsek
            Priority: Trivial
         Attachments: db4o_component.patch

I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.

However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).

This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

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

Claus Ibsen commented on CAMEL-3178:
------------------------------------

Well its really unprofessional not to release stable releases once in a while for a product you own/maintain.

And if they can't see the value in that, then they will loose out as people will go find something else.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Henryk Konsek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62419#action_62419 ] 

Henryk Konsek commented on CAMEL-3178:
--------------------------------------

I asked on db4o forum [1] is there any Maven repository with stable releases, but unfortunately there is no such. I voted for the Jira issue regarding this topic [2].

However it will be nice to remove the SNAPSHOT dependency before db4o guys put stable releases to the repo. Can we put and host stable releases downloaded from the db4o site [3] somewhere in the apache/camel public repo?

[1] http://developer.db4o.com/Forums/tabid/98/aft/10236/Default.aspx
[2] http://tracker.db4o.com/browse/COR-1986
[3] http://www.db4o.com/DownloadNow.aspx

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Henryk Konsek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62406#action_62406 ] 

Henryk Konsek commented on CAMEL-3178:
--------------------------------------

I've added wiki page for Db4o component [1] and updated components list page [2].

[1] https://cwiki.apache.org/confluence/display/CAMEL/Db4o
[2] https://cwiki.apache.org/confluence/display/CAMEL/Component+List

Could somebody commit component code to the camel-extra codebase?

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

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

Claus Ibsen commented on CAMEL-3178:
------------------------------------

Ah that is perfect yeah if there is .jar from their website we can download which matches the SNAPSHOT, eg it works as well. Then we can use that .jar.

I think you got the ICLA signed for Apache. 
If you got a google account then I can invite you in on the camel-extra team so you can commit.

I think we need help to ensure the camel-extra project is maintained and kept working with the Camel trunk.
And then to do releases, maybe in sync when we do Apache releases.

So when we do a Camel 2.5 it would be nice to do that for camel-extra as well.

I think the pom.xml has some stuff in there for doing the release and uploading to a maven repo at camel-extra.


> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Updated: (CAMEL-3178) Db4o component

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

Henryk Konsek updated CAMEL-3178:
---------------------------------

    Attachment: db4o_component.patch

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>         Attachments: db4o_component.patch
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Henryk Konsek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62409#action_62409 ] 

Henryk Konsek commented on CAMEL-3178:
--------------------------------------

I'll check out if there's Maven repo with stable version.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

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

Claus Ibsen commented on CAMEL-3178:
------------------------------------

Comitted to camel-extra in rev: 303.

Thanks for the contribution and the documentation. Keep it up.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Henryk Konsek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62326#action_62326 ] 

Henryk Konsek commented on CAMEL-3178:
--------------------------------------

Ok. I've just send signed copy of ICLA to @secretary.

Now I have to wait for the response. In the meantime I'll create the documentation in the txt file and send it here.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Assigned: (CAMEL-3178) Db4o component

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

Claus Ibsen reassigned CAMEL-3178:
----------------------------------

    Assignee: Claus Ibsen

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

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

Claus Ibsen commented on CAMEL-3178:
------------------------------------

Great I have added you to the project.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

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

Claus Ibsen commented on CAMEL-3178:
------------------------------------

Can we uses a stable version of db4o? I prefer not to use SNAPSHOT if possible.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Henryk Konsek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62422#action_62422 ] 

Henryk Konsek commented on CAMEL-3178:
--------------------------------------

I agree.

But what do we choose? Waiting for their stable repo or creating our own?

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Henryk Konsek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62424#action_62424 ] 

Henryk Konsek commented on CAMEL-3178:
--------------------------------------

We don't need to timestamp the jar - we can just download stable version from the web site. I'll check out camel-extra repo and contribute solution proposal.

I can help you with maintenance of camel-extra if you need another pair of hands. What exactly has to be done?

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Updated: (CAMEL-3178) Db4o component

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

Henryk Konsek updated CAMEL-3178:
---------------------------------

    Attachment: db4o_wiki.txt

Until I'm not authorized to modify wiki I attach documentation for Db4o component. It is based on the Hibernate Component documentation since usage of both is very similar.

Could somebody add it to the wiki?

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Updated: (CAMEL-3178) Db4o component

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

Claus Ibsen updated CAMEL-3178:
-------------------------------

    Fix Version/s: 2.6.0

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Henryk Konsek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62245#action_62245 ] 

Henryk Konsek commented on CAMEL-3178:
--------------------------------------

Sure. I'll attach it here soon.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Henryk Konsek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62488#action_62488 ] 

Henryk Konsek commented on CAMEL-3178:
--------------------------------------

@Claus - My gmail is hekonsek@. Can you invite me to the camel-extra on google-code?

In this week I'll try to work on:
* synchronizing camel-extra releases and codebase with apache-camel trunk
* keeping camel-extra page up to date

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62378#action_62378 ] 

Hadrian Zbarcea commented on CAMEL-3178:
----------------------------------------

Henrik, you should now have the necessary karma to edit the wiki. Please let me know if you have difficulties.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Henryk Konsek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62246#action_62246 ] 

Henryk Konsek commented on CAMEL-3178:
--------------------------------------

Where can I find documentation sources?

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

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

Claus Ibsen commented on CAMEL-3178:
------------------------------------

Henryk do you mind working on documentation as well? We always need documentation for any camel component we provide. Whether or not its at camel-extra or at Apache.



> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62428#action_62428 ] 

Hadrian Zbarcea commented on CAMEL-3178:
----------------------------------------

@Claus,

As a friendly suggestion, please refrain from qualifying other people's work. I'd recommend better help out and work with that community to publish their artifacts in the central maven repo if you are dissatisfied. Much better alternative then using the fusesource repo, and it will benefit others as well.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Resolved: (CAMEL-3178) Db4o component

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

Claus Ibsen resolved CAMEL-3178.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.6.0)
                   2.5.0

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62328#action_62328 ] 

Hadrian Zbarcea commented on CAMEL-3178:
----------------------------------------

You may not get a reply from secretary@, but I will know when your iclas gets filed and give you the necessary karma. Do you have a wiki account? It's different than this jira account.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

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

Claus Ibsen commented on CAMEL-3178:
------------------------------------

@Hadrian

Thanks for advice.

That community already have a ticket about publishing their own product into their own maven repo. So that said community is aware of the need.
The fusesource repo is an alternative if they do not rise to the occasion.


> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

Posted by "Henryk Konsek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62330#action_62330 ] 

Henryk Konsek commented on CAMEL-3178:
--------------------------------------

Just created one. Login - hekonsek .

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

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

Claus Ibsen commented on CAMEL-3178:
------------------------------------

If we cant put the .jar there then as a fallback I can put it on fusesource repo.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

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

Claus Ibsen commented on CAMEL-3178:
------------------------------------

Well db4o is on camel-extra and i think we have a maven repo there as well, so we can put a .jar in there which we can give a timestamp as the version number.

In fact we are looking for people who want to help maintain camel-extra and do releases and whatnot.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.5.0
>
>         Attachments: db4o_component.patch, db4o_wiki.txt
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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


[jira] Commented: (CAMEL-3178) Db4o component

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

Claus Ibsen commented on CAMEL-3178:
------------------------------------

Documentation is in wiki
http://camel.apache.org/how-do-i-edit-the-website.html

You can also provide documentation in a txt file or something and attach to this JIRA ticket. Then I can do the wiki stuff.

However signing that ICLA is one step closer to be a committer at Apache as you must have a signed ICLA.

> Db4o component
> --------------
>
>                 Key: CAMEL-3178
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3178
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Henryk Konsek
>            Priority: Trivial
>             Fix For: 2.6.0
>
>         Attachments: db4o_component.patch
>
>
> I had to perform some Hibernate to Db4o (http://www.db4o.com) integration task. I needed to monitor SQL database for inserts, process them and save to the NoSQL Db4o store for further processing. I achieved that with Hibernate component (http://camel.apache.org/hibernate.html) and my custom Spring-Bean objects accessing db4o.
> However I think that if we already got Hibernate support in Camel, it would be nice to provide similar component for db4o. I extracted core logic from my Db4o Spring Bean and created Db4o component from it. I'm attaching patch with the code (patch to Camel-Extra since db4o is licensed on *GPL).
> This is basic yet usable version of db4o component. It is much simpler than Spring Bean I used to resolve my Hibernate->Db4o issue. No advanced configuration, no complex customization. Just core idea extracted from it. If you think that Camel can make use of this db4o component and add it to the codebase, then I can make it more configurable and flexible.

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