Re: [Dev] ESB build error

2014-10-10 Thread Lahiru Chandima
Hi Tishan,

I followed the instructions given in CEP documentation[1]
https://docs.wso2.com/display/CEP310/Building+from+Source to build the
kernel patches. Documentation specifies to run mvn clean install in each
patch directory. But, the pom of each patch contains a submodule
specification like following.

module../../features/org.wso2.carbon.kernel.patch0001.feature/1.0.0/module

Since it refers to a module that is outside the patch directory, maven
fails because it cannot find the specified directory. I searched the
checked out carbon kernel source but couldn't find a directory like above.

Can you please provide the correct steps to build the patches?

Thanks

[1] https://docs.wso2.com/display/CEP310/Building+from+Source

On Thu, Oct 9, 2014 at 2:15 PM, Chamin Nalinda cha...@wso2.com wrote:

 Hi Tishan,

 Thanks for your response. I'll give it a try and see

 On Thu, Oct 9, 2014 at 1:35 PM, Mariangela Hills mariang...@wso2.com
 wrote:

 Hi Tishan,

 Praneesha, has raised a JIRA [1] in this regard and we are in the process
 of updating the docs.

 [1] https://wso2.org/jira/browse/DOCUMENTATION-1104

 Regards,
 Mariangela




 *--*
 Mariangela Hills
 Senior Technical Writer

 *WSO2, Inc.*lean.enterprise.middleware.
 m: +94 773 500185
 w: http://wso2.com
 http://wso2.com/events/

 On Thu, Oct 9, 2014 at 1:34 PM, Mariangela Hills mariang...@wso2.com
 wrote:

 Hi Trishan,

 Praneesha, has raised a JIRA [1] in this regard and we are in the
 process of updating the docs.

 [1] https://wso2.org/jira/browse/DOCUMENTATION-1104

 Regards,
 Mariangela




 *--*
 Mariangela Hills
 Senior Technical Writer

 *WSO2, Inc.*lean.enterprise.middleware.
 m: +94 773 500185
 w: http://wso2.com
 http://wso2.com/events/

 On Thu, Oct 9, 2014 at 1:05 PM, Tishan Dahanayakage tis...@wso2.com
 wrote:

 Hi all,
 Sorry. I hit enter accidentally. Appending to previous mail.
 [2]
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/



 On Thu, Oct 9, 2014 at 1:02 PM, Tishan Dahanayakage tis...@wso2.com
 wrote:

 Hi Chamin,

 I assume you checked out the source for chunk 04. (eg:svn checkout
 https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk04
 local-platform-directory-2)
 Before start building particular product in the chunk make sure you
 have build all respective kernel patches. Refer [1] to know what kernel
 patches need to be build for a given chunk. You can checkout kernel 
 patches
 from here[2]. For your case you should build patch 001 and 002. After that
 try building from chunk. It should work.
 @Documentation
 However relevant documentation need to be upgraded mentioning that
 users need to build kernel patches also. Praneesha fixed this in CEP
 documentation. That change should reflect upon every product documentation
 under chunk releases.

 [1] http://wso2.com/products/carbon/release-matrix/

 On Thu, Oct 9, 2014 at 12:09 PM, Chamin Nalinda cha...@wso2.com
 wrote:

 Hi Ranwala,

 location is : product-releases/chunk-04/products/pom.xml

 here's the error stack (some artifacts are missing)


  start 

 [INFO]

 [INFO]
 
 [INFO] Building WSO2 ESB - Samples 4.8.1
 [INFO]
 
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 ESB - Aggregator Module .. SUCCESS
 [0.367s]
 [INFO] WSO2 ESB - Styles Parent .. SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Styles . SUCCESS
 [1.668s]
 [INFO] WSO2 Stratos ESB - Styles . SUCCESS
 [0.232s]
 [INFO] WSO2 ESB - Samples Parent . SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Samples  FAILURE
 [1.185s]
 [INFO] WSO2 Stratos ESB - Samples  SKIPPED
 [INFO] WSO2 ESB - Features Parent  SKIPPED
 [INFO] WSO2 ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 ESB - Styles Features  SKIPPED
 [INFO] WSO2 ESB - Samples Features ... SKIPPED
 [INFO] WSO2 Stratos ESB - Login User Interface ... SKIPPED
 [INFO] WSO2 Stratos ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 Stratos ESB - Login UI Feature ... SKIPPED
 [INFO] WSO2 Stratos ESB - Styles Features  SKIPPED
 [INFO] WSO2 Stratos ESB - Samples Features ... SKIPPED
 [INFO] WSO2 ESB - P2 Profile Generation .. SKIPPED
 [INFO] WSO2 ESB - Distribution ... SKIPPED
 [INFO] WSO2 ESB - Integration Parent . SKIPPED
 [INFO] ESB Test Service Module ... SKIPPED
 [INFO] Integration Commons Module - ESB test Module .. SKIPPED
 [INFO] WSO2 ESB Integration Test Core  

Re: [Dev] ESB build error

2014-10-10 Thread Tishan Dahanayakage
Hi Lahiru,
Documentation specifies this[1] location for kernel patches. It contains
set of patch directories. Build from the top most pom. I didn't note any
feature directories inside. From that location you need to verify what
patches to build. For that refer[2]. In your case CEP 310 is in chunk 08.
Respective kernel patch is patch0006 means you have to build from patch0001
to 0006 one by one respectively. Then you can build CEP310 from chunk08.
Please update the thread after trying.
@praneesha
Can we clarify more on kernel patch building as of if release matrix say
patch0006 user need to build 0001-0006.
@chamin
Please update whether you problem is solved in the thread itself so others
can refer threads without repeatedly querying for same issue. It helps to
develop a good knowledge base.

[1]https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/
[2] http://wso2.com/products/carbon/release-matrix/

On Fri, Oct 10, 2014 at 11:35 AM, Lahiru Chandima lahi...@wso2.com wrote:

 Hi Tishan,

 I followed the instructions given in CEP documentation[1]
 https://docs.wso2.com/display/CEP310/Building+from+Source to build the
 kernel patches. Documentation specifies to run mvn clean install in each
 patch directory. But, the pom of each patch contains a submodule
 specification like following.


 module../../features/org.wso2.carbon.kernel.patch0001.feature/1.0.0/module

 Since it refers to a module that is outside the patch directory, maven
 fails because it cannot find the specified directory. I searched the
 checked out carbon kernel source but couldn't find a directory like above.

 Can you please provide the correct steps to build the patches?

 Thanks

 [1] https://docs.wso2.com/display/CEP310/Building+from+Source

 On Thu, Oct 9, 2014 at 2:15 PM, Chamin Nalinda cha...@wso2.com wrote:

 Hi Tishan,

 Thanks for your response. I'll give it a try and see

 On Thu, Oct 9, 2014 at 1:35 PM, Mariangela Hills mariang...@wso2.com
 wrote:

 Hi Tishan,

 Praneesha, has raised a JIRA [1] in this regard and we are in the
 process of updating the docs.

 [1] https://wso2.org/jira/browse/DOCUMENTATION-1104

 Regards,
 Mariangela




 *--*
 Mariangela Hills
 Senior Technical Writer

 *WSO2, Inc.*lean.enterprise.middleware.
 m: +94 773 500185
 w: http://wso2.com
 http://wso2.com/events/

 On Thu, Oct 9, 2014 at 1:34 PM, Mariangela Hills mariang...@wso2.com
 wrote:

 Hi Trishan,

 Praneesha, has raised a JIRA [1] in this regard and we are in the
 process of updating the docs.

 [1] https://wso2.org/jira/browse/DOCUMENTATION-1104

 Regards,
 Mariangela




 *--*
 Mariangela Hills
 Senior Technical Writer

 *WSO2, Inc.*lean.enterprise.middleware.
 m: +94 773 500185
 w: http://wso2.com
 http://wso2.com/events/

 On Thu, Oct 9, 2014 at 1:05 PM, Tishan Dahanayakage tis...@wso2.com
 wrote:

 Hi all,
 Sorry. I hit enter accidentally. Appending to previous mail.
 [2]
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/



 On Thu, Oct 9, 2014 at 1:02 PM, Tishan Dahanayakage tis...@wso2.com
 wrote:

 Hi Chamin,

 I assume you checked out the source for chunk 04. (eg:svn checkout
 https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk04
 local-platform-directory-2)
 Before start building particular product in the chunk make sure you
 have build all respective kernel patches. Refer [1] to know what kernel
 patches need to be build for a given chunk. You can checkout kernel 
 patches
 from here[2]. For your case you should build patch 001 and 002. After 
 that
 try building from chunk. It should work.
 @Documentation
 However relevant documentation need to be upgraded mentioning that
 users need to build kernel patches also. Praneesha fixed this in CEP
 documentation. That change should reflect upon every product 
 documentation
 under chunk releases.

 [1] http://wso2.com/products/carbon/release-matrix/

 On Thu, Oct 9, 2014 at 12:09 PM, Chamin Nalinda cha...@wso2.com
 wrote:

 Hi Ranwala,

 location is : product-releases/chunk-04/products/pom.xml

 here's the error stack (some artifacts are missing)


  start 

 [INFO]

 [INFO]
 
 [INFO] Building WSO2 ESB - Samples 4.8.1
 [INFO]
 
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 ESB - Aggregator Module .. SUCCESS
 [0.367s]
 [INFO] WSO2 ESB - Styles Parent .. SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Styles . SUCCESS
 [1.668s]
 [INFO] WSO2 Stratos ESB - Styles . SUCCESS
 [0.232s]
 [INFO] WSO2 ESB - Samples Parent . SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Samples  FAILURE
 [1.185s]
 [INFO] WSO2 Stratos ESB - Samples  

