[Dev] Openstack Volume management via JClouds API extensions

2012-08-23 Thread Sajith Kariyawasam
Hi all,

Jclouds do support volume management in Openstack environment, via
org.jclouds.openstack.nova.v2_0.extensions.VolumeApi extentions, by
invoking REST services exposed in Openstack.

We are planning to use that API to provide Volume management functionality
in our Cartridge based architecture.

Basic way of using the API is as follows..

RestContextNovaApi, NovaAsyncApi novaContext; // Obtain a novaContext

String  zone = Iterables.getLast(novaContext.getApi().getConfiguredZones(),
nova);  // Get the zone
OptionalVolumeApi volumeOption =
novaContext.getApi().getVolumeExtensionForZone(zone);  // Get volumeOptions

volumeOption.get().createVolume ( Args ) // Creates volumes

volumeOption.get().attachVolumeToServerAsDevice( Args...) // Attache a
volume to an instance


-- 
Thanks,
*
*
*Sajith Kariyawasam*
*Senior Software Engineer; WSO2, Inc.; http://wso2.com*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [ANNOUNCEMENT] WSO2 Cloud Gateway(CG) 1.0.0 RC1 release

2012-08-23 Thread Rajika Kumarasiri
The WSO2 team is pleased to announce 1.0.0 RC1 release of
WSO2 Cloud Gateway.

In this release the product was renamed to WSO2 Cloud Gateway(previously
WSO2 Cloud Services Gateway)
in order to expose its capabilities clearly. Cloud Gateway Agent is now
only distributed with
WSO2 ESB in order encourage to expose all services via WSO2 ESB and publish
them from there.
This release also contains various bug fixes.

Download
CG product -
http://dist.wso2.org/products/cloud-gateway/1.0.0/rc1/wso2cg-1.0.0.zip

CG product documentation -
http://dist.wso2.org/products/cloud-gateway/1.0.0/rc1/wso2cg-1.0.0-docs.zip

CG Agent p2-repo -
http://dist.wso2.org/products/cloud-gateway/1.0.0/rc1/p2-repo.zip

WSO2 ESB with CG Agent -
http://dist.wso2.org/products/cloud-gateway/1.0.0/rc1/wso2esb-4.5.0.zip

Release notes -
http://dist.wso2.org/products/cloud-gateway/1.0.0/rc1/release-notes.html


About WSO2 Cloud Gateway

WSO2 Cloud Gateway(CG) is a framework that can be used to expose
a private service that is behind a firewall to the outside world in a
secure and
controllable manner. The framework consists of CG server and the CG Agent
component. CG Agent component should be installed in a service hosting
product( such as WSO2 Application Server).

CG Agent documentation can be accessed from
https://{host}:{port}/carbon/cg/docs/userguide.html
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] reverting jaxb version in carbon back to 2.1.7

2012-08-23 Thread Chethiya Abeysinghe
Hi all,

As of some of the observations I had with Anjana while trying to resolve
issue causing Linkage errors with jaxb, we figured out follows regarding
the $subject.

*Observations:*

1. If we remove jaxb form bundles.info file, still the server starts
without any difference.
2. Current jaxb orbit bundle has following pom.xml file.

  dependency
groupIdcom.sun.xml.bind/groupId
artifactIdjaxb-impl/artifactId
version2.2.5/version
/dependency
dependency
groupIdcom.sun.xml.bind/groupId
artifactIdjaxb-xjc/artifactId
version2.2.5/version
/dependency
!--dependency
groupIdjavax.xml.bind/groupId
artifactIdjaxb-api/artifactId
version2.2.6/version
optionaltrue/optional
exclusions
exclusion
groupIdjavax.xml.stream/groupId
artifactIdstax-api/artifactId
/exclusion
/exclusions
/dependency--

Export-Package
com.sun.*,
org.relaxng.*,
org.kohsuke.*,
/Export-Package

In here since the jaxb-api is commented out those packages are retrieved
from jdk (added to launch.ini) . So the effective version of jaxb-api for
java 1.6.0_33 is 2.1.10 as of one of my previous mails. But jaxb-impl is
still there and those packages are exported from jaxb orbit bundle.

3. Carbon has been running for more than 1 month without any complains
since the jaxb version upgrade except for this linkage error problem.
 i.e. since jaxb-api is loaded from JVM, it gives linkage error when
unmarshaller is called with a bundle loaded
javax.xml.stream.XMLStreamReader class object


*Conclusions:
*

Catch in here is that jaxb-api is loaded form JVM. Therefore all what it
consumes are also should be loaded from JVM as of the Java class loading
mechanism, unless equinox does some tweaks on this. If that's the case
jaxb-impl should also be loaded from JVM. @Pradeep can you please verify
this?

*If we assume that's the case,* it implies exported packages in jaxb-impl
under jaxb bundle are not used by JVM loaded jaxb-api. That's why carbon
starts even without jaxb orbit bundle.

In that case, effective jaxb version running at current carbon builds is
JVM dependant and for java 1.6.0_33 it's jaxb 2.1.10.

*Actions we can take:*

If that's the case we can safely revert back to previous jaxb orbit bundle
(2.1.7.wso2v1) given that current jaxb bundle has been not effectively used
and the used jaxb version for last month was JVM shipped jaxb (2.1.10 for
java 1.6.0_33)

Shall we revert back to jaxb 2.1.7.wso2v1 orbit bundle from current jaxb
bundle (2.2.5.wso2v1) ?

-- 
Chethiya Abeysinghe
Software Engineer; WSO2, Inc.;  http://wso2.com/
email: chethiya at wso2.com cheth...@wso2.com
blog: chethiya3000.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Products_4.0.0 #82 has FAILED. Change made by 17 authors.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Products_4.0.0  #82 failed.
---
Code has been updated by miyuru, krishantha, hasini, ishan, nuwanw, Kishanthan 
Thangarajah, ramith, sanjayav, senaka, asela, suho, nuwand, supunm, prabath, 
ajithn, reka, lakmali.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-PRO000-82/


--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
ramith (139359):

Correcting super tenent ID

ishan (139373):

Fixing ESBJAVA-1448.

ajithn (139378):

Fixed test failure - LC removed after updating artifact



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Carbon 4.0.1] Build failure in Jaggery

2012-08-23 Thread Supun Malinga
Hi,

I think this the same issue mentioned in, [Dev] rest-api stub build failure.

thanks,

On Thu, Aug 23, 2012 at 10:34 AM, Nuwan Bandara nu...@wso2.com wrote:

 Hi Prabath,

 I tried a clean build but I cannot see this issue, your source is upto
 date yeah ?

 Regards,
 /Nuwan


 On Thu, Aug 23, 2012 at 12:52 AM, Prabath Siriwardena prab...@wso2.comwrote:

 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[25,41]
 package org.jaggeryjs.jaggery.app.mgt.stub does not exist
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[26,54]
 package org.jaggeryjs.jaggery.app.mgt.stub.types.carbon does not exist
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[46,12]
 cannot find symbol
 [ERROR] symbol  : class JaggeryAppAdminStub
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.JaggeryAdminClient
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[64,29]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.JaggeryAdminClient
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[24,54]
 package org.jaggeryjs.jaggery.app.mgt.stub.types.carbon does not exist
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[55,19]
 cannot find symbol
 [ERROR] symbol  : class JaggeryAppAdminStub
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.JaggeryAdminClient
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[64,13]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[64,68]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[68,16]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[68,48]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[75,65]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR] - [Help 1]
 [ERROR]

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

 http://blog.facilelogin.com
 http://RampartFAQ.com




 --
 *Thanks  Regards,

 Nuwan Bandara
 Associate Technical Lead  Member, MC, Development Technologies
 WSO2 Inc. - lean . enterprise . middleware |  http://wso2.com
 blog : http://nuwanbando.com; email: nu...@wso2.com; phone: +94 11 763
 9629
 *
 http://www.nuwanbando.com/

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




-- 
Supun Malinga,

Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com 

[Dev] [Bamboo-Build] Bamboo test email

2012-08-23 Thread Bamboo
This is a test email generated by Bamboo.

If you receive this email, your mail server settings on Bamboo are correct.

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


[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #185 has FAILED (7 tests failed, no failures were new). Change made by 8 authors.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #185 failed.
---
Code has been updated by rajika, eranda, sinthuja, ajanthan, ishan, nuwanw, 
subash, ajithn.
7/1349 tests failed, no failures were new.

http://wso2.org/bamboo/browse/WCB001-PLA000-185/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): 7 of 1349 tests failed.



--
Code Changes
--
nuwanw (139417):

fixed fault mediator test failures

ajanthan (139416):

some improvements

nuwanw (139412):

changed jruby dependency version



--
Tests
--
Existing Test Failures (7)
   - URLMappingBasedDispatcherTest: Default resource dispatch
   - GroupTest: Group1
   - GroupTest: Group2
   - IntegerCounterTest: Counter1
   - LockTest: Lock1
   - QueueTest: Queue2
   - QueueTest: Queue1

--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Carbon 4.0.1] Build failure in Jaggery

2012-08-23 Thread Ranga Siriwardena
Hi,

I also getting the same issue.

