Re: my diploma thesis

2006-02-09 Thread Guillaume Nodet
is a bpel process, but when this is not the case...: what these exchanges are, were do they go, time to be processed, etc... It can become really tricky when used in a cluster ;). I think that being able to trace / monitor in some way such a thing would be very handy. Cheers, Guillaume Nodet

Re: Help test out the sevicemix 3.0 M1 release candidate

2006-02-17 Thread Guillaume Nodet
My mistake. I usually build on 1.5 and these errors should be fixed. Please send a patch if you see more errors like that. Thanks Guillaume Nodet Jordan Christensen wrote: Thanks Hiram. It now starts up. I've resolved the issue I opened in JIRA. Next: The 2.0 site says that 1.5 is req

Re: Any chance of an official Axis 1.4 Release?

2006-02-17 Thread Guillaume Nodet
Maybe we should try to put back ServiceMix 3.0-M1 in Geronimo 1.1 ? Guillaume Matt Hogstrom wrote: Geronimo is looking towards its 1.1 release sometime in the next month or so. No hard date yet. It would be useful to have an official 1.4 release. Any chance that will be happening soon? Ma

Re: Any chance of an official Axis 1.4 Release?

2006-02-18 Thread Guillaume Nodet
possible anymore ? Could you please explain the reasons behind ? Cheers, Guillaume Nodet Sanjiva Weerawarana wrote: On Fri, 2006-02-17 at 23:07 +0100, Guillaume Nodet wrote: Maybe we should try to put back ServiceMix 3.0-M1 in Geronimo 1.1 ? Until the incubation is over we'll ha

Re: BindingComponents, ServiceEngines, and Pojo components

