Re: Source re-structuring

2006-08-01 Thread Guillaume Nodet
I have just checked in a fix to the root pom to exclude this dependency from xfire-all. On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: As a workaround, you can copy the jar from http://repo.mergere.com/maven2/stax/stax-api/1.0/stax-api-1.0.jar to ~/.m2/java/xml/jsr173/1.0 I will l

Re: Source re-structuring

2006-08-01 Thread Philip Dodds
will do :) P On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: As a workaround, you can copy the jar from http://repo.mergere.com/maven2/stax/stax-api/1.0/stax-api-1.0.jar to ~/.m2/java/xml/jsr173/1.0 I will look at the problem now. On 8/1/06, Philip Dodds <[EMAIL PROTECTED]> wrote

Re: Source re-structuring

2006-08-01 Thread Guillaume Nodet
As a workaround, you can copy the jar from http://repo.mergere.com/maven2/stax/stax-api/1.0/stax-api-1.0.jar to ~/.m2/java/xml/jsr173/1.0 I will look at the problem now. On 8/1/06, Philip Dodds <[EMAIL PROTECTED]> wrote: Great! Did you have any luck on the jsr171 dependency? P On 8/1/06

Re: Source re-structuring

2006-08-01 Thread Philip Dodds
Great! Did you have any luck on the jsr171 dependency? P On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: I have just added some profiles to the build system. They can be activated using mvn -Dprofile=name where name can be container => servicemix-services, servicemix-jbi, service

Re: Source re-structuring

2006-08-01 Thread Guillaume Nodet
I have just added some profiles to the build system. They can be activated using mvn -Dprofile=name where name can be container => servicemix-services, servicemix-jbi, servicemix-core tooling => tooling components => beanflow, components, common, soap, bpe, ... assembly => samples,

Re: maven 2 install error.

2006-08-01 Thread Guillaume Nodet
It seems the problem is tougher that I initially though. I had forgot that the maven plugin needs servicemix-core to build. You may need to do: cd servicemix-jbi mvn install mvn -Dmaven.test.skip=true install mvn install cd ../servicemix/servicemix-core mvn -Dmaven.test.skip=true

maven 2 install error.

2006-08-01 Thread jthorn721
I downloaded the latest servicemix source from svn, using maven 2.0.4 I then did a mvn -N install in the main directory with no errors, I then went into tooling and did a mvn install and got the following error, anybody have an idea why its not finding the class? [WARNING] Goal prefix is: jbi; Ma

[jira] Created: (SM-507) attribute dumpStats is ignored and Stats.csv not created / filled

2006-08-01 Thread Georg (JIRA)
attribute dumpStats is ignored and Stats.csv not created / filled - Key: SM-507 URL: https://issues.apache.org/activemq/browse/SM-507 Project: ServiceMix Issue Type: Bug

Re: BAM-Config file handling

2006-08-01 Thread Soumadeep-Infravio
Somehow the XSDs got detached ;-) - Original Message - From: "Soumadeep-Infravio" <[EMAIL PROTECTED]> To: ; Sent: Tuesday, August 01, 2006 7:53 PM Subject: BAM-Config file handling Guillaume/All, Currently, I am handling the config file for the BAM component using XMLBeans/XSD. We

BAM-Config file handling

2006-08-01 Thread Soumadeep-Infravio
Guillaume/All, Currently, I am handling the config file for the BAM component using XMLBeans/XSD. We can think of some cool way of dealing with it later... Hope that's Ok with everyone. All the three XSDs/ sample xmls are attached - global-config, Bam and Actions...Do take a look ... Thank

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Philip Dodds
Sounds good :) P On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > > > > On 8/1/06, Philip Dodds <[EMAIL PROTECTED]> wrote: > > > Probably need to modify the GenerateServiceUnitMojo so that it contains > > logic similar to teh Generat

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: On 8/1/06, Philip Dodds <[EMAIL PROTECTED]> wrote: > Probably need to modify the GenerateServiceUnitMojo so that it contains > logic similar to teh GenerateComponentMojo. Though we'll need to filter > out > the jbi-component so it does en

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
On 8/1/06, Philip Dodds <[EMAIL PROTECTED]> wrote: Probably need to modify the GenerateServiceUnitMojo so that it contains logic similar to teh GenerateComponentMojo. Though we'll need to filter out the jbi-component so it does end up bundled. I can take a look now if you like That would be

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Philip Dodds
Terry, What sort of dependency issues are you considering within the SU? problems with the dependency to the component that it is deploying to? P On 8/1/06, Terry Cox <[EMAIL PROTECTED]> wrote: > I've just seen a problem though. Far from me to say "I told you so" but... This is causing us

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
On 8/1/06, Terry Cox <[EMAIL PROTECTED]> wrote: > I've just seen a problem though. Far from me to say "I told you so" but... Did you ? I missed that, you should talk louder ;) This is causing us some problems too. It also raises the issue of the build resolving or flagging dependency issu

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Terry Cox
I've just seen a problem though. Far from me to say "I told you so" but... This is causing us some problems too. It also raises the issue of the build resolving or flagging dependency issues within SUs, which is likely to become a problem in the lifecycle of richly featured applications usi

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Philip Dodds
Probably need to modify the GenerateServiceUnitMojo so that it contains logic similar to teh GenerateComponentMojo. Though we'll need to filter out the jbi-component so it does end up bundled. I can take a look now if you like P On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: I've just

Re: built of M2-incubating-src

2006-08-01 Thread Guillaume Nodet
Do not pay attention to the warnings ;) You will find the distribution in ./apache-servicemix/target -- Cheers, Guillaume Nodet On 8/1/06, emicalc <[EMAIL PROTECTED]> wrote: I have followed the process described at http://servicemix.goopen.org/site/building.html; at the end of the process I o

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
I've just seen a problem though. I though the maven-jbi-plugin would embed jar dependencies in the service unit, but it does not seem to be the case. Let's say I have a multiproject build containing a jar, a SU and a SA. If the code inside the SU depends on the jar, I would want the jbi plugin to

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Philip Dodds
Sounds great! P On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: Based on some earlier discussions, I will start to refactor some of the samples that use standard JBI components to use the maven jbi plugin instead of an ant based build file. This will allow: * testing the samples as pa

Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
Based on some earlier discussions, I will start to refactor some of the samples that use standard JBI components to use the maven jbi plugin instead of an ant based build file. This will allow: * testing the samples as part of the build * demonstrate the use of the jbi plugin Note that the sa

Re: built of M2-incubating-src

2006-08-01 Thread emicalc
I have followed the process described at http://servicemix.goopen.org/site/building.html; at the end of the process I obtain the next message: [INFO] Reactor Summary: [INFO] [INFO] ServiceMix

Re: Upgrade XBean, XFire, spring and jencks

2006-08-01 Thread Philip Dodds
Great! :) P On 8/1/06, James Strachan <[EMAIL PROTECTED]> wrote: Coolio. Hopefully we can get a new XBean release out soon with the bug fixes along with a new jencks (I've been xbean-ifying it all along with improving the m2 build). On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > FYI