Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
is anybody have experience with deploy Job containing tSugarCRM as OSGI?
Component perfect work in standalone jobs, in bach mode, but when attempt to implement it as part of web service:
- job also perfect work from Studio as web service
- but when deploy in runtime some dependencies errors:
Hi there,
I just wanted to touch base with you regarding SugarCRM. I work for a SugarCRM partner firm and we are implementing Talend ESB as our Migration/Integration platform.
Somewhere in the future I will implement either a Camel SugarCRM component or recreate the SugarBean into a Java Equivalent.
sure - this is interesting
I just looking for present solution
I of course can write direct to database tables in SugarCRM with tMySQLOutput (plus additional logic), but want to find way make present component working
very active discussion!
may be Talend Staff could answer - how to make working Talend component in Talend environment?
BTW - current implemented working solution
- web service (because it contain other steps) - do all as usual, and instead of call tSugarCRMOutput component - send message to ActiveMQ
- Standard Talend Job running from cron trigger in TAC, parse messages queue every minutes and use tSugarCRM without problem
not a real-time, but at least it work for now.
Still interesting to have more proper solution.
Very nice.
We started our SugarCRM Camel component. We are going to start with get_entry and set_entry, and get_entry_list.
Nice to hear that it is working especially that you are utilizing ApacheMQ too.
as I understand - You are not a Talend person 🙂
and Your component is great, but it still will be Your (in best case community) component
so, still interesting to have a answer from Talend - if they include component in tools, why it not working?