[jira] Resolved: (SM-154) JMS Binding component (JBI compliant)

2006-03-21 Thread Guillaume Nodet (JIRA)
[ http://jira.activemq.org/jira//browse/SM-154?page=all ] Guillaume Nodet resolved SM-154: Resolution: Fixed Fix Version: 3.0-M1 Implemented in servicemix-jms BC > JMS Binding component (JBI compliant) > - >

[jira] Commented: (SM-164) use XBean to improve configuration of the standard ServiceMix components like etc

2006-03-21 Thread Guillaume Nodet (JIRA)
[ http://jira.activemq.org/jira//browse/SM-164?page=comments#action_35873 ] Guillaume Nodet commented on SM-164: Another way is to use the java: namespace so that xbean uses introspection has shown in http://svn.apache.org/viewcvs.cgi/incubator/servicem

[jira] Resolved: (SM-44) support MIME encoding for attachments in the HttpInOutBinding

2006-03-21 Thread Guillaume Nodet (JIRA)
[ http://jira.activemq.org/jira//browse/SM-44?page=all ] Guillaume Nodet resolved SM-44: --- Resolution: Won't Fix MIME attachments are supported by the servicemix-http component > support MIME encoding for attachments in the HttpInOutBinding >

[jira] Resolved: (SM-46) a JMX polling/monitoring component to allow us to invoke a JBI endpoint (script, HTTP POST etc) when a JMX attribute reaches a certain level etc

2006-03-21 Thread Guillaume Nodet (JIRA)
[ http://jira.activemq.org/jira//browse/SM-46?page=all ] Guillaume Nodet resolved SM-46: --- Resolution: Fixed Fix Version: 3.0-M1 Implemented in org.apache.servicemix.components.jmx package > a JMX polling/monitoring component to allow us to invok

[jira] Resolved: (SM-156) SOAP Binding component

2006-03-21 Thread Guillaume Nodet (JIRA)
[ http://jira.activemq.org/jira//browse/SM-156?page=all ] Guillaume Nodet resolved SM-156: Assign To: Guillaume Nodet Resolution: Fixed Fix Version: 3.0-M1 This feature is implemented in the servicemix-http component > SOAP Binding compo

[jira] Resolved: (SM-358) NullPointerException in WSIFMarshaller.isSimpleType()

2006-03-21 Thread Guillaume Nodet (JIRA)
[ http://jira.activemq.org/jira//browse/SM-358?page=all ] Guillaume Nodet resolved SM-358: Assign To: Guillaume Nodet Resolution: Fixed Fix Version: 3.0-M1 Author: gnodet Date: Tue Mar 21 10:25:46 2006 New Revision: 387598 URL: http://sv

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/0

Re: wsdl problem exposing a service with servicemi-http

2006-03-21 Thread Guillaume Nodet
Make sure that the target endpoint of the servicemix-http matches your corba endpoint and the wsdl and that you do not set the wsdlResource in your xbean config. Given your wsdl, it should be service: {http://it.imolinfo.jbi4corba.test.webservice.generator} EchoService endpoint: EchoServiceJBIPor

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

[jira] Created: (SM-357) Allow dynamic attachment of a servlet to allow integration inside an existing http server

2006-03-21 Thread Guillaume Nodet (JIRA)
Allow dynamic attachment of a servlet to allow integration inside an existing http server - Key: SM-357 URL: http://jira.activemq.org/jira//browse/SM-357 Project: ServiceMix Type