On Thu, Aug 23, 2012 at 12:30 PM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 I think this the same issue mentioned in, [Dev] rest-api stub build
 failure.

 thanks,

 On Thu, Aug 23, 2012 at 10:34 AM, Nuwan Bandara nu...@wso2.com wrote:

 Hi Prabath,

 I tried a clean build but I cannot see this issue, your source is upto
 date yeah ?

 Regards,
 /Nuwan


 On Thu, Aug 23, 2012 at 12:52 AM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[25,41]
 package org.jaggeryjs.jaggery.app.mgt.stub does not exist
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[26,54]
 package org.jaggeryjs.jaggery.app.mgt.stub.types.carbon does not exist
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[46,12]
 cannot find symbol
 [ERROR] symbol  : class JaggeryAppAdminStub
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.JaggeryAdminClient
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[64,29]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.JaggeryAdminClient
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[24,54]
 package org.jaggeryjs.jaggery.app.mgt.stub.types.carbon does not exist
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[55,19]
 cannot find symbol
 [ERROR] symbol  : class JaggeryAppAdminStub
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.JaggeryAdminClient
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[64,13]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[64,68]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[68,16]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[68,48]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[75,65]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR] - [Help 1]
 [ERROR]

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

 http://blog.facilelogin.com
 http://RampartFAQ.com




 --
 *Thanks  Regards,

 Nuwan Bandara
 Associate Technical Lead  Member, MC, Development Technologies
 WSO2 Inc. - lean . enterprise . middleware |  http://wso2.com
 blog : http://nuwanbando.com; email: nu...@wso2.com; phone: +94 11 763
 9629
 *
 http://www.nuwanbando.com/

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



Re: [Dev] [Carbon 4.0.1] Build failure in Jaggery

2012-08-23 Thread Nuwan Bandara
Hi Ranga,

Can you take an update and check now.

Regards,
/Nuwan

On Thu, Aug 23, 2012 at 2:38 PM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi,

 I also getting the same issue.


 On Thu, Aug 23, 2012 at 12:30 PM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 I think this the same issue mentioned in, [Dev] rest-api stub build
 failure.

 thanks,

 On Thu, Aug 23, 2012 at 10:34 AM, Nuwan Bandara nu...@wso2.com wrote:

 Hi Prabath,

 I tried a clean build but I cannot see this issue, your source is upto
 date yeah ?

 Regards,
 /Nuwan


 On Thu, Aug 23, 2012 at 12:52 AM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[25,41]
 package org.jaggeryjs.jaggery.app.mgt.stub does not exist
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[26,54]
 package org.jaggeryjs.jaggery.app.mgt.stub.types.carbon does not exist
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[46,12]
 cannot find symbol
 [ERROR] symbol  : class JaggeryAppAdminStub
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.JaggeryAdminClient
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[64,29]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.JaggeryAdminClient
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[24,54]
 package org.jaggeryjs.jaggery.app.mgt.stub.types.carbon does not exist
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/JaggeryAdminClient.java:[55,19]
 cannot find symbol
 [ERROR] symbol  : class JaggeryAppAdminStub
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.JaggeryAdminClient
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[64,13]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[64,68]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[68,16]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[68,48]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR]
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/jaggery/0.9.0.ALPHA2-wso2v1/jaggery-core/org.jaggeryjs.jaggery.app.mgt.ui/src/main/java/org/jaggeryjs/jaggery/app/mgt/ui/WarFileUploadExecutor.java:[75,65]
 cannot find symbol
 [ERROR] symbol  : class WebappUploadData
 [ERROR] location: class
 org.jaggeryjs.jaggery.app.mgt.ui.WarFileUploadExecutor
 [ERROR] - [Help 1]
 [ERROR]

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

 http://blog.facilelogin.com
 http://RampartFAQ.com




 --
 *Thanks  Regards,

 Nuwan Bandara
 Associate Technical Lead  Member, MC, Development Technologies
 WSO2 Inc. - lean . enterprise . middleware |  http://wso2.com
 blog : http://nuwanbando.com; email: nu...@wso2.com; phone: +94 11 763
 9629
 *
 

Re: [Dev] reverting jaxb version in carbon back to 2.1.7

2012-08-23 Thread Pradeep Fernando
Hi chethiya,

can you test this modification with a hosted JAXRS and JAXWS web-app

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


Re: [Dev] reverting jaxb version in carbon back to 2.1.7

2012-08-23 Thread Kishanthan Thangarajah
On Thu, Aug 23, 2012 at 3:13 PM, Pradeep Fernando prad...@wso2.com wrote:

 Hi chethiya,

 can you test this modification with a hosted JAXRS and JAXWS web-app


Please test on windows also.

Thanks,
Kishanthan.


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




-- 
*Kishanthan Thangarajah*
Software Engineer,
Development Technologies Team,
WSO2, Inc.
lean.enterprise.middleware

Mobile - +94773426635
Blog - *http://kishanthan.wordpress.com*
Twitter - *http://twitter.com/kishanthan*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] rest-api stub build failure

2012-08-23 Thread Ranga Siriwardena
Hi,

Now I'm getting following error. I think this is the same reason as Pradeep
explains.
Please let me know If I missed anything.