Re: [Dev] ESB build error

2014-10-10 Thread Tishan Dahanayakage
Hi Lahiru,
As per the discussion the issue is you need to checkout kernel at this[1]
level. Reason behind this is according to the pom it builds the set of
updated components and also the kernel feature again. So it tries reach out
to it's feature directory. That's when you get that issue.

@Sameera
Can you please verify whether this is the recommended approach in building
kernel patches.

@Praneesha
Can we please change documentation accordingly once Sameera verify.

[1]https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0
https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/

On Fri, Oct 10, 2014 at 12:00 PM, Tishan Dahanayakage tis...@wso2.com
wrote:

 Hi Lahiru,
 Documentation specifies this[1] location for kernel patches. It contains
 set of patch directories. Build from the top most pom. I didn't note any
 feature directories inside. From that location you need to verify what
 patches to build. For that refer[2]. In your case CEP 310 is in chunk 08.
 Respective kernel patch is patch0006 means you have to build from patch0001
 to 0006 one by one respectively. Then you can build CEP310 from chunk08.
 Please update the thread after trying.
 @praneesha
 Can we clarify more on kernel patch building as of if release matrix say
 patch0006 user need to build 0001-0006.
 @chamin
 Please update whether you problem is solved in the thread itself so others
 can refer threads without repeatedly querying for same issue. It helps to
 develop a good knowledge base.

 [1]https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/
 [2] http://wso2.com/products/carbon/release-matrix/

 On Fri, Oct 10, 2014 at 11:35 AM, Lahiru Chandima lahi...@wso2.com
 wrote:

 Hi Tishan,

 I followed the instructions given in CEP documentation[1]
 https://docs.wso2.com/display/CEP310/Building+from+Source to build the
 kernel patches. Documentation specifies to run mvn clean install in each
 patch directory. But, the pom of each patch contains a submodule
 specification like following.


 module../../features/org.wso2.carbon.kernel.patch0001.feature/1.0.0/module

 Since it refers to a module that is outside the patch directory, maven
 fails because it cannot find the specified directory. I searched the
 checked out carbon kernel source but couldn't find a directory like above.

 Can you please provide the correct steps to build the patches?

 Thanks

 [1] https://docs.wso2.com/display/CEP310/Building+from+Source

 On Thu, Oct 9, 2014 at 2:15 PM, Chamin Nalinda cha...@wso2.com wrote:

 Hi Tishan,

 Thanks for your response. I'll give it a try and see

 On Thu, Oct 9, 2014 at 1:35 PM, Mariangela Hills mariang...@wso2.com
 wrote:

 Hi Tishan,

 Praneesha, has raised a JIRA [1] in this regard and we are in the
 process of updating the docs.

 [1] https://wso2.org/jira/browse/DOCUMENTATION-1104

 Regards,
 Mariangela




 *--*
 Mariangela Hills
 Senior Technical Writer

 *WSO2, Inc.*lean.enterprise.middleware.
 m: +94 773 500185
 w: http://wso2.com
 http://wso2.com/events/

 On Thu, Oct 9, 2014 at 1:34 PM, Mariangela Hills mariang...@wso2.com
 wrote:

 Hi Trishan,

 Praneesha, has raised a JIRA [1] in this regard and we are in the
 process of updating the docs.

 [1] https://wso2.org/jira/browse/DOCUMENTATION-1104

 Regards,
 Mariangela




 *--*
 Mariangela Hills
 Senior Technical Writer

 *WSO2, Inc.*lean.enterprise.middleware.
 m: +94 773 500185
 w: http://wso2.com
 http://wso2.com/events/

 On Thu, Oct 9, 2014 at 1:05 PM, Tishan Dahanayakage tis...@wso2.com
 wrote:

 Hi all,
 Sorry. I hit enter accidentally. Appending to previous mail.
 [2]
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/



 On Thu, Oct 9, 2014 at 1:02 PM, Tishan Dahanayakage tis...@wso2.com
 wrote:

 Hi Chamin,

 I assume you checked out the source for chunk 04. (eg:svn checkout
 https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk04
 local-platform-directory-2)
 Before start building particular product in the chunk make sure you
 have build all respective kernel patches. Refer [1] to know what kernel
 patches need to be build for a given chunk. You can checkout kernel 
 patches
 from here[2]. For your case you should build patch 001 and 002. After 
 that
 try building from chunk. It should work.
 @Documentation
 However relevant documentation need to be upgraded mentioning that
 users need to build kernel patches also. Praneesha fixed this in CEP
 documentation. That change should reflect upon every product 
 documentation
 under chunk releases.

 [1] http://wso2.com/products/carbon/release-matrix/

 On Thu, Oct 9, 2014 at 12:09 PM, Chamin Nalinda cha...@wso2.com
 wrote:

 Hi Ranwala,

 location is : product-releases/chunk-04/products/pom.xml

 here's the error stack (some artifacts are missing)


  start 

 [INFO]

 [INFO]
 
 [INFO] Building WSO2 ESB - Samples 4.8.1
 [INFO]
 

Re: [Dev] ESB build error

2014-10-09 Thread Shiva Balachandran
Hi Chamin,

Please check if that directory contains the respective pom file. Also,
where are you building it from,using a IDE or using the terminal?

Thank you,



On Thu, Oct 9, 2014 at 11:45 AM, Chamin Nalinda cha...@wso2.com wrote:

 Error message says fails to collect dependencies for jars

 -- start -

 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 ESB - Aggregator Module .. SUCCESS [0.317s]
 [INFO] WSO2 ESB - Styles Parent .. SUCCESS [0.012s]
 [INFO] WSO2 ESB - Styles . SUCCESS [4.901s]
 [INFO] WSO2 Stratos ESB - Styles . SUCCESS [0.210s]
 [INFO] WSO2 ESB - Samples Parent . SUCCESS [0.011s]
 [INFO] WSO2 ESB - Samples  FAILURE [4.441s]
 [INFO] WSO2 Stratos ESB - Samples  SKIPPED
 [INFO] WSO2 ESB - Features Parent  SKIPPED
 [INFO] WSO2 ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 ESB - Styles Features  SKIPPED
 [INFO] WSO2 ESB - Samples Features ... SKIPPED
 [INFO] WSO2 Stratos ESB - Login User Interface ... SKIPPED
 [INFO] WSO2 Stratos ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 Stratos ESB - Login UI Feature ... SKIPPED
 [INFO] WSO2 Stratos ESB - Styles Features  SKIPPED
 [INFO] WSO2 Stratos ESB - Samples Features ... SKIPPED
 [INFO] WSO2 ESB - P2 Profile Generation .. SKIPPED
 [INFO] WSO2 ESB - Distribution ... SKIPPED
 [INFO] WSO2 ESB - Integration Parent . SKIPPED
 [INFO] ESB Test Service Module ... SKIPPED
 [INFO] Integration Commons Module - ESB test Module .. SKIPPED
 [INFO] WSO2 ESB Integration Test Core  SKIPPED
 [INFO] ESB Mediators Test Module - 1 . SKIPPED
 [INFO] ESB Mediators Test Module - 2 . SKIPPED
 [INFO] ESB test Module - Sample .. SKIPPED
 [INFO] ESB test Module-Transport . SKIPPED
 [INFO] ESB test Module-Other . SKIPPED
 [INFO] ESB test Module-Service ... SKIPPED
 [INFO] ESB UI Test Module  SKIPPED
 [INFO] Integration Test Reporting  SKIPPED
 [INFO] WSO2 Carbon - Releases - products - Aggregator Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 11.365s
 [INFO] Finished at: Thu Oct 09 11:24:57 IST 2014
 [INFO] Final Memory: 20M/736M
 [INFO]
 
 [ERROR] Failed to execute goal on project org.wso2.esb.samples: Could not
 resolve dependencies for project
 org.wso2.esb:org.wso2.esb.samples:bundle:4.8.1: Failed to collect
 dependencies for [org.apache.synapse:synapse-core:jar:2.1.2-wso2v1
 (compile), org.apache.synapse:synapse-commons:jar:2.1.2-wso2v1 (compile),
 org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3 (compile),
 org.apache.rampart.wso2:rampart-core:jar:1.6.1.wso2v10 (compile),
 org.apache.geronimo.specs.wso2:geronimo-jms_1.1_spec:jar:1.1.0.wso2v1
 (compile)]: Failed to read artifact descriptor for
 org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3: Could not find
 artifact org.wso2.carbon:carbon-parent:pom:4.0.0-SNAPSHOT in wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/) - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with the
 command
 [ERROR]   mvn goals -rf :org.wso2.esb.samples


 -- end --


 --
 *Chamin Nalinda*

 Intern - Engineering
 WSO2 Inc. http://www.wso2.com
 lean.enterprise.middleware

 Mobile: (+94) 77 241 66 04
 Linkedin: https://www.linkedin.com/in/chaminnalinda
 Web: http://www.ckreativity.com
 Blog: http://techspiro.blogspot.com/


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
Shiva Balachandran
Software Engineer
WSO2 Inc.

