Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-24 Thread ArmenH
ArmenH wrote: We have found out that after just one service deployed on Windows ServiceMix the memory usage jumps to 500 MB and it increases linearly after each service deployment until ServiceMix dies with an OutOfMemoryError. We tried increasing the heap size and it helped up

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-07-25 Thread ArmenH
ArmenH wrote: Gert, We use the Windows version for development phase of our services. We are deploying services by dropping the files in the deploy and install directories. We don't use JMX for the development phase. We're using ServiceMix version 3.1 in stand-alone mode. We deploy SAs

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-08-14 Thread ArmenH
already backported some important fixes to be released with 3.1.2 as well... Gert ArmenH wrote: FYI. We did try replacing the ServiceMix ActiveMQ JAR files with the latest ActiveMQ SNAPSHOT JAR files and the problem was resolved. We would be very anxious to get the ServiceMix 3.1.2

xfire annotation exception: Service class cannot be abstract for jsr181 proxy

2007-09-17 Thread ArmenH
Hi, Does anyone have a complete example of jsr181 proxy for external web service? I have two services, one is inside jbi container and the other one is outside. The inside service consumes the external web service. I followed the jsr181 proxy example, but got

Activemq port configuration

2007-09-21 Thread ArmenH
Is the activemq port number is configurable? We are trying to configure the port by changing it at conf/servicemix.properties. However, once the port number is changed to anything other than 61616 the ServiceMix container stops working. Please help. -- View this message in context:

Re: ActiveMQ Causing OutOfMemoryError After Service Deployment

2007-09-21 Thread ArmenH
We ended up using July 24th ActiveMQ SNAPSHOT and it worked for us. We are actually hoping that this fix makes it in the next major releases of ServiceMix (3.1.2 and 3.2). Also, please help with following requests: com.ctc.wstx.exc.WstxParsingException: for jsr181 proxy by ArmenH1 06

Re: WSIT Support

2007-11-12 Thread ArmenH
It appears that CXF does support most of the WS-* Has anyone used Microsoft WCF based clients/services to show full interoperability? ArmenH wrote: Does ServiceMix fully support WSIT? If not, are there plans to support it? CXF is still not fully compliant with WSIT. -- View

Re: WSIT Support

2007-11-12 Thread ArmenH
, I guess you could post this thread on cxf mailling list, where more people can answer your question. Best Regards Freeman ArmenH wrote: It appears that CXF does support most of the WS-* Has anyone used Microsoft WCF based clients/services to show full interoperability? ArmenH

Re: WSIT Support

2007-11-14 Thread ArmenH
in ServiceMix version 3.2, not version 2.0.2. Regards, Bo On Nov 13, 2007 1:10 PM, Freeman Fang wrote: Yes Freeman ArmenH wrote: Thanks, Is the CXF used in ServiceMix version 2.0.2? Freeman Fang wrote: Hi, We already have servicemix-cxf-bc to leverage ws-* feature

Re: WSIT Support

2007-11-14 Thread ArmenH
Thanks. Is there a technical reason why WSIT is not used in ServiceMix 3.2 instead? Freeman Fang-2 wrote: For servicemix cxf bc, we support ws-security, ws-ReliableMessage, ws-policy, ws-Addressing, MTOM now Regards Freeman ArmenH wrote: Yes, thank you for replying. Please