Re: Adding WSDL support for the servicemix EIP component.

2006-06-06 Thread Guillaume Nodet
Such errors are logged by the xml parser. Googling, it seems an encoding problem (as the error suggests) and I guess it comes from files checked out by svn using a bad encoding on Max OS X. Encoding is not set on most xml files so I guess it defaults to the default system encoding. Not sure how

New component proposal

2006-06-06 Thread gioppo
Hi. We have developed a new component for printing. To be more specific there are 2 component: the first uses jasperreports to take a template (from a config property) and based on a hash map set in the config file it dynamically associate to template tags either static values written in the confi

Re: Adding WSDL support for the servicemix EIP component.

2006-06-06 Thread Bruce Snyder
Guillaume Nodet wrote: Such errors are logged by the xml parser. Googling, it seems an encoding problem (as the error suggests) and I guess it comes from files checked out by svn using a bad encoding on Max OS X. Encoding is not set on most xml files so I guess it defaults to the default system

Re: New component proposal

2006-06-06 Thread Bruce Snyder
On 6/6/06, gioppo <[EMAIL PROTECTED]> wrote: Hi. We have developed a new component for printing. To be more specific there are 2 component: the first uses jasperreports to take a template (from a config property) and based on a hash map set in the config file it dynamically associate to template

Re: New component proposal

2006-06-06 Thread gioppo
Since we did not alter any servicemix stuff, but created a new component and a new example so we could send the tree for the org/apache/servicemix/components/print and /servicemix-assembly/src/main/release/examples/printer-binding also we'll send the 1.2.3 of jasperreports to place in the /libs/op

Re: servicemix integration with ActiveBPEL

2006-06-06 Thread Alex Boisvert
Yes, you can use the ServiceMix BPEL example as a starting point. Assuming you use a Spring context to initialize your webapp, it becomes mostly a question of declaring the BPEL engine as a component in the context and wiring components with it.And don't forget to add all jar dependencies int

Re: servicemix integration with ActiveBPEL

2006-06-06 Thread Bruce Snyder
On 6/6/06, Alex Boisvert <[EMAIL PROTECTED]> wrote: Bruce Snyder wrote: > On 6/6/06, Alex Boisvert <[EMAIL PROTECTED]> wrote: >> >> Yes, you can use the ServiceMix BPEL example as a starting point. >> >> Assuming you use a Spring context to initialize your webapp, it becomes >> mostly a question