Mobile - +94 774445788
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] ESB build error

2014-10-09 Thread Chamin Nalinda
yes the pom is there, I'm using terminal.

I follow this link[1] and I did go through the link[2] as well where there
is similar issue, but in my case it didn't work.

[1] https://docs.wso2.com/display/ESB480/Building+from+Source
[2] https://www.mail-archive.com/dev@wso2.org/msg32909.html

On Thu, Oct 9, 2014 at 11:49 AM, Shiva Balachandran sh...@wso2.com wrote:

 Hi Chamin,

 Please check if that directory contains the respective pom file. Also,
 where are you building it from,using a IDE or using the terminal?

 Thank you,



 On Thu, Oct 9, 2014 at 11:45 AM, Chamin Nalinda cha...@wso2.com wrote:

 Error message says fails to collect dependencies for jars

 -- start -

 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 ESB - Aggregator Module .. SUCCESS
 [0.317s]
 [INFO] WSO2 ESB - Styles Parent .. SUCCESS
 [0.012s]
 [INFO] WSO2 ESB - Styles . SUCCESS
 [4.901s]
 [INFO] WSO2 Stratos ESB - Styles . SUCCESS
 [0.210s]
 [INFO] WSO2 ESB - Samples Parent . SUCCESS
 [0.011s]
 [INFO] WSO2 ESB - Samples  FAILURE
 [4.441s]
 [INFO] WSO2 Stratos ESB - Samples  SKIPPED
 [INFO] WSO2 ESB - Features Parent  SKIPPED
 [INFO] WSO2 ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 ESB - Styles Features  SKIPPED
 [INFO] WSO2 ESB - Samples Features ... SKIPPED
 [INFO] WSO2 Stratos ESB - Login User Interface ... SKIPPED
 [INFO] WSO2 Stratos ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 Stratos ESB - Login UI Feature ... SKIPPED
 [INFO] WSO2 Stratos ESB - Styles Features  SKIPPED
 [INFO] WSO2 Stratos ESB - Samples Features ... SKIPPED
 [INFO] WSO2 ESB - P2 Profile Generation .. SKIPPED
 [INFO] WSO2 ESB - Distribution ... SKIPPED
 [INFO] WSO2 ESB - Integration Parent . SKIPPED
 [INFO] ESB Test Service Module ... SKIPPED
 [INFO] Integration Commons Module - ESB test Module .. SKIPPED
 [INFO] WSO2 ESB Integration Test Core  SKIPPED
 [INFO] ESB Mediators Test Module - 1 . SKIPPED
 [INFO] ESB Mediators Test Module - 2 . SKIPPED
 [INFO] ESB test Module - Sample .. SKIPPED
 [INFO] ESB test Module-Transport . SKIPPED
 [INFO] ESB test Module-Other . SKIPPED
 [INFO] ESB test Module-Service ... SKIPPED
 [INFO] ESB UI Test Module  SKIPPED
 [INFO] Integration Test Reporting  SKIPPED
 [INFO] WSO2 Carbon - Releases - products - Aggregator Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 11.365s
 [INFO] Finished at: Thu Oct 09 11:24:57 IST 2014
 [INFO] Final Memory: 20M/736M
 [INFO]
 
 [ERROR] Failed to execute goal on project org.wso2.esb.samples: Could not
 resolve dependencies for project
 org.wso2.esb:org.wso2.esb.samples:bundle:4.8.1: Failed to collect
 dependencies for [org.apache.synapse:synapse-core:jar:2.1.2-wso2v1
 (compile), org.apache.synapse:synapse-commons:jar:2.1.2-wso2v1 (compile),
 org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3 (compile),
 org.apache.rampart.wso2:rampart-core:jar:1.6.1.wso2v10 (compile),
 org.apache.geronimo.specs.wso2:geronimo-jms_1.1_spec:jar:1.1.0.wso2v1
 (compile)]: Failed to read artifact descriptor for
 org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3: Could not find
 artifact org.wso2.carbon:carbon-parent:pom:4.0.0-SNAPSHOT in wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/) - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with the
 command
 [ERROR]   mvn goals -rf :org.wso2.esb.samples


 -- end --


 --
 *Chamin Nalinda*

 Intern - Engineering
 WSO2 Inc. http://www.wso2.com
 lean.enterprise.middleware

 Mobile: (+94) 77 241 66 04
 Linkedin: https://www.linkedin.com/in/chaminnalinda
 Web: http://www.ckreativity.com
 Blog: http://techspiro.blogspot.com/


 

Re: [Dev] ESB build error

2014-10-09 Thread Chamin Nalinda
Hi Ranwala,

location is : product-releases/chunk-04/products/pom.xml

here's the error stack (some artifacts are missing)


 start 

[INFO]

[INFO]

[INFO] Building WSO2 ESB - Samples 4.8.1
[INFO]

[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] WSO2 ESB - Aggregator Module .. SUCCESS [0.367s]
[INFO] WSO2 ESB - Styles Parent .. SUCCESS [0.010s]
[INFO] WSO2 ESB - Styles . SUCCESS [1.668s]
[INFO] WSO2 Stratos ESB - Styles . SUCCESS [0.232s]
[INFO] WSO2 ESB - Samples Parent . SUCCESS [0.010s]
[INFO] WSO2 ESB - Samples  FAILURE [1.185s]
[INFO] WSO2 Stratos ESB - Samples  SKIPPED
[INFO] WSO2 ESB - Features Parent  SKIPPED
[INFO] WSO2 ESB - Features Aggregator Module . SKIPPED
[INFO] WSO2 ESB - Styles Features  SKIPPED
[INFO] WSO2 ESB - Samples Features ... SKIPPED
[INFO] WSO2 Stratos ESB - Login User Interface ... SKIPPED
[INFO] WSO2 Stratos ESB - Features Aggregator Module . SKIPPED
[INFO] WSO2 Stratos ESB - Login UI Feature ... SKIPPED
[INFO] WSO2 Stratos ESB - Styles Features  SKIPPED
[INFO] WSO2 Stratos ESB - Samples Features ... SKIPPED
[INFO] WSO2 ESB - P2 Profile Generation .. SKIPPED
[INFO] WSO2 ESB - Distribution ... SKIPPED
[INFO] WSO2 ESB - Integration Parent . SKIPPED
[INFO] ESB Test Service Module ... SKIPPED
[INFO] Integration Commons Module - ESB test Module .. SKIPPED
[INFO] WSO2 ESB Integration Test Core  SKIPPED
[INFO] ESB Mediators Test Module - 1 . SKIPPED
[INFO] ESB Mediators Test Module - 2 . SKIPPED
[INFO] ESB test Module - Sample .. SKIPPED
[INFO] ESB test Module-Transport . SKIPPED
[INFO] ESB test Module-Other . SKIPPED
[INFO] ESB test Module-Service ... SKIPPED
[INFO] ESB UI Test Module  SKIPPED
[INFO] Integration Test Reporting  SKIPPED
[INFO] WSO2 Carbon - Releases - products - Aggregator Module  SKIPPED
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 5.050s
[INFO] Finished at: Thu Oct 09 12:00:05 IST 2014
[INFO] Final Memory: 19M/736M
[INFO]