2006-02-22 Thread Guillaume Nodet
talked about that with Gastaldi and he was in need for such a thing, if I recall. I will raise a jira about that. Cheers, Guillaume Nodet Simone Bordet wrote: Hi, ServiceMix has the notion of pojo components, aside of the ones specified by the JBI spec (binding component and service engine

Re: BindingComponents, ServiceEngines, and Pojo components

2006-02-22 Thread Guillaume Nodet
See http://jira.activemq.org/jira/browse/SM-221 Guillaume Nodet wrote: I think it would be better to be able to specify for a lightweight component, if it is a BC or a SE (using flags on the activationSpec, or on the ComponentSupport class) and maybe to change the class hierarchy so that

Re: svn commit: r384055 - in /incubator/servicemix/trunk/servicemix-assembly/src/main/release/examples/servicemix-web/src/webapp/WEB-INF: activemq.xml applicationContext.xml web.xml

2006-03-09 Thread Guillaume Nodet
apableBeanFactory.java:312) > > > >at > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean( > AbstractBeanFactory.java:226) > > > >at > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean( > AbstractBeanFactor

Re: exposing a jbi endpoint as a SOAP endpoint

2006-03-09 Thread Guillaume Nodet
use soap or not. Else you may want to try the HttpSoapConnector instead. Note that there is no reason why the soap enveloppe should be sent inside the NMR. Soap is a protocol and should be handled by the binding component, not the service engine. The HttpConnector does not care about soap and so will send the whole content of the message in the http request (and same thing the other way), whereas the HttpSoapConnector will add/remove the soap enveloppe. Cheers, Guillaume Nodet thank in advance > Raffaele > > >

Re: [jira] Created: (SM-349) EnvironmentContext.java - component directory cleanup issues on uninstall

2006-03-15 Thread Guillaume Nodet
I have checked in a fix but there is still some work on that. Guillaume On 3/14/06, David Grigglestone (JIRA) <[EMAIL PROTECTED]> wrote: > > EnvironmentContext.java - component directory cleanup issues on uninstall > - > >

Re: exposing a jbi endpoint as a SOAP endpoint

2006-03-16 Thread Guillaume Nodet
le at http://cvs.apache.org/repository/incubator-servicemix/jars/ Cheers, Guillaume Nodet On 3/15/06, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > > I'm having problems building servicemix so I can't try your update. I > have the following errors > [WARNING] POM

Re: [jira] Commented: (SM-244) No non ASL or ASL compatbile dependencies in the code base

2006-03-16 Thread Guillaume Nodet
I do think that the PXE team should build and release this component. It is actually in their svn repo but afaik they do not release it. Btw, could you contribute what you did to integrate it back to the community ? I'm sure people would love that :) Cheers, Guillaume Nodet On 3/16/06, Qu

Re: exposing a jbi endpoint as a SOAP endpoint

2006-03-16 Thread Guillaume Nodet
it for a Binding Component. What are the features of your BC compared to the existing servicemix-http ? Guillaume Nodet On 3/16/06, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > > sorry for not being clear. > when I create the xfire service I also exe

Re: wsdl problem exposing a service with servicemi-http

2006-03-21 Thread Guillaume Nodet
: EchoServiceJBIPort You may also set the log level to DEBUG for org.apache.servicemix.http or everything to see if an exception occurs somewhere. Cheers, Guillaume Nodet On 3/21/06, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > I'm trying have the following configuration > > corbase

Re: tools.jar in component classpath

2006-03-21 Thread Guillaume Nodet
You may want to change the way JBI classloaders are created by setting the class-loader-delegation to self-first in the jbi descriptor of the component so that the classloader will first look at the jars for the component before looking at the parent classloader. Cheers, Guillaume Nodet On 3/21

Re: compilation error + SM in web app dependency

2006-03-22 Thread Guillaume Nodet
You need to add a stax implementation in your classpath, like wstx-asl-2.0.3.jar Cheers, Guillaume Nodet On 3/22/06, Charles Souillard <[EMAIL PROTECTED]> wrote: > Guillaume, > > I added some jars in the parent calssloader of sm-jms component to make > it installation succes

Re: wsdl problem exposing a service with servicemi-http

2006-03-22 Thread Guillaume Nodet
Yes, this is a limitation. Please raise a JIRA for that as this can be a real problem. Cheers, Guillaume Nodet On 3/22/06, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > it worked many thanks. > I misunderstood the meaning of the endpoint parameter. I thought that it > would be th

Re: Upgrade to v. 1.0 of the geronimo spec jars

2006-03-23 Thread Guillaume Nodet
Btw, I've just upgraded the version of the javamail geronimo spec to 1.1-20060323, which is the current svn head, to fix MIME support. I had to fix a few things in this one, but it seems to work nicely now. Cheers, Guillaume Nodet On 3/22/06, Hiram Chirino <[EMAIL PROTECTED]> wrote:

Re: problem in servicemix lancher

2006-03-24 Thread Guillaume Nodet
Thanks, this is now fixed (and I removed the touch phase which is no longer necessary). Cheers, Guillaume Nodet On 3/22/06, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > I'm using the snapshot released dated 18 march in linux > if the servicemix launcher is launched from the

Powered by logo

2006-03-24 Thread Guillaume Nodet
have some with the current colors ... The discussion is open... Cheers, Guillaume Nodet

Re: external Endpoint bug ??

2006-03-27 Thread Guillaume Nodet
See SM-369 Guillaume On 3/27/06, Charles Souillard <[EMAIL PROTECTED]> wrote: > Hi all, > > as you probably know by now I have a service available in my SE. > > I am trying to expose this service through many BCs. > > I have done that with sm-jms and sm-http. > In the source code, when we deploy

Doap file

2006-03-27 Thread Guillaume Nodet
The doap file for Apache ServiceMix is now available at http://svn.apache.org/repos/asf/incubator/servicemix/trunk/doap.rdf Would it be possible to include it in projects.apache.org ? Cheers, Guillaume Nodet

Re: servicemix-dev

2006-04-03 Thread Guillaume Nodet
problem. Cheers, Guillaume Nodet On 4/3/06, Charles Souillard <[EMAIL PROTECTED]> wrote: > Hi SM dev team, > > SM is delivered with activeMQ. I am doing some tests on sm-jms component > and I found some problems... > In fact, as sm-jms only uses jms api, it may be p

Re: JCA Flow

2006-04-06 Thread Guillaume Nodet
You have to configure some needed components inside your spring configuration file: They will be automatically be found by the jca flow. Btw, take a look at the default configuration file from ServiceMix distribution. Just changing the flowName to jca works... Cheers, Guillaume Nodet

Re: [jira] Commented: (SM-371) Support for HTTPS

2006-04-07 Thread Guillaume Nodet
-- > > > > Key: SM-371 > > URL: https://issues.apache.org/activemq/browse/SM-371 > > Project: ServiceMix > > Type: New Feature > > > Components: servicemix-components > > Reporter: Mike Gerdes > >

Re: updating activemq 4.0 to SNAPSHOT ?

2006-04-07 Thread Guillaume Nodet
I was just in the process of upgrading to AMQ 4.0-RC2. Should be done in the next nightly build. Cheers, Guillaume Node On 4/7/06, Renaud Bruyeron <[EMAIL PROTECTED]> wrote: > > Hello there, > > Any idea on the timeline of updating servicemix to use the latest > activemq4 (RC2 or snapshot) ? It h

Re: No bean named broker available

2006-04-09 Thread Guillaume Nodet
I ' m wondering if your problem comes from the activemq.xml configuration file. Do you have a reference to a bean named broker in this file ? Cheers, Guillaume Nodet On 4/7/06, Charlesh <[EMAIL PROTECTED]> wrote: > > I have following servicemix.xml: > > > http://xb

[VOTE] Servicemix 3.0 M1

2006-04-09 Thread Guillaume Nodet
at http://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-3.0-M1/ [ ] +1 Release the binary as ServiceMix 3.0-M1 [ ] -1 Veto the release (provide specific comments) If the vote passes, next step will be to ask the Incubator PMC blessing... Cheers, Guillaume Nodet

Re: CGI headers missing

2006-04-09 Thread Guillaume Nodet
Could you please raise a JIRA and attach your patch ? This is not a big deal, but this allows keeping track of issues / patches / contributors, aso... Thanks, Guillaume Nodet On 4/9/06, Soumadeep <[EMAIL PROTECTED]> wrote: > Hi Everybody, > > Some of the CGI headers are

Re: Need help for auto-deploying Service Assemblies

2006-04-09 Thread Guillaume Nodet
xxx-su.zip servicemix-lwcontainer Cheers, Guillaume Nodet On 4/9/06, Soumadeep <[EMAIL PROTECTED]> wrote: > Hi, > Need some help with auto-deploying service assemblies. Is there a proper doc > somewhere, wh

Re: Problem with dependencies

2006-04-17 Thread Guillaume Nodet
Well, not easily, as the m2 build is broken... I 'm working on that at the moment. Hopefully i will have something working soon. Cheers, Guillaume Nodet On 4/17/06, fretzlaff <[EMAIL PROTECTED]> wrote: > > Ok, but if my project uses maven2 I couldn´t use servicemix as dependency

Re: download dependencies problem

2006-04-24 Thread Guillaume Nodet
Dependencies for 2.0.2 have been moved to http://servicemix.org/maven-repo/ You should add this information in the etc/project.properties file of your source distribution. Search the maven.repo.remote property. Cheers, Guillaume Nodet On 4/24/06, emicalc <[EMAIL PROTECTED]> wrote: > >

Re: ServiceMix and security

2006-04-25 Thread Guillaume Nodet
transparently by the container... I really think that container security is the most flexible and pluggable way to handle security as it is centralized. Any thoughts ? Cheers, Guillaume Nodet On 4/19/06, Hossam Karim <[EMAIL PROTECTED]> wrote: > Just thinking: > - Security is a service >

Re: [VOTE] Servicemix 3.0 M1

2006-04-26 Thread Guillaume Nodet
For those that are not subscribed to the Apache incubator mailing list, just a word to say that the release has been vetoed for legal reasons (missing NOTICE file and third party licenses...) I 'm working on that and I hope we will be able to cut another M1 soon. Cheers, Guillaume Nodet O

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

Re: assembly deployment

2006-04-28 Thread Guillaume Nodet
, Guillaume Nodet On 4/28/06, kap <[EMAIL PROTECTED]> wrote: > > 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 exa

Re: servicemix-3.0 problem

2006-05-04 Thread Guillaume Nodet
Can you please post the compilation errors ? Cheers, Guillaume Nodet On 5/4/06, emicalc <[EMAIL PROTECTED]> wrote: I'm trying to use "incubator-servicemix-3.0-SNAPSHOT"; when I compile with maven ("maven -Dmaven.test.skip=true") the build not finish corre

Re: servicemix-3.0 problem

2006-05-04 Thread Guillaume Nodet
This problem has already been reported but i have no idea where it come from. Could you check the incubator-servicemix-3.0-SNAPSHOT/servicemix-wsn2005/src/main/resources/org/apache/servicemix/wsn/br-2.xsd file and look for the 16th character in it ? Cheers, Guillaume Nodet On 5/4/06, emicalc

Maven 2

2006-05-04 Thread Guillaume Nodet
welcome. Cheers, Guillaume Nodet

Re: error in http-binding example

2006-05-05 Thread Guillaume Nodet
Could you try with 3.0-SNAPSHOT ? Cheers, Guillaume Nodet On 5/5/06, emicalc <[EMAIL PROTECTED]> wrote: Hello, I have this problem with HTPP-binding example (in servicemix-2.0.2); I start the service and then I start the client with ant command but there is the following error: D:\P

Re: error in http-binding example

2006-05-05 Thread Guillaume Nodet
One solution would be to download the binary distribution. Or just try to build the assembly without building the other modules. If you find any information on your problem, please report back, but I have no way to reproduce it ... Cheers, Guillaume Nodet On 5/5/06, emicalc <[EMAIL PROTEC

Re: Getting started with JBoss and Service Mix

2006-05-11 Thread Guillaume Nodet
What are you looking for ? If you want to access to J2EE resources, you should be able to do so using JNDI Spring support http://static.springframework.org/spring/docs/1.2.x/api/org/springframework/jndi/package-summary.html Cheers, Guillaume Nodet On 5/11/06, pandu <[EMAIL PROTECTED]>

Re: Getting started with JBoss and Service Mix

2006-05-11 Thread Guillaume Nodet
We do not have any bpel / wsdl tooling for ServiceMix. You can use existing Eclipse WTP for xml / wsdl. Cheers, Guillaume Nodet On 5/11/06, pandu <[EMAIL PROTECTED]> wrote: Hi, Very very thanks for your quick reply. Actually I am new to ServcieMix. I want to develop BPEL proces

Re: NullPointerException of retrieveInterfaceFromSUDescriptor in EndpointRegistry.java

2006-05-24 Thread Guillaume Nodet
Thanks, I have just fixed that. Cheers, Guillaume Nodet On 5/24/06, freeman fang <[EMAIL PROTECTED]> wrote: Hi, I just develop my ServiceEngine Component and Service Unit demo and try to develop it into ServiceMix. I am using the latest nightly binary kit which is incubating-servicem

Re: maven version

2006-05-25 Thread Guillaume Nodet
Try maven 2.0.4. Cheers, Guillaume Nodet On 5/25/06, emicalc <[EMAIL PROTECTED]> wrote: hello, I'm starting to use the latest snapshot (incubating-servicemix-3.0-20060523.071937-3); which version of maven have I use? 1.0.2 or 2.0 ? thank's emilio -- View this message

Re: example problem

2006-05-27 Thread Guillaume Nodet
You have to first build the distribution and run the examples from the generated distribution. This is due to the fact the servicemix needs jar in the lib directory (which does not exist in the source tree). Cheers, Guillaume Nodet On 5/26/06, emicalc <[EMAIL PROTECTED]> wrote: I have

Re: snapshot problem

2006-05-30 Thread Guillaume Nodet
The pom is available at http://www.ibiblio.org/maven2/org/apache/apache/1/apache-1.pom. You may have to retry several times as public repos are sometimes slow and can deny connections. Cheers, Guillaume Nodet On 5/26/06, emicalc <[EMAIL PROTECTED]> wrote: hello, I have downloaded the

Re: eclipse target problems

2006-06-02 Thread Guillaume Nodet
that. Cheers, Guillaume Nodet On 6/2/06, Mike Davis <[EMAIL PROTECTED]> wrote: I've been trying to get the code setup in an Eclipse project and have been following the guide on the site. When I run mvn eclipse:eclipse I get a whole bunch of problems trying to get the dependencies: Her

Re: example in tomcat

2006-06-05 Thread Guillaume Nodet
Look at the web.xml where servlets are defined. The "/jbi /*" path is mapped to the org.apache.servicemix.components.http.SpringBindingServlet servlet, which delegates to the lightweight http component. Cheers, Guillaume Nodet On 6/5/06, emicalc <[EMAIL PROTECTED]> wrote:

Re: Adding WSDL support for the servicemix EIP component.

2006-06-06 Thread Guillaume Nodet
to fix that however, maybe tweaking svn props ? Else, I'm +1 with this patch. Cheers, Guillaume Nodet On 6/6/06, Hiram Chirino <[EMAIL PROTECTED]> wrote: Hi Everybody, I took a stab at adding better wsdl support for the EIP patterns component. Every endpoint can now be config

Re: build failure with latest source: maven-jetty6-plugin

2006-06-19 Thread Guillaume Nodet
This plugin is available on public repos, so you may try again to run maven until is successfully download all the needed dependencies. See http://repo.mergere.com/maven2/org/mortbay/jetty/maven-jetty6-plugin/6.0.0beta17/ Cheers, Guillaume Nodet On 6/16/06, David Black <[EMAIL PROTECTED]>

ServiceMix-3.0-M2-incubating

2006-06-20 Thread Guillaume Nodet
configuration, components and examples (I have changed quite a few things these last days, so ...), and post your feedback (and votes for PPMC members). Cheers, Guillaume Nodet

Re: Deploy ServiceMix 3.0 on JBoss

2006-06-20 Thread Guillaume Nodet
I forgot to add xdoclet generation. This should be fixed now. Cheers, Guillaume Nodet On 6/20/06, Patrick Villacorta <[EMAIL PROTECTED]> wrote: Hi, I checked out the servicemix jboss-deployer project from codehaus. However when i try a "mvn -o install jboss-sar:sar" , I g

[VOTE] Re: ServiceMix-3.0-M2-incubating

2006-06-20 Thread Guillaume Nodet
Here is my +1 Cheers, Guillaume Nodet On 6/20/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: I have uploaded binaries for the 3.0-M2-incubating release. The repos and site are available at http://people.apache.org/~gnodet/servicemix-3.0-M2-incubating <http://people.apache.org/

[VOTE] ServiceMix-3.0-M2-incubating (Bis)

2006-06-22 Thread Guillaume Nodet
/servicemix-3.0-M2-incubating/ Please review and vote. Here is my +1 Cheers, Guillaume Nodet

Re: servicemix integration with ActiveBPEL

2006-06-26 Thread Guillaume Nodet
You should take a look at the servicemix-web shipped in the distribution. Maybe we will be able to provide a m2 archetype in the future ... Cheers, Guillaume Nodet On 6/26/06, davipo <[EMAIL PROTECTED]> wrote: Hi, can you suggest me how to inegrate ServiceMix with Tomcat and how to

Re: bpe ingration with tomcat

2006-06-26 Thread Guillaume Nodet
, Guillaume Nodet On 6/26/06, davipo <[EMAIL PROTECTED]> wrote: Hi, I'm new to servicemix, I have many problems to integrate the servicemix-bpe (with all components) with servicemix-web under tomcat and not under jetty, how can I make this? Is it enough modify ApplicationContext.xml of

Re: servicemix integration with ActiveBPEL

2006-06-26 Thread Guillaume Nodet
They should, but you will have to configure them to use the jmx remote connector started by Tomcat... If you find a simple configuration, please report back for other users or even write a small wiki page on that :) Cheers, Guillaume Nodet On 6/26/06, Subramanian, Prasad (Prasad) <[EM

Re: NPE running ComponentAssemblyInstallationTest in servicemix-core

2006-06-27 Thread Guillaume Nodet
Currently, there is no validity check performed after loading the jbi descriptor. ServiceMix should ensure that all mandatory fields are filled and throw a meaningful exception when this is not the case. Could you raise a JIRA issue for that ? Cheers, Guillaume Nodet On 6/27/06, Terry Cox

Re: support for oneway MEP in servicemix-http ?

2006-06-30 Thread Guillaume Nodet
, robust-in-only, or in-optional-out without response). Cheers, Guillaume Nodet On 6/30/06, Renaud Bruyeron <[EMAIL PROTECTED]> wrote: I could try to fix it, but I am not sure on the best way to do this... I am not even sure on the semantics here: in which case should we return a 202 ?

Vacations

2006-06-30 Thread Guillaume Nodet
FYI, I will be in vacations for the three next week... I will be back on 07/24. Cheers, Guillaume Nodet

Re: CICS and CORBA Service Mix Components

2006-07-22 Thread Guillaume Nodet
icence ? Cheers, Guillaume Nodet Thanks. -- View this message in context: http://www.nabble.com/CICS-and-CORBA-Service-Mix-Components-tf1973119.html#a5415532 Sent from the ServiceMix - Dev forum at Nabble.com.

Re: servicemix-http and normalization

2006-07-22 Thread Guillaume Nodet
s can handle the unmarshalling too (mainly jsr181 and wsn2005). Cheers, Guillaume Nodet cheers, alex

Re: servicemix-http and normalization

2006-07-22 Thread Guillaume Nodet
For BPEL, I hope that Apache Ode will be cusomizable enough to provide such a mapping. I was also thinking about writing a set of annotations in the spirit of jaxws for the jsr181 component so that methods on POJOs can be called with JBI properties mapped to arguments. Cheers, Guillaume Nodet

Re: servicemix-http and normalization

2006-07-22 Thread Guillaume Nodet
f-the-box without worrying about transformations, ad-hoc mappings, adapters, etc. And after all, it's the big idea behind the separation of binding components and service engines. Agreed. Cheers, Guillaume Nodet alex Philip Dodds wrote: > Its certainly a good point, so far most of

Re: Components without bootstraps

2006-07-22 Thread Guillaume Nodet
The jbi descriptor is not currently validated against the schema and not semantically checked so if you ommit a mandatory element, you may end with an NPE somewhere :( This has to be fixed of course. Cheers, Guillaume Nodet On 7/19/06, Philip Dodds <[EMAIL PROTECTED]> wrote: Thanks Gra

Re: Packaging options and archetypes

2006-07-22 Thread Guillaume Nodet
be the best way to do that, as Aaron pointed in another thread. JBoss Package (off-site) - Core Server with everything needed to deploy to JBoss Components - Just the components Also I'm wondering whether we should look at the archetypes as a way to offer the functionality such as: +1 C

Re: Components without bootstraps

2006-07-22 Thread Guillaume Nodet
Glad to hear that. I think there was a nice TODO in it ;) Guillaume On 7/23/06, Philip Dodds <[EMAIL PROTECTED]> wrote: I have started added checks to checkDescriptor in the DescriptorFactory :) P On 7/22/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > > The jbi descripto

