Re: smx-eip RecipientListAggregator propagating attachments

2008-06-17 Thread Guillaume Nodet
Yeah, it would be a good idea. On Wed, Jun 18, 2008 at 8:14 AM, rgavlin <[EMAIL PROTECTED]> wrote: > > Should the default SplitAggregator behavior be to propagate both properties > and attachments? > > Also, does AbstractAggregator or SplitAggregator need to allow this behavior > to be configurabl

Re: smx-eip RecipientListAggregator propagating attachments

2008-06-17 Thread rgavlin
Should the default SplitAggregator behavior be to propagate both properties and attachments? Also, does AbstractAggregator or SplitAggregator need to allow this behavior to be configurable by adding booleans for isCopyAttachments and isCopyProperties? gnodet wrote: > > The default aggregator

Re: smx-eip RecipientListAggregator propagating attachments

2008-06-17 Thread Guillaume Nodet
The default aggregator does not handle attachments, but it should be easy to either enhance the SplitAggregator to do that, or to write a new custom aggregator if the process is a bit specific. On Wed, Jun 18, 2008 at 7:38 AM, Ron Gavlin <[EMAIL PROTECTED]> wrote: > I have a flow in which an eip:S

Re: AW: MessageExchange content empty with 2 beans

2008-06-17 Thread Lars Heinemann
Jens, I fear I have currently no idea whats the problem. Maybe others can help here. Regards Lars On Tuesday 17 June 2008 13:50:06 [EMAIL PROTECTED] wrote: > Hi Lars, > > I tried to use the MessageUtil.transferInToIn() and > MessageUtil.transferOutToOut() method but nothing changed. When I swit

smx-eip RecipientListAggregator propagating attachments

2008-06-17 Thread Ron Gavlin
I have a flow in which an eip:StaticRecipientList sends a messageExchange to two targets: 1. an smx-bean that enriches the message content, adds a JBI attachment, and forwards the exchange to an eip:RecipientListAggregator 2. an eip:RecipientListAggregator (the same aggregator mentioned above)

Re: Wire-Tap error in Servicemix-Camel 3.2.2 with JMS BC

2008-06-17 Thread Bruce Snyder
On Tue, Jun 17, 2008 at 9:53 PM, pratibhaG <[EMAIL PROTECTED]> wrote: > > JMS provider xbean.xml configuration file. > > http://servicemix.apache.org/jms/1.0"; > xmlns:hello="http://servicemix.in2m.com/operations/updateprofile"; > xmlns:amq="http://activemq.org/config/1.0";> > >

Re: With ServiceMix 3.2.2, my BeanEndpoint can still receive messages before it has fully started, same as SM-1171.

2008-06-17 Thread Chris Custine
On Mon, May 19, 2008 at 4:02 AM, n cardinale <[EMAIL PROTECTED]> wrote: > > > n cardinale wrote: > > > > Hello Chris, > > > > I built the servicemix 3.2.2 from a svn branch (3.2.2) got end of april. > I > > checked in the source code: the fix done for SM-1171 is in this code > > (file: AbstractFlo

Re: With ServiceMix 3.2.2, my BeanEndpoint can still receive messages before it has fully started, same as SM-1171.

2008-06-17 Thread Chris Custine
I am fairly certain that this is fixed. The stack trace attached earlier in this thread contains the following line which tells me that the code running does *not* contain the fix for SM-1171 org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170) This line was where the

Re: Wire-Tap error in Servicemix-Camel 3.2.2 with JMS BC

2008-06-17 Thread pratibhaG
JMS provider xbean.xml configuration file. http://servicemix.apache.org/jms/1.0"; xmlns:hello="http://servicemix.in2m.com/operations/updateprofile"; xmlns:amq="http://activemq.org/config/1.0";> -- View this message in context: http://www.nabble.com/Wire-Tap-error-in-

Re: CXF BC SU consumer SSL configuration

2008-06-17 Thread Freeman Fang
dharmon wrote: I'm able to successfully configure a CXF BC SU consumer to listen for requests via SSL. I set the busCfg attribute to a configuration file that is similar to the one found on the Apache CXF site[1]. However, after undeploying my service assembly containing this su, the jetty engine

CXF BC SU consumer SSL configuration

2008-06-17 Thread dharmon
I'm able to successfully configure a CXF BC SU consumer to listen for requests via SSL. I set the busCfg attribute to a configuration file that is similar to the one found on the Apache CXF site[1]. However, after undeploying my service assembly containing this su, the jetty engine is still runnin

Re: Using servicemix-mail

2008-06-17 Thread Lars Heinemann
Ivan, have a look at http://servicemix.apache.org/servicemix-mail.html. There you find a detailed description how to configure the mail endpoints and how to write marshalers. 1. just put on several poller endpoints 2. configure these endpoints properly with a targetService 3. have a look at th

Re: Hardware Requirements

2008-06-17 Thread mattrpav
I'd say a minimum of 1 GB of RAM, but recommend at least 2Gb so you can run the VM with -Xmx1024 and give the OS some breathing room. This assumes a box essentially dedicated to SM, and not running a local database or other heavily used services. -- View this message in context: http://www.n

Using servicemix-mail

2008-06-17 Thread ivan
Hi team! I'm new in configuring services and service-components, so I need some clarifications and understanding. Let's our task is to do some custom operations with e-mails. I see my work is devided on: 1.configuring servicemix-mail. This service gets mails from some mail-server and sav

Hardware Requirements

2008-06-17 Thread steff aka sid
Hi, I want to know if there are any hardware requirements for SM. I beliebe that there are much dependencies for the hardware like the used protocols, XSLT transformations, size of data etc. etc. but is there anything what is recommeded to use? Some vendors of other esb products say ok you need 1

