Re: svn commit: r768473 - in /synapse/trunk/java: modules/transports/pom.xml pom.xml

2009-04-26 Thread Ruwan Linton
Andreas, this should be fixed now... I ran the full build with tests and seems to be OK. Thanks, Ruwan On Sun, Apr 26, 2009 at 8:06 PM, Ruwan Linton ruwan.lin...@gmail.comwrote: Hi Andreas, When I try the mvn idea:idea command to generate the idea project, it gives me this error. I think

Re: [jira] Updated: (SYNAPSE-536) Error while stoping the Synapse server

2009-04-26 Thread Ruwan Linton
. - To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email

Re: [jira] Updated: (SYNAPSE-536) Error while stoping the Synapse server

2009-04-26 Thread Ruwan Linton
, 2009 at 10:57 PM, Ruwan Linton ruwan.lin...@gmail.comwrote: Eric, I applied the patch and tested... Even though this particular exception is not there, it doesn't seem to go on the clean shutdown path instead it just halts and seems to be the shutdown hook is not executing :-( Also

Re: [jira] Updated: (SYNAPSE-536) Error while stoping the Synapse server

2009-04-26 Thread Ruwan Linton
if you could wait with some further changes to ServerManager, Axis2SynapseController and those central classes this would help me. Thanks, Eric -- *From:* Ruwan Linton [mailto:ruwan.lin...@gmail.com] *Sent:* Sunday, April 26, 2009 7:28 PM *To:* dev

Re: Result: [VOTE] Eric Hubert as a committer

2009-04-24 Thread Ruwan Linton
- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77

Error while stoping the Synapse server

2009-04-24 Thread Ruwan Linton
2009-04-25 09:49:40,773 [-] [Thread-9] INFO SynapseServer Halting JVM Thanks, Ruwan -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097 blog: http://ruwansblog.blogspot.com

Re: Endless recursion in FaultHandler.handleFault()

2009-04-20 Thread Ruwan Linton
reflected in the JavaDoc, although it might be better to change the method name as well. Regards, Eric -- *From:* Ruwan Linton [mailto:ruwan.lin...@gmail.com] *Sent:* Monday, April 20, 2009 7:25 AM *To:* dev@synapse.apache.org *Subject:* Re: Endless

Re: Registering the handlers programatically

2009-04-20 Thread Ruwan Linton
into synapse. So I propose to drop the module and programaticaly register theses handler after properly initializing the Synapse environment. WDYT? +1 – I think your explanation gets to the heart of it. -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org

Re: [VOTE] Eric Hubert as a committer

2009-04-20 Thread Ruwan Linton
: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097 blog: http

[jira] Resolved: (SYNAPSE-525) Option to preserve addressing headers should be available

2009-04-19 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-525. -- Resolution: Fixed Fixed on the trunk Option to preserve addressing headers should

Re: Endless recursion in FaultHandler.handleFault()

2009-04-19 Thread Ruwan Linton
as this suddenly happened. I was not sure whether it was related to my changes or the svn up. ;-) Regards, Eric See SYNAPSE-525. Andreas -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77

Re: Endless recursion in FaultHandler.handleFault()

2009-04-19 Thread Ruwan Linton
? Otherwise I will try to dig into this if I find the time. Regards, Eric -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097 blog: http://ruwansblog.blogspot.com

[jira] Commented: (SYNAPSE-525) Option to preserve addressing headers should be available

2009-04-18 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12700499#action_12700499 ] Ruwan Linton commented on SYNAPSE-525: -- Sorry, for not testing all the scenarios

Registering the handlers programatically

2009-04-08 Thread Ruwan Linton
theses handler after properly initializing the Synapse environment. WDYT? Thanks, Ruwan -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097 blog: http://ruwansblog.blogspot.com

Re: startup order - correct place to start transport listeners

2009-04-07 Thread Ruwan Linton
I've completed most of the implementation of the first cut... and waiting on this fix [1] in axis2 to make it 100% accurate. :-) Thanks, Ruwan [1] - https://issues.apache.org/jira/browse/AXIS2-4304 On Mon, Apr 6, 2009 at 10:18 PM, Ruwan Linton ruwan.lin...@gmail.comwrote: I am in the process

Re: startup order - correct place to start transport listeners