Re: Packaging options and archetypes

2006-07-22 Thread Guillaume Nodet
I do agree. However, I' m still not sure if archetype can completely replace samples. I guess they can if they can show something usefull, but will it be the case for all archetypes ? Cheers, Guillaume Nodet On 7/23/06, Philip Dodds <[EMAIL PROTECTED]> wrote: We need to look at t

Re: Packaging options and archetypes

2006-07-22 Thread Guillaume Nodet
I think this is the best way. We need to rewrite the examples using the archetypes and it will also provide nice tutorials (we miss them a lot). Cheers, Guillaume Nodet On 7/23/06, Philip Dodds <[EMAIL PROTECTED]> wrote: True, and I think a mix of samples and archetypes would be good.

Re: LWContainer, JSR181 (and the components?)

2006-07-23 Thread Guillaume Nodet
ry keen on having a 30 Mb component just to use a lightweight component i would have created on my own. Btw, SL can not really be used when embedding servicemix -- or you use the full JBI feature set (component installation, SU deployment, etc) and it is not really embedded anymore ;) Feel free to

Re: LWContainer, JSR181 (and the components?)

2006-07-23 Thread Guillaume Nodet
nt) to activate a service. Cheers, Guillaume Nodet On 7/24/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: Quoting the JBI spec: "SEs are the business logic drivers of the JBI system." "BCs are used to send and receive messages via particular protocols and transports."

Re: LWContainer, JSR181 (and the components?)

2006-07-23 Thread Guillaume Nodet
the parent first class loader delegate would get us around it? This would not work, because the JVM will always load classes that are referenced directly from the same classloader. So if you put a lightweight component in a SL, the dependencies need to be in this classloader or the parent one

Re: LWContainer, JSR181 (and the components?)

2006-07-23 Thread Guillaume Nodet
of documentation, which is obvisouly not my main skill :( I think we nearly have the POJO deployment model with the jsr181, but we need (maybe another component) more jbi specific features (time to revive/rewrite the Spring Client Toolkit somehow). Cheers, Guillaume Nodet P On 7/23/06, Guillau

Roadmap for 3.0

2006-07-24 Thread Guillaume Nodet
DA) * bug fixes * documentation Any thoughts ? Cheers, Guillaume Nodet

JNDI factories to provide access to the JBI bus

2006-07-24 Thread Guillaume Nodet
I think it would be useful to access ServiceMix specific features without relying on some casts like (JBIContainer) ((ComponentContextImpl) context).getContainer() which is currently the only way to retrieve the JBIContainer from a component. Any thoughts or volunteer ;) ? Cheers, Guillaume Nodet

Re: TCK

2006-07-25 Thread Guillaume Nodet
Is there a list available somewhere at Apache, like the one for CLAs (http://people.apache.org/~jim/committers.html) ? Else, I think your proposal is a good idea. Or we could just add a column to the http://servicemix.goopen.org/site/team.html. Cheers, Guillaume Nodet On 7/25/06, James Strachan

Re: Bug in StaxSource class

2006-07-25 Thread Guillaume Nodet
Could you please raise a JIRA and attach any patch / test case you have, please ? Cheers, Guillaume Nodet On 7/25/06, Holger <[EMAIL PROTECTED]> wrote: We are playing around with servicemix and the jsr181 component when we run into a strange problem. We are sending a SOAP reques

Re: JNDI factories to provide access to the JBI bus

2006-07-25 Thread Guillaume Nodet
-core/apidocs/org/apache/servicemix/client/Client.html http://incubator.apache.org/servicemix/maven/servicemix-core/apidocs/org/apache/servicemix/client/Destination.html Should we revert back to it ? Cheers, Guillaume Nodet On 7/25/06, James Strachan <[EMAIL PROTECTED]> wrote: On 7

Re: JNDI factories to provide access to the JBI bus

2006-07-25 Thread Guillaume Nodet
On 7/25/06, James Strachan <[EMAIL PROTECTED]> wrote: On 7/25/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > It seems that remoting a jmx client is not so easy. > All classes involved must be serializable or mbeans i think. > And this is not the case at all (the client

JBI Component for Tuscany

2006-07-26 Thread Guillaume Nodet
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-sca/ -- Cheers, Guillaume Nodet

Re: Packaging options and archetypes

2006-07-27 Thread Guillaume Nodet
how > how events move about within the environment. If we can find a > web-centric way of doing animation easily, I'm happy to contribute > similar docs for the site? > > Terry > -- Cheers, Guillaume Nodet

Re: Packaging options and archetypes

2006-07-27 Thread Guillaume Nodet
ing possible new SVN structure, a page on builds. As for the user guide I've found the best way to start those is to create an index page and start organizing that then people can take bits out as they see fit to fill them in. P On 7/26/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: &

Re: JBI Component for Tuscany

2006-07-27 Thread Guillaume Nodet
Cool, thx. I'm ready to help in any way I can, so if you have any question on the component or JBI in general, feel free to ask :) Cheers, Guillaume Nodet ant elder wrote: Bringing this into Tuscany sounds really good to me and I'd like to help you do it. I'll go have a look

Re: built of M2-incubating-src

2006-07-28 Thread Guillaume Nodet
Which plugin is not found ? Also make sure you follow the process described at: http://servicemix.goopen.org/site/building.html Cheers, Guillaume Nodet On 7/28/06, emicalc <[EMAIL PROTECTED]> wrote: hello, I have a problem with "apache-servicemix-3.0-M2-incubating-src&

Re: BAM Component

2006-07-31 Thread Guillaume Nodet
to a soap endpoint. The BAM component could be used in-between which would enable the user to monitor the payload and take action. -- Cheers, Guillaume Nodet

Re: servicemix & web service

2006-07-31 Thread Guillaume Nodet
and deploy it on the servicemix-http component. See http://servicemix.goopen.org/site/servicemix-http.html Cheers, Guillaume Nodet On 7/31/06, emicalc <[EMAIL PROTECTED]> wrote: thank you, but where I can find other information on this? Are there some examples on wsdl file necessary to p

Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
samples will be moved to the trunk/samples dir and the source distribution of these artifacts will be included in the main distribution. -- Cheers, Guillaume Nodet

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
jbi plugin to automatically bundle it in the SU. We do not need to generate the classpath tag in the xbean.xml, but the jar would be bundled along with the classes in the SU. Any thoughts on how to do that ? -- Cheers, Guillaume Nodet On 8/1/06, Philip Dodds <[EMAIL PROTECTED]> wrote: Soun

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 pro

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
g or flagging dependency issues within SUs, which is likely to become a problem in the lifecycle of richly featured applications using the container. Do you have an example, I'm not sure to understand. Are you talking about a SU that depends on another SU ? Terry -- Cheers, Guillaume Nodet

Re: Refactor samples to use the maven jbi plugin

2006-08-01 Thread Guillaume Nodet
That would be great :) P On 8/1/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > > 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 mu

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 >

Re: maven 2 install error.

2006-08-01 Thread Guillaume Nodet
6 [INFO] Final Memory: 10M/19M [INFO] -- View this message in context: http://www.nabble.com/maven-2-install-error.-tf2034848.html#a5598613 Sent from the ServiceMix - Dev forum at Nabble.com. -- Cheers, Guillaume Nodet

Re: Source re-structuring

2006-08-01 Thread Guillaume Nodet
> samples, apache-servicemix step1 => container + tooling step2 => components + assembly The default profile will build everything. This way, we should be able to build everything on a clean host using mvn -Dprofile=step1 mvn -Dprofile=step2 On 8/1/06, Guillaume Nodet <[EM

Re: Source re-structuring

2006-08-01 Thread Guillaume Nodet
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, servicemix-core >

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

Re: Creating a JBI Component

2006-08-02 Thread Guillaume Nodet
since I did new components and I can help out on the documentation. What do you think? P -- Cheers, Guillaume Nodet

MTOM support in servicemix-jsr181

2006-08-02 Thread Guillaume Nodet
, Guillaume Nodet

Re: creating a standard JBI Component using servicemix-common module

2006-08-03 Thread Guillaume Nodet
resolve the classapth. Do I need to do anything else? Thanks Soumadeep - Original Message ----- From: "Guillaume Nodet" <[EMAIL PROTECTED]> To: Sent: Thursday, August 03, 2006 3:11 PM Subject: Re: creating a standard JBI Component using servicemix-common module > What do you

Re: creating a standard JBI Component using servicemix-common module

2006-08-03 Thread Guillaume Nodet
: Thursday, August 03, 2006 6:08 PM Subject: Re: creating a standard JBI Component using servicemix-common module > Yup.. the classpath variable in Eclipse. I am changing the classes to > BAMxxx > > Thanks > Soumadeep > > - Original Message - > From: "Guillau

  1   2   3   4   5   6   7   8   9   10   >