ServiceMix 3.1.1 release - when?

2007-06-07 Thread Rossmanith, Philipp
Dear all, I've been following the vote about releasing 3.1.1. Did you reach a decision yet? When will it be released? Ciao, Philipp This e-mail may contain confidential or privileged information. Any unauthorised copying, use or distribution of this information is strictly prohibited.

RE: Remote deployment of service assemblies

2007-05-17 Thread Rossmanith, Philipp
are the wsa:address, the topic and an identifier. -Mensaje original- De: Guillaume Nodet [mailto:[EMAIL PROTECTED] Enviado el: martes, 20 de marzo de 2007 11:21 Para: servicemix-dev@geronimo.apache.org Asunto: Re: Remote deployment of service assemblies On 3/20/07, Rossmanith, Philipp [EMAIL

RE: Remote deployment of service assemblies

2007-05-17 Thread Rossmanith, Philipp
fixed a few weeks ago in trunk. On 5/17/07, Rossmanith, Philipp [EMAIL PROTECTED] wrote: Hi, After quite a break, I am back with the issue relating to this thread. What I did was creating a jsr-181 WSDL first service, for which I set a ComponentContext *). The setup is different from

RE: Remote deployment of service assemblies

2007-03-20 Thread Rossmanith, Philipp
de marzo de 2007 16:56 Para: servicemix-users@geronimo.apache.org Asunto: Re: Remote deployment of service assemblies Importancia: Baja On 3/19/07, Rossmanith, Philipp [EMAIL PROTECTED] wrote: Currently, remote deployment is not supported by the ant tasks. The only way to do currently

RE: [jira] Doc reorg

2007-03-16 Thread Rossmanith, Philipp
Some propositions: - Everything under DocumentationArchitecture should be moved to Developers... - In Developers, a division into information related to administration (e.g. becoming a committer, ...) and coding (e.g. architecture) would be appreciated - Supplying the glossary with names of

RE: Doc reorg

2007-03-15 Thread Rossmanith, Philipp
Hi, I always liked the documentation of Apache Cocoon, where you have a separation into documentation for developers (people that want to hack code improving the framework) and users (people who want to use the framework without actually modifying it) and some other tracks. They solve the

RE: [jira] Commented: (SM-846) Call to default constructor ofJBIContainer changes log4j log level

2007-02-19 Thread Rossmanith, Philipp
Hi Guillaume, Sorry, I was already out of office when you sent the mail... I saw that you did a fix, and I'll check if it works for me. Thanks! The problem first occurred in one of my own test cases, but then I reproduced it in the SecuredBroker test case by instantiating a Logger there right

RE: Default constructor for JBIContainer changes log level?

2007-02-16 Thread Rossmanith, Philipp
a JIRA for that ? On 2/15/07, Rossmanith, Philipp [EMAIL PROTECTED] wrote: P.s. JBIContainer doesn't seem to use org.apache.log4j, but makes calls to org.apache.commons.logging.Log and org.apache.commons.logging.LogFactory: private static final Log log = LogFactory.getLog

SM Correlation ID vs. ebMS conversation ID

2007-02-16 Thread Rossmanith, Philipp
Hi, We're having a scenario where business processes leave SM boundaries into external systems in order to return later on. Interfaces to these systems are HTTP Web services (SOAP 1.1). Some of the processes involve human tasks. Therefore, estimates about the duration cannot be made. What we

RE: Default constructor for JBIContainer changes log level?

2007-02-15 Thread Rossmanith, Philipp
/07, Rossmanith, Philipp [EMAIL PROTECTED] wrote: Hi, I'm currently working on a DefaultBroker subclass (see http://www.nabble.com/Security-and-authorization-requirements-on-Request Broker-tf3135938s12049.html) in which I can add handlers processing MessageExchange instances within

RE: Default constructor for JBIContainer changes log level?

2007-02-15 Thread Rossmanith, Philipp
P.s. JBIContainer doesn't seem to use org.apache.log4j, but makes calls to org.apache.commons.logging.Log and org.apache.commons.logging.LogFactory: private static final Log log = LogFactory.getLog(JBIContainer.class); ... as well as to java.util.logging.Logger: public Logger getLogger(String

Security and authorization requirements on RequestBroker

2007-01-29 Thread Rossmanith, Philipp
Dear all, Apologies for the long mail, but there seemed to be no reasonable way of splitting this up. I'm working in a project where we will use ServiceMix (base: v3.0) as a router connecting several Web services (SOAP1.1 with attachments) and for providing commonly needed services, such as

something wrong with the confluence server?

2007-01-25 Thread Rossmanith, Philipp
Hi, When trying to access the Confluence-Wiki for editing pages, I get a: HTTP Status 404 - /confluence/pages/createpage.action type Status report message /confluence/pages/createpage.action description The requested resource (/confluence/pages/createpage.action) is not available. The same

MessageExchange.getRole(): Role.PROVIDER vs. Role.CONSUMER

2007-01-23 Thread Rossmanith, Philipp
Hi, I tried to find out where the Role of a MessageExchange is being set. I got stuck with the following, and was hoping that someone might help me out with clarifying the issue(s). 1.) States of MEs == A MessageExchange (ME) has an array of possible states (int [][]states),

RE: MessageExchange.getRole(): Role.PROVIDER vs. Role.CONSUMER

2007-01-23 Thread Rossmanith, Philipp
Hi, Response between the lines... 1.) States of MEs == A MessageExchange (ME) has an array of possible states (int [][]states), which differs depending on the type of the ME. It is only being set in the constructor of MessageExchangeImpl. When being sent, the method:

Maven troubles with yesterday's SNAPSHOT

2007-01-19 Thread Rossmanith, Philipp
Hi, In the project I'm working, we're planning to subclass the DefaultBroker in order to enhance its features. Hence, I'll have to do some SM programming and want to make its code available in Eclipse. Knowing from the past that the latest features are usually available in the SVN, only, I

Maven troubles with ServiceMix 3.0 - Follow-up

2007-01-19 Thread Rossmanith, Philipp
to a different mailing list, please let me know about it. Thanks in advance, Ciao, Philipp Rossmanith -Mensaje original- De: Rossmanith, Philipp Enviado el: viernes, 19 de enero de 2007 9:30 Para: servicemix-dev@geronimo.apache.org Asunto: Maven troubles with yesterday's SNAPSHOT Hi

RE: Maven troubles with ServiceMix 3.0 - Follow-up

2007-01-19 Thread Rossmanith, Philipp
16:33 Para: servicemix-dev@geronimo.apache.org Asunto: Re: Maven troubles with ServiceMix 3.0 - Follow-up Have you tried following instructions available at http://servicemix.org/site/importing-servicemix-into-eclipse.html ? On 1/19/07, Rossmanith, Philipp [EMAIL PROTECTED] wrote: Hi

[general question]how do code contributions work

2006-08-11 Thread Rossmanith, Philipp
Hi, My name is Philipp Rossmanith and I'm working at T-Systems, Spain. We're currently involved in a research project where we need to implement a system providing functionality that to a large extent already seems to be provided by an ESB. Since a week, I and my team (4 people in total) are