[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project org.wso2.carbon.analytics.hive.ui: Compilation
failure: Compilation failure:
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/servlet/SaveScriptProcessor.java:[25,42]
package org.wso2.carbon.analytics.hive.stub does not exist
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[27,42]
package org.wso2.carbon.analytics.hive.stub does not exist
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[28,42]
package org.wso2.carbon.analytics.hive.stub does not exist
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[29,67]
package org.wso2.carbon.analytics.hive.stub.HiveExecutionServiceStub does
not exist
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[37,12]
cannot find symbol
[ERROR] symbol  : class HiveExecutionServiceStub
[ERROR] location: class
org.wso2.carbon.analytics.hive.ui.client.HiveExecutionClient
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[64,11]
cannot find symbol
[ERROR] symbol  : class QueryResult
[ERROR] location: class
org.wso2.carbon.analytics.hive.ui.client.HiveExecutionClient
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[64,78]
cannot find symbol
[ERROR] symbol  : class HiveExecutionServiceHiveExecutionException
[ERROR] location: class
org.wso2.carbon.analytics.hive.ui.client.HiveExecutionClient
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/servlet/ScriptNameChecker.java:[23,42]
package org.wso2.carbon.analytics.hive.stub does not exist
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[25,42]
package org.wso2.carbon.analytics.hive.stub does not exist
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[26,42]
package org.wso2.carbon.analytics.hive.stub does not exist
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[34,12]
cannot find symbol
[ERROR] symbol  : class HiveScriptStoreServiceStub
[ERROR] location: class
org.wso2.carbon.analytics.hive.ui.client.HiveScriptStoreClient
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[47,81]
cannot find symbol
[ERROR] symbol  : class HiveScriptStoreServiceHiveScriptStoreException
[ERROR] location: class
org.wso2.carbon.analytics.hive.ui.client.HiveScriptStoreClient
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[51,47]
cannot find symbol
[ERROR] symbol  : class HiveScriptStoreServiceHiveScriptStoreException
[ERROR] location: class
org.wso2.carbon.analytics.hive.ui.client.HiveScriptStoreClient
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[55,54]
cannot find symbol
[ERROR] symbol  : class HiveScriptStoreServiceHiveScriptStoreException
[ERROR] location: class
org.wso2.carbon.analytics.hive.ui.client.HiveScriptStoreClient
[ERROR]
/home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[59,55]
cannot find symbol
[ERROR] symbol  : class 

[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Products_4.0.0 #83 has FAILED. Change made by 9 authors.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Products_4.0.0  #83 failed.
---
Code has been updated by rajika, eranda, sinthuja, ajanthan, ishan, nuwanw, 
subash, ajithn, reka.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-PRO000-83/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
nuwanw (139417):

fixed fault mediator test failures

ajanthan (139416):

some improvements

nuwanw (139412):

changed jruby dependency version



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] rest-api stub build failure

2012-08-23 Thread Sinthuja Ragendran
Hi,

updated the analytics and toolbox stub.


On Thu, Aug 23, 2012 at 3:51 PM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi,

 Now I'm getting following error. I think this is the same reason as
 Pradeep explains.
 Please let me know If I missed anything.


Can you please take up in analytics stub and build?

Thanks,
Sinthuja.




 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project org.wso2.carbon.analytics.hive.ui: Compilation
 failure: Compilation failure:
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/servlet/SaveScriptProcessor.java:[25,42]
 package org.wso2.carbon.analytics.hive.stub does not exist
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[27,42]
 package org.wso2.carbon.analytics.hive.stub does not exist
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[28,42]
 package org.wso2.carbon.analytics.hive.stub does not exist
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[29,67]
 package org.wso2.carbon.analytics.hive.stub.HiveExecutionServiceStub does
 not exist
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[37,12]
 cannot find symbol
 [ERROR] symbol  : class HiveExecutionServiceStub
 [ERROR] location: class
 org.wso2.carbon.analytics.hive.ui.client.HiveExecutionClient
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[64,11]
 cannot find symbol
 [ERROR] symbol  : class QueryResult
 [ERROR] location: class
 org.wso2.carbon.analytics.hive.ui.client.HiveExecutionClient
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveExecutionClient.java:[64,78]
 cannot find symbol
 [ERROR] symbol  : class HiveExecutionServiceHiveExecutionException
 [ERROR] location: class
 org.wso2.carbon.analytics.hive.ui.client.HiveExecutionClient
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/servlet/ScriptNameChecker.java:[23,42]
 package org.wso2.carbon.analytics.hive.stub does not exist
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[25,42]
 package org.wso2.carbon.analytics.hive.stub does not exist
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[26,42]
 package org.wso2.carbon.analytics.hive.stub does not exist
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[34,12]
 cannot find symbol
 [ERROR] symbol  : class HiveScriptStoreServiceStub
 [ERROR] location: class
 org.wso2.carbon.analytics.hive.ui.client.HiveScriptStoreClient
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[47,81]
 cannot find symbol
 [ERROR] symbol  : class HiveScriptStoreServiceHiveScriptStoreException
 [ERROR] location: class
 org.wso2.carbon.analytics.hive.ui.client.HiveScriptStoreClient
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[51,47]
 cannot find symbol
 [ERROR] symbol  : class HiveScriptStoreServiceHiveScriptStoreException
 [ERROR] location: class
 org.wso2.carbon.analytics.hive.ui.client.HiveScriptStoreClient
 [ERROR]
 /home/ranga/carbon/branch400/platform/4.0.0/components/analytics/org.wso2.carbon.analytics.hive.ui/4.0.1/src/main/java/org/wso2/carbon/analytics/hive/ui/client/HiveScriptStoreClient.java:[55,54]
 cannot find symbol
 [ERROR] symbol  : class HiveScriptStoreServiceHiveScriptStoreException
 [ERROR] location: class
 

Re: [Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #185 has FAILED (7 tests failed, no failures were new). Change made by 8 authors.

2012-08-23 Thread Kishanthan Thangarajah
Hi,

Please fix the coordination.core test failures. Due to this bamboo is
skipping the relevant features build, which in-turn breaks the profile
generation of products.

Thanks,
Kishanthan.

On Thu, Aug 23, 2012 at 2:33 PM, Bamboo cbuil...@wso2.org wrote:

  [image: Failed]  WSO2 Carbon 
 BRANCHhttp://wso2.org/bamboo/browse/WCB001/›
 Platform_4.0.0 http://wso2.org/bamboo/browse/WCB001-PLA000/ › 
 #185http://wso2.org/bamboo/browse/WCB001-PLA000-185/
 failed

 Code has been updated by rajikahttp://wso2.org/bamboo/browse/author/rajika,
 eranda http://wso2.org/bamboo/browse/author/eranda, 
 sinthujahttp://wso2.org/bamboo/browse/author/sinthuja,
 ajanthan http://wso2.org/bamboo/browse/author/ajanthan, 
 ishanhttp://wso2.org/bamboo/browse/author/ishan,
 nuwanw http://wso2.org/bamboo/browse/author/nuwanw, 
 subashhttp://wso2.org/bamboo/browse/author/subash,
 ajithn http://wso2.org/bamboo/browse/author/ajithn.

 *7/1349* tests failed.
Responsible No one is responsible for this build.
Failing Jobs http://wso2.org/bamboo/browse/WCB001-PLA000-185/ Job
 Duration Tests[image: Failed]  Default 
 Jobhttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/ (Default
 Stage)  53 minutes  7 of 1349 failed  
 Logshttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/log|
 Artifacts http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/artifact 
 Code
 Changes http://wso2.org/bamboo/browse/WCB001-PLA000-185/commit/  View
 all 14 code changeshttp://wso2.org/bamboo/browse/WCB001-PLA000-185/commit/
 sinthuja http://wso2.org/bamboo/browse/author/sinthuja
 updating the async client when changing the config of publisher  139421
 nuwanw http://wso2.org/bamboo/browse/author/nuwanw
 changed jruby dependency version  139419
 erandahttp://wso2.org/bamboo/browse/author/eranda
 Removing gov-mgt-logo.gif from main.css  139418   11 more 
 changes…http://wso2.org/bamboo/browse/WCB001-PLA000-185/commit
 Tests http://wso2.org/bamboo/browse/WCB001-PLA000-185/test  View full
 test details http://wso2.org/bamboo/browse/WCB001-PLA000-185/test   7
 Existing Test Failures   Test Job URLMappingBasedDispatcherTest
 testDefaultResourceDispatchhttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27428883
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 GroupTest 
 testGroup1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429116
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 GroupTest 
 testGroup2http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429118
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 IntegerCounterTest 
 testCounter1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429114
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 LockTest 
 testLock1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429115
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 QueueTest 
 testQueue2http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429117
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 QueueTest 
 testQueue1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429119
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test View
 Online http://wso2.org/bamboo/browse/WCB001-PLA000-185 | Add 
 Commentshttp://wso2.org/bamboo/browse/WCB001-PLA000-185?commentMode=true

 This message was sent by Atlassian Bamboo http://wso2.org/bamboo.

 If you wish to stop receiving these emails edit your user 
 profilehttp://wso2.org/bamboo/profile/userNotifications.actionor notify
 your administrator http://wso2.org/bamboo/viewAdministrators.action.

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




-- 
*Kishanthan Thangarajah*
Software Engineer,
Development Technologies Team,
WSO2, Inc.
lean.enterprise.middleware

Mobile - +94773426635
Blog - *http://kishanthan.wordpress.com*
Twitter - *http://twitter.com/kishanthan*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #185 has FAILED (7 tests failed, no failures were new). Change made by 8 authors.

2012-08-23 Thread Dinusha Senanayaka
On Thu, Aug 23, 2012 at 4:47 PM, Kishanthan Thangarajah kishant...@wso2.com
 wrote:

 Hi,

 Please fix the coordination.core test failures. Due to this bamboo is
 skipping the relevant features build, which in-turn breaks the profile
 generation of products.


looking into it.

Regards,
Dinusha.


 Thanks,
 Kishanthan.

 On Thu, Aug 23, 2012 at 2:33 PM, Bamboo cbuil...@wso2.org wrote:

  [image: Failed]  WSO2 Carbon 
 BRANCHhttp://wso2.org/bamboo/browse/WCB001/›
 Platform_4.0.0 http://wso2.org/bamboo/browse/WCB001-PLA000/ › 
 #185http://wso2.org/bamboo/browse/WCB001-PLA000-185/
 failed

 Code has been updated by rajikahttp://wso2.org/bamboo/browse/author/rajika,
 eranda http://wso2.org/bamboo/browse/author/eranda, 
 sinthujahttp://wso2.org/bamboo/browse/author/sinthuja,
 ajanthan http://wso2.org/bamboo/browse/author/ajanthan, 
 ishanhttp://wso2.org/bamboo/browse/author/ishan,
 nuwanw http://wso2.org/bamboo/browse/author/nuwanw, 
 subashhttp://wso2.org/bamboo/browse/author/subash,
 ajithn http://wso2.org/bamboo/browse/author/ajithn.

 *7/1349* tests failed.
Responsible No one is responsible for this build.
Failing Jobs http://wso2.org/bamboo/browse/WCB001-PLA000-185/Job
 Duration Tests[image: Failed]  Default 
 Jobhttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/ (Default
 Stage)  53 minutes  7 of 1349 failed  
 Logshttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/log|
 Artifacts http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/artifact
  Code
 Changes http://wso2.org/bamboo/browse/WCB001-PLA000-185/commit/  View
 all 14 code changeshttp://wso2.org/bamboo/browse/WCB001-PLA000-185/commit/
 sinthuja http://wso2.org/bamboo/browse/author/sinthuja
 updating the async client when changing the config of publisher  139421
 nuwanw http://wso2.org/bamboo/browse/author/nuwanw
 changed jruby dependency version  139419
 erandahttp://wso2.org/bamboo/browse/author/eranda
 Removing gov-mgt-logo.gif from main.css  139418   11 more 
 changes…http://wso2.org/bamboo/browse/WCB001-PLA000-185/commit
 Tests http://wso2.org/bamboo/browse/WCB001-PLA000-185/test  View full
 test details http://wso2.org/bamboo/browse/WCB001-PLA000-185/test   7
 Existing Test Failures   Test Job URLMappingBasedDispatcherTest
 testDefaultResourceDispatchhttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27428883
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 GroupTest 
 testGroup1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429116
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 GroupTest 
 testGroup2http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429118
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 IntegerCounterTest 
 testCounter1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429114
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 LockTest 
 testLock1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429115
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 QueueTest 
 testQueue2http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429117
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 QueueTest 
 testQueue1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429119
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test View
 Online http://wso2.org/bamboo/browse/WCB001-PLA000-185 | Add 
 Commentshttp://wso2.org/bamboo/browse/WCB001-PLA000-185?commentMode=true

 This message was sent by Atlassian Bamboo http://wso2.org/bamboo.

 If you wish to stop receiving these emails edit your user 
 profilehttp://wso2.org/bamboo/profile/userNotifications.actionor notify
 your administrator http://wso2.org/bamboo/viewAdministrators.action.

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




 --
 *Kishanthan Thangarajah*
 Software Engineer,
 Development Technologies Team,
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - +94773426635
 Blog - *http://kishanthan.wordpress.com*
 Twitter - *http://twitter.com/kishanthan*


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


[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Kernel_4.0.0 #123 has FAILED. Change made by asela.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Kernel_4.0.0  #123 failed.
---
Code has been updated by asela.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-KER000-123/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
asela (139423):

adding new cluster message cache

asela (139422):

adding new cluster message cache

asela (139424):

adding new cluster message cache



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] build-failure registry features

2012-08-23 Thread Pradeep Fernando
 Failed to execute goal on project
org.wso2.carbon.registry.associations.dependencies.server.feature:
Could not resolve dependencies for project
org.wso2.carbon:org.wso2.carbon.registry.associations.dependencies.server.feature:pom:4.0.1:
Could not find artifact
org.wso2.carbon:org.wso2.carbon.registry.relations:jar:4.0.1 in
wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
- [Help 1]
[ERROR]


@Greg-team : any idea ?

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


[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Kernel_4.0.0 #124 has FAILED. Change made by asela.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Kernel_4.0.0  #124 failed.
---
Code has been updated by asela.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-KER000-124/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
asela (139461):

provide to set the user name from carbon UI authenticators

asela (139465):

possible casting error



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #185 has FAILED (7 tests failed, no failures were new). Change made by 8 authors.

2012-08-23 Thread Dinusha Senanayaka
Hi,

On Thu, Aug 23, 2012 at 4:52 PM, Dinusha Senanayaka dinu...@wso2.comwrote:


 On Thu, Aug 23, 2012 at 4:47 PM, Kishanthan Thangarajah 
 kishant...@wso2.com wrote:

 Hi,

 Please fix the coordination.core test failures. Due to this bamboo is
 skipping the relevant features build, which in-turn breaks the profile
 generation of products.


Tests has been disabled temporary. We have moved coordination.core from
Kernel and added it as a component. Those tests were already failed in
Kernel as well and had been skipped there as well. These test are failing
due to the way they have written. Until we re-write them, test are disabled
temporary.

Regards,
Dinusha.




 looking into it.

 Regards,
 Dinusha.


 Thanks,
 Kishanthan.

 On Thu, Aug 23, 2012 at 2:33 PM, Bamboo cbuil...@wso2.org wrote:

  [image: Failed]  WSO2 Carbon 
 BRANCHhttp://wso2.org/bamboo/browse/WCB001/›
 Platform_4.0.0 http://wso2.org/bamboo/browse/WCB001-PLA000/ › 
 #185http://wso2.org/bamboo/browse/WCB001-PLA000-185/
 failed

 Code has been updated by 
 rajikahttp://wso2.org/bamboo/browse/author/rajika,
 eranda http://wso2.org/bamboo/browse/author/eranda, 
 sinthujahttp://wso2.org/bamboo/browse/author/sinthuja,
 ajanthan http://wso2.org/bamboo/browse/author/ajanthan, 
 ishanhttp://wso2.org/bamboo/browse/author/ishan,
 nuwanw http://wso2.org/bamboo/browse/author/nuwanw, 
 subashhttp://wso2.org/bamboo/browse/author/subash,
 ajithn http://wso2.org/bamboo/browse/author/ajithn.

 *7/1349* tests failed.
Responsible No one is responsible for this build.
Failing Jobs http://wso2.org/bamboo/browse/WCB001-PLA000-185/Job
 Duration Tests[image: Failed]  Default 
 Jobhttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/ (Default
 Stage)  53 minutes  7 of 1349 failed  
 Logshttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/log|
 Artifactshttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/artifact
  Code
 Changes http://wso2.org/bamboo/browse/WCB001-PLA000-185/commit/  View
 all 14 code changeshttp://wso2.org/bamboo/browse/WCB001-PLA000-185/commit/
 sinthuja http://wso2.org/bamboo/browse/author/sinthuja
 updating the async client when changing the config of publisher  139421
 nuwanw http://wso2.org/bamboo/browse/author/nuwanw
 changed jruby dependency version  139419
 erandahttp://wso2.org/bamboo/browse/author/eranda
 Removing gov-mgt-logo.gif from main.css  139418   11 more 
 changes…http://wso2.org/bamboo/browse/WCB001-PLA000-185/commit
 Tests http://wso2.org/bamboo/browse/WCB001-PLA000-185/test  View full
 test details http://wso2.org/bamboo/browse/WCB001-PLA000-185/test   7
 Existing Test Failures   Test Job URLMappingBasedDispatcherTest
 testDefaultResourceDispatchhttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27428883
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 GroupTest 
 testGroup1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429116
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 GroupTest 
 testGroup2http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429118
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 IntegerCounterTest 
 testCounter1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429114
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 LockTest 
 testLock1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429115
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 QueueTest 
 testQueue2http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429117
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test
 QueueTest 
 testQueue1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test/case/27429119
   Default
 Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-185/test View
 Online http://wso2.org/bamboo/browse/WCB001-PLA000-185 | Add 
 Commentshttp://wso2.org/bamboo/browse/WCB001-PLA000-185?commentMode=true

 This message was sent by Atlassian Bamboo http://wso2.org/bamboo.

 If you wish to stop receiving these emails edit your user 
 profilehttp://wso2.org/bamboo/profile/userNotifications.actionor notify
 your administrator http://wso2.org/bamboo/viewAdministrators.action.

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




 --
 *Kishanthan Thangarajah*
 Software Engineer,
 Development Technologies Team,
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - +94773426635
 Blog - *http://kishanthan.wordpress.com*
 Twitter - *http://twitter.com/kishanthan*



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


[Dev] G-Reg graceful server restart fails.

2012-08-23 Thread Krishantha Samaraweera
Hi Senaka,

Any possibility to get this issue fixed -
https://wso2.org/jira/browse/REGISTRY-1266

This is a blocker for current integration tests execution.

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


Re: [Dev] G-Reg graceful server restart fails.

2012-08-23 Thread Senaka Fernando
Hi Krishantha,

As discussed, let's delay the wait time further to see whether the server
actually comes to a halt eventually, if it does not we'll have to debug and
fix.

Thanks,
Senaka.

On Thu, Aug 23, 2012 at 6:38 PM, Krishantha Samaraweera krishan...@wso2.com
 wrote:

 Hi Senaka,

 Any possibility to get this issue fixed -
 https://wso2.org/jira/browse/REGISTRY-1266

 This is a blocker for current integration tests execution.

 Thanks,
 Krishantha.

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




-- 
*Senaka Fernando*
Member - Integration Technologies Management Committee;
Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

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


[Dev] Compilation failure : components/appfactory

2012-08-23 Thread Ajith Vitharana
Hi all,

I'm getting following failure in latest branch.

[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project org.wso2.carbon.appfactory.core: Compilation
failure: Compilation failure:
[ERROR]
/home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[14,53]
package org.wso2.carbon.appfactory.governance.internal does not exist
[ERROR]
/home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/deploy/ApplicationDeployer.java:[32,53]
package org.wso2.carbon.appfactory.governance.internal does not exist
[ERROR]
/home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[49,52]
cannot find symbol
[ERROR] symbol  : variable ServiceReferenceHolder
[ERROR] location: class
org.wso2.carbon.appfactory.core.build.DefaultBuildDriverListener
[ERROR]
/home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[66,52]
cannot find symbol
[ERROR] symbol  : variable ServiceReferenceHolder
[ERROR] location: class
org.wso2.carbon.appfactory.core.build.DefaultBuildDriverListener
[ERROR]
/home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/deploy/ApplicationDeployer.java:[211,60]
cannot find symbol
[ERROR] symbol: variable ServiceReferenceHolder
[ERROR] AppFactoryConfiguration configuration =
ServiceReferenceHolder.getInstance().getAppFactoryConfiguration();

-- 

Thanks
Ajith

Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94714631794
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Problem to

2012-08-23 Thread Mohammad Benslimne
Hi folks,

In my BPEL process WSDL, I am trying to import the WSDL of a webservice
(and this one itself imports some schemas).
The webservice est deployed correctly on WSO2 BPS's axis.

But I am getting an error related to schemas import while deploying my
process :
Caused by: javax.wsdl.WSDLException: WSDLException (at
/definitions/import[2]/definitions/types/schema): faultCode=PARSER_ERROR:
Problem parsing '
http://localhost:9763/services/nosUsrProv?xsd=saml-2.0-os/saml-schema-assertion-2.0.xsd'.:
java.io.FileNotFoundException:
http://localhost:9763/services/nosUsrProv?xsd=saml-2.0-os/saml-schema-assertion-2.0.xsd
Webservice resources aren't by default exposed?
Any hint to solve to problem?
Many thanks in advance ...


Regards,
Mohammad


wso2carbon.log
Description: Binary data
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Where do we store Car files in latest carbon packs?

2012-08-23 Thread Charitha Kankanamge
Hi,

@Subject. I deployed a car in ESB. The artifacts (proxy services,
endpoints) were deployed and stored in respective directories. But I cannot
locate the CAR file in CARBON_HOME/repository/deployment/server/carbonapps.
Where do we save it now?

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


Re: [Dev] AS startup failure

2012-08-23 Thread Pradeep Fernando
Hi,

im getting the exact error. Looks like a deployed jar has some issues.

@dileepa : please have a look.

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


[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #187 has FAILED (1 tests failed, no failures were new). Change made by 5 authors.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #187 failed.
---
Code has been updated by ashansa, nuwanw, supunm, dinusha, nuwan.
1/1335 tests failed, no failures were new.

http://wso2.org/bamboo/browse/WCB001-PLA000-187/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): 1 of 1335 tests failed.



--
Code Changes
--
nuwanw (139472):

added esb integration test from Andun's patches

nuwan (139468):

removing slf4j from shindig war

dinusha (139470):

Disabling test temporary.



--
Tests
--
Existing Test Failures (1)
   - URLMappingBasedDispatcherTest: Default resource dispatch

--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Compilation failure : components/appfactory

2012-08-23 Thread Eranda Sooriyabandara
Yes same here. I have the latest update with me.

On Thu, Aug 23, 2012 at 9:51 PM, Ajith Vitharana aji...@wso2.com wrote:

 Hi all,

 I'm getting following failure in latest branch.

 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project org.wso2.carbon.appfactory.core: Compilation
 failure: Compilation failure:
 [ERROR]
 /home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[14,53]
 package org.wso2.carbon.appfactory.governance.internal does not exist
 [ERROR]
 /home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/deploy/ApplicationDeployer.java:[32,53]
 package org.wso2.carbon.appfactory.governance.internal does not exist
 [ERROR]
 /home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[49,52]
 cannot find symbol
 [ERROR] symbol  : variable ServiceReferenceHolder
 [ERROR] location: class
 org.wso2.carbon.appfactory.core.build.DefaultBuildDriverListener
 [ERROR]
 /home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[66,52]
 cannot find symbol
 [ERROR] symbol  : variable ServiceReferenceHolder
 [ERROR] location: class
 org.wso2.carbon.appfactory.core.build.DefaultBuildDriverListener
 [ERROR]
 /home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/deploy/ApplicationDeployer.java:[211,60]
 cannot find symbol
 [ERROR] symbol: variable ServiceReferenceHolder
 [ERROR] AppFactoryConfiguration configuration =
 ServiceReferenceHolder.getInstance().getAppFactoryConfiguration();

 --

 Thanks
 Ajith

 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94714631794



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




-- 
*Eranda Sooriyabandara
*Software Engineer;
Integration Technologies Team;
WSO2 Inc.; http://wso2.com

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


[Dev] WSO2 Developer Studio 2.1.0 Milestone 4 Released!

2012-08-23 Thread Viraj Rajaguru
Hi All,

We have WSO2 Developer Studio 2.1.0 Milestone 4 ready to be downloaded at
[1]. Installed eclipse distributions available at [2]

This release includes following improvements and bug fixes.

Bug

   - [TOOLS-1193 https://wso2.org/jira/browse/TOOLS-1193] - Save button
   doesn't work correctly.
   - [TOOLS-1240 https://wso2.org/jira/browse/TOOLS-1240] - Dropping a
   mediator in between two mediators already connected does not connect the
   new one
   - [TOOLS-1244 https://wso2.org/jira/browse/TOOLS-1244] - Service
   chaining doesn't work properly when there is a sequence mediator in the In
   sequence of the Proxy service.
   - [TOOLS-1251 https://wso2.org/jira/browse/TOOLS-1251] - If user put a
   sequence mediator as the first mediator of the out sequence of the proxy
   service, synapse configuration doesn't get generated.
   - [TOOLS-1252 https://wso2.org/jira/browse/TOOLS-1252] - Endpoints
   doesn't get connected automatically to other figures when we drop them to
   compartment.

Improvement

   - [TOOLS-1205 https://wso2.org/jira/browse/TOOLS-1205] - Can not
   create sequence flow for onHitCatch in the Cache mediator.
   - [TOOLS-1242 https://wso2.org/jira/browse/TOOLS-1242] - Generate
   synapse mediator project's pom to use the maven-bundle-plugin
   - [TOOLS-1250 https://wso2.org/jira/browse/TOOLS-1250] - Bending
   points should be smooth in connections.

New Feature

   - [TOOLS-1170 https://wso2.org/jira/browse/TOOLS-1170] - Implement
   Fault Sequence in the Proxy Service
   - [TOOLS-1248 https://wso2.org/jira/browse/TOOLS-1248] - Adding maven
   build support for CEP artifacts in CApp projects



Your feedbacks are most welcome !!! Please report all the jiras at [3] and
specify the version as 2.1.0.

Thanks and Regards,
The WSO2 Developer Studio Team.

[1] -
http://builder1.us1.wso2.org/~developerstudio/developer-studio/2.1.0/M4/wso2-developer-studio_2.1.0-SNAPSHOT.zip

[2] -
http://builder1.us1.wso2.org/~developerstudio/developer-studio/2.1.0/M4/Dev-Studio-Pre-installed-Eclipse/
[3] - https://wso2.org/jira/browse/TOOLS

-- 
*Viraj Rajaguru*
email: vi...@wso2.com email%3avi...@wso2.com cell: +94 77 3683068
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Products_4.0.0 #84 has FAILED. Change made by 21 authors.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Products_4.0.0  #84 failed.
---
Code has been updated by krishantha, chamath, sinthuja, ishan, ashansa, nuwanw, 
dimuthul, subash, shelan, sanjayav, dilshan, senaka, maninda, tharindu, 
damitha, suresh, nuwand, supunm, ajithn, dinusha, nuwan.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-PRO000-84/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
nuwanw (139472):

added esb integration test from Andun's patches

dimuthul (139425):

Adding the server urls.



sanjayav (139452):

CARBON-13672: fixed the ntask deletion issue



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Kernel_4.0.0 #126 has FAILED. Change made by kasung and senaka.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Kernel_4.0.0  #126 failed.
---
Code has been updated by kasung, senaka.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-KER000-126/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
senaka (139488):

Fixing test failures.

kasung (139483):

Fix for ESBJAVA-1317. NPE thrown if publishWSDL is removed from source view



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Deploying Carbon bundles in Geronimo

2012-08-23 Thread Dileepa Jayakody
Hi All,

I've been doing a feasiblity study on deploying carbon bundles in Apache
Geronimo [1] which is an OSGI based server runtime. By default Geronimo
supports equinox. For this study I used the latest Geronimo V3.
After setting system properties for carbon (carbon.home,
carbon.config.dir.path etc.) I was able to deploy our plugins in the server
as hotbundles(which is similar to dropins in our servers) but still there
are some bundles unresolved as below;
I think one of the root causes for the unresolved dependencies of below
bundles is missing the javax.activation package export.

Any thoughts on resolving javax.activation? Can we get it from the jre via
the system bundle?

2012-08-24 00:55:11,685 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle org.wso2.carbon.ndatasource.core_4.0.1 [353] could not be
resolved. Reason: Missing Constraint: Import-Package: org.wso2.carbon.core;
version=0.0.0
2012-08-24 00:55:11,689 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle org.wso2.carbon.registry.core_4.0.1 [355] could not be
resolved. Reason: Missing Constraint: Import-Package: org.apache.abdera;
version=[1.0.0.wso2v3,2.0.0)
2012-08-24 00:55:11,695 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle org.eclipse.equinox.ds_1.3.0.v20110502 [357] could not be
resolved. Reason: Missing Constraint: Import-Package:
org.eclipse.equinox.internal.util.event; version=1.0.0
2012-08-24 00:55:11,706 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle org.wso2.carbon.user.mgt.common_4.0.0 [362] could not be
resolved. Reason: Missing Constraint: Import-Package: javax.activation;
version=[0.0.0,1.0.0)
2012-08-24 00:55:11,740 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle org.wso2.carbon.user.mgt_4.0.0 [373] could not be resolved.
Reason: Missing Constraint: Import-Package: org.wso2.carbon.registry.core;
version=[1.0.0,2.0.0)
2012-08-24 00:55:11,886 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle org.wso2.carbon.server.admin_4.0.0 [382] could not be
resolved. Reason: Missing Constraint: Import-Package: org.wso2.carbon.core;
version=0.0.0
2012-08-24 00:55:11,889 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle abdera_1.0.0.wso2v3 [384] could not be resolved. Reason:
Missing Constraint: Import-Package: javax.activation;
version=[0.0.0,1.0.0)
2012-08-24 00:55:11,919 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle jaxb_2.2.5.wso2v1 [403] could not be resolved. Reason: Missing
Constraint: Import-Package: javax.activation; version=[0.0.0,1.0.0)
2012-08-24 00:55:12,184 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle org.wso2.carbon.core_4.0.1 [437] could not be resolved.
Reason: Missing Constraint: Import-Package:
org.wso2.carbon.registry.core.service; version=[1.0.0,2.0.0)
2012-08-24 00:55:12,343 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle org.wso2.carbon.ui_4.0.1 [450] could not be resolved. Reason:
Missing Constraint: Import-Package: org.eclipse.equinox.http.helper;
version=0.0.0
2012-08-24 00:55:12,733 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle org.wso2.carbon.core.common_4.0.0 [456] could not be resolved.
Reason: Missing Constraint: Import-Package: javax.activation;
version=[0.0.0,1.0.0)
2012-08-24 00:55:12,752 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
The bundle org.wso2.carbon.core.services_4.0.0 [464] could not be
resolved. Reason: Missing Constraint: Import-Package:
org.wso2.carbon.core.common; version=0.0.0


[1] http://geronimo.apache.org/

-- 
Dileepa Jayakody
Software Engineer, WSO2 Inc.
Lean . Enterprise . Middleware

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


[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Kernel_4.0.0 #127 was SUCCESSFUL. Change made by senaka.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Kernel_4.0.0  #127 was successful.
---
Code has been updated by senaka.

http://wso2.org/bamboo/browse/WCB001-KER000-127/




--
Code Changes
--
senaka (139500):

Fixing JIRA issue REGISTRY-898.



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Deploying Carbon bundles in Geronimo

2012-08-23 Thread Senaka Fernando
Hi Dileepa,

I have a feeling that this might lead to other issues. If you are making
this change, you'll have to validate products or they might break as in the
issue Chethiya is looking into.

Thanks,
Senaka.

On Fri, Aug 24, 2012 at 1:20 AM, Dileepa Jayakody dile...@wso2.com wrote:

 Hi All,

 I've been doing a feasiblity study on deploying carbon bundles in Apache
 Geronimo [1] which is an OSGI based server runtime. By default Geronimo
 supports equinox. For this study I used the latest Geronimo V3.
 After setting system properties for carbon (carbon.home,
 carbon.config.dir.path etc.) I was able to deploy our plugins in the server
 as hotbundles(which is similar to dropins in our servers) but still there
 are some bundles unresolved as below;
 I think one of the root causes for the unresolved dependencies of below
 bundles is missing the javax.activation package export.

 Any thoughts on resolving javax.activation? Can we get it from the jre via
 the system bundle?

 2012-08-24 00:55:11,685 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle org.wso2.carbon.ndatasource.core_4.0.1 [353] could not be
 resolved. Reason: Missing Constraint: Import-Package: org.wso2.carbon.core;
 version=0.0.0
 2012-08-24 00:55:11,689 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle org.wso2.carbon.registry.core_4.0.1 [355] could not be
 resolved. Reason: Missing Constraint: Import-Package: org.apache.abdera;
 version=[1.0.0.wso2v3,2.0.0)
 2012-08-24 00:55:11,695 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle org.eclipse.equinox.ds_1.3.0.v20110502 [357] could not be
 resolved. Reason: Missing Constraint: Import-Package:
 org.eclipse.equinox.internal.util.event; version=1.0.0
 2012-08-24 00:55:11,706 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle org.wso2.carbon.user.mgt.common_4.0.0 [362] could not be
 resolved. Reason: Missing Constraint: Import-Package: javax.activation;
 version=[0.0.0,1.0.0)
 2012-08-24 00:55:11,740 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle org.wso2.carbon.user.mgt_4.0.0 [373] could not be resolved.
 Reason: Missing Constraint: Import-Package: org.wso2.carbon.registry.core;
 version=[1.0.0,2.0.0)
 2012-08-24 00:55:11,886 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle org.wso2.carbon.server.admin_4.0.0 [382] could not be
 resolved. Reason: Missing Constraint: Import-Package: org.wso2.carbon.core;
 version=0.0.0
 2012-08-24 00:55:11,889 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle abdera_1.0.0.wso2v3 [384] could not be resolved. Reason:
 Missing Constraint: Import-Package: javax.activation;
 version=[0.0.0,1.0.0)
 2012-08-24 00:55:11,919 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle jaxb_2.2.5.wso2v1 [403] could not be resolved. Reason: Missing
 Constraint: Import-Package: javax.activation; version=[0.0.0,1.0.0)
 2012-08-24 00:55:12,184 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle org.wso2.carbon.core_4.0.1 [437] could not be resolved.
 Reason: Missing Constraint: Import-Package:
 org.wso2.carbon.registry.core.service; version=[1.0.0,2.0.0)
 2012-08-24 00:55:12,343 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle org.wso2.carbon.ui_4.0.1 [450] could not be resolved. Reason:
 Missing Constraint: Import-Package: org.eclipse.equinox.http.helper;
 version=0.0.0
 2012-08-24 00:55:12,733 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle org.wso2.carbon.core.common_4.0.0 [456] could not be resolved.
 Reason: Missing Constraint: Import-Package: javax.activation;
 version=[0.0.0,1.0.0)
 2012-08-24 00:55:12,752 WARN  [EmbeddedDaemon] Bundle 69 failed to start:
 The bundle org.wso2.carbon.core.services_4.0.0 [464] could not be
 resolved. Reason: Missing Constraint: Import-Package:
 org.wso2.carbon.core.common; version=0.0.0


 [1] http://geronimo.apache.org/

 --
 Dileepa Jayakody
 Software Engineer, WSO2 Inc.
 Lean . Enterprise . Middleware

 Mobile : +94777-857616


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




-- 
*Senaka Fernando*
Member - Integration Technologies Management Committee;
Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

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


[Dev] [Carbon 4.0.1] Build Failure : App Factory

2012-08-23 Thread Prabath Siriwardena
[ERROR]
/usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/deploy/ApplicationDeployer.java:[32,53]
package org.wso2.carbon.appfactory.governance.internal does not exist
[ERROR]
/usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[14,53]
package org.wso2.carbon.appfactory.governance.internal does not exist
[ERROR]
/usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/deploy/ApplicationDeployer.java:[211,60]
cannot find symbol
[ERROR] symbol: variable ServiceReferenceHolder
[ERROR] AppFactoryConfiguration configuration =
ServiceReferenceHolder.getInstance().getAppFactoryConfiguration();
[ERROR]
/usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[49,52]
cannot find symbol
[ERROR] symbol  : variable ServiceReferenceHolder
[ERROR] location: class
org.wso2.carbon.appfactory.core.build.DefaultBuildDriverListener
[ERROR]
/usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[66,52]
cannot find symbol
[ERROR] symbol  : variable ServiceReferenceHolder
[ERROR] location: class
org.wso2.carbon.appfactory.core.build.DefaultBuildDriverListener

-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

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


[Dev] useges of org.wso2.carbon.apimgt.api.model.APIIdentifier Class

2012-08-23 Thread Sanjeewa Malalgoda
Hi All,
I can see org.wso2.carbon.apimgt.api.model.APIIdentifier is having string
variable named applicationId.
So what is the purpose of having applicationId inside the API Identifier.
AFAIU we cannot define single
applicationId to identify API. application and api are having many to many
relationship. Also i can see
there is a tier associated with API. And i didn't see *apiId* which is
unique to given API inside APIIdentifier
class. I can see we use of this class few places in and tests. Did i miss
anything here? Appreciate your
feedback.


Thanks.
-- 
*Sanjeewa Malalgoda*
WSO2 Inc.
Mobile : +14084122715 | +94713068779

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


[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #188 has FAILED (1 tests failed, no failures were new). Change made by 11 authors.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #188 failed.
---
Code has been updated by asela, krishantha, janaka, kasunw, ashansa, nuwanw, 
subash, supunm, isuruw, sanjayav, senaka.
1/1340 tests failed, no failures were new.

http://wso2.org/bamboo/browse/WCB001-PLA000-188/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): 1 of 1340 tests failed.



--
Code Changes
--
krishantha (139479):

Clean up resources after test execution

isuruw (139486):

removing the distributed-LCM folder

nuwanw (139491):

fixed test failure due to NPE



--
Tests
--
Existing Test Failures (1)
   - URLMappingBasedDispatcherTest: Default resource dispatch

--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #189 has FAILED (1 tests failed, no failures were new). Change made by ranga and senaka.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #189 failed.
---
Code has been updated by ranga, senaka.
1/1340 tests failed, no failures were new.

http://wso2.org/bamboo/browse/WCB001-PLA000-189/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): 1 of 1340 tests failed.



--
Code Changes
--
senaka (139510):

Fixing JIRA issue REGISTRY-979.

ranga (139507):

Adding ApplicationDeployerService endpoint

senaka (139509):

Fixing JIRA issue REGISTRY-979.



--
Tests
--
Existing Test Failures (1)
   - URLMappingBasedDispatcherTest: Default resource dispatch

--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Carbon 4.0.1] Build Failure : App Factory

2012-08-23 Thread Ajanthan Balachandran
Hi,
Fixed in revision 139521.
Some one committed without building ;)

On Fri, Aug 24, 2012 at 3:11 AM, Prabath Siriwardena prab...@wso2.comwrote:

 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/deploy/ApplicationDeployer.java:[32,53]
 package org.wso2.carbon.appfactory.governance.internal does not exist
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[14,53]
 package org.wso2.carbon.appfactory.governance.internal does not exist
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/deploy/ApplicationDeployer.java:[211,60]
 cannot find symbol
 [ERROR] symbol: variable ServiceReferenceHolder
 [ERROR] AppFactoryConfiguration configuration =
 ServiceReferenceHolder.getInstance().getAppFactoryConfiguration();
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[49,52]
 cannot find symbol
 [ERROR] symbol  : variable ServiceReferenceHolder
 [ERROR] location: class
 org.wso2.carbon.appfactory.core.build.DefaultBuildDriverListener
 [ERROR]
 /usr/svn/wso2/carbon-trunk-new/platform/branches/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[66,52]
 cannot find symbol
 [ERROR] symbol  : variable ServiceReferenceHolder
 [ERROR] location: class
 org.wso2.carbon.appfactory.core.build.DefaultBuildDriverListener

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

 http://blog.facilelogin.com
 http://RampartFAQ.com


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




-- 
ajanthan
-- 
Ajanthan Balachandiran
Software Engineer; WSO2, Inc.;  http://wso2.com/
email: ajanthan http://goog_595075977@wso2.com; cell: +94775581497
blog: http://bkayts.blogspot.com/

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


Re: [Dev] Deploying Carbon bundles in Geronimo

2012-08-23 Thread Pradeep Fernando
On Fri, Aug 24, 2012 at 2:48 AM, Senaka Fernando sen...@wso2.com wrote:
 Hi Dileepa,

 I have a feeling that this might lead to other issues. If you are making
 this change, you'll have to validate products or they might break as in the
 issue Chethiya is looking into.

This has nothing to with individual products. just get carbon to work first.

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


[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Products_4.0.0 #85 has FAILED (3 tests failed, no failures were new). Change made by 12 authors.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Products_4.0.0  #85 failed.
---
Code has been updated by asela, krishantha, kasunw, janaka, ashansa, nuwanw, 
subash, supunm, isuruw, ranga, sanjayav, senaka.
3/785 tests failed, no failures were new.

http://wso2.org/bamboo/browse/WCB001-PRO000-85/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): 3 of 785 tests failed.



--
Code Changes
--
sanjayav (139490):

removed coordination client config file from bps assembly

nuwanw (139491):

fixed test failure due to NPE

ranga (139507):

Adding ApplicationDeployerService endpoint



--
Tests
--
Existing Test Failures (3)
   - CEPTestServerManager: Start server
   - EventTestCase: Publishing to topic test
   - EventTestCase: Subscribe to topic test
Fixed Tests (3)
   - EndpointServiceTestCase: Add duplicate endpoints
   - LifeCycleStateWhenUpdatingResourceTestCase: Policy add lifecycle and 
update resource
   - LifeCycleStateWhenUpdatingResourceTestCase: Service add lifecycle and 
update resource

--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 Identity Server 4.0.0 - M5 Build

2012-08-23 Thread Prabath Siriwardena
Hi folks,

Please find the $subject at [1].

[1]: https://svn.wso2.org/repos/wso2/scratch/wso2is-4.0.0/m5

-- 
Thanks  Regards,
Prabath

Mobile : +94 71 809 6732

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


[Dev] Issue with ESB eventing samples

2012-08-23 Thread Sanjeewa Malalgoda
Hi All,
It seems sample 500,501,502 is not working in latest ESB. I did follow the
this link[1].
Its documentation for 3.0.1. Did i missed anything here? It shows class not
found
error at back end. Can someone point me to correct document please.

[1]http://wso2.org/project/esb/java/3.0.1/docs/samples/eventing_samples.html



2012-08-23 21:30:01,335]  INFO - Axis2SynapseController Loading mediator
extensions...
[2012-08-23 21:30:01,337]  INFO - CarbonSynapseController Loading the
mediation configuration from the file system
[2012-08-23 21:30:01,338]  INFO - XMLConfigurationBuilder Generating the
Synapse configuration model by parsing the XML configuration
[2012-08-23 21:30:02,105] FATAL - ServiceBusInitializer Failed to
initialize ESB due to a fatal error
java.lang.NoClassDefFoundError: org/wso2/eventing/Subscription
at
org.apache.synapse.config.xml.SynapseXMLConfigurationFactory.defineEventSource(SynapseXMLConfigurationFactory.java:248)
at
org.apache.synapse.config.xml.SynapseXMLConfigurationFactory.getConfiguration(SynapseXMLConfigurationFactory.java:91)
at
org.apache.synapse.config.xml.ConfigurationFactoryAndSerializerFinder.getConfiguration(ConfigurationFactoryAndSerializerFinder.java:161)
at
org.apache.synapse.config.xml.XMLConfigurationBuilder.getConfiguration(XMLConfigurationBuilder.java:48)
at
org.apache.synapse.config.SynapseConfigurationBuilder.getConfiguration(SynapseConfigurationBuilder.java:91)
at
org.apache.synapse.Axis2SynapseController.createSynapseConfiguration(Axis2SynapseController.java:465)
at
org.wso2.carbon.mediation.initializer.CarbonSynapseController.createSynapseConfiguration(CarbonSynapseController.java:150)
at org.apache.synapse.ServerManager.start(ServerManager.java:177)
at
org.wso2.carbon.mediation.initializer.ServiceBusInitializer.initESB(ServiceBusInitializer.java:408)
at
org.wso2.carbon.mediation.initializer.ServiceBusInitializer.activate(ServiceBusInitializer.java:170)
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.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:230)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:292)
at
org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:226)
at
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:506)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:524)
at
org.wso2.carbon.event.core.internal.builder.EventBrokerBuilderDS.activate(EventBrokerBuilderDS.java:71)
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.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:230)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:292)
at
org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:226)
at

Re: [Dev] Where do we store Car files in latest carbon packs?

2012-08-23 Thread Afkham Azeez
Do a find. It is somewhere under the tmp directory.

On Thu, Aug 23, 2012 at 9:59 PM, Charitha Kankanamge chari...@wso2.comwrote:

 Hi,

 @Subject. I deployed a car in ESB. The artifacts (proxy services,
 endpoints) were deployed and stored in respective directories. But I cannot
 locate the CAR file in CARBON_HOME/repository/deployment/server/carbonapps.
 Where do we save it now?

 Thanks!
 Charitha


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




-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* http://www.apache.org/**
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issue with ESB eventing samples

2012-08-23 Thread Prabath Abeysekera
Hi Sanjeewa,

On Fri, Aug 24, 2012 at 10:09 AM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 Hi All,
 It seems sample 500,501,502 is not working in latest ESB. I did follow the
 this link[1].
 Its documentation for 3.0.1. Did i missed anything here? It shows class
 not found
 error at back end. Can someone point me to correct document please.


I believe this sample is outdated. We no longer use eventing component in
Carbon and that's why you're running into a CNF. You would need to have a
look at event mediator [1] and event component instead.

[1] http://wso2.org/project/esb/java/4.0.3/docs/mediators/event.html




 [1]
 http://wso2.org/project/esb/java/3.0.1/docs/samples/eventing_samples.html



 2012-08-23 21:30:01,335]  INFO - Axis2SynapseController Loading mediator
 extensions...
 [2012-08-23 21:30:01,337]  INFO - CarbonSynapseController Loading the
 mediation configuration from the file system
 [2012-08-23 21:30:01,338]  INFO - XMLConfigurationBuilder Generating the
 Synapse configuration model by parsing the XML configuration
 [2012-08-23 21:30:02,105] FATAL - ServiceBusInitializer Failed to
 initialize ESB due to a fatal error
 java.lang.NoClassDefFoundError: org/wso2/eventing/Subscription
 at
 org.apache.synapse.config.xml.SynapseXMLConfigurationFactory.defineEventSource(SynapseXMLConfigurationFactory.java:248)
  at
 org.apache.synapse.config.xml.SynapseXMLConfigurationFactory.getConfiguration(SynapseXMLConfigurationFactory.java:91)
 at
 org.apache.synapse.config.xml.ConfigurationFactoryAndSerializerFinder.getConfiguration(ConfigurationFactoryAndSerializerFinder.java:161)
  at
 org.apache.synapse.config.xml.XMLConfigurationBuilder.getConfiguration(XMLConfigurationBuilder.java:48)
 at
 org.apache.synapse.config.SynapseConfigurationBuilder.getConfiguration(SynapseConfigurationBuilder.java:91)
  at
 org.apache.synapse.Axis2SynapseController.createSynapseConfiguration(Axis2SynapseController.java:465)
 at
 org.wso2.carbon.mediation.initializer.CarbonSynapseController.createSynapseConfiguration(CarbonSynapseController.java:150)
  at org.apache.synapse.ServerManager.start(ServerManager.java:177)
 at
 org.wso2.carbon.mediation.initializer.ServiceBusInitializer.initESB(ServiceBusInitializer.java:408)
  at
 org.wso2.carbon.mediation.initializer.ServiceBusInitializer.activate(ServiceBusInitializer.java:170)
 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.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:230)
  at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
 at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
  at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
 at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
  at
 org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:292)
 at
 org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:226)
  at
 org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
  at
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
 at
 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
  at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
 at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
  at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
 at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
  at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:506)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:524)
  at
 org.wso2.carbon.event.core.internal.builder.EventBrokerBuilderDS.activate(EventBrokerBuilderDS.java:71)
 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.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:230)
  at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
 at
 

