compilation errors

2013-08-01 Thread Rajika Kumarasiri
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project synapse-vfs-transport: Compilation failure: Compilation failure: [ERROR]

Re: compilation errors

2013-08-01 Thread Hiranya Jayathilaka
Hi Rajika, Nothing has changed since yesterday. It builds fine for me and the last Jenkins build has also been successful. This is probably an environment issue specific to your build setup. From the looks of it maven is unable to locate a dependency (probably javamail). Are you building

Re: compilation errors

2013-08-01 Thread Rajika Kumarasiri
No I am building online. Rajika On Thu, Aug 1, 2013 at 2:49 PM, Hiranya Jayathilaka hiranya...@gmail.comwrote: Hi Rajika, Nothing has changed since yesterday. It builds fine for me and the last Jenkins build has also been successful. This is probably an environment issue specific to your

Re: compilation errors

2013-08-01 Thread Hiranya Jayathilaka
This is interesting. VFS transport has a compile time dependency on a javamail API, but the dependency is not declared on any of the POMs. It looks like Maven still manages to find the dependency via a transitive dependency in Axiom. That's probably why it works most of the time. I think we

Re: compilation errors

2013-08-01 Thread Hiranya Jayathilaka
On Aug 1, 2013, at 2:34 PM, Hiranya Jayathilaka hiranya...@gmail.com wrote: This is interesting. VFS transport has a compile time dependency on a javamail API, but the dependency is not declared on any of the POMs. It looks like Maven still manages to find the dependency via a transitive

Re: compilation errors

2013-08-01 Thread Rajika Kumarasiri
+1. I wonder how this triggers now. Rajika On Thu, Aug 1, 2013 at 5:46 PM, Hiranya Jayathilaka hiranya...@gmail.comwrote: On Aug 1, 2013, at 2:34 PM, Hiranya Jayathilaka hiranya...@gmail.com wrote: This is interesting. VFS transport has a compile time dependency on a javamail API, but

Re: compilation errors

2013-08-01 Thread Hiranya Jayathilaka
I've declared the dependency in Synapse POMs. You should be able to build without any issues now. Thanks, Hiranya On Aug 1, 2013, at 2:46 PM, Hiranya Jayathilaka hiranya...@gmail.com wrote: On Aug 1, 2013, at 2:34 PM, Hiranya Jayathilaka hiranya...@gmail.com wrote: This is interesting.

Re: compilation errors

2013-08-01 Thread Hiranya Jayathilaka
On Aug 1, 2013, at 2:52 PM, Rajika Kumarasiri rajika.kumaras...@gmail.com wrote: +1. I wonder how this triggers now. It's somehow related to your build environment. I was able to reproduce the issue, when I deleted the javamail jar from my local m2 repo and tried to build the vfs

Re: compilation errors

2013-08-01 Thread Rajika Kumarasiri
I just noticed Andreas has got rid of the javamail dependency completely. May be you can revert the changes to pom. Thank you. Rajika On Thu, Aug 1, 2013 at 5:57 PM, Hiranya Jayathilaka hiranya...@gmail.comwrote: On Aug 1, 2013, at 2:52 PM, Rajika Kumarasiri rajika.kumaras...@gmail.com

Re: compilation errors

2013-08-01 Thread Hiranya Jayathilaka
On Aug 1, 2013, at 3:12 PM, Rajika Kumarasiri rajika.kumaras...@gmail.com wrote: I just noticed Andreas has got rid of the javamail dependency completely. May be you can revert the changes to pom. There are more touch points, coming through the Axis2 transport test kit. See the VFSClient

[jira] [Assigned] (SYNAPSE-934) Website broken module links in http://synapse.apache.org/modules

2013-08-01 Thread Hiranya Jayathilaka (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiranya Jayathilaka reassigned SYNAPSE-934: --- Assignee: Hiranya Jayathilaka Website broken module links in

[jira] [Commented] (SYNAPSE-934) Website broken module links in http://synapse.apache.org/modules

2013-08-01 Thread Hiranya Jayathilaka (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13727043#comment-13727043 ] Hiranya Jayathilaka commented on SYNAPSE-934: - I think it's a mistake to

[jira] [Resolved] (SYNAPSE-934) Website broken module links in http://synapse.apache.org/modules

2013-08-01 Thread Hiranya Jayathilaka (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiranya Jayathilaka resolved SYNAPSE-934. - Resolution: Fixed Fix Version/s: FUTURE Website broken module links

[jira] [Assigned] (SYNAPSE-729) synapse-config-migrator.sh not working on Ubuntu, unexpected operator

2013-08-01 Thread Hiranya Jayathilaka (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiranya Jayathilaka reassigned SYNAPSE-729: --- Assignee: Heshan Suriyaarachchi synapse-config-migrator.sh not working

[jira] [Commented] (SYNAPSE-803) New SplitAggregate (Blocking) Mediator

2013-08-01 Thread Hiranya Jayathilaka (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13727056#comment-13727056 ] Hiranya Jayathilaka commented on SYNAPSE-803: - The patch modifies the log

[jira] [Assigned] (SYNAPSE-717) Namespace Replace Mediator

2013-08-01 Thread Hiranya Jayathilaka (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiranya Jayathilaka reassigned SYNAPSE-717: --- Assignee: Kasun Indrasiri I suppose Kasun can take of this himself now :)

[jira] [Resolved] (SYNAPSE-698) NPE in SynapseConfiguration.destroy()

2013-08-01 Thread Hiranya Jayathilaka (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiranya Jayathilaka resolved SYNAPSE-698. - Resolution: Fixed Fix Version/s: NIGHTLY I've refactored the

[jira] [Assigned] (SYNAPSE-502) improve the vfs transport to use temporary file

2013-08-01 Thread Hiranya Jayathilaka (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiranya Jayathilaka reassigned SYNAPSE-502: --- Assignee: Rajika Kumarasiri Rajika, may be you can review this and see if

[jira] [Created] (SYNAPSE-955) XPath1.0 Implementation On Top Of XMLStream

2013-08-01 Thread isuru janith ranawaka (JIRA)
isuru janith ranawaka created SYNAPSE-955: - Summary: XPath1.0 Implementation On Top Of XMLStream Key: SYNAPSE-955 URL: https://issues.apache.org/jira/browse/SYNAPSE-955 Project: Synapse

[jira] [Commented] (SYNAPSE-567) Preserve Request URL string (file path) in Load balancing/ Fail over endpoint

2013-08-01 Thread Miyuru Wanninayaka (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13727279#comment-13727279 ] Miyuru Wanninayaka commented on SYNAPSE-567: This patch was submitted by me

[jira] [Commented] (SYNAPSE-567) Preserve Request URL string (file path) in Load balancing/ Fail over endpoint

2013-08-01 Thread Hiranya Jayathilaka (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13727337#comment-13727337 ] Hiranya Jayathilaka commented on SYNAPSE-567: - That's what I thought too.

[jira] [Resolved] (SYNAPSE-567) Preserve Request URL string (file path) in Load balancing/ Fail over endpoint

2013-08-01 Thread Miyuru Wanninayaka (JIRA)
[ https://issues.apache.org/jira/browse/SYNAPSE-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miyuru Wanninayaka resolved SYNAPSE-567. Resolution: Invalid We can achieve same using REST_URL_POSTFIX, ignoring this