[ERROR] Failed to execute goal on project org.wso2.esb.samples: Could not
resolve dependencies for project
org.wso2.esb:org.wso2.esb.samples:bundle:4.8.1: Failed to collect
dependencies for [org.apache.synapse:synapse-core:jar:2.1.2-wso2v1
(compile), org.apache.synapse:synapse-commons:jar:2.1.2-wso2v1 (compile),
org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3 (compile),
org.apache.rampart.wso2:rampart-core:jar:1.6.1.wso2v10 (compile),
org.apache.geronimo.specs.wso2:geronimo-jms_1.1_spec:jar:1.1.0.wso2v1
(compile)]: Failed to read artifact descriptor for
org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3: Failure to find
org.wso2.carbon:carbon-parent:pom:4.0.0-SNAPSHOT in
http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in the
local repository, resolution will not be reattempted until the update
interval of wso2-nexus has elapsed or updates are forced - [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal on project org.wso2.esb.samples: Could not resolve dependencies for
project org.wso2.esb:org.wso2.esb.samples:bundle:4.8.1: Failed to collect
dependencies for [org.apache.synapse:synapse-core:jar:2.1.2-wso2v1
(compile), org.apache.synapse:synapse-commons:jar:2.1.2-wso2v1 (compile),
org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3 (compile),
org.apache.rampart.wso2:rampart-core:jar:1.6.1.wso2v10 (compile),
org.apache.geronimo.specs.wso2:geronimo-jms_1.1_spec:jar:1.1.0.wso2v1
(compile)]
at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
at
org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at

Re: [Dev] ESB build error

2014-10-09 Thread Tishan Dahanayakage
Hi Chamin,

I assume you checked out the source for chunk 04. (eg:svn checkout
https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk04
local-platform-directory-2)
Before start building particular product in the chunk make sure you have
build all respective kernel patches. Refer [1] to know what kernel patches
need to be build for a given chunk. You can checkout kernel patches from
here[2]. For your case you should build patch 001 and 002. After that try
building from chunk. It should work.
@Documentation
However relevant documentation need to be upgraded mentioning that users
need to build kernel patches also. Praneesha fixed this in CEP
documentation. That change should reflect upon every product documentation
under chunk releases.

[1] http://wso2.com/products/carbon/release-matrix/

On Thu, Oct 9, 2014 at 12:09 PM, Chamin Nalinda cha...@wso2.com wrote:

 Hi Ranwala,

 location is : product-releases/chunk-04/products/pom.xml

 here's the error stack (some artifacts are missing)


  start 

 [INFO]

 [INFO]
 
 [INFO] Building WSO2 ESB - Samples 4.8.1
 [INFO]
 
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 ESB - Aggregator Module .. SUCCESS [0.367s]
 [INFO] WSO2 ESB - Styles Parent .. SUCCESS [0.010s]
 [INFO] WSO2 ESB - Styles . SUCCESS [1.668s]
 [INFO] WSO2 Stratos ESB - Styles . SUCCESS [0.232s]
 [INFO] WSO2 ESB - Samples Parent . SUCCESS [0.010s]
 [INFO] WSO2 ESB - Samples  FAILURE [1.185s]
 [INFO] WSO2 Stratos ESB - Samples  SKIPPED
 [INFO] WSO2 ESB - Features Parent  SKIPPED
 [INFO] WSO2 ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 ESB - Styles Features  SKIPPED
 [INFO] WSO2 ESB - Samples Features ... SKIPPED
 [INFO] WSO2 Stratos ESB - Login User Interface ... SKIPPED
 [INFO] WSO2 Stratos ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 Stratos ESB - Login UI Feature ... SKIPPED
 [INFO] WSO2 Stratos ESB - Styles Features  SKIPPED
 [INFO] WSO2 Stratos ESB - Samples Features ... SKIPPED
 [INFO] WSO2 ESB - P2 Profile Generation .. SKIPPED
 [INFO] WSO2 ESB - Distribution ... SKIPPED
 [INFO] WSO2 ESB - Integration Parent . SKIPPED
 [INFO] ESB Test Service Module ... SKIPPED
 [INFO] Integration Commons Module - ESB test Module .. SKIPPED
 [INFO] WSO2 ESB Integration Test Core  SKIPPED
 [INFO] ESB Mediators Test Module - 1 . SKIPPED
 [INFO] ESB Mediators Test Module - 2 . SKIPPED
 [INFO] ESB test Module - Sample .. SKIPPED
 [INFO] ESB test Module-Transport . SKIPPED
 [INFO] ESB test Module-Other . SKIPPED
 [INFO] ESB test Module-Service ... SKIPPED
 [INFO] ESB UI Test Module  SKIPPED
 [INFO] Integration Test Reporting  SKIPPED
 [INFO] WSO2 Carbon - Releases - products - Aggregator Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 5.050s
 [INFO] Finished at: Thu Oct 09 12:00:05 IST 2014
 [INFO] Final Memory: 19M/736M
 [INFO]
 
 [ERROR] Failed to execute goal on project org.wso2.esb.samples: Could not
 resolve dependencies for project
 org.wso2.esb:org.wso2.esb.samples:bundle:4.8.1: Failed to collect
 dependencies for [org.apache.synapse:synapse-core:jar:2.1.2-wso2v1
 (compile), org.apache.synapse:synapse-commons:jar:2.1.2-wso2v1 (compile),
 org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3 (compile),
 org.apache.rampart.wso2:rampart-core:jar:1.6.1.wso2v10 (compile),
 org.apache.geronimo.specs.wso2:geronimo-jms_1.1_spec:jar:1.1.0.wso2v1
 (compile)]: Failed to read artifact descriptor for
 org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3: Failure to find
 org.wso2.carbon:carbon-parent:pom:4.0.0-SNAPSHOT in
 http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in the
 local repository, resolution will not be reattempted until the update
 interval of wso2-nexus has elapsed or updates are forced - [Help 1]
 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
 goal on project org.wso2.esb.samples: Could not resolve dependencies for
 project 

Re: [Dev] ESB build error

2014-10-09 Thread Tishan Dahanayakage
Hi all,
Sorry. I hit enter accidentally. Appending to previous mail.
[2] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/



On Thu, Oct 9, 2014 at 1:02 PM, Tishan Dahanayakage tis...@wso2.com wrote:

 Hi Chamin,

 I assume you checked out the source for chunk 04. (eg:svn checkout
 https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk04
 local-platform-directory-2)
 Before start building particular product in the chunk make sure you have
 build all respective kernel patches. Refer [1] to know what kernel patches
 need to be build for a given chunk. You can checkout kernel patches from
 here[2]. For your case you should build patch 001 and 002. After that try
 building from chunk. It should work.
 @Documentation
 However relevant documentation need to be upgraded mentioning that users
 need to build kernel patches also. Praneesha fixed this in CEP
 documentation. That change should reflect upon every product documentation
 under chunk releases.

 [1] http://wso2.com/products/carbon/release-matrix/

 On Thu, Oct 9, 2014 at 12:09 PM, Chamin Nalinda cha...@wso2.com wrote:

 Hi Ranwala,

 location is : product-releases/chunk-04/products/pom.xml

 here's the error stack (some artifacts are missing)


  start 

 [INFO]

 [INFO]
 
 [INFO] Building WSO2 ESB - Samples 4.8.1
 [INFO]
 
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 ESB - Aggregator Module .. SUCCESS
 [0.367s]
 [INFO] WSO2 ESB - Styles Parent .. SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Styles . SUCCESS
 [1.668s]
 [INFO] WSO2 Stratos ESB - Styles . SUCCESS
 [0.232s]
 [INFO] WSO2 ESB - Samples Parent . SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Samples  FAILURE
 [1.185s]
 [INFO] WSO2 Stratos ESB - Samples  SKIPPED
 [INFO] WSO2 ESB - Features Parent  SKIPPED
 [INFO] WSO2 ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 ESB - Styles Features  SKIPPED
 [INFO] WSO2 ESB - Samples Features ... SKIPPED
 [INFO] WSO2 Stratos ESB - Login User Interface ... SKIPPED
 [INFO] WSO2 Stratos ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 Stratos ESB - Login UI Feature ... SKIPPED
 [INFO] WSO2 Stratos ESB - Styles Features  SKIPPED
 [INFO] WSO2 Stratos ESB - Samples Features ... SKIPPED
 [INFO] WSO2 ESB - P2 Profile Generation .. SKIPPED
 [INFO] WSO2 ESB - Distribution ... SKIPPED
 [INFO] WSO2 ESB - Integration Parent . SKIPPED
 [INFO] ESB Test Service Module ... SKIPPED
 [INFO] Integration Commons Module - ESB test Module .. SKIPPED
 [INFO] WSO2 ESB Integration Test Core  SKIPPED
 [INFO] ESB Mediators Test Module - 1 . SKIPPED
 [INFO] ESB Mediators Test Module - 2 . SKIPPED
 [INFO] ESB test Module - Sample .. SKIPPED
 [INFO] ESB test Module-Transport . SKIPPED
 [INFO] ESB test Module-Other . SKIPPED
 [INFO] ESB test Module-Service ... SKIPPED
 [INFO] ESB UI Test Module  SKIPPED
 [INFO] Integration Test Reporting  SKIPPED
 [INFO] WSO2 Carbon - Releases - products - Aggregator Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 5.050s
 [INFO] Finished at: Thu Oct 09 12:00:05 IST 2014
 [INFO] Final Memory: 19M/736M
 [INFO]
 
 [ERROR] Failed to execute goal on project org.wso2.esb.samples: Could not
 resolve dependencies for project
 org.wso2.esb:org.wso2.esb.samples:bundle:4.8.1: Failed to collect
 dependencies for [org.apache.synapse:synapse-core:jar:2.1.2-wso2v1
 (compile), org.apache.synapse:synapse-commons:jar:2.1.2-wso2v1 (compile),
 org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3 (compile),
 org.apache.rampart.wso2:rampart-core:jar:1.6.1.wso2v10 (compile),
 org.apache.geronimo.specs.wso2:geronimo-jms_1.1_spec:jar:1.1.0.wso2v1
 (compile)]: Failed to read artifact descriptor for
 org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3: Failure to find
 org.wso2.carbon:carbon-parent:pom:4.0.0-SNAPSHOT in
 http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in
 the local repository, resolution will not be reattempted 

Re: [Dev] ESB build error

2014-10-09 Thread Mariangela Hills
Hi Trishan,

Praneesha, has raised a JIRA [1] in this regard and we are in the process
of updating the docs.

[1] https://wso2.org/jira/browse/DOCUMENTATION-1104

Regards,
Mariangela




*--*
Mariangela Hills
Senior Technical Writer

*WSO2, Inc.*lean.enterprise.middleware.
m: +94 773 500185
w: http://wso2.com
http://wso2.com/events/

On Thu, Oct 9, 2014 at 1:05 PM, Tishan Dahanayakage tis...@wso2.com wrote:

 Hi all,
 Sorry. I hit enter accidentally. Appending to previous mail.
 [2] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/



 On Thu, Oct 9, 2014 at 1:02 PM, Tishan Dahanayakage tis...@wso2.com
 wrote:

 Hi Chamin,

 I assume you checked out the source for chunk 04. (eg:svn checkout
 https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk04
 local-platform-directory-2)
 Before start building particular product in the chunk make sure you have
 build all respective kernel patches. Refer [1] to know what kernel patches
 need to be build for a given chunk. You can checkout kernel patches from
 here[2]. For your case you should build patch 001 and 002. After that try
 building from chunk. It should work.
 @Documentation
 However relevant documentation need to be upgraded mentioning that users
 need to build kernel patches also. Praneesha fixed this in CEP
 documentation. That change should reflect upon every product documentation
 under chunk releases.

 [1] http://wso2.com/products/carbon/release-matrix/

 On Thu, Oct 9, 2014 at 12:09 PM, Chamin Nalinda cha...@wso2.com wrote:

 Hi Ranwala,

 location is : product-releases/chunk-04/products/pom.xml

 here's the error stack (some artifacts are missing)


  start 

 [INFO]

 [INFO]
 
 [INFO] Building WSO2 ESB - Samples 4.8.1
 [INFO]
 
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 ESB - Aggregator Module .. SUCCESS
 [0.367s]
 [INFO] WSO2 ESB - Styles Parent .. SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Styles . SUCCESS
 [1.668s]
 [INFO] WSO2 Stratos ESB - Styles . SUCCESS
 [0.232s]
 [INFO] WSO2 ESB - Samples Parent . SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Samples  FAILURE
 [1.185s]
 [INFO] WSO2 Stratos ESB - Samples  SKIPPED
 [INFO] WSO2 ESB - Features Parent  SKIPPED
 [INFO] WSO2 ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 ESB - Styles Features  SKIPPED
 [INFO] WSO2 ESB - Samples Features ... SKIPPED
 [INFO] WSO2 Stratos ESB - Login User Interface ... SKIPPED
 [INFO] WSO2 Stratos ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 Stratos ESB - Login UI Feature ... SKIPPED
 [INFO] WSO2 Stratos ESB - Styles Features  SKIPPED
 [INFO] WSO2 Stratos ESB - Samples Features ... SKIPPED
 [INFO] WSO2 ESB - P2 Profile Generation .. SKIPPED
 [INFO] WSO2 ESB - Distribution ... SKIPPED
 [INFO] WSO2 ESB - Integration Parent . SKIPPED
 [INFO] ESB Test Service Module ... SKIPPED
 [INFO] Integration Commons Module - ESB test Module .. SKIPPED
 [INFO] WSO2 ESB Integration Test Core  SKIPPED
 [INFO] ESB Mediators Test Module - 1 . SKIPPED
 [INFO] ESB Mediators Test Module - 2 . SKIPPED
 [INFO] ESB test Module - Sample .. SKIPPED
 [INFO] ESB test Module-Transport . SKIPPED
 [INFO] ESB test Module-Other . SKIPPED
 [INFO] ESB test Module-Service ... SKIPPED
 [INFO] ESB UI Test Module  SKIPPED
 [INFO] Integration Test Reporting  SKIPPED
 [INFO] WSO2 Carbon - Releases - products - Aggregator Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 5.050s
 [INFO] Finished at: Thu Oct 09 12:00:05 IST 2014
 [INFO] Final Memory: 19M/736M
 [INFO]
 
 [ERROR] Failed to execute goal on project org.wso2.esb.samples: Could
 not resolve dependencies for project
 org.wso2.esb:org.wso2.esb.samples:bundle:4.8.1: Failed to collect
 dependencies for [org.apache.synapse:synapse-core:jar:2.1.2-wso2v1
 (compile), org.apache.synapse:synapse-commons:jar:2.1.2-wso2v1 (compile),
 org.apache.ws.security.wso2:wss4j:jar:1.5.11.wso2v3 (compile),
 

Re: [Dev] ESB build error

2014-10-09 Thread Mariangela Hills
Hi Tishan,

Praneesha, has raised a JIRA [1] in this regard and we are in the process
of updating the docs.

[1] https://wso2.org/jira/browse/DOCUMENTATION-1104

Regards,
Mariangela




*--*
Mariangela Hills
Senior Technical Writer

*WSO2, Inc.*lean.enterprise.middleware.
m: +94 773 500185
w: http://wso2.com
http://wso2.com/events/

On Thu, Oct 9, 2014 at 1:34 PM, Mariangela Hills mariang...@wso2.com
wrote:

 Hi Trishan,

 Praneesha, has raised a JIRA [1] in this regard and we are in the process
 of updating the docs.

 [1] https://wso2.org/jira/browse/DOCUMENTATION-1104

 Regards,
 Mariangela




 *--*
 Mariangela Hills
 Senior Technical Writer

 *WSO2, Inc.*lean.enterprise.middleware.
 m: +94 773 500185
 w: http://wso2.com
 http://wso2.com/events/

 On Thu, Oct 9, 2014 at 1:05 PM, Tishan Dahanayakage tis...@wso2.com
 wrote:

 Hi all,
 Sorry. I hit enter accidentally. Appending to previous mail.
 [2] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/



 On Thu, Oct 9, 2014 at 1:02 PM, Tishan Dahanayakage tis...@wso2.com
 wrote:

 Hi Chamin,

 I assume you checked out the source for chunk 04. (eg:svn checkout
 https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk04
 local-platform-directory-2)
 Before start building particular product in the chunk make sure you have
 build all respective kernel patches. Refer [1] to know what kernel patches
 need to be build for a given chunk. You can checkout kernel patches from
 here[2]. For your case you should build patch 001 and 002. After that try
 building from chunk. It should work.
 @Documentation
 However relevant documentation need to be upgraded mentioning that users
 need to build kernel patches also. Praneesha fixed this in CEP
 documentation. That change should reflect upon every product documentation
 under chunk releases.

 [1] http://wso2.com/products/carbon/release-matrix/

 On Thu, Oct 9, 2014 at 12:09 PM, Chamin Nalinda cha...@wso2.com wrote:

 Hi Ranwala,

 location is : product-releases/chunk-04/products/pom.xml

 here's the error stack (some artifacts are missing)


  start 

 [INFO]

 [INFO]
 
 [INFO] Building WSO2 ESB - Samples 4.8.1
 [INFO]
 
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 ESB - Aggregator Module .. SUCCESS
 [0.367s]
 [INFO] WSO2 ESB - Styles Parent .. SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Styles . SUCCESS
 [1.668s]
 [INFO] WSO2 Stratos ESB - Styles . SUCCESS
 [0.232s]
 [INFO] WSO2 ESB - Samples Parent . SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Samples  FAILURE
 [1.185s]
 [INFO] WSO2 Stratos ESB - Samples  SKIPPED
 [INFO] WSO2 ESB - Features Parent  SKIPPED
 [INFO] WSO2 ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 ESB - Styles Features  SKIPPED
 [INFO] WSO2 ESB - Samples Features ... SKIPPED
 [INFO] WSO2 Stratos ESB - Login User Interface ... SKIPPED
 [INFO] WSO2 Stratos ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 Stratos ESB - Login UI Feature ... SKIPPED
 [INFO] WSO2 Stratos ESB - Styles Features  SKIPPED
 [INFO] WSO2 Stratos ESB - Samples Features ... SKIPPED
 [INFO] WSO2 ESB - P2 Profile Generation .. SKIPPED
 [INFO] WSO2 ESB - Distribution ... SKIPPED
 [INFO] WSO2 ESB - Integration Parent . SKIPPED
 [INFO] ESB Test Service Module ... SKIPPED
 [INFO] Integration Commons Module - ESB test Module .. SKIPPED
 [INFO] WSO2 ESB Integration Test Core  SKIPPED
 [INFO] ESB Mediators Test Module - 1 . SKIPPED
 [INFO] ESB Mediators Test Module - 2 . SKIPPED
 [INFO] ESB test Module - Sample .. SKIPPED
 [INFO] ESB test Module-Transport . SKIPPED
 [INFO] ESB test Module-Other . SKIPPED
 [INFO] ESB test Module-Service ... SKIPPED
 [INFO] ESB UI Test Module  SKIPPED
 [INFO] Integration Test Reporting  SKIPPED
 [INFO] WSO2 Carbon - Releases - products - Aggregator Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 5.050s
 [INFO] Finished at: Thu Oct 09 12:00:05 IST 2014
 [INFO] Final Memory: 19M/736M
 [INFO]
 

Re: [Dev] ESB build error

2014-10-09 Thread Chamin Nalinda
Hi Tishan,

Thanks for your response. I'll give it a try and see

On Thu, Oct 9, 2014 at 1:35 PM, Mariangela Hills mariang...@wso2.com
wrote:

 Hi Tishan,

 Praneesha, has raised a JIRA [1] in this regard and we are in the process
 of updating the docs.

 [1] https://wso2.org/jira/browse/DOCUMENTATION-1104

 Regards,
 Mariangela




 *--*
 Mariangela Hills
 Senior Technical Writer

 *WSO2, Inc.*lean.enterprise.middleware.
 m: +94 773 500185
 w: http://wso2.com
 http://wso2.com/events/

 On Thu, Oct 9, 2014 at 1:34 PM, Mariangela Hills mariang...@wso2.com
 wrote:

 Hi Trishan,

 Praneesha, has raised a JIRA [1] in this regard and we are in the process
 of updating the docs.

 [1] https://wso2.org/jira/browse/DOCUMENTATION-1104

 Regards,
 Mariangela




 *--*
 Mariangela Hills
 Senior Technical Writer

 *WSO2, Inc.*lean.enterprise.middleware.
 m: +94 773 500185
 w: http://wso2.com
 http://wso2.com/events/

 On Thu, Oct 9, 2014 at 1:05 PM, Tishan Dahanayakage tis...@wso2.com
 wrote:

 Hi all,
 Sorry. I hit enter accidentally. Appending to previous mail.
 [2]
 https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/



 On Thu, Oct 9, 2014 at 1:02 PM, Tishan Dahanayakage tis...@wso2.com
 wrote:

 Hi Chamin,

 I assume you checked out the source for chunk 04. (eg:svn checkout
 https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk04
 local-platform-directory-2)
 Before start building particular product in the chunk make sure you
 have build all respective kernel patches. Refer [1] to know what kernel
 patches need to be build for a given chunk. You can checkout kernel patches
 from here[2]. For your case you should build patch 001 and 002. After that
 try building from chunk. It should work.
 @Documentation
 However relevant documentation need to be upgraded mentioning that
 users need to build kernel patches also. Praneesha fixed this in CEP
 documentation. That change should reflect upon every product documentation
 under chunk releases.

 [1] http://wso2.com/products/carbon/release-matrix/

 On Thu, Oct 9, 2014 at 12:09 PM, Chamin Nalinda cha...@wso2.com
 wrote:

 Hi Ranwala,

 location is : product-releases/chunk-04/products/pom.xml

 here's the error stack (some artifacts are missing)


  start 

 [INFO]

 [INFO]
 
 [INFO] Building WSO2 ESB - Samples 4.8.1
 [INFO]
 
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 ESB - Aggregator Module .. SUCCESS
 [0.367s]
 [INFO] WSO2 ESB - Styles Parent .. SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Styles . SUCCESS
 [1.668s]
 [INFO] WSO2 Stratos ESB - Styles . SUCCESS
 [0.232s]
 [INFO] WSO2 ESB - Samples Parent . SUCCESS
 [0.010s]
 [INFO] WSO2 ESB - Samples  FAILURE
 [1.185s]
 [INFO] WSO2 Stratos ESB - Samples  SKIPPED
 [INFO] WSO2 ESB - Features Parent  SKIPPED
 [INFO] WSO2 ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 ESB - Styles Features  SKIPPED
 [INFO] WSO2 ESB - Samples Features ... SKIPPED
 [INFO] WSO2 Stratos ESB - Login User Interface ... SKIPPED
 [INFO] WSO2 Stratos ESB - Features Aggregator Module . SKIPPED
 [INFO] WSO2 Stratos ESB - Login UI Feature ... SKIPPED
 [INFO] WSO2 Stratos ESB - Styles Features  SKIPPED
 [INFO] WSO2 Stratos ESB - Samples Features ... SKIPPED
 [INFO] WSO2 ESB - P2 Profile Generation .. SKIPPED
 [INFO] WSO2 ESB - Distribution ... SKIPPED
 [INFO] WSO2 ESB - Integration Parent . SKIPPED
 [INFO] ESB Test Service Module ... SKIPPED
 [INFO] Integration Commons Module - ESB test Module .. SKIPPED
 [INFO] WSO2 ESB Integration Test Core  SKIPPED
 [INFO] ESB Mediators Test Module - 1 . SKIPPED
 [INFO] ESB Mediators Test Module - 2 . SKIPPED
 [INFO] ESB test Module - Sample .. SKIPPED
 [INFO] ESB test Module-Transport . SKIPPED
 [INFO] ESB test Module-Other . SKIPPED
 [INFO] ESB test Module-Service ... SKIPPED
 [INFO] ESB UI Test Module  SKIPPED
 [INFO] Integration Test Reporting  SKIPPED
 [INFO] WSO2 Carbon - Releases - products - Aggregator Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] 

[Dev] ESB Build Error in resolving org.apache.ws.security.wss4j.1.5.11-wso2v6.jar

2014-07-18 Thread Darshana Akalanka Pagoda Arachchi
Hi,

I was getting a maven error for resolving the following when building the
ESB from the source.

File :
'carbon/platform/tags/turing-chunk07/products/esb/4.8.1/modules/integration/core/pom.xml'

dependency
groupIdorg.apache.ws.security/groupId
artifactIdwss4j/artifactId
version1.5.11-wso2v6/version
/dependency

This dependency is not there in the maven repository but is available in
the org.apache.ws.security.wso2 package. So after changing the pom file at
'carbon/platform/tags/turing-chunk07/products/esb/4.8.1/modules/integration/core/pom.xml'
to the following I was able to go pass this.

dependency
groupIdorg.apache.ws.security.wso2/groupId
artifactIdwss4j/artifactId
version1.5.11.wso2v6/version
/dependency

Are these the same jars? The name is also different (1.5.11-wso2v6  vs
 1.5.11.wso2v6).
If so it looks like the pom file needs to change?

-- 
*Darshana Akalanka Pagoda Arachchi,*
*Software Engineer*
*078-4721791*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] ESB Build Error in resolving org.apache.ws.security.wss4j.1.5.11-wso2v6.jar

