ServiceMix Client Standalone Jar

2007-11-05 Thread Gordon Dickens
. Any help is appreciated. Thanks, Gordon Dickens

Decrypting Files with Bouncy Castle

2007-10-24 Thread Gordon Dickens
:675) at java.lang.Thread.run(Thread.java:595) I checked the JAVA_HOME environment variable that ServiceMix is using on startup and it is the correct one (configured with Bouncy Castle v137). Thoughts, suggestions, any help is appreciated. Thanks, Gordon Dickens

Re: XBean Namespaces

2007-10-17 Thread Gordon Dickens
namespace. Have fun Andreas Schaefer CEO of Madplanet.com Inc. [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] On Oct 17, 2007, at 1:37 PM, Gordon Dickens wrote: To better understand XBeans, I wanted to understand where or how the namespace is defined for each service type (binding component/service

XBean Namespaces

2007-10-17 Thread Gordon Dickens
; xmlns:eip=http://servicemix.apache.org/eip/1.0; eip:wire-tap service=f:my-process endpoint=doit ... Is the url http://servicemix.apache.org/eip/1.0; resolved? If so, where can I find it? Thanks in advance, Gordon Dickens

Re: Reference to SU Bean in JUnit

2007-10-05 Thread Gordon Dickens
Thanks again Guillaume. Guillaume Nodet wrote: You can instanciate the bean yourself and populate it: MyImporter myImporter = new MyImporter(); myImporter.setXxx( ... ); beanEndpoint.setBean(myImporter); On 10/4/07, Gordon Dickens [EMAIL PROTECTED] wrote: Hello, I am writing

Reference to SU Bean in JUnit

2007-10-04 Thread Gordon Dickens
Hello, I am writing a JUnit test for a bean service unit. I need to load properties into that bean, but I can not seem to find a way to get a reference to the registered instance within ServiceMix (v3.2) see code snippet below... BeanComponent beanComponent = new BeanComponent();

Re: ServiceMix 4.0 api

2007-08-28 Thread Gordon Dickens
Hello Guillaume, I am getting a page not found with the javadoc site. Regards, Gordon Nodet Guillaume wrote: I've refactored a few things in the api and introduced back the listeners and flows. For those who prefer to read javadoc, take a look at:

Re: IRC sessions on ServiceMix 4.0 design (was Re: ServiceMix 4.0)

2007-08-24 Thread Gordon Dickens
I too would like to listen in. Regards, Gordon Daryl Richter wrote: On Aug 24, 2007, at 5:04 AM, Nodet Guillaume wrote: Any other people interested ? I wouldn't mind listening in. We are in the very early stages of a ServiceMix implementation, though, so I don't have a lot of