2009-04-07 Thread Ruwan Linton
committed the first cut and open for review :-) Thanks, Ruwan On Tue, Apr 7, 2009 at 7:05 PM, Ruwan Linton ruwan.lin...@gmail.com wrote: I've completed most of the implementation of the first cut... and waiting on this fix [1] in axis2 to make it 100% accurate. :-) Thanks, Ruwan [1

[jira] Resolved: (SYNAPSE-531) Clone the complete options object when coning the mesasge but not just the option properties

2009-04-06 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-531. -- Resolution: Fixed Fixed on the synapse trunk... now we copy the whole options object

Re: svn commit: r762222 - in /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse: core/axis2/Axis2FlexibleMEPClient.java util/MessageHelper.java

2009-04-06 Thread Ruwan Linton
clonedOptions; +} + +/** * Removes Submission and Final WS-Addressing headers and return the SOAPEnvelope from the given * message context * -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru

Re: startup order - correct place to start transport listeners

2009-04-06 Thread Ruwan Linton
confidence that approach will work , then it is good . Generally , a problem have many solutions. I just say what I like. You will go on your way. If it can achieve what we need , then it is a good solution. Thanks Indika On Sun, Apr 5, 2009 at 3:07 PM, Ruwan Linton ruwan.lin...@gmail.com

Re: startup order - correct place to start transport listeners

2009-04-05 Thread Ruwan Linton
- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru

Re: startup order - correct place to start transport listeners

2009-04-04 Thread Ruwan Linton
in the http transports. Looks like either way I will find enough useful stuff to help with today. +1 Thanks, Ruwan Regards, Eric -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77

Re: Synapse dependencies for 1.3

2009-04-04 Thread Ruwan Linton
is referring to could be qpid, but also mina seems too use sl4j as logging abstraction. Although I'm not sure we need to declare them directly in the transports as I don't think synapse will have direct code usage of neither API nor IMPL. Regards, Eric -- Ruwan Linton Senior Software

Re: Synapse dependencies for 1.3

2009-04-04 Thread Ruwan Linton
On Sat, Apr 4, 2009 at 5:44 PM, Andreas Veithen andreas.veit...@gmail.comwrote: On Sat, Apr 4, 2009 at 13:50, Ruwan Linton ruwan.lin...@gmail.com wrote: On Sat, Apr 4, 2009 at 4:28 PM, Hiranya Jayathilaka hiranya...@gmail.com wrote: I believe slf4j is required only for the FIX

Re: Synapse dependencies for 1.3

2009-04-04 Thread Ruwan Linton
...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097 blog: http://ruwansblog.blogspot.com

[jira] Assigned: (SYNAPSE-525) Option to preserve addressing headers should be available

2009-04-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-525: Assignee: Ruwan Linton (was: Asankha C. Perera) Option to preserve addressing headers

[jira] Commented: (SYNAPSE-525) Option to preserve addressing headers should be available

2009-04-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12695760#action_12695760 ] Ruwan Linton commented on SYNAPSE-525: -- Let me have a look at the sample 400

Re: Custom mediator with the snapshot build

2009-04-04 Thread Ruwan Linton
to use /soap as an alias for /services. This way we could document the change for 1.3 and declare /soap as deprecated and remove it with the next major release. -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com -- Ruwan Linton Senior Software

Re: Custom mediator with the snapshot build

2009-04-04 Thread Ruwan Linton
a filter. May be we can improve the default main sequence to send a fault back to the client if the request is not matching the current filter? Thanks, Ruwan -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell

Re: svn commit: r682108 - /synapse/trunk/java/pom.xml

2009-04-04 Thread Ruwan Linton
commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097 blog: http://ruwansblog.blogspot.com

Re: Dependency Management with Synapse

2009-04-03 Thread Ruwan Linton
this approach. Thanks, Saliya - To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB

Re: Dependency Management with Synapse

2009-04-03 Thread Ruwan Linton
Also the delete method should return a boolean specifying whether the deletion is successful or not because with this approach there is an instance where the resource is not going to be deleted even though we call delete. Thanks, Ruwan On Fri, Apr 3, 2009 at 9:34 PM, Ruwan Linton ruwan.lin

Re: startup order - correct place to start transport listeners

2009-04-02 Thread Ruwan Linton
effort... may three , four line Thanks Indika On Thu, Apr 2, 2009 at 7:29 AM, Ruwan Linton ruwan.lin...@gmail.com wrote: I went through the new synapse startup logic and it seems OK but this makes the following concrete changes to the synapse architecture Synapse can no longer

Re: startup order - correct place to start transport listeners

2009-04-02 Thread Ruwan Linton
where Synapse is used as an HTTP proxy. I don't see how we would get a similar behavior with any other transport, so this actually looks right (but should be better documented in the code). Andreas On Thu, Apr 2, 2009 at 07:59, Ruwan Linton ruwan.lin...@gmail.com wrote: Yes, I fixed

Re: startup order - correct place to start transport listeners

2009-04-02 Thread Ruwan Linton
. And once something is fresh in memory, those changes are easier to perform. Thanks for taking the time for improving this. Once you are done, I’m of course willing to do a review. +1 Ruwan Thanks, Eric -- *From:* Ruwan Linton [mailto:ruwan.lin

[jira] Created: (SYNAPSE-529) Improve the error messages in the ClientHandler

2009-03-30 Thread Ruwan Linton (JIRA)
: Transports Affects Versions: 1.2 Reporter: Ruwan Linton Assignee: Ruwan Linton Fix For: 1.3 Improve the error messages in the ClientHandler in away that the log message is descriptive enough to find the information about the failing service or host

Re: startup order - correct place to start transport listeners

2009-03-30 Thread Ruwan Linton
a clean copy from the repo and merge only those changes to provide a useful diff to illustrate the changes. Regards, Eric -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097 blog: http

Re: Message responses not working on the trunk

2009-03-27 Thread Ruwan Linton
- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Charith Dhanushka Wickramarachchi http://charithwiki.blogspot.com/ -- Ruwan Linton Senior

[jira] Commented: (SYNAPSE-525) Option to preserve addressing headers should be available

2009-03-27 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12690142#action_12690142 ] Ruwan Linton commented on SYNAPSE-525: -- Asankha, this fixes only one path

[jira] Commented: (SYNAPSE-525) Option to preserve addressing headers should be available

2009-03-26 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12689524#action_12689524 ] Ruwan Linton commented on SYNAPSE-525: -- Well, I think this is exactly what I wanted

[jira] Commented: (SYNAPSE-525) Option to preserve addressing headers should be available

2009-03-26 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12689529#action_12689529 ] Ruwan Linton commented on SYNAPSE-525: -- This is what I wanted and actually I

[jira] Created: (SYNAPSE-525) Option to reserve addressing headers should be available

2009-03-24 Thread Ruwan Linton (JIRA)
: Core Affects Versions: 1.2 Environment: all env Reporter: Ruwan Linton Assignee: Ruwan Linton Fix For: 1.3 For the moment Synapse replaces all the addressing headers when sending the message out to the routed service, but there can be case where

Re: [jira] Resolved: (SYNAPSE-521) Send Synapse generated Hessian faults with HTTP status 200

2009-03-22 Thread Ruwan Linton
it was possible to use the int constants of HttpStatus directly. Regards, Eric -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097 blog: http://ruwansblog.blogspot.com

Re: [jira] Resolved: (SYNAPSE-521) Send Synapse generated Hessian faults with HTTP status 200

2009-03-22 Thread Ruwan Linton
- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097

Re: SMS transport for axis2

2009-03-18 Thread Ruwan Linton
this feature. your ideas and comments are welcome. thank you, -- Charith Dhanushka Wickramarachchi http://charithwiki.blogspot.com/ -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097

Re: Creating HessianFaults using FaultMediator/HessianMessageFormatter

2009-03-16 Thread Ruwan Linton
messages would actually go on the wire as HTTP 200's.. cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org

Re: Creating HessianFaults using FaultMediator/HessianMessageFormatter

2009-03-15 Thread Ruwan Linton
- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell

Re: Creating HessianFaults using FaultMediator/HessianMessageFormatter

2009-03-15 Thread Ruwan Linton
this scenario. :-) Thanks, Ruwan Regards, Eric -- *From:* Ruwan Linton [mailto:ruwan.lin...@gmail.com] *Sent:* Sunday, March 15, 2009 9:43 PM *To:* dev@synapse.apache.org *Subject:* Re: Creating HessianFaults using FaultMediator/HessianMessageFormatter Hi

Re: Creating HessianFaults using FaultMediator/HessianMessageFormatter

2009-03-15 Thread Ruwan Linton
in Eric's patch. I believe many POX messages would also benefit from this - where many fault messages would actually go on the wire as HTTP 200's.. cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com -- Ruwan Linton Senior Software

Re: Usage of @deprecated

2009-03-14 Thread Ruwan Linton
...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097 blog: http://ruwansblog.blogspot.com

Re: svn commit: r753659 - in /synapse/trunk/java: modules/distribution/pom.xml pom.xml

2009-03-14 Thread Ruwan Linton
-- dependency -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097 blog: http://ruwansblog.blogspot.com

Re: jline

2009-03-14 Thread Ruwan Linton
? Regards, Eric - To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org

Re: Creating HessianFaults using FaultMediator/HessianMessageFormatter

2009-03-14 Thread Ruwan Linton
as the duplication or a move of a content-type constant for x-application/hessian as for sure a dependency from the core to the extensions module must not exist. Anyone having a clever option c in mind? Comments are welcome! Regards, Eric -- Ruwan Linton Senior Software Engineer Product

Re: svn commit: r753144 - in /synapse/trunk/java/modules: core/src/main/java/org/apache/synapse/mediators/builtin/ core/src/main/java/org/apache/synapse/mediators/db/ core/src/main/java/org/apache/s

2009-03-13 Thread Ruwan Linton
; -- Ruwan Linton Senior Software Engineer Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: ru...@wso2.com; cell: +94 77 341 3097 blog: http://ruwansblog.blogspot.com

Re: [jira] Commented: (SYNAPSE-514) Enhance HessianMessageBuilder with fault detection

2009-03-09 Thread Ruwan Linton
Type: Improvement Components: Extension Mediators Affects Versions: 1.2 Reporter: Eric Hubert Assignee: Ruwan Linton Priority: Minor Fix For: 1.3 Attachments: HessianMessageBuilder.patch, restresources.zip

Re: Offer to support Synapse development

2009-03-09 Thread Ruwan Linton
-- *From:* Ruwan Linton [mailto:ruwan.lin...@gmail.com] *Sent:* Monday, March 09, 2009 12:05 AM *To:* dev@synapse.apache.org *Subject:* Re: Offer to support Synapse development Hi Eric, It is really nice to see you getting on to the code... We have integrated the FindBugs

Re: VFS - Synapse Memory Leak

2009-03-09 Thread Ruwan Linton
is throttling: Splitting the file is one issues but submitting 100's of calls in parralel to the destination service would result in time outs... So need to work in throttling. Ruwan Linton wrote: I agree and can understand the time factor and also +1 for reusing stuff than trying

Re: svn commit: r751624 - /synapse/trunk/java/pom.xml

2009-03-09 Thread Ruwan Linton
For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

Re: Offer to support Synapse development

2009-03-08 Thread Ruwan Linton
any problems, I'll correct them. Regards, Eric -- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

[jira] Updated: (SYNAPSE-514) Enhance HessianMessageBuilder with fault detection

2009-03-08 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton updated SYNAPSE-514: - Affects Version/s: (was: 1.3) 1.2 The affected version has to be 1.2

[jira] Commented: (SYNAPSE-514) Enhance HessianMessageBuilder with fault detection

2009-03-08 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680024#action_12680024 ] Ruwan Linton commented on SYNAPSE-514: -- Eric, I think we need to improve

[jira] Commented: (SYNAPSE-514) Enhance HessianMessageBuilder with fault detection

2009-03-08 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12680040#action_12680040 ] Ruwan Linton commented on SYNAPSE-514: -- well, I think that is already handled because

[jira] Resolved: (SYNAPSE-514) Enhance HessianMessageBuilder with fault detection

2009-03-08 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-514. -- Resolution: Fixed Committed the patch and fixed on the trunk. Thanks Eric

[jira] Assigned: (SYNAPSE-365) REST support not working in synapse 1.2

2009-03-08 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-365: Assignee: Ruwan Linton (was: Asankha C. Perera) REST support not working in synapse 1.2

[jira] Resolved: (SYNAPSE-365) REST support not working in synapse 1.2

2009-03-08 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-365. -- Resolution: Fixed Fix Version/s: (was: NIGHTLY) 1.3

Re: Could I use BSD licensed binary with in the synapse?

2009-03-06 Thread Ruwan Linton
/ - To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

Re: Could I use BSD licensed binary with in the synapse?

2009-03-06 Thread Ruwan Linton
, 2009 at 2:31 PM, Ruwan Linton ruwan.lin...@gmail.com wrote: May I ask you why you want to use this? Thanks, Ruwan On Fri, Mar 6, 2009 at 9:15 AM, indika kumara indika.k...@gmail.com wrote: Hi All I want to use [1]. Could some please advice me on the $subject? Thanks

Re: Could I use BSD licensed binary with in the synapse?

2009-03-06 Thread Ruwan Linton
-- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

[jira] Assigned: (SYNAPSE-509) XML name space mismatch in Synapse sample 2 ,4 and 7

2009-03-05 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-509: Assignee: Ruwan Linton XML name space mismatch in Synapse sample 2 ,4 and 7

[jira] Commented: (SYNAPSE-509) XML name space mismatch in Synapse sample 2 ,4 and 7

2009-03-05 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12679254#action_12679254 ] Ruwan Linton commented on SYNAPSE-509: -- Applied the patch Thanks charith

[jira] Resolved: (SYNAPSE-509) XML name space mismatch in Synapse sample 2 ,4 and 7

2009-03-05 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-509. -- Resolution: Fixed Fix Version/s: 1.3 Fixed on the trunk... XML name space mismatch

[jira] Assigned: (SYNAPSE-499) Synapse.war not contain synapse .mar file in where should i put a patch ?is synapse NIGHTLY version?

2009-03-05 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-499: Assignee: Ruwan Linton Synapse.war not contain synapse .mar file in where should i put

[jira] Commented: (SYNAPSE-499) Synapse.war not contain synapse .mar file in where should i put a patch ?is synapse NIGHTLY version?

2009-03-05 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12679258#action_12679258 ] Ruwan Linton commented on SYNAPSE-499: -- Applied the patch onto the trunk, thanks

[jira] Resolved: (SYNAPSE-499) Synapse.war not contain synapse .mar file in where should i put a patch ?is synapse NIGHTLY version?

2009-03-05 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-499. -- Resolution: Fixed Fix Version/s: 1.3 Fixed on the trunk Synapse.war not contain

[jira] Commented: (SYNAPSE-100) Synapse could be improved to support WS-RM 1.1

2009-03-05 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12679278#action_12679278 ] Ruwan Linton commented on SYNAPSE-100: -- Now Synapse is using Sandesha2 as its RM

[jira] Resolved: (SYNAPSE-100) Synapse could be improved to support WS-RM 1.1

2009-03-05 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-100. -- Resolution: Fixed Fix Version/s: (was: FUTURE) 1.3 Fixed

[jira] Assigned: (SYNAPSE-500) Error in Serializing the fault mediator fault code with a QName having default prefix

2009-03-05 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-500: Assignee: Ruwan Linton Error in Serializing the fault mediator fault code with a QName

[jira] Resolved: (SYNAPSE-500) Error in Serializing the fault mediator fault code with a QName having default prefix

2009-03-05 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-500. -- Resolution: Fixed Fix Version/s: 1.3 Fixed on the trunk and will be available

[jira] Assigned: (SYNAPSE-493) Synapse sets the HttpCoreRequestResponseTransport status value to INITIAL

2009-03-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-493: Assignee: Ruwan Linton Synapse sets the HttpCoreRequestResponseTransport status value

Re: svn commit: r749766 - /synapse/trunk/java/modules/transports/src/main/java/org/apache/synapse/transport/nhttp/HttpCoreRequestResponseTransport.java

2009-03-04 Thread Ruwan Linton
-- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/ - To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h

[jira] Assigned: (SYNAPSE-511) Properly handle the ?wsdl out put when the proxy service doesn't have a WSDL specified

2009-03-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-511: Assignee: Ruwan Linton Properly handle the ?wsdl out put when the proxy service doesn't

[jira] Resolved: (SYNAPSE-511) Properly handle the ?wsdl out put when the proxy service doesn't have a WSDL specified

2009-03-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-511. -- Resolution: Fixed Fixed on the trunk and will be available with the 1.3 release Properly

[jira] Assigned: (SYNAPSE-492) synapse does not add addressing headers to addresing client response

2009-03-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-492: Assignee: Ruwan Linton synapse does not add addressing headers to addresing client

[jira] Resolved: (SYNAPSE-492) synapse does not add addressing headers to addresing client response

2009-03-04 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton resolved SYNAPSE-492. -- Resolution: Fixed Fix Version/s: 1.3 committed the patch from Amila. sould be fixed

Synapse smoke failure

2009-03-04 Thread Ruwan Linton
) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) Thanks, Ruwan -- Ruwan Linton http://wso2.org - Oxygenating

Re: Synapse smoke failure

2009-03-04 Thread Ruwan Linton
and is not working in r749213 :( Indika?? Thanks, Ruwan On Thu, Mar 5, 2009 at 8:09 AM, Ruwan Linton ruwan.lin...@gmail.com wrote: Well, this works on r749043 meaning that it is a regression by the changes but not came from axis2. In the process of analyzing the issue... Thanks

Re: Synapse smoke failure

2009-03-04 Thread Ruwan Linton
, This is a problem with the ListenerManager shutdown hook impl. See AXIS2-4212 for details. Thanks, Hiranya On Thu, Mar 5, 2009 at 10:23 AM, Ruwan Linton ruwan.lin...@gmail.comwrote: Issue one is fixed with the help from indika, but the shutdown issue still persists. Thanks, Ruwan On Thu, Mar 5

Re: VFS - Synapse Memory Leak

2009-03-04 Thread Ruwan Linton
. - To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

[Proposal] Enable the messages to be able to dispatched to sequences

2009-03-03 Thread Ruwan Linton
name is foo the messages coming into the address http://localhost:8280/sequences/foo; will be dispatched into the sequence foo. WDYT? Thanks, Ruwan -- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

[jira] Assigned: (SYNAPSE-480) Transaction mediator for synapse

2009-03-03 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-480: Assignee: Ruwan Linton Transaction mediator for synapse

Re: [Proposal] Enable the messages to be able to dispatched to sequences

2009-03-03 Thread Ruwan Linton
: Is there no security risk here? If I understand the proposal correctly, it would be possible to invoke any named sequence, even if it is not intended to be exposed. This could potentially be dangerous. Andreas On Tue, Mar 3, 2009 at 20:53, Ruwan Linton ruwan.lin...@gmail.com wrote: Hi devs

[jira] Updated: (SYNAPSE-480) Transaction mediator for synapse

2009-03-03 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton updated SYNAPSE-480: - Affects Version/s: (was: FUTURE) 1.2 changed the affects version

Re: [Proposal] Enable the messages to be able to dispatched to sequences

2009-03-03 Thread Ruwan Linton
-- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

Re: Unable to run samples 351 and 352 on Windows

2009-03-03 Thread Ruwan Linton
://www.nabble.com/file/p22319212/synapse.log synapse.log I re-build a new machine with virtually no software on it. I get the same problems...can't use Synapse. Ruwan Linton wrote: Can you please attach the complete log of the ESB when running this sample? May be you could attach

Re: Switch to the axis2 1.5 branch

2009-02-25 Thread Ruwan Linton
For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

Re: svn commit: r744950 - in /synapse/trunk/java/modules: core/src/main/java/org/apache/synapse/core/axis2/ core/src/main/java/org/apache/synapse/endpoints/ core/src/main/java/org/apache/synapse/med

2009-02-22 Thread Ruwan Linton
For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

Re: Spring Bean Serializer for Synapse Spring Mediator

2009-02-16 Thread Ruwan Linton
- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

[jira] Assigned: (SYNAPSE-497) Synapse Spring Mediator Sample

2009-02-16 Thread Ruwan Linton (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruwan Linton reassigned SYNAPSE-497: Assignee: Ruwan Linton Synapse Spring Mediator Sample

The WSO2 ESB 2.0 Released!

2009-02-06 Thread Ruwan Linton
support information please refer to http://wso2.com/support/ For more information on WSO2 ESB, visit the WSO2 Oxygen Tank (http://wso2.org) We welcome your feedback on this implementation. Thank you for your interest in WSO2 ESB. *-- The WSO2 ESB Team --* -- Ruwan Linton Product Manager - WSO2 ESB

Re: Bundling of transports with the distribution - what should be the default?

2009-01-14 Thread Ruwan Linton
- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

Re: Dynamically loading proxy configuration in synapse.xml

2008-12-31 Thread Ruwan Linton
- To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org For additional commands, e-mail: dev-h...@synapse.apache.org -- Ruwan Linton http://wso2.org - Oxygenating the Web Services Platform http://ruwansblog.blogspot.com/

<    1   2   3   4   5   6   7   8   >