2014-07-18 Thread Pulasthi Mahawithana
Hi Darshana,

The bundle with group id org.apache.ws.security comes from [1] which is
the wso2 fork of wss4j. It is then bundled at orbit [2] adding xmlsec and
bouncycastle with group id org.apache.ws.security.wso2. The bundle from
the orbit (which has group id org.apache.ws.security.wso2) is the correct
one to use.

[1]
https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/dependencies/wss4j/1.5.11-wso2v6/
[2]
https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/dependencies/orbit/wss4j/


On Fri, Jul 18, 2014 at 2:56 PM, Darshana Akalanka Pagoda Arachchi 
darsha...@wso2.com wrote:

 Hi,

 I was getting a maven error for resolving the following when building the
 ESB from the source.

 File :
 'carbon/platform/tags/turing-chunk07/products/esb/4.8.1/modules/integration/core/pom.xml'

 dependency
 groupIdorg.apache.ws.security/groupId
 artifactIdwss4j/artifactId
 version1.5.11-wso2v6/version
 /dependency

 This dependency is not there in the maven repository but is available in
 the org.apache.ws.security.wso2 package. So after changing the pom file at
 'carbon/platform/tags/turing-chunk07/products/esb/4.8.1/modules/integration/core/pom.xml'
 to the following I was able to go pass this.

 dependency
 groupIdorg.apache.ws.security.wso2/groupId
 artifactIdwss4j/artifactId
 version1.5.11.wso2v6/version
 /dependency

 Are these the same jars? The name is also different (1.5.11-wso2v6  vs
  1.5.11.wso2v6).
 If so it looks like the pom file needs to change?

 --
 *Darshana Akalanka Pagoda Arachchi,*
 *Software Engineer*
 *078-4721791*

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




