[jira] Resolved: (SM-416) Make JbiTask acquire JMX connection with username and password

2006-04-28 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-416?page=all ] Guillaume Nodet resolved SM-416: Fix Version: 3.0-M2 Resolution: Fixed Assign To: Guillaume Nodet Author: gnodet Date: Fri Apr 28 00:59:43 2006 New Revision: 397794 URL: http:

[jira] Resolved: (SM-414) SourceTransformer cant transf orm to DOM with non US ASCI I characters like 'ä' or 'ü'

2006-04-28 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-414?page=all ] Guillaume Nodet resolved SM-414: Fix Version: 3.0-M2 (was: 3.0) (was: incubation) Resolution: Fixed Assign To: Guillaume Nodet Author:

[jira] Resolved: (SM-415) Add a simple NamespaceContext implementation easily configurable from xbean

2006-04-28 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-415?page=all ] Guillaume Nodet resolved SM-415: Fix Version: 3.0-M2 Resolution: Fixed Assign To: Guillaume Nodet Author: gnodet Date: Fri Apr 28 01:57:42 2006 New Revision: 397808 URL: http:

build test error

2006-04-28 Thread emicalc
Hello, I have a problem with the build oh servicemix-2.0.2 with maven-1.0.2. When I start maven with no test ('maven -Dmaven.test.skip=true' command) the build succesfully complited; if I try to buld with test ('maven' command) the build failed; I have found the following error in the test: 1) [ju

Testing the Installation

2006-04-28 Thread emicalc
At "http://servicemix.org/Getting+Started"; in "Testing the Installation" I have read that " The Window's console window [...] will display something similar to the following log line if ServiceMix is up and running without any problems: [INFO] JBIContainer -- ServiceMix JBI Container

assembly deployment

2006-04-28 Thread kap
Howdy - I'm trying to deploy what I believe to be a near copy of the bank0 component in the loan broker example. I have created a 'bank3' component by modeling what I found in the bank0 example and simply changed things to be bank3 and then done a compile and created the assemblies. However wh

Getting BC from MessageExchange

2006-04-28 Thread fretzlaff
Can I get the name of an bindind component from the MessageExcheangeImpl ?? I´m extending the SedaFlow class to do some especific logic, but I need to get the componentes the send and receive the message. Is it possible? -- View this message in context: http://www.nabble.com/Getting-BC-from-Messa

Re: Shutdown Script

2006-04-28 Thread Bruce Snyder
On 4/28/06, Philip Dodds <[EMAIL PROTECTED]> wrote: Anyone had any thought on putting together a remote shutdown script? and switching the startup to launch in the background? Just wondered as I'm doing some bits on the tooling and I'll need a clean way of shutting down the server. We should

Re: Getting BC from MessageExchange

2006-04-28 Thread Guillaume Nodet
exchange.getSourceId().getName() will give you the name of the consumer component. Cheers, Guillaume Nodet On 4/28/06, fretzlaff <[EMAIL PROTECTED]> wrote: > > Can I get the name of an bindind component from the MessageExcheangeImpl ?? > I´m extending the SedaFlow class to do some especific logic

Re: assembly deployment

2006-04-28 Thread Guillaume Nodet
A service assembly is composed of service units. I think you have tried to deploy a service unit. You need to package this service unit inside a service assembly, and the service assembly should contain a META-INF/jbi.xml. Take a look at bank0-assembly project and generated jar. Cheers, Guillaume

Re: build test error

2006-04-28 Thread Bruce Snyder
On 4/28/06, emicalc <[EMAIL PROTECTED]> wrote: Hello, I have a problem with the build oh servicemix-2.0.2 with maven-1.0.2. When I start maven with no test ('maven -Dmaven.test.skip=true' command) the build succesfully complited; if I try to buld with test ('maven' command) the build failed; I h