Re: [Dev] Where do we store Car files in latest carbon packs?

2012-08-23 Thread Charitha Kankanamge
I can find but i was not aware about the deployment change in the latest
ESB pack. Thats why I asked.
/Charitha

On Fri, Aug 24, 2012 at 10:14 AM, Afkham Azeez az...@wso2.com wrote:

 Do a find. It is somewhere under the tmp directory.

 On Thu, Aug 23, 2012 at 9:59 PM, Charitha Kankanamge chari...@wso2.comwrote:

 Hi,

 @Subject. I deployed a car in ESB. The artifacts (proxy services,
 endpoints) were deployed and stored in respective directories. But I cannot
 locate the CAR file in CARBON_HOME/repository/deployment/server/carbonapps.
 Where do we save it now?

 Thanks!
 Charitha


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




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/**
 email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
 blog: **http://blog.afkham.org* http://blog.afkham.org*
 twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


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


Re: [Dev] Where do we store Car files in latest carbon packs?

2012-08-23 Thread Kalpa Senanayake
Hi Charitha,

For the super tenant CARBON_HOME/tmp/tenants/0/carbonapps (This is the
hot deployment directory for carbonapps) and temporarily extracted to
CARBON_HOME/tmp/carbonapps.

Thanks
Kalpa.


On Thu, Aug 23, 2012 at 9:59 PM, Charitha Kankanamge chari...@wso2.comwrote:

 Hi,

 @Subject. I deployed a car in ESB. The artifacts (proxy services,
 endpoints) were deployed and stored in respective directories. But I cannot
 locate the CAR file in CARBON_HOME/repository/deployment/server/carbonapps.
 Where do we save it now?

 Thanks!
 Charitha


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




-- 
Kalpa Senanayake.
Software Engineer,

WSO2,Inc :(http://wso2.com/).
mobile : +94783864128
blog : (http://kalpads.blogspot.com/)

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


Re: [Dev] Issue with ESB eventing samples

2012-08-23 Thread Sanjeewa Malalgoda
Thanks prabath.

Thanks.

On Thu, Aug 23, 2012 at 10:00 PM, Prabath Abeysekera praba...@wso2.comwrote:

 Hi Sanjeewa,

 On Fri, Aug 24, 2012 at 10:09 AM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 Hi All,
 It seems sample 500,501,502 is not working in latest ESB. I did follow
 the this link[1].
 Its documentation for 3.0.1. Did i missed anything here? It shows class
 not found
 error at back end. Can someone point me to correct document please.


 I believe this sample is outdated. We no longer use eventing component
 in Carbon and that's why you're running into a CNF. You would need to have
 a look at event mediator [1] and event component instead.

 [1] http://wso2.org/project/esb/java/4.0.3/docs/mediators/event.html




 [1]
 http://wso2.org/project/esb/java/3.0.1/docs/samples/eventing_samples.html



 2012-08-23 21:30:01,335]  INFO - Axis2SynapseController Loading mediator
 extensions...
 [2012-08-23 21:30:01,337]  INFO - CarbonSynapseController Loading the
 mediation configuration from the file system
 [2012-08-23 21:30:01,338]  INFO - XMLConfigurationBuilder Generating the
 Synapse configuration model by parsing the XML configuration
 [2012-08-23 21:30:02,105] FATAL - ServiceBusInitializer Failed to
 initialize ESB due to a fatal error
 java.lang.NoClassDefFoundError: org/wso2/eventing/Subscription
 at
 org.apache.synapse.config.xml.SynapseXMLConfigurationFactory.defineEventSource(SynapseXMLConfigurationFactory.java:248)
  at
 org.apache.synapse.config.xml.SynapseXMLConfigurationFactory.getConfiguration(SynapseXMLConfigurationFactory.java:91)
 at
 org.apache.synapse.config.xml.ConfigurationFactoryAndSerializerFinder.getConfiguration(ConfigurationFactoryAndSerializerFinder.java:161)
  at
 org.apache.synapse.config.xml.XMLConfigurationBuilder.getConfiguration(XMLConfigurationBuilder.java:48)
 at
 org.apache.synapse.config.SynapseConfigurationBuilder.getConfiguration(SynapseConfigurationBuilder.java:91)
  at
 org.apache.synapse.Axis2SynapseController.createSynapseConfiguration(Axis2SynapseController.java:465)
 at
 org.wso2.carbon.mediation.initializer.CarbonSynapseController.createSynapseConfiguration(CarbonSynapseController.java:150)
  at org.apache.synapse.ServerManager.start(ServerManager.java:177)
 at
 org.wso2.carbon.mediation.initializer.ServiceBusInitializer.initESB(ServiceBusInitializer.java:408)
  at
 org.wso2.carbon.mediation.initializer.ServiceBusInitializer.activate(ServiceBusInitializer.java:170)
 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.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:230)
  at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
 at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
  at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
 at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
  at
 org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:292)
 at
 org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:226)
  at
 org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
  at
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
 at
 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
  at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
 at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
  at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
 at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
  at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:506)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:524)
  at
 org.wso2.carbon.event.core.internal.builder.EventBrokerBuilderDS.activate(EventBrokerBuilderDS.java:71)
 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.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:230)
  at
 

Re: [Dev] Issue with ESB eventing samples

2012-08-23 Thread Prabath Abeysekera
And also, the event component exposes a broker client API which can be
effectively used to create dynamic subscriptions subsricriptions, event
publishing, etc .


Regards,
Prabath

On Fri, Aug 24, 2012 at 10:34 AM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 Thanks prabath.


 Thanks.


 On Thu, Aug 23, 2012 at 10:00 PM, Prabath Abeysekera praba...@wso2.comwrote:

 Hi Sanjeewa,

 On Fri, Aug 24, 2012 at 10:09 AM, Sanjeewa Malalgoda 
 sanje...@wso2.comwrote:

 Hi All,
 It seems sample 500,501,502 is not working in latest ESB. I did follow
 the this link[1].
 Its documentation for 3.0.1. Did i missed anything here? It shows class
 not found
 error at back end. Can someone point me to correct document please.


 I believe this sample is outdated. We no longer use eventing component
 in Carbon and that's why you're running into a CNF. You would need to have
 a look at event mediator [1] and event component instead.

 [1] http://wso2.org/project/esb/java/4.0.3/docs/mediators/event.html




 [1]
 http://wso2.org/project/esb/java/3.0.1/docs/samples/eventing_samples.html



 2012-08-23 21:30:01,335]  INFO - Axis2SynapseController Loading mediator
 extensions...
 [2012-08-23 21:30:01,337]  INFO - CarbonSynapseController Loading the
 mediation configuration from the file system
 [2012-08-23 21:30:01,338]  INFO - XMLConfigurationBuilder Generating the
 Synapse configuration model by parsing the XML configuration
 [2012-08-23 21:30:02,105] FATAL - ServiceBusInitializer Failed to
 initialize ESB due to a fatal error
 java.lang.NoClassDefFoundError: org/wso2/eventing/Subscription
 at
 org.apache.synapse.config.xml.SynapseXMLConfigurationFactory.defineEventSource(SynapseXMLConfigurationFactory.java:248)
  at
 org.apache.synapse.config.xml.SynapseXMLConfigurationFactory.getConfiguration(SynapseXMLConfigurationFactory.java:91)
 at
 org.apache.synapse.config.xml.ConfigurationFactoryAndSerializerFinder.getConfiguration(ConfigurationFactoryAndSerializerFinder.java:161)
  at
 org.apache.synapse.config.xml.XMLConfigurationBuilder.getConfiguration(XMLConfigurationBuilder.java:48)
 at
 org.apache.synapse.config.SynapseConfigurationBuilder.getConfiguration(SynapseConfigurationBuilder.java:91)
  at
 org.apache.synapse.Axis2SynapseController.createSynapseConfiguration(Axis2SynapseController.java:465)
 at
 org.wso2.carbon.mediation.initializer.CarbonSynapseController.createSynapseConfiguration(CarbonSynapseController.java:150)
  at org.apache.synapse.ServerManager.start(ServerManager.java:177)
 at
 org.wso2.carbon.mediation.initializer.ServiceBusInitializer.initESB(ServiceBusInitializer.java:408)
  at
 org.wso2.carbon.mediation.initializer.ServiceBusInitializer.activate(ServiceBusInitializer.java:170)
 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.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:230)
  at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
 at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
  at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
 at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
  at
 org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:292)
 at
 org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:226)
  at
 org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
  at
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
 at
 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
  at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
 at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
  at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
 at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
  at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:506)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:524)
  at
 org.wso2.carbon.event.core.internal.builder.EventBrokerBuilderDS.activate(EventBrokerBuilderDS.java:71)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
 

[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #190 has FAILED (1 tests failed, no failures were new). Change made by krishantha and senaka.

2012-08-23 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #190 failed.
---
Code has been updated by krishantha, senaka.
1/1340 tests failed, no failures were new.

http://wso2.org/bamboo/browse/WCB001-PLA000-190/

-
Currently Responsible
-

No one is responsible for fixing this build.



--
Failing Jobs
--
  - Default Job (Default Stage): 1 of 1340 tests failed.



--
Code Changes
--
senaka (139513):

Test Case for REGISTRY-1152.

krishantha (139512):

clean resource after test execution

senaka (139511):

Fixing JIRA issue REGISTRY-979.



--
Tests
--
Existing Test Failures (1)
   - URLMappingBasedDispatcherTest: Default resource dispatch

--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Compilation failure : components/appfactory

2012-08-23 Thread Ajanthan Balachandran
It is now fixed.

On Thu, Aug 23, 2012 at 11:20 PM, Eranda Sooriyabandara era...@wso2.comwrote:

 Yes same here. I have the latest update with me.

 On Thu, Aug 23, 2012 at 9:51 PM, Ajith Vitharana aji...@wso2.com wrote:

 Hi all,

 I'm getting following failure in latest branch.

 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project org.wso2.carbon.appfactory.core: Compilation
 failure: Compilation failure:
 [ERROR]
 /home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[14,53]
 package org.wso2.carbon.appfactory.governance.internal does not exist
 [ERROR]
 /home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/deploy/ApplicationDeployer.java:[32,53]
 package org.wso2.carbon.appfactory.governance.internal does not exist
 [ERROR]
 /home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[49,52]
 cannot find symbol
 [ERROR] symbol  : variable ServiceReferenceHolder
 [ERROR] location: class
 org.wso2.carbon.appfactory.core.build.DefaultBuildDriverListener
 [ERROR]
 /home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/build/DefaultBuildDriverListener.java:[66,52]
 cannot find symbol
 [ERROR] symbol  : variable ServiceReferenceHolder
 [ERROR] location: class
 org.wso2.carbon.appfactory.core.build.DefaultBuildDriverListener
 [ERROR]
 /home/ajithn/wso2/build/branches/release/platform/4.0.0/components/appfactory/org.wso2.carbon.appfactory.core/1.0.1/src/main/java/org/wso2/carbon/appfactory/core/deploy/ApplicationDeployer.java:[211,60]
 cannot find symbol
 [ERROR] symbol: variable ServiceReferenceHolder
 [ERROR] AppFactoryConfiguration configuration =
 ServiceReferenceHolder.getInstance().getAppFactoryConfiguration();

 --

 Thanks
 Ajith

 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94714631794



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




 --
 *Eranda Sooriyabandara
 *Software Engineer;
 Integration Technologies Team;
 WSO2 Inc.; http://wso2.com

 *
 *


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




-- 
ajanthan
-- 
Ajanthan Balachandiran
Software Engineer; WSO2, Inc.;  http://wso2.com/
email: ajanthan http://goog_595075977@wso2.com; cell: +94775581497
blog: http://bkayts.blogspot.com/

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