Re: Jencks error!

2006-08-24 Thread vikas kumar
Guillaume, I am still getting the same error.. Any ideas.. On 8/24/06, vikas kumar <[EMAIL PROTECTED]> wrote: Downloaded jencks snapshot from and did mvn install:install-file -DgroupId=jencks -DartifactId=jencks -Dversi

Re: Jencks error!

2006-08-24 Thread Guillaume Nodet
Did you add the jencks dependency to the pom ? On 8/24/06, vikas kumar <[EMAIL PROTECTED]> wrote: Guillaume, I am still getting the same error.. Any ideas.. On 8/24/06, vikas kumar <[EMAIL PROTECTED]> wrote: > Downloaded jencks snapshot from >

Re: Jencks error!

2006-08-24 Thread Soumadeep-Infravio
oops I am getting the same errors too!! - Original Message - From: "Guillaume Nodet" <[EMAIL PROTECTED]> To: Sent: Thursday, August 24, 2006 3:11 PM Subject: Re: Jencks error! Did you add the jencks dependency to the pom ? On 8/24/06, vikas kumar <[EMAIL PROTECTED]> wrote: Guill

Conversational POJOs (was Re: Thoughts on a JBI POJO Engine

2006-08-24 Thread James Strachan
Just another brainstorm; I thought we should split this thread into two; one for POJOs & mapping to JBI/JSR 181/AnDI and another to doing conversations/orchestration/workflow. So we've got BeanFlow for writing POJO based workflows; I was wondering about how we could link that to JBI POJOS (suppor

Re: Jencks error!

2006-08-24 Thread vikas kumar
Guess that means adding the following frag in the pom.xml that came with servicemix-bam org.jencks jencks 1.3-SNAPSHOT test If thats the case.. I am still stuck.. Or is it a pom file in someother location that I am supposed to modify? Please help.. Am

Re: Jencks error!

2006-08-24 Thread Guillaume Nodet
Yes, exactly On 8/24/06, vikas kumar <[EMAIL PROTECTED]> wrote: Guess that means adding the following frag in the pom.xml that came with servicemix-bam org.jencks jencks 1.3-SNAPSHOT test If thats the case.. I am still stuck.. Or is it a pom f

Why do examples need maven to run

2006-08-24 Thread Jeppe
It seems a bit contrived to have to use maven to build the examples. Maven might be used to build the release, but it seems strange that the distribution should be dependent on Maven. With Maven there is alot of "magic" going on in the background which doesn't add to the clarity of the examples an

Re: Why do examples need maven to run

2006-08-24 Thread James Strachan
We could use maven to automatically generate some Ant build files for folks who are maven averse. Though there is such rich tooling support now in Maven for working with JBI (e.g. creating JBI archetypes, creating JBI deployment units) so anyone working with ServiceMix should try to use Maven as t

Re: Jencks error!

2006-08-24 Thread vikas kumar
Let me recap.. 1) Downloaded the BAM sample from 2) Did a mvn install 3) Got the error [INFO] [ERROR] BUILD ERROR [INFO] -

Re: Why do examples need maven to run

2006-08-24 Thread Terry Cox
Encouraging new developers to work within maven is probably a good thing as dependency management is a big part of the JBI world. Maven enforces good practices with respect to that and hopefully the examples will provide a cleaner path into a workable build environment. We initially experience

Re: Jencks error!

2006-08-24 Thread James Strachan
I just tried it and it worked fine for me - but only after I made a minor change to the pom.xml. I had to add this maven-compiler-plugin 1.5 1.5 to enable compilation. Note its a tad confusing which attachment is the latest one. I used the at

Re: Jencks error!

2006-08-24 Thread Guillaume Nodet
I have attached a working pom to the JIRA. On 8/24/06, vikas kumar <[EMAIL PROTECTED]> wrote: Let me recap.. 1) Downloaded the BAM sample from 2) Did a mvn install 3) Got the error [INFO]

[jira] Updated: (SM-534) Business Activity Monitoring Component

2006-08-24 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-534?page=all ] Guillaume Nodet updated SM-534: --- Attachment: pom.xml A working pom :) > Business Activity Monitoring Component > -- > > Key: SM-534 >

Re: Jencks error!

2006-08-24 Thread James Strachan
On 8/24/06, James Strachan <[EMAIL PROTECTED]> wrote: I just tried it and it worked fine for me - but only after I made a minor change to the pom.xml. I had to add this maven-compiler-plugin 1.5 1.5 to enable compilation. Note its a t

[jira] Assigned: (SM-439) servicemix-beanflow - Workflow.joinAll failure to register onStop callback if first Activity stops during start handler

2006-08-24 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/SM-439?page=all ] james strachan reassigned SM-439: - Assignee: james strachan > servicemix-beanflow - Workflow.joinAll failure to register onStop callback if > first Activity stops during start handler > -

how exposing a component like a web service

2006-08-24 Thread emicalc
Hello, I want to use servicemix as a stand alone ESB provider and publish the components as web services. I have tried to look the soap-binding example but I don't understand how to publish a simple POJO component like web service. There are some other example? Thank you Emilio -- View this messa

Re: how exposing a component like a web service

2006-08-24 Thread Guillaume Nodet
I guess this is the one you need. Is there any specific things you don't understand in this example ? On 8/24/06, emicalc <[EMAIL PROTECTED]> wrote: Hello, I want to use servicemix as a stand alone ESB provider and publish the components as web services. I have tried to look the soap-binding e

[jira] Resolved: (SM-439) servicemix-beanflow - Workflow.joinAll failure to register onStop callback if first Activity stops during start handler

2006-08-24 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/SM-439?page=all ] james strachan resolved SM-439. --- Fix Version/s: 3.0-M3 Resolution: Fixed Thanks for the test case and description of the bug Jason! I've patched trunk to add your test case and its now w

[jira] Reopened: (SM-439) servicemix-beanflow - Workflow.joinAll failure to register onStop callback if first Activity stops during start handler

2006-08-24 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/SM-439?page=all ] james strachan reopened SM-439: --- Seems to be some timing issue in there still on some platforms > servicemix-beanflow - Workflow.joinAll failure to register onStop callback if > first