-- 
*Pulasthi Mahawithana*
Software Engineer
WSO2 Inc., http://wso2.com/
Mobile: +94-71-5179022
Blog: http://blog.pulasthi.org
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Carbon-dev] ESB Build Error

2011-12-13 Thread Hiranya Jayathilaka
I'm getting the following error when building the p2-profile of ESB product
(trunk):

Cannot complete the install because one or more required items could not be
found.
 Software being installed: WSO2 Carbon - Proxy Services Feature
3.2.0.SNAPSHOT (org.wso2.carbon.proxyadmin.feature.group 3.2.0.SNAPSHOT)
 Missing requirement: WSO2 Carbon - Proxy Services Core Feature
3.2.0.SNAPSHOT (org.wso2.carbon.proxyadmin.server.feature.group
3.2.0.SNAPSHOT) requires 'org.wso2.carbon.proxyadmin [3.2.0.SNAPSHOT]' but
it could not be found
 Cannot satisfy dependency:
  From: WSO2 Carbon - Proxy Services Feature 3.2.0.SNAPSHOT
(org.wso2.carbon.proxyadmin.feature.group 3.2.0.SNAPSHOT)
  To: org.wso2.carbon.proxyadmin.server.feature.group [3.2.0.SNAPSHOT]



I have built all proxy components and features. What am I missing?

