Compilation error

2006-03-08 Thread Charles Souillard
Hi all, I am having troubles compiling SM today. I tried to remove the directory : /home/souillac/.maven/cache/maven-multiproject-plugin-1.3.1 Can you help me ? Regards, Charles Here is the trace : + | Executing default ServiceMix :: Packaging Descri

Re: Compilation error

2006-03-08 Thread Guillaume Nodet
Yeah, I have seen this error, but I 'm not able to reproduce it. Could you run maven with -X option and send the output for thw whole Packaging Descriptors project ? As I'm writing, I think this may be due to incompatibilities between maven 1.1 and 1.0. I'm using 1.1. Are you using 1.0 ? Guilla

Re: Routing to external WebServices from ServiceMix

2006-03-08 Thread Tom
Hello, First of all, thanx for the previous help Guillaume. Now I've got some more questions. Our setup is as follows (see attachment) : There are (currently) 4 WebServices available. A BPEL process that is running on the PXE needs to communicate with all four of the services. Before any me

Re: Routing to external WebServices from ServiceMix

2006-03-08 Thread Tom
Apparently, the .jpg of the setup wasn't accepted by the mailing list. The diagram can be found here : http://www.boza.be/SetupDiagram.jpg Tom Tom schreef: Hello, First of all, thanx for the previous help Guillaume. Now I've got some more questions. Our setup is as follows (see attachment)

Re: Compilation error

2006-03-08 Thread Guillaume Nodet
This should be fixed now. Guillaume On 3/8/06, Charles Souillard <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am having troubles compiling SM today. > > I tried to remove the directory : > /home/souillac/.maven/cache/maven-multiproject-plugin-1.3.1 > > Can you help me ? > > Regards, > Charles > >

Maven 2 and the JBI plugin

2006-03-08 Thread Marc Tremblay
Hi, I've built and installed (mvn install) the Maven 2 JBI plugin in servicemix/tooling/maven2-jbi-plugin. However, when I try to use the jbi:generateInstaller goal, maven can't find the installed plugin. C:\devel\services\quartz-service>mvn jbi:generateInstaller [INFO] Scanning for projects..

Re: Maven 2 and the JBI plugin

2006-03-08 Thread Guillaume Nodet
Take a look at a sample pom using it: http://svn.apache.org/viewcvs.cgi/incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml?rev=379627&view=markup You have to set the jbi-component and configure the plugin org.apache.servicemix.plugins maven2-

Re: [Resolved]Connections addresses must be activated in order to be resolved

2006-03-08 Thread Guillaume Nodet
I have checked in some new code to retrieve the interface name of an endpoint, based on the jbi descritors of SUs deployed on the components. Tell me if it works for you ... Cheers, Guillaume Nodet On 3/8/06, Hossam Karim < [EMAIL PROTECTED]> wrote: > > Glade we came up with a conclusion, do you

RE: [Resolved]Connections addresses must be activated in order to be resolved

2006-03-08 Thread Hossam Karim
It just worked! Thanks Guillaume, keep on the excellent work. Hossam Karim -Original Message- From: Guillaume Nodet [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 08, 2006 11:02 PM To: servicemix-users@geronimo.apache.org Subject: Re: [Resolved]Connections addresses must be activated i

Invalid jbi.xml

2006-03-08 Thread Marc Tremblay
Caused by: org.xml.sax.SAXParseException: Document root element "jbi", must match DOCTYPE root "null". at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source) at org.apache.xerc

Re: Invalid jbi.xml

2006-03-08 Thread Marc Tremblay
What I meant to lead off with was that I got the Maven 2 jbi plugin working, but it doesn't seem to be generating deployable artifacts. On 8-Mar-06, at 9:31 PM, Marc Tremblay wrote: Caused by: org.xml.sax.SAXParseException: Document root element "jbi", must match DOCTYPE root "null".

Re: Invalid jbi.xml

2006-03-08 Thread Guillaume Nodet
Which version of ServiceMix and JDK do you use ? Please try with 3.0-SNAPSHOT and JDK 5 and report back. We had such errors a few months ago and I never quite figured out where they come from... Cheers, Guillaume Nodet On 3/9/06, Marc Tremblay <[EMAIL PROTECTED]> wrote: > > Caused by: org.xml.sax