Re: Wire-Tap error in Servicemix-Camel 3.2.2 with JMS BC

2008-06-17 Thread Bruce Snyder
On Tue, Jun 17, 2008 at 6:37 AM, pratibhaG <[EMAIL PROTECTED]> wrote: > > I have servicemix-camel 3.2.2 snapshot in my ServiceMix 3.2.1 instance. I > have following message flow for a use case: > > Http-BC(consumer) --> Camel-SU --> Bean SU > | >

Re: NPE errors in DeliveryChannel

2008-06-17 Thread Bruce Snyder
On Fri, Jun 13, 2008 at 2:23 PM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > Out of curiosity.. is it possible for the quartz component in servicemix to > "start up too quickly" and fire off a message to a service before it's > ready? I've been seeing errors like this a lot more during start up and I

Re: Servicemix-Camel 3.2.2 does not send in-out message to http-provider

2008-06-17 Thread Gert Vanthienen
Prathiba, This issue was fixed last week (https://issues.apache.org/activemq/browse/SM-1397). Could you retry that with a new build of the servicemix-camel component? Gert pratibhaG wrote: I have servicemix-camel 3.2.2 snapshot in my ServiceMix 3.2.1 instance.I have following message flow

Re: Attempting to run ws-sec sample

2008-06-17 Thread jdmichal
Figures. I search the forums, but not the tickets :) 20080616-3.2.2-SNAPSHOT works with the client-ws-sec.html file, but not the client-basic.html file. The basic always results in the following exception: java.lang.IllegalStateException: Cannot write non xml faults for non soap messages

Servicemix-Camel 3.2.2 does not send in-out message to http-provider

2008-06-17 Thread pratibhaG
I have servicemix-camel 3.2.2 snapshot in my ServiceMix 3.2.1 instance.I have following message flow for a use case: App 1 --> Http-SU(consumer) --> EIP-SU -- (in-only)->JMSProvider-SU(topic) > JMSConsumer-SU -->Camel-SU >Http-SU(Provider) --> App 2

Re: http endpoint issues

2008-06-17 Thread Guillaume Nodet
I've raised and fix both issues: http://issues.apache.org/activemq/browse/SM-1407 http://issues.apache.org/activemq/browse/SM-1408 On Tue, Jun 17, 2008 at 11:20 AM, Guillaume Nodet <[EMAIL PROTECTED]> wrote: > I'm working on this issue right now. > Did you raise any issue for this problem ? >

Re: ServiceMix and AS/400

2008-06-17 Thread eldalai
Hi Jan, I think you could use Mule to comunicate your Java App with AS400 by DTAQ. Consider: - use a 1.4.x Mule versión because the 2.x versión dont support DTAQ transport yet. - in AS400 you have to create a submit program ( COBOL/RPG/CL ) to read and write the DTAQ... I made some test and

Wire-Tap error in Servicemix-Camel 3.2.2 with JMS BC

2008-06-17 Thread pratibhaG
I have servicemix-camel 3.2.2 snapshot in my ServiceMix 3.2.1 instance. I have following message flow for a use case: Http-BC(consumer) --> Camel-SU --> Bean SU | | JMS Provider

AW: MessageExchange content empty with 2 beans

2008-06-17 Thread jens.willhardt
Hi Lars, I tried to use the MessageUtil.transferInToIn() and MessageUtil.transferOutToOut() method but nothing changed. When I switch the logging to WARN-level everything crashes, when switched to debug everything works fine. It seems the error only occurs on multi-core cpu's! Here is the er

Re: ServiceMix and AS/400

2008-06-17 Thread razzi
Hi Gert, I just had a look at the Data Area (DTAQ) on AS/400. As I am just a humble Java Architect ;-) and by no means an AS/400 expert I can only agree with you this is probably the easiest solution. Using IBM WebSphere MQ was also my first (and preferred) option, but then I got the remark this

Re: ServiceMix and AS/400

2008-06-17 Thread Gert Vanthienen
L.S., We currently have no AS/400 specific components in either ServiceMix or Camel. I have been planning to add them for a while now, but I never got to it. Feel free to raise a JIRA to add these components to Camel and/or ServiceMix. If you want to try to add this yourself, feel free to

ServiceMix and AS/400

2008-06-17 Thread razzi
I'm trying to integrate an AS/400 running OS/400 V5R4 to some java services. The AS/400 needs to message to java and also needs to listen to messages from the java services. Now my first idea was to use the REST protocol on ActiveMQ and use this approach, but maybe there are components in ServiceM

Re: Web Service on ServiceMix question

2008-06-17 Thread baryzhongzsd
Hi,Gert Thank you for your advise! Indeed, the former servicemix i used is too old, i change into servicemix 3.2.1, all things are right. Thanks again! Barry Gert Vanthienen wrote: > > Barry, > > Could you retry this with a more recent release of ServiceMix? I see > there were some

Re: http endpoint issues

2008-06-17 Thread Guillaume Nodet
I'm working on this issue right now. Did you raise any issue for this problem ? On Sun, Jun 1, 2008 at 7:57 PM, Michal <[EMAIL PROTECTED]> wrote: > > I have just spotted that this memory leak can be fixed by changing below > lines (in ConsumerProcessor) > >boolean result = cont

Re: Problem regarding XPath in camel

2008-06-17 Thread Gert Vanthienen
Sandeep Reddy, If you set your logging to DEBUG, does your XML message contain these tags/elements? Could you post the complete Camel route you are using? Could you try setting DEBUG for org.apache.camel as well to get more information? Are you sure this XPath expression does what you expec