-- 
Hiranya Jayathilaka
Associate Technical Lead;
WSO2 Inc.;  http://wso2.org
E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] ESB Build Error

2011-03-17 Thread Harshana Martin
Hi ESB Team,

I get the following error. Seems to be a version issue in jms.feature. I
checked the local .m2 repo. The version of the jms.feature is *1.1.0-wso2v4
* as declared in the carbon platform pom. But the version except at
modules/p2-profile/service is *1.1.0-SNAPSHOT*.

Downloading:
http://dist.wso2.org/snapshots/maven2/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
in repository wso2-maven2-repository-snapshot (
http://dist.wso2.org/snapshots/maven2)
Downloading:
http://dist.wso2.org/maven2/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
in repository wso2-maven2-repository (http://dist.wso2.org/maven2)
Downloading:
http://dist.wso2.org/snapshots/maven2/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
in repository wso2-maven2-snapshot-repository (
http://dist.wso2.org/snapshots/maven2)
Downloading:
http://repository.springsource.com/maven/bundles/release/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
in repository com.springsource.repository.bundles.release (
http://repository.springsource.com/maven/bundles/release)
Downloading:
http://repository.springsource.com/maven/bundles/external/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
[INFO] Unable to find resource
'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
in repository com.springsource.repository.bundles.external (
http://repository.springsource.com/maven/bundles/external)
[ERROR] ERROR
org.apache.maven.plugin.MojoExecutionException: ERROR
at
org.wso2.maven.p2.generate.utils.MavenUtils.getResolvedArtifact(MavenUtils.java:43)
 at
org.wso2.maven.p2.RepositoryGenMojo.getProcessedFeatureArtifacts(RepositoryGenMojo.java:360)
at
org.wso2.maven.p2.RepositoryGenMojo.createRepo(RepositoryGenMojo.java:193)
 at org.wso2.maven.p2.RepositoryGenMojo.execute(RepositoryGenMojo.java:187)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
 at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
 at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
 at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.wso2.carbon
-DartifactId=org.apache.axis2.transports.jms.feature
-Dversion=1.1.0-SNAPSHOT -Dpackaging=zip -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.wso2.carbon
-DartifactId=org.apache.axis2.transports.jms.feature
-Dversion=1.1.0-SNAPSHOT -Dpackaging=zip -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]


  org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT


Thanks and Regards,
Harshana

-- 
Harshana 

Re: [Carbon-dev] ESB Build Error

2011-03-17 Thread Harshana Martin
Hi All,

Build is successful after changing the version of the jms.feature in the
products/esb pom. Patch is attached.

Thanks and Regards,
Harshana

On Thu, Mar 17, 2011 at 3:40 PM, Harshana Martin harsh...@wso2.com wrote:

 Hi ESB Team,

 I get the following error. Seems to be a version issue in jms.feature. I
 checked the local .m2 repo. The version of the jms.feature is *
 1.1.0-wso2v4* as declared in the carbon platform pom. But the version
 except at modules/p2-profile/service is *1.1.0-SNAPSHOT*.

 Downloading:
 http://dist.wso2.org/snapshots/maven2/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
 in repository wso2-maven2-repository-snapshot (
 http://dist.wso2.org/snapshots/maven2)
 Downloading:
 http://dist.wso2.org/maven2/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
 in repository wso2-maven2-repository (http://dist.wso2.org/maven2)
 Downloading:
 http://dist.wso2.org/snapshots/maven2/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
 in repository wso2-maven2-snapshot-repository (
 http://dist.wso2.org/snapshots/maven2)
 Downloading:
 http://repository.springsource.com/maven/bundles/release/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
 in repository com.springsource.repository.bundles.release (
 http://repository.springsource.com/maven/bundles/release)
 Downloading:
 http://repository.springsource.com/maven/bundles/external/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
 in repository com.springsource.repository.bundles.external (
 http://repository.springsource.com/maven/bundles/external)
 [ERROR] ERROR
 org.apache.maven.plugin.MojoExecutionException: ERROR
 at
 org.wso2.maven.p2.generate.utils.MavenUtils.getResolvedArtifact(MavenUtils.java:43)
  at
 org.wso2.maven.p2.RepositoryGenMojo.getProcessedFeatureArtifacts(RepositoryGenMojo.java:360)
 at
 org.wso2.maven.p2.RepositoryGenMojo.createRepo(RepositoryGenMojo.java:193)
  at
 org.wso2.maven.p2.RepositoryGenMojo.execute(RepositoryGenMojo.java:187)
 at
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
  at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
  at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
  at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
  at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
 at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
  at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
  at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
 Unable to download the artifact from any repository

 Try downloading the file manually from the project website.

 Then, install it using the command:
 mvn install:install-file -DgroupId=org.wso2.carbon
 -DartifactId=org.apache.axis2.transports.jms.feature
 -Dversion=1.1.0-SNAPSHOT -Dpackaging=zip -Dfile=/path/to/file

 Alternatively, if you host your own repository you can deploy the file
 there:
 mvn 

Re: [Carbon-dev] ESB Build Error

2011-03-17 Thread Harshana Martin
2011/3/17 Harshana Martin harsh...@wso2.com

 Hi All,

 Build is successful after changing the version of the jms.feature in the
 products/esb pom. Patch is attached.


Committed in r89990.

Thanks and Regards,
Harshana


 Thanks and Regards,
 Harshana


 On Thu, Mar 17, 2011 at 3:40 PM, Harshana Martin harsh...@wso2.comwrote:

 Hi ESB Team,

 I get the following error. Seems to be a version issue in jms.feature. I
 checked the local .m2 repo. The version of the jms.feature is *
 1.1.0-wso2v4* as declared in the carbon platform pom. But the version
 except at modules/p2-profile/service is *1.1.0-SNAPSHOT*.

 Downloading:
 http://dist.wso2.org/snapshots/maven2/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
 in repository wso2-maven2-repository-snapshot (
 http://dist.wso2.org/snapshots/maven2)
 Downloading:
 http://dist.wso2.org/maven2/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
 in repository wso2-maven2-repository (http://dist.wso2.org/maven2)
 Downloading:
 http://dist.wso2.org/snapshots/maven2/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
 in repository wso2-maven2-snapshot-repository (
 http://dist.wso2.org/snapshots/maven2)
 Downloading:
 http://repository.springsource.com/maven/bundles/release/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
 in repository com.springsource.repository.bundles.release (
 http://repository.springsource.com/maven/bundles/release)
 Downloading:
 http://repository.springsource.com/maven/bundles/external/org/wso2/carbon/org.apache.axis2.transports.jms.feature/1.1.0-SNAPSHOT/org.apache.axis2.transports.jms.feature-1.1.0-SNAPSHOT.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.apache.axis2.transports.jms.feature:zip:1.1.0-SNAPSHOT'
 in repository com.springsource.repository.bundles.external (
 http://repository.springsource.com/maven/bundles/external)
 [ERROR] ERROR
 org.apache.maven.plugin.MojoExecutionException: ERROR
 at
 org.wso2.maven.p2.generate.utils.MavenUtils.getResolvedArtifact(MavenUtils.java:43)
  at
 org.wso2.maven.p2.RepositoryGenMojo.getProcessedFeatureArtifacts(RepositoryGenMojo.java:360)
 at
 org.wso2.maven.p2.RepositoryGenMojo.createRepo(RepositoryGenMojo.java:193)
  at
 org.wso2.maven.p2.RepositoryGenMojo.execute(RepositoryGenMojo.java:187)
 at
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
  at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
  at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
  at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
  at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
  at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
 at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
  at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
  at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
 Unable to download the artifact from any repository

 Try downloading the file manually from the project website.

 Then, install it using the command:
 mvn install:install-file -DgroupId=org.wso2.carbon
 -DartifactId=org.apache.axis2.transports.jms.feature
 -Dversion=1.1.0-SNAPSHOT -Dpackaging=zip 

Re: [Carbon-dev] ESB build error.

2010-07-20 Thread Amila Suriarachchi
On Mon, Jul 19, 2010 at 7:44 PM, Ruwan Linton ru...@wso2.com wrote:

 Amila, I built everything today morning and got the ESB to work with
 some fixes, but it is working for me now, can you please try taking an
 update?


I'll try and let you know.

thanks,
Amila.


 Thanks,
 Ruwan

 Amila Suriarachchi wrote:
  hi,
 
  I am getting this build error message when building the ESB.
 
  !MESSAGE Missing requirement: WSO2 Carbon - Synapse Config Admin Core
  Feature 3.0.0.SNAPSHOT
  (org.wso2.carbon.mediation.configadmin.server.feature.group
  3.0.0.SNAPSHOT) requires 'org.apache.synapse.wso2.feature.group
  [2.0.0.SNAPSHOT,2.1.0)' but it could not be found
 
  I have already build the synapse.wso2 feature from the synapse feature
  under features.
 
  thanks,
  Amila.
  
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 


 --
 Ruwan Linton
 Software Architect  Product Manager, WSO2 ESB; http://wso2.org/esb
 WSO2 http://wso2.org/esb%0AWSO2 Inc.; http://wso2.com

 Lean . Enterprise . Middleware

 phone: +1 408 754 7388 ext 51789
 email: ru...@wso2.com; cell: +94 77 341 3097
 blog: http://blog.ruwan.org
 linkedin: http://www.linkedin.com/in/ruwanlinton
 tweet: http://twitter.com/ruwanlinton


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] ESB build error.

2010-07-19 Thread Amila Suriarachchi
hi,

I am getting this build error message when building the ESB.

!MESSAGE Missing requirement: WSO2 Carbon - Synapse Config Admin Core
Feature 3.0.0.SNAPSHOT
(org.wso2.carbon.mediation.configadmin.server.feature.group 3.0.0.SNAPSHOT)
requires 'org.apache.synapse.wso2.feature.group [2.0.0.SNAPSHOT,2.1.0)' but
it could not be found

I have already build the synapse.wso2 feature from the synapse feature under
features.

thanks,
Amila.
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB build error.

2010-07-19 Thread Ruwan Linton
Amila, I built everything today morning and got the ESB to work with 
some fixes, but it is working for me now, can you please try taking an 
update?

Thanks,
Ruwan

Amila Suriarachchi wrote:
 hi,

 I am getting this build error message when building the ESB.

 !MESSAGE Missing requirement: WSO2 Carbon - Synapse Config Admin Core 
 Feature 3.0.0.SNAPSHOT 
 (org.wso2.carbon.mediation.configadmin.server.feature.group 
 3.0.0.SNAPSHOT) requires 'org.apache.synapse.wso2.feature.group 
 [2.0.0.SNAPSHOT,2.1.0)' but it could not be found

 I have already build the synapse.wso2 feature from the synapse feature 
 under features.

 thanks,
 Amila.
 

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
   


-- 
Ruwan Linton
Software Architect  Product Manager, WSO2 ESB; http://wso2.org/esb
WSO2 Inc.; http://wso2.com

Lean . Enterprise . Middleware

phone: +1 408 754 7388 ext 51789
email: ru...@wso2.com; cell: +94 77 341 3097
blog: http://blog.ruwan.org
linkedin: http://www.linkedin.com/in/ruwanlinton
tweet: http://twitter.com/ruwanlinton


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB build error.

2010-07-19 Thread Samisa Abeysinghe
Also, you do not need to build everything now. Latest Jars are supposed to
be in snapshot repos.

Samisa...

On Mon, Jul 19, 2010 at 7:44 PM, Ruwan Linton ru...@wso2.com wrote:

 Amila, I built everything today morning and got the ESB to work with
 some fixes, but it is working for me now, can you please try taking an
 update?

 Thanks,
 Ruwan

 Amila Suriarachchi wrote:
  hi,
 
  I am getting this build error message when building the ESB.
 
  !MESSAGE Missing requirement: WSO2 Carbon - Synapse Config Admin Core
  Feature 3.0.0.SNAPSHOT
  (org.wso2.carbon.mediation.configadmin.server.feature.group
  3.0.0.SNAPSHOT) requires 'org.apache.synapse.wso2.feature.group
  [2.0.0.SNAPSHOT,2.1.0)' but it could not be found
 
  I have already build the synapse.wso2 feature from the synapse feature
  under features.
 
  thanks,
  Amila.
  
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 


 --
 Ruwan Linton
 Software Architect  Product Manager, WSO2 ESB; http://wso2.org/esb
 WSO2 Inc.; http://wso2.com

 Lean . Enterprise . Middleware

 phone: +1 408 754 7388 ext 51789
 email: ru...@wso2.com; cell: +94 77 341 3097
 blog: http://blog.ruwan.org
 linkedin: http://www.linkedin.com/in/ruwanlinton
 tweet: http://twitter.com/ruwanlinton


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev