Re: ServiceMix Meetup (JavaOne)

2007-04-30 Thread Raffaele Spazzoli
Hi, if the meeting is open to users, I'd like to participate. bye Raffaele On Sun, 2007-04-29 at 21:03 -0700, Philip Dodds wrote: > I'll be there if someone can identify a location :) > > P > > > On 4/29/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > > > > Very good idea ! > > I'm not sure w

[jira] Created: (SM-821) missing mandatory binding-component attribute in jbi.xml descriptor for service units

2007-01-15 Thread Raffaele Spazzoli (JIRA)
: ServiceMix Issue Type: Bug Components: tooling Affects Versions: 3.0 Environment: any Reporter: Raffaele Spazzoli Priority: Minor the attribute binding-component in tag services is not generated by the jbi:generate-jbi-service-unit-descriptor

[jira] Created: (SM-602) move JBITransport from servicemix-jsr181 to servicemix-common

2006-09-27 Thread Raffaele Spazzoli (JIRA)
Components: servicemix-common, servicemix-jsr181 Affects Versions: 3.0 Reporter: Raffaele Spazzoli I'm developing a binding component based on Xfire. For what I understand reading the jsr181 component source code I need to register the correct transport on the Xfire ru

[jira] Created: (SM-563) service unite declaration orderi in jbi.xml does not correspond to the service assembly pom

2006-08-29 Thread Raffaele Spazzoli (JIRA)
Project: ServiceMix Issue Type: Bug Components: tooling Affects Versions: incubation Reporter: Raffaele Spazzoli Attachments: sample-sa.zip I declare the following ordering in service assembly pom: 1,2,3,4 and the generated jbi.xml has the following

[jira] Created: (SM-551) wsdlsoap:address generated by http component for proxied endpoint misses trailing slash

2006-08-23 Thread Raffaele Spazzoli (JIRA)
: ServiceMix Issue Type: Bug Components: servicemix-http Affects Versions: 3.0-M2 Reporter: Raffaele Spazzoli Priority: Minor the wsdlsoap:address generated by a http component proxying an internal endpoint looks like: http://localhost:8192/Service

[jira] Created: (SM-376) wsdl:part name must be "payload"

2006-03-30 Thread Raffaele Spazzoli (JIRA)
wsdl:part name must be "payload" Key: SM-376 URL: https://issues.apache.org/activemq/browse/SM-376 Project: ServiceMix Type: Improvement Components: servicemix-bpe Versions: 3.0-M1 Reporter: Raffael

[jira] Commented: (SM-375) wsdl import resolution

2006-03-30 Thread Raffaele Spazzoli (JIRA)
[ https://issues.apache.org/activemq/browse/SM-375?page=comments#action_35944 ] Raffaele Spazzoli commented on SM-375: -- I made a mistake enetering bug data: the affected version is 3.0-M1, fix version I don't know. Sorry > wsdl import re

[jira] Created: (SM-375) wsdl import resolution

2006-03-30 Thread Raffaele Spazzoli (JIRA)
wsdl import resolution -- Key: SM-375 URL: https://issues.apache.org/activemq/browse/SM-375 Project: ServiceMix Type: Bug Components: servicemix-core Reporter: Raffaele Spazzoli Fix For: 3.0-M1 if an endpoint wsdl retrieved by the

[jira] Created: (SM-369) add a way to alias proxied services

2006-03-27 Thread Raffaele Spazzoli (JIRA)
add a way to alias proxied services --- Key: SM-369 URL: https://issues.apache.org/activemq/browse/SM-369 Project: ServiceMix Type: Improvement Components: servicemix-http Versions: 3.0-M1 Reporter: Raffaele Spazzoli

Re: wsdl problem exposing a service with servicemi-http

2006-03-22 Thread Raffaele Spazzoli
if an exception occurs somewhere. > > Cheers, > Guillaume Nodet > > On 3/21/06, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > > I'm trying have the following configuration > > > > corbaservant <---> corba BC <---> jbiesb <---> ser

problem in servicemix lancher

2006-03-22 Thread Raffaele Spazzoli
I'm using the snapshot released dated 18 march in linux if the servicemix launcher is launched from the bin directory it creates SERVICEMIX_HOME/bin/deploy and SERVICEMIX_HOME/bin/install directories but it touches the SERVICEMIX_HOME/deploy and SERVICEMIX_HOME/install. Viceversa if the launcher is

Re: tools.jar in component classpath

2006-03-22 Thread Raffaele Spazzoli
e classloader will first look at the jars for the > component before looking at the parent classloader. > > Cheers, > Guillaume Nodet > > On 3/21/06, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > > hi, > > I'm developing a bindig component that needs to

wsdl problem exposing a service with servicemi-http

2006-03-21 Thread Raffaele Spazzoli
I'm trying have the following configuration corbaservant <---> corba BC <---> jbiesb <---> servicemix-http <---> soap client The call execution works so i think I have correctly configured the servicemix-http service assemby. When I try to get the wsdl document for that service I get this from MC

tools.jar in component classpath

2006-03-21 Thread Raffaele Spazzoli
hi, I'm developing a bindig component that needs to generate classes during service unit deploy. It also need to use the tools.jar. If I include tools.jar in the component classpath I get a class not found exception, if I put tools.jar in servicemix optional folder it works. Do you know of any is

Re: exposing a jbi endpoint as a SOAP endpoint

2006-03-16 Thread Raffaele Spazzoli
pository/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 > > [WAR

Re: exposing a jbi endpoint as a SOAP endpoint

2006-03-15 Thread Raffaele Spazzoli
81 component. Do you think it could be moved to common? or am I doing something wrong? thanks Raffaele On Mon, 2006-03-13 at 17:28 +0100, Guillaume Nodet wrote: > On 3/13/06, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > > > > I did as you said and it worked, thanks. >

Re: exposing a jbi endpoint as a SOAP endpoint

2006-03-13 Thread Raffaele Spazzoli
bye Raffaele On Thu, 2006-03-09 at 12:22 +0100, Guillaume Nodet wrote: > See comments inline > > On 3/9/06, Raffaele Spazzoli <[EMAIL PROTECTED]> wrote: > > > > I'm developing a binding component using the sericemix-common library > > and taking inspiration

exposing a jbi endpoint as a SOAP endpoint

2006-03-09 Thread Raffaele Spazzoli
I'm developing a binding component using the sericemix-common library and taking inspiration (i.e. coping :-) )from the jsr181 component. It works and when I generate the wsdl for my deployed service I obtain a jbi binding: http://java.sun.com/xml/ns/jbi/binding/service+engine"/>