Re: [Dev] How to produce a message without Content-Type Http header

2012-08-22 Thread Kasun Indrasiri
On Wed, Aug 22, 2012 at 10:27 AM, Buddhima Wijeweera buddh...@wso2.comwrote:

 Hi all,

 Currently I'm working in ESB test automation team.
 I need to send a message without Content-Type(HTTP header) through ESB
 and view the resulting message from an endpoint.

 I have tried with the StockQuoteClient which is internally uses a
 ServiceClient in Clarity framework, but failed.

 So can anybody give suggestion on how to produce such message ?

 Did you try with curl?

 Test is related to following issue.
 Issue in Synapse JIRA: https://issues.apache.org/jira/browse/SYNAPSE-587
 Issue in WSO2 JIRA: https://wso2.org/jira/browse/CARBON-6029

 Thank you in advance !

 -- Buddhima

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




-- 
Kasun Indrasiri
Associate Technical Lead
WSO2, Inc.; http://wso2.com
lean.enterprise.middleware

cell: +94 71 536 4128
Blog : http://kasunpanorama.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to produce a message without Content-Type Http header

2012-08-22 Thread Buddhima Wijeweera
 Hi ayya,

Thank you for paying attention on this issue.

But we can't use curl commands here, because I need to send this type of
message for test automation task.

So I need a method to send such message (a message without Content-Type in
http header) programmatically.

Thank you!


On Wed, Aug 22, 2012 at 12:16 PM, Kasun Indrasiri ka...@wso2.com wrote:



 On Wed, Aug 22, 2012 at 10:27 AM, Buddhima Wijeweera buddh...@wso2.comwrote:

 Hi all,

 Currently I'm working in ESB test automation team.
 I need to send a message without Content-Type(HTTP header) through ESB
 and view the resulting message from an endpoint.

 I have tried with the StockQuoteClient which is internally uses a
 ServiceClient in Clarity framework, but failed.

 So can anybody give suggestion on how to produce such message ?

 Did you try with curl?

  Test is related to following issue.
 Issue in Synapse JIRA: https://issues.apache.org/jira/browse/SYNAPSE-587
 Issue in WSO2 JIRA: https://wso2.org/jira/browse/CARBON-6029

 Thank you in advance !

 -- Buddhima

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




 --
 Kasun Indrasiri
 Associate Technical Lead
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.com/

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


[Dev] Problem when deleting a resource from registry

2012-08-22 Thread Rajika Kumarasiri
I use the registry API to remove a WSDL that was persisted into registry.
 But end up with the following error.

[2012-08-22 13:04:15,760] ERROR - RPCInOnlyMessageReceiver Error occurred
while deleting the wsdl from registry
org.wso2.carbon.cloud.gateway.common.CGException: Error occurred while
deleting the wsdl from registry
at
org.wso2.carbon.cloud.gateway.service.CGAdminService.handleException(CGAdminService.java:275)
at
org.wso2.carbon.cloud.gateway.service.CGAdminService.deleteWSDLResources(CGAdminService.java:388)
at
org.wso2.carbon.cloud.gateway.service.CGAdminService.unDeployProxy(CGAdminService.java:89)
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.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
at
org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver.invokeBusinessLogic(RPCInOnlyMessageReceiver.java:66)
at
org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
at
org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:205)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:58)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:61)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at
org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:177)
at
org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
at
org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:49)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException:
Unsupported type for the content.
at
org.wso2.carbon.usage.agent.listeners.RegistryUsageListener.delete(RegistryUsageListener.java:343)
at
org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.delete(HandlerManager.java:2627)
at
org.wso2.carbon.registry.core.jdbc.handlers.HandlerLifecycleManager.delete(HandlerLifecycleManager.java:473)
at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.delete(EmbeddedRegistry.java:843)
at
org.wso2.carbon.registry.core.caching.CacheBackedRegistry.delete(CacheBackedRegistry.java:468)
at
org.wso2.carbon.registry.core.session.UserRegistry.delete(UserRegistry.java:677)
at
org.wso2.carbon.cloud.gateway.service.CGAdminService.deleteWSDLResources(CGAdminService.java:384)
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] CLI Tool implementation for cartridge and application management

2012-08-22 Thread Damitha Kumarage
Creating a command interface require more work to make it user friendly. If
we provide a set of command line
tools instead, like EC2 and euca tools then it is easier. Our plan is to
create a set of scripts that call the jar
that Lahiru mentioned

Damitha

On Wed, Aug 22, 2012 at 8:42 AM, Nirmal Fernando nir...@wso2.com wrote:

 Hi Lahiru,

 On Wed, Aug 22, 2012 at 8:29 AM, Lahiru Sandaruwan lahi...@wso2.comwrote:

 Hi,

 Refer the mail to architecture CLI interface for the stratos cartridges,

 Here is the implementation plans,
 We can use a shell command to call the .jar,

  java -cp path/org.wso2.carbon.hosting.mgt.cli.jar
 org.wso2.carbon.hosting.mgt.cli.CLITool

 This calls the main method of the class. We can input our parameters to
 main method.
 We can keep separate classes for the different commands or pass the
 operation as a input parameter.

 Any thoughts?


 Can't we implement a separate command line, like the one we have in Apache
 Derby (Derby ij tool) ?

 Invoking this jar will take me into a command line where I can issue
 commands for those various operations.


 --
 --
 Lahiru Sandaruwan
 Software Engineer,
 Cloud Team,
 WSO2 Inc., http://wso2.com
 lean.enterprise.middleware

 email: lahi...@wso2.com cell: (+94) 773 325 954
 blog: http://lahiruwrites.blogspot.com/
 twitter: http://twitter.com/lahirus
 linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 Thanks  regards,
 Nirmal

 Software Engineer- Platform Technologies Team, WSO2 Inc.
 Mobile: +94715779733
 Blog: http://nirmalfdo.blogspot.com/




-- 
__
Damitha Kumarage
Senior Technical Lead; WSO2 Inc.
Oxygenating the Web Service Platform
http://www.wso2.com/
blog:
http://damithakumarage.wordpress.com/
__
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to produce a message without Content-Type Http header

2012-08-22 Thread Miyuru Wanninayaka
you can do it with HTTP client [1]

[1] http://hc.apache.org/httpclient-3.x/

On Wed, Aug 22, 2012 at 12:34 PM, Buddhima Wijeweera buddh...@wso2.comwrote:

 Hi ayya,

 Thank you for paying attention on this issue.

 But we can't use curl commands here, because I need to send this type of
 message for test automation task.

 So I need a method to send such message (a message without Content-Type in
 http header) programmatically.

 Thank you!


 On Wed, Aug 22, 2012 at 12:16 PM, Kasun Indrasiri ka...@wso2.com wrote:



 On Wed, Aug 22, 2012 at 10:27 AM, Buddhima Wijeweera 
 buddh...@wso2.comwrote:

 Hi all,

 Currently I'm working in ESB test automation team.
 I need to send a message without Content-Type(HTTP header) through ESB
 and view the resulting message from an endpoint.

 I have tried with the StockQuoteClient which is internally uses a
 ServiceClient in Clarity framework, but failed.

 So can anybody give suggestion on how to produce such message ?

 Did you try with curl?

  Test is related to following issue.
 Issue in Synapse JIRA: https://issues.apache.org/jira/browse/SYNAPSE-587
 Issue in WSO2 JIRA: https://wso2.org/jira/browse/CARBON-6029

 Thank you in advance !

 -- Buddhima

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




 --
 Kasun Indrasiri
 Associate Technical Lead
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.com/



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




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


Re: [Dev] Problem when deleting a resource from registry

2012-08-22 Thread Senaka Fernando
Hi Rajika,

There seems to be an issue in the Usage component.

Thanks,
Senaka.

On Wed, Aug 22, 2012 at 1:09 PM, Rajika Kumarasiri raj...@wso2.com wrote:

 I use the registry API to remove a WSDL that was persisted into registry.
  But end up with the following error.

 [2012-08-22 13:04:15,760] ERROR - RPCInOnlyMessageReceiver Error occurred
 while deleting the wsdl from registry
 org.wso2.carbon.cloud.gateway.common.CGException: Error occurred while
 deleting the wsdl from registry
 at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.handleException(CGAdminService.java:275)
  at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.deleteWSDLResources(CGAdminService.java:388)
 at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.unDeployProxy(CGAdminService.java:89)
  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.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
 at
 org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver.invokeBusinessLogic(RPCInOnlyMessageReceiver.java:66)
  at
 org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
  at
 org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
 at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
  at
 org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:205)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
 at
 org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
  at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
 at
 org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:58)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  at
 org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:61)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
  at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
 at
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
  at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
  at
 org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:177)
 at
 org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
  at
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
 at
 org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:49)
  at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
  at
 org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
 at
 org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
  at
 org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:619)
 Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException:
 Unsupported type for the content.
 at
 org.wso2.carbon.usage.agent.listeners.RegistryUsageListener.delete(RegistryUsageListener.java:343)
  at
 org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.delete(HandlerManager.java:2627)
 at
 org.wso2.carbon.registry.core.jdbc.handlers.HandlerLifecycleManager.delete(HandlerLifecycleManager.java:473)
  at
 org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.delete(EmbeddedRegistry.java:843)
 at
 org.wso2.carbon.registry.core.caching.CacheBackedRegistry.delete(CacheBackedRegistry.java:468)
  at
 

[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #177 has FAILED (6 tests failed, no failures were new). Change made by miyuru and subash.

2012-08-22 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #177 failed.
---
Code has been updated by miyuru, subash.
6/1637 tests failed, no failures were new.

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


--
Failing Jobs
--
  - Default Job (Default Stage): 6 of 1637 tests failed.



--
Code Changes
--
miyuru (139270):

updating security mgt feature dependency

subash (139271):

Chaning the value from Work List to Management Console in work property



--
Tests
--
Existing Test Failures (6)
   - 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] Problem when deleting a resource from registry

2012-08-22 Thread Rajika Kumarasiri
Yeah they only assume a child resource. Need to extend of collections too.

Rajika

On Wed, Aug 22, 2012 at 1:32 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Rajika,

 There seems to be an issue in the Usage component.

 Thanks,
 Senaka.

 On Wed, Aug 22, 2012 at 1:09 PM, Rajika Kumarasiri raj...@wso2.comwrote:

 I use the registry API to remove a WSDL that was persisted into registry.
  But end up with the following error.

 [2012-08-22 13:04:15,760] ERROR - RPCInOnlyMessageReceiver Error occurred
 while deleting the wsdl from registry
 org.wso2.carbon.cloud.gateway.common.CGException: Error occurred while
 deleting the wsdl from registry
 at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.handleException(CGAdminService.java:275)
  at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.deleteWSDLResources(CGAdminService.java:388)
 at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.unDeployProxy(CGAdminService.java:89)
  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.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
 at
 org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver.invokeBusinessLogic(RPCInOnlyMessageReceiver.java:66)
  at
 org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
  at
 org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
 at
 org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
  at
 org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:205)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
 at
 org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
  at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
 at
 org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:58)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  at
 org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:61)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
  at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
 at
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
  at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
  at
 org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:177)
 at
 org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
  at
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
 at
 org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:49)
  at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
  at
 org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
 at
 org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
  at
 org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:619)
 Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException:
 Unsupported type for the content.
 at
 org.wso2.carbon.usage.agent.listeners.RegistryUsageListener.delete(RegistryUsageListener.java:343)
  at
 org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.delete(HandlerManager.java:2627)
 at
 org.wso2.carbon.registry.core.jdbc.handlers.HandlerLifecycleManager.delete(HandlerLifecycleManager.java:473)
  at
 org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.delete(EmbeddedRegistry.java:843)
 at
 

Re: [Dev] Problem when deleting a resource from registry

2012-08-22 Thread Senaka Fernando
Hi Rajika,

Then its a bug in the Usage Component that needs to be fixed.

Thanks,
Senaka.

On Wed, Aug 22, 2012 at 1:48 PM, Rajika Kumarasiri raj...@wso2.com wrote:

 Yeah they only assume a child resource. Need to extend of collections too.

 Rajika


 On Wed, Aug 22, 2012 at 1:32 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Rajika,

 There seems to be an issue in the Usage component.

 Thanks,
 Senaka.

 On Wed, Aug 22, 2012 at 1:09 PM, Rajika Kumarasiri raj...@wso2.comwrote:

 I use the registry API to remove a WSDL that was persisted into
 registry.  But end up with the following error.

 [2012-08-22 13:04:15,760] ERROR - RPCInOnlyMessageReceiver Error
 occurred while deleting the wsdl from registry
 org.wso2.carbon.cloud.gateway.common.CGException: Error occurred while
 deleting the wsdl from registry
 at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.handleException(CGAdminService.java:275)
  at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.deleteWSDLResources(CGAdminService.java:388)
 at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.unDeployProxy(CGAdminService.java:89)
  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.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
 at
 org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver.invokeBusinessLogic(RPCInOnlyMessageReceiver.java:66)
  at
 org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
  at
 org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
 at
 org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
  at
 org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:205)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
 at
 org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
  at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
 at
 org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:58)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  at
 org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:61)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
  at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
 at
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
  at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
  at
 org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:177)
 at
 org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
  at
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
 at
 org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:49)
  at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
  at
 org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
 at
 org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
  at
 org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:619)
 Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException:
 Unsupported type for the content.
 at
 org.wso2.carbon.usage.agent.listeners.RegistryUsageListener.delete(RegistryUsageListener.java:343)
  at
 org.wso2.carbon.registry.core.jdbc.handlers.HandlerManager.delete(HandlerManager.java:2627)
 at
 

Re: [Dev] [Carbon-jira] [jira] (WSAS-933) DeploymentException when deleting Axis2 services.

2012-08-22 Thread Miyuru Wanninayaka
Hi Sagara,

This change broken proxy service un-deployment in ESB. Now observers does
not get notified when service is removed from service listing page. Please
fix ASAP.

On Fri, Aug 17, 2012 at 2:27 PM, Sagara Gunathunga (JIRA) j...@wso2.orgwrote:


  [
 https://wso2.org/jira/browse/WSAS-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]

 Sagara Gunathunga resolved WSAS-933.
 

 Resolution: Fixed

 Fixed in r138676 on 4.0.0 branch.

  DeploymentException when deleting Axis2 services.
  --
 
  Key: WSAS-933
  URL: https://wso2.org/jira/browse/WSAS-933
  Project: WSO2 Application Server
   Issue Type: Bug
   Components: core
 Affects Versions: 5.0.0 RC1
  Environment: Windows-7
 Reporter: Sagara Gunathunga
 Assignee: Sagara Gunathunga
 Priority: Highest
  Fix For: 5.0.0 RC2
 
 
  Getting following exception when deleting Axis2 services through Admin
 console only occurred in Wondows7.
  [2012-08-02 17:46:50,825]  INFO
 {org.apache.axis2.deployment.DeploymentEngine} -
org.apache.axis2.deployment.DeploymentException: The HelloWorld
 service group
  name is not valid.

 --
 This message is automatically generated by JIRA.
 -
 If you think it was sent incorrectly contact one of the administrators:
 https://wso2.org/jira/secure/Administrators.jspa
 -
 For more information on JIRA, see: http://www.atlassian.com/software/jira


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




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


[Dev] Updated Invitation: Cassandra Nodetools component code review @ Tue Aug 28 2:30pm - 3:30pm (dev@wso2.org)

2012-08-22 Thread Harsha Kumara
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20120828T09Z
DTEND:20120828T10Z
DTSTAMP:20120822T090711Z
ORGANIZER;CN=har...@wso2.com:mailto:har...@wso2.com
UID:t1jq3mh9bpmncrf4li7nj8u...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Harsha Kumara;X-NUM-GUESTS=0:mailto:har...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Deependra Ariyadewa;X-NUM-GUESTS=0:mailto:d...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=architect...@wso2.org;X-NUM-GUESTS=0:mailto:architect...@wso2.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Amila Suriarachchi;X-NUM-GUESTS=0:mailto:am...@wso2.com
CREATED:20120821T040502Z
DESCRIPTION:http://wso2.org/crucible/cru/WCP021-3 \nView your event at http
 ://www.google.com/calendar/event?action=VIEWeid=dDFqcTNtaDlicG1uY3JmNGxpN2
 5qOHVhdmcgZGV2QHdzbzIub3Jntok=MTUjaGFyc2hhQHdzbzIuY29tMjg1MDBhZjhlZWI5NTBj
 OTQ5NWFmNzhhNzA1ODcxYzRkNjdmNzRlYQctz=Asia/Colombohl=en.
LAST-MODIFIED:20120822T090710Z
LOCATION:At 50
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY:Cassandra Nodetools component code review
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


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


[Dev] [BPEL- 4.0.1 Build ] Compilation Failure

2012-08-22 Thread Subash Chaturanga
Hi all,
Have anyone came across with this.

[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project org.wso2.carbon.bpel.b4p: Compilation failure:
Compilation failure:
[ERROR]
/home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[36,44]
package org.wso2.carbon.bpel.common.constants does not exist
[ERROR]
/home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[36,44]
package org.wso2.carbon.bpel.common.constants does not exist
[ERROR]
/home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[111,33]
cannot find symbol
[ERROR] symbol  : variable Constants
[ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper
[ERROR]
/home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[112,40]
cannot find symbol
[ERROR] symbol  : variable Constants
[ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper
[ERROR]
/home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[113,43]
cannot find symbol
[ERROR] symbol  : variable Constants
[ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper
[ERROR]
/home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[114,42]
cannot find symbol
[ERROR] symbol  : variable Constants
[ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper
[ERROR] - [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException



-- 

Subash Chaturanga
Software Engineer
WSO2 Inc. http://wso2.com

email - sub...@wso2.com
phone - 077 2225922
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [BPEL- 4.0.1 Build ] Compilation Failure

2012-08-22 Thread Sanjaya Vithanagama
Hi Subash,

Shariq faced the same issue few days back and it was due to the 4.0.0
branch was not built. Please update and built the 4.0.0 branch. The mail
thread was Build error in BPEL4People Extension - 4.0.1 branch

Regards,
SanjayaV.

On Wed, Aug 22, 2012 at 4:27 PM, Subash Chaturanga sub...@wso2.com wrote:

 Hi all,
 Have anyone came across with this.

 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project org.wso2.carbon.bpel.b4p: Compilation failure:
 Compilation failure:
 [ERROR]
 /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[36,44]
 package org.wso2.carbon.bpel.common.constants does not exist
 [ERROR]
 /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[36,44]
 package org.wso2.carbon.bpel.common.constants does not exist
 [ERROR]
 /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[111,33]
 cannot find symbol
 [ERROR] symbol  : variable Constants
 [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper
 [ERROR]
 /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[112,40]
 cannot find symbol
 [ERROR] symbol  : variable Constants
 [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper
 [ERROR]
 /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[113,43]
 cannot find symbol
 [ERROR] symbol  : variable Constants
 [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper
 [ERROR]
 /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[114,42]
 cannot find symbol
 [ERROR] symbol  : variable Constants
 [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper
 [ERROR] - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException



 --

 Subash Chaturanga
 Software Engineer
 WSO2 Inc. http://wso2.com

 email - sub...@wso2.com
 phone - 077 2225922




-- 
Sanjaya Vithanagama
WSO2, Inc.; http://wso2.com
lean.enterprise.middleware

cell: +94 71 342 2881
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] rest-api stub build failure

2012-08-22 Thread Pradeep Fernando
stub generation fails.wsdl4j not available it seems.


[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
org.wso2.carbon.rest.api.stub ---
[INFO] Deleting
/home/pradeep/checkout/branch/platform/service-stubs/org.wso2.carbon.rest.api.stub/4.0.1/target
[INFO]
[INFO] --- incremental-build-plugin:1.3:incremental-build (default) @
org.wso2.carbon.rest.api.stub ---
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting
/home/pradeep/checkout/branch/platform/service-stubs/org.wso2.carbon.rest.api.stub/4.0.1/target
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:add-source (add-source) @
org.wso2.carbon.rest.api.stub ---
[INFO] Source directory:
/home/pradeep/checkout/branch/platform/service-stubs/org.wso2.carbon.rest.api.stub/4.0.1/target/generated-code/src
added.
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
org.wso2.carbon.rest.api.stub ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-antrun-plugin:1.1:run (source-code-generation) @
org.wso2.carbon.rest.api.stub ---
[INFO] Executing tasks
 [java] Exception in thread main java.lang.NoClassDefFoundError:
javax/wsdl/WSDLException
 [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
 [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
 [java] Caused by: java.lang.ClassNotFoundException:
javax.wsdl.WSDLException
 [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 [java] at java.security.AccessController.doPrivileged(Native
Method)
 [java] at
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
 [java] at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
 [java] ... 2 more
 [java] Java Result: 1
[INFO] Executed tasks
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2012-08-22 Thread Bamboo

---
WSO2 Carbon BRANCH  Products_4.0.0  #80 failed.
---
This build was manually triggered by Kishanthan Thangarajah.
7/667 tests failed, 3 failures were new.

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


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



--
Code Changes
--
janaka (139273):

Adding fix for REGISTRY-745


suresh (139279):

Fixing https://wso2.org/jira/browse/IDENTITY-316 in samples README

hasini (139280):

adding imrovements done to charon



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

--
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-22 Thread Pradeep Fernando
hi,

the root cause of this error:


People have copy-pasted the stub generation pom files. However the
axis2-client / axiom / axis2 dependencies still refers to old versions.
However, those will not get downloaded in to your local repo, until you
refer them as a dependency.

hence build failure (Only in a clean repo). Please update all the new stub
generation pom files with new versions.


here is the list of stub jars.

 module../../../service-stubs/org.wso2.carbon.rest.api.stub/4.0.1/module
 
module../../../service-stubs/org.wso2.carbon.mediation.library.stub/4.0.1/module
 
module../../../service-stubs/org.wso2.carbon.analytics.hive.stub/4.0.1/module
 
module../../../service-stubs/org.wso2.carbon.bam.toolbox.deployer.stub/4.0.1/module
 module../../../service-stubs/org.wso2.carbon.webapp.mgt.stub/4.0.1/module
 
module../../../service-stubs/org.wso2.carbon.identity.sso.saml.stub/4.0.1/module
 
module../../../service-stubs/org.wso2.carbon.cloud.gateway.stub/4.0.1/module
module../../../service-stubs/org.wso2.carbon.cloud.gateway.agent.stub/4.0.1/module
module../../../service-stubs/org.wso2.carbon.cep.stub/4.0.1/module



@Maheshika : are we building the packs with a clean repo, if so, why the
bamboo builder does not encounter these issues. It is really important to
build the patch-releases with a clean repo in each and every build.


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


[Dev] DSS latest pack with recent bug pixes/improvements available for testing

2012-08-22 Thread Dinusha Senanayaka
Hi All,

The latest DSS pack with recent bug pixes/improvements is available at [1].
In this pack we have removed coordination feature from Kernel and added tribes
based group communication support for data-sources.

[1].
http://builder1.us1.wso2.org/~carbon320/tmp/dss-packs/22-08-2012/wso2dss-3.0.0.zip

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


[Dev] Error in ESB's VFS Transport

2012-08-22 Thread Andun Sameera
Hi All,

I am trying to test the functionality of transport.vfs.MoveAfterProcess
using the following configuration,

 proxy name=VFSProxy7
  transports=vfs
  startOnLoad=true
  trace=disable
  target
 inSequence
property name=OUT_ONLY value=true/
log level=full/
send
   endpoint name=FileEpr
  address
uri=vfs:file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/out/out.txt/
   /endpoint
/send
 /inSequence
  /target
  parameter name=transport.vfs.ActionAfterProcessMOVE/parameter
  parameter name=transport.PollInterval1/parameter
  parameter
name=transport.vfs.MoveAfterProcessfile:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original//parameter
  parameter
name=transport.vfs.FileURI/media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in//parameter
  parameter name=transport.vfs.FileNamePattern.*.txt/parameter
  parameter name=transport.vfs.ContentTypetext/plain/parameter
   /proxy

When I put a file to the in folder following exception is thrown in console
continues. Also I am uploading the config via the Clarity Framework. Also I
tried without Clarity just running a ESB instance. That also fails in the
same manner.

TID: [] [WSO2 Enterprise Service Bus] [2012-08-22 18:00:49,992] ERROR
{org.apache.synapse.transport.vfs.VFSTransportListener} - Error moving file
:
file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in/test.txt
to
file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original/
{org.apache.synapse.transport.vfs.VFSTransportListener}
org.apache.commons.vfs2.FileSystemException: Could not rename
file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in/test.txt
to
file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original/test.txt.
at
org.apache.commons.vfs2.provider.AbstractFileObject.moveTo(AbstractFileObject.java:1117)
at
org.apache.synapse.transport.vfs.VFSTransportListener.moveOrDeleteAfterProcessing(VFSTransportListener.java:425)
at
org.apache.synapse.transport.vfs.VFSTransportListener.scanFileOrDirectory(VFSTransportListener.java:322)
at
org.apache.synapse.transport.vfs.VFSTransportListener.poll(VFSTransportListener.java:158)
at
org.apache.synapse.transport.vfs.VFSTransportListener.poll(VFSTransportListener.java:107)
at
org.apache.axis2.transport.base.AbstractPollingTransportListener$1$1.run(AbstractPollingTransportListener.java:67)
at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)

When I change the transport.vfs.MoveAfterProcess to DELETE it works fine.

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


Re: [Dev] [Architecture] WSO2 Gadget Server 2.0 Daily build (21/08/12)

2012-08-22 Thread Sanjiva Weerawarana
I tried this and see one gadget :). I edited
repository/deployment/server/jaggeryapps/portal/index.jag and it works :-).
When do we ship?!

BTW I got an exception at startup (but it booted up anyway):

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[bundleresource://190.fwk1790118163/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/Users/sanjiva/Downloads/wso2gs-2.0/repository/deployment/server/webapps/ROOT/WEB-INF/lib/slf4j-jdk14-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
2012-08-22 18:17:17
Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.8-b03-424 mixed
mode):

com.google.inject.internal.util.$Finalizer daemon prio=5 tid=7fec14b2b800
nid=0x1176cf000 in Object.wait() [1176ce000]
   java.lang.Thread.State: WAITING (on object monitor)
 at java.lang.Object.wait(Native Method)
- waiting on 7d3b2e900 (a java.lang.ref.ReferenceQueue$Lock)
 at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
- locked 7d3b2e900 (a java.lang.ref.ReferenceQueue$Lock)
 at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
at com.google.inject.internal.util.$Finalizer.run(Finalizer.java:114)

What's SLF4J?

Sanjiva.

On Tue, Aug 21, 2012 at 5:27 PM, Nuwan Bandara nu...@wso2.com wrote:

 Hi All,

 Please find the *first daily build* of WSO2 Gadget Server 2.0 [1]. This
 is a complete rewrite of the Gadget Server 1.0 and is powered by jaggeryjs
 [2]

 We are targeting at *GS 2.0 Milestone-1* [3]

 Once the server is started http://localhost:9763/portal will take you to
 the Jaggery powered page which embeds an open social gadget.

 [1] http://people.wso2.com/~nuwan/gs2/21-08-12/wso2gs-2.0.zip
 [2] http://jaggeryjs.org
 [3] https://wso2.org/jira/browse/GS/fixforversion/10611

 --
 *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/

 ___
 Architecture mailing list
 architect...@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture




-- 
Sanjiva Weerawarana, Ph.D.
Founder, Chairman  CEO; WSO2, Inc.;  http://wso2.com/
email: sanj...@wso2.com; phone: +94 11 763 9614; cell: +94 77 787 6880 | +1
650 265 8311
blog: http://sanjiva.weerawarana.org/

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


Re: [Dev] rest-api stub build failure

2012-08-22 Thread Miyuru Wanninayaka
Fixed rest-api and  mediation-libs
On Wed, Aug 22, 2012 at 5:21 PM, Pradeep Fernando prad...@wso2.com wrote:

 hi,

 the root cause of this error:


 People have copy-pasted the stub generation pom files. However the
 axis2-client / axiom / axis2 dependencies still refers to old versions.
 However, those will not get downloaded in to your local repo, until you
 refer them as a dependency.

 hence build failure (Only in a clean repo). Please update all the new stub
 generation pom files with new versions.


 here is the list of stub jars.

  module../../../service-stubs/org.wso2.carbon.rest.
 api.stub/4.0.1/module
   module../../../service-stubs/org.wso2.carbon.
 mediation.library.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.analytics.hive.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.bam.toolbox.deployer.stub/4.0.1/module

  module../../../service-stubs/org.wso2.carbon.webapp.mgt.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.identity.sso.saml.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.cloud.gateway.stub/4.0.1/module

 module../../../service-stubs/org.wso2.carbon.cloud.gateway.agent.stub/4.0.1/module
 module../../../service-stubs/org.wso2.carbon.cep.stub/4.0.1/module



 @Maheshika : are we building the packs with a clean repo, if so, why the
 bamboo builder does not encounter these issues. It is really important to
 build the patch-releases with a clean repo in each and every build.


 thanks,
 --Pradeep




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


[Dev] Build failure in P2 profile generation module in ESB product build

2012-08-22 Thread Chamara Silva
[INFO] 
[INFO] Building WSO2 ESB - P2 Profile Generation 4.5.0
[INFO] 
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @
wso2esb-p2-profile ---
[INFO]
[INFO] --- incremental-build-plugin:1.3:incremental-build (default) @
wso2esb-p2-profile ---
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting
/home/chamara/wso2/project/carbon/platform/branches/4.0.0/products/esb/4.5.0/modules/p2-profile/target
[INFO]
[INFO] --- maven-dependency-plugin:2.0-alpha-4:unpack
(1-unpack-p2-agent-distribution) @ wso2esb-p2-profile ---
[INFO] Configured Artifact: org.wso2.carbon:wso2carbon-core:4.0.1:zip
[INFO] Expanding:
/home/chamara/.m2/repository/org/wso2/carbon/wso2carbon-core/4.0.1/wso2carbon-core-4.0.1.zip
into 
/home/chamara/wso2/project/carbon/platform/branches/4.0.0/products/esb/4.5.0/modules/p2-profile/target
[INFO]
[INFO] --- carbon-p2-plugin:1.5:p2-repo-gen (2-p2-repo-generation) @
wso2esb-p2-profile ---
Downloading: 
http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/org.wso2.carbon.mediation.statistics.feature/4.0.1/org.wso2.carbon.mediation.statistics.feature-4.0.1.zip
Downloading: 
http://repo1.maven.org/maven2/org/wso2/carbon/org.wso2.carbon.mediation.statistics.feature/4.0.1/org.wso2.carbon.mediation.statistics.feature-4.0.1.zip
[ERROR] ERROR
org.apache.maven.plugin.MojoExecutionException: ERROR
at 
org.wso2.maven.p2.generate.utils.MavenUtils.getResolvedArtifact(MavenUtils.java:43)
at 
org.wso2.maven.p2.RepositoryGenMojo.getProcessedFeatureArtifacts(RepositoryGenMojo.java:318)
at 
org.wso2.maven.p2.RepositoryGenMojo.createRepo(RepositoryGenMojo.java:197)
at 
org.wso2.maven.p2.RepositoryGenMojo.execute(RepositoryGenMojo.java:191)
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
Could not find artifact
org.wso2.carbon:org.wso2.carbon.mediation.statistics.feature:zip:4.0.1
in wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=org.wso2.carbon
-DartifactId=org.wso2.carbon.mediation.statistics.feature
-Dversion=4.0.1 -Dpackaging=zip -Dfile=/path/to/file

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


  org.wso2.carbon:org.wso2.carbon.mediation.statistics.feature:zip:4.0.1

from the specified remote repositories:
  wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/,
releases=true, snapshots=true),
  central (http://repo1.maven.org/maven2, releases=true, snapshots=false)

at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:219)
at 

Re: [Dev] [Architecture] WSO2 Gadget Server 2.0 Daily build (21/08/12)

2012-08-22 Thread Paul Fremantle
SLF4J is a lightweight alterntive to log4j as I recall.

Paul

On 22 August 2012 14:07, Sanjiva Weerawarana sanj...@wso2.com wrote:

 I tried this and see one gadget :). I edited
 repository/deployment/server/jaggeryapps/portal/index.jag and it works :-).
 When do we ship?!

 BTW I got an exception at startup (but it booted up anyway):

 SLF4J: Class path contains multiple SLF4J bindings.
 SLF4J: Found binding in
 [bundleresource://190.fwk1790118163/org/slf4j/impl/StaticLoggerBinder.class]
 SLF4J: Found binding in
 [jar:file:/Users/sanjiva/Downloads/wso2gs-2.0/repository/deployment/server/webapps/ROOT/WEB-INF/lib/slf4j-jdk14-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
 SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
 explanation.
 2012-08-22 18:17:17
 Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.8-b03-424 mixed
 mode):

 com.google.inject.internal.util.$Finalizer daemon prio=5
 tid=7fec14b2b800 nid=0x1176cf000 in Object.wait() [1176ce000]
java.lang.Thread.State: WAITING (on object monitor)
  at java.lang.Object.wait(Native Method)
 - waiting on 7d3b2e900 (a java.lang.ref.ReferenceQueue$Lock)
  at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
 - locked 7d3b2e900 (a java.lang.ref.ReferenceQueue$Lock)
  at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
 at com.google.inject.internal.util.$Finalizer.run(Finalizer.java:114)

 What's SLF4J?

 Sanjiva.

 On Tue, Aug 21, 2012 at 5:27 PM, Nuwan Bandara nu...@wso2.com wrote:

 Hi All,

 Please find the *first daily build* of WSO2 Gadget Server 2.0 [1]. This
 is a complete rewrite of the Gadget Server 1.0 and is powered by jaggeryjs
 [2]

 We are targeting at *GS 2.0 Milestone-1* [3]

 Once the server is started http://localhost:9763/portal will take you to
 the Jaggery powered page which embeds an open social gadget.

 [1] http://people.wso2.com/~nuwan/gs2/21-08-12/wso2gs-2.0.zip
 [2] http://jaggeryjs.org
 [3] https://wso2.org/jira/browse/GS/fixforversion/10611

 --
 *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/

 ___
 Architecture mailing list
 architect...@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture




 --
 Sanjiva Weerawarana, Ph.D.
 Founder, Chairman  CEO; WSO2, Inc.;  http://wso2.com/
 email: sanj...@wso2.com; phone: +94 11 763 9614; cell: +94 77 787 6880 | +1
 650 265 8311
 blog: http://sanjiva.weerawarana.org/

 Lean . Enterprise . Middleware

 ___
 Architecture mailing list
 architect...@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture




-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, VP, Apache Synapse

UK: +44 207 096 0336
US: +1 646 595 7614

blog: http://pzf.fremantle.org
twitter.com/pzfreo
p...@wso2.com

wso2.com Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
retransmit, disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Problem when deleting a resource from registry

2012-08-22 Thread Amila Maha Arachchi
I'll look into this.

AmilaM.

On Wed, Aug 22, 2012 at 1:52 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Rajika,

 Then its a bug in the Usage Component that needs to be fixed.

 Thanks,
 Senaka.


 On Wed, Aug 22, 2012 at 1:48 PM, Rajika Kumarasiri raj...@wso2.comwrote:

 Yeah they only assume a child resource. Need to extend of collections
 too.

 Rajika


 On Wed, Aug 22, 2012 at 1:32 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Rajika,

 There seems to be an issue in the Usage component.

 Thanks,
 Senaka.

 On Wed, Aug 22, 2012 at 1:09 PM, Rajika Kumarasiri raj...@wso2.comwrote:

 I use the registry API to remove a WSDL that was persisted into
 registry.  But end up with the following error.

 [2012-08-22 13:04:15,760] ERROR - RPCInOnlyMessageReceiver Error
 occurred while deleting the wsdl from registry
 org.wso2.carbon.cloud.gateway.common.CGException: Error occurred while
 deleting the wsdl from registry
 at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.handleException(CGAdminService.java:275)
  at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.deleteWSDLResources(CGAdminService.java:388)
 at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.unDeployProxy(CGAdminService.java:89)
  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.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
 at
 org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver.invokeBusinessLogic(RPCInOnlyMessageReceiver.java:66)
  at
 org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
  at
 org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
 at
 org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
  at
 org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:205)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
 at
 org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
  at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
 at
 org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:58)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  at
 org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:61)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
  at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
 at
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
  at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
  at
 org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:177)
 at
 org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
  at
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
 at
 org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:49)
  at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
  at
 org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
 at
 org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
  at
 org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:619)
 Caused by: org.wso2.carbon.registry.core.exceptions.RegistryException:
 Unsupported type for the content.
 at
 org.wso2.carbon.usage.agent.listeners.RegistryUsageListener.delete(RegistryUsageListener.java:343)
  at
 

Re: [Dev] rest-api stub build failure

2012-08-22 Thread Kishanthan Thangarajah
updated webapp mgt stub.

On Wed, Aug 22, 2012 at 6:40 PM, Miyuru Wanninayaka miy...@wso2.com wrote:


 Fixed rest-api and  mediation-libs

 On Wed, Aug 22, 2012 at 5:21 PM, Pradeep Fernando prad...@wso2.comwrote:

 hi,

 the root cause of this error:


 People have copy-pasted the stub generation pom files. However the
 axis2-client / axiom / axis2 dependencies still refers to old versions.
 However, those will not get downloaded in to your local repo, until you
 refer them as a dependency.

 hence build failure (Only in a clean repo). Please update all the new
 stub generation pom files with new versions.


 here is the list of stub jars.

  module../../../service-stubs/org.wso2.carbon.rest.
 api.stub/4.0.1/module
   module../../../service-stubs/org.wso2.carbon.
 mediation.library.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.analytics.hive.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.bam.toolbox.deployer.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.webapp.mgt.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.identity.sso.saml.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.cloud.gateway.stub/4.0.1/module

 module../../../service-stubs/org.wso2.carbon.cloud.gateway.agent.stub/4.0.1/module
 module../../../service-stubs/org.wso2.carbon.cep.stub/4.0.1/module



 @Maheshika : are we building the packs with a clean repo, if so, why the
 bamboo builder does not encounter these issues. It is really important to
 build the patch-releases with a clean repo in each and every build.


 thanks,
 --Pradeep




 --
 Thanks,
 Miyuru




-- 
*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 Platform_4.0.0 #178 has FAILED (6 tests failed, no failures were new). Change made by 16 authors.

2012-08-22 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #178 failed.
---
This build occurred because it is a dependant of WCB001-KER000-120.
6/1638 tests failed, no failures were new.

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


--
Failing Jobs
--
  - Default Job (Default Stage): 6 of 1638 tests failed.



--
Code Changes
--
krishantha (139303):

Overloading getWsRegistry method

janaka (139273):

Adding fix for REGISTRY-745


ishan (139282):

Creating new version.



--
Tests
--
Existing Test Failures (6)
   - 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] CLI Tool implementation for cartridge and application management

2012-08-22 Thread Afkham Azeez
Yes, that makes it easily scriptable as well.

On Wed, Aug 22, 2012 at 1:12 PM, Damitha Kumarage dami...@wso2.com wrote:

 Creating a command interface require more work to make it user friendly.
 If we provide a set of command line
 tools instead, like EC2 and euca tools then it is easier. Our plan is to
 create a set of scripts that call the jar
 that Lahiru mentioned

 Damitha


 On Wed, Aug 22, 2012 at 8:42 AM, Nirmal Fernando nir...@wso2.com wrote:

 Hi Lahiru,

 On Wed, Aug 22, 2012 at 8:29 AM, Lahiru Sandaruwan lahi...@wso2.comwrote:

 Hi,

 Refer the mail to architecture CLI interface for the stratos
 cartridges,

 Here is the implementation plans,
 We can use a shell command to call the .jar,

  java -cp path/org.wso2.carbon.hosting.mgt.cli.jar
 org.wso2.carbon.hosting.mgt.cli.CLITool

 This calls the main method of the class. We can input our parameters to
 main method.
 We can keep separate classes for the different commands or pass the
 operation as a input parameter.

 Any thoughts?


 Can't we implement a separate command line, like the one we have in
 Apache Derby (Derby ij tool) ?

 Invoking this jar will take me into a command line where I can issue
 commands for those various operations.


 --
 --
 Lahiru Sandaruwan
 Software Engineer,
 Cloud Team,
 WSO2 Inc., http://wso2.com
 lean.enterprise.middleware

 email: lahi...@wso2.com cell: (+94) 773 325 954
 blog: http://lahiruwrites.blogspot.com/
 twitter: http://twitter.com/lahirus
 linked-in: http://lk.linkedin.com/pub/lahiru-sandaruwan/16/153/146
 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 Thanks  regards,
 Nirmal

 Software Engineer- Platform Technologies Team, WSO2 Inc.
 Mobile: +94715779733
 Blog: http://nirmalfdo.blogspot.com/




 --
 __
 Damitha Kumarage
 Senior Technical Lead; WSO2 Inc.
 Oxygenating the Web Service Platform
 http://www.wso2.com/
 blog:
 http://damithakumarage.wordpress.com/
 __

 ___
 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] Error in ESB's VFS Transport

2012-08-22 Thread Paul Fremantle
Ah ok. That shouldn't be the problem then.

Paul

On 22 August 2012 14:38, Andun Sameera an...@wso2.com wrote:

 Ubuntu 12.04


 On Wed, Aug 22, 2012 at 6:57 PM, Paul Fremantle p...@wso2.com wrote:

 Which OS are you on?

 Paul

 On 22 August 2012 13:41, Andun Sameera an...@wso2.com wrote:

 Hi All,

 I am trying to test the functionality of transport.vfs.MoveAfterProcess
 using the following configuration,

  proxy name=VFSProxy7
   transports=vfs
   startOnLoad=true
   trace=disable
   target
  inSequence
 property name=OUT_ONLY value=true/
 log level=full/
 send
endpoint name=FileEpr
   address
 uri=vfs:file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/out/out.txt/
/endpoint
 /send
  /inSequence
   /target
   parameter name=transport.vfs.ActionAfterProcessMOVE/parameter
   parameter name=transport.PollInterval1/parameter
   parameter
 name=transport.vfs.MoveAfterProcessfile:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original//parameter
   parameter
 name=transport.vfs.FileURI/media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in//parameter
   parameter name=transport.vfs.FileNamePattern.*.txt/parameter
   parameter name=transport.vfs.ContentTypetext/plain/parameter
/proxy

 When I put a file to the in folder following exception is thrown in
 console continues. Also I am uploading the config via the Clarity
 Framework. Also I tried without Clarity just running a ESB instance. That
 also fails in the same manner.

 TID: [] [WSO2 Enterprise Service Bus] [2012-08-22 18:00:49,992] ERROR
 {org.apache.synapse.transport.vfs.VFSTransportListener} - Error moving file
 :
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in/test.txt
 to
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original/
 {org.apache.synapse.transport.vfs.VFSTransportListener}
 org.apache.commons.vfs2.FileSystemException: Could not rename
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in/test.txt
 to
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original/test.txt.
 at
 org.apache.commons.vfs2.provider.AbstractFileObject.moveTo(AbstractFileObject.java:1117)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.moveOrDeleteAfterProcessing(VFSTransportListener.java:425)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.scanFileOrDirectory(VFSTransportListener.java:322)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.poll(VFSTransportListener.java:158)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.poll(VFSTransportListener.java:107)
 at
 org.apache.axis2.transport.base.AbstractPollingTransportListener$1$1.run(AbstractPollingTransportListener.java:67)
 at
 org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
 at java.lang.Thread.run(Thread.java:619)

 When I change the transport.vfs.MoveAfterProcess to DELETE it works
 fine.

 Thanks
 AndunSLG

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




 --
 Paul Fremantle
 CTO and Co-Founder, WSO2
 OASIS WS-RX TC Co-chair, VP, Apache Synapse

 UK: +44 207 096 0336
 US: +1 646 595 7614

 blog: http://pzf.fremantle.org
 twitter.com/pzfreo
 p...@wso2.com

 wso2.com Lean Enterprise Middleware

 Disclaimer: This communication may contain privileged or other
 confidential information and is intended exclusively for the addressee/s.
 If you are not the intended recipient/s, or believe that you may have
 received this communication in error, please reply to the sender indicating
 that fact and delete the copy you received and in addition, you should not
 print, copy, retransmit, disseminate, or otherwise use the information
 contained in this communication. Internet communications cannot be
 guaranteed to be timely, 

Re: [Dev] Error in ESB's VFS Transport

2012-08-22 Thread Paul Fremantle
Which OS are you on?

Paul

On 22 August 2012 13:41, Andun Sameera an...@wso2.com wrote:

 Hi All,

 I am trying to test the functionality of transport.vfs.MoveAfterProcess
 using the following configuration,

  proxy name=VFSProxy7
   transports=vfs
   startOnLoad=true
   trace=disable
   target
  inSequence
 property name=OUT_ONLY value=true/
 log level=full/
 send
endpoint name=FileEpr
   address
 uri=vfs:file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/out/out.txt/
/endpoint
 /send
  /inSequence
   /target
   parameter name=transport.vfs.ActionAfterProcessMOVE/parameter
   parameter name=transport.PollInterval1/parameter
   parameter
 name=transport.vfs.MoveAfterProcessfile:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original//parameter
   parameter
 name=transport.vfs.FileURI/media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in//parameter
   parameter name=transport.vfs.FileNamePattern.*.txt/parameter
   parameter name=transport.vfs.ContentTypetext/plain/parameter
/proxy

 When I put a file to the in folder following exception is thrown in
 console continues. Also I am uploading the config via the Clarity
 Framework. Also I tried without Clarity just running a ESB instance. That
 also fails in the same manner.

 TID: [] [WSO2 Enterprise Service Bus] [2012-08-22 18:00:49,992] ERROR
 {org.apache.synapse.transport.vfs.VFSTransportListener} - Error moving file
 :
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in/test.txt
 to
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original/
 {org.apache.synapse.transport.vfs.VFSTransportListener}
 org.apache.commons.vfs2.FileSystemException: Could not rename
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in/test.txt
 to
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original/test.txt.
 at
 org.apache.commons.vfs2.provider.AbstractFileObject.moveTo(AbstractFileObject.java:1117)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.moveOrDeleteAfterProcessing(VFSTransportListener.java:425)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.scanFileOrDirectory(VFSTransportListener.java:322)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.poll(VFSTransportListener.java:158)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.poll(VFSTransportListener.java:107)
 at
 org.apache.axis2.transport.base.AbstractPollingTransportListener$1$1.run(AbstractPollingTransportListener.java:67)
 at
 org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
 at java.lang.Thread.run(Thread.java:619)

 When I change the transport.vfs.MoveAfterProcess to DELETE it works fine.

 Thanks
 AndunSLG

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




-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, VP, Apache Synapse

UK: +44 207 096 0336
US: +1 646 595 7614

blog: http://pzf.fremantle.org
twitter.com/pzfreo
p...@wso2.com

wso2.com Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
retransmit, disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Error in ESB's VFS Transport

2012-08-22 Thread Andun Sameera
Ubuntu 12.04

On Wed, Aug 22, 2012 at 6:57 PM, Paul Fremantle p...@wso2.com wrote:

 Which OS are you on?

 Paul

 On 22 August 2012 13:41, Andun Sameera an...@wso2.com wrote:

 Hi All,

 I am trying to test the functionality of transport.vfs.MoveAfterProcess
 using the following configuration,

  proxy name=VFSProxy7
   transports=vfs
   startOnLoad=true
   trace=disable
   target
  inSequence
 property name=OUT_ONLY value=true/
 log level=full/
 send
endpoint name=FileEpr
   address
 uri=vfs:file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/out/out.txt/
/endpoint
 /send
  /inSequence
   /target
   parameter name=transport.vfs.ActionAfterProcessMOVE/parameter
   parameter name=transport.PollInterval1/parameter
   parameter
 name=transport.vfs.MoveAfterProcessfile:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original//parameter
   parameter
 name=transport.vfs.FileURI/media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in//parameter
   parameter name=transport.vfs.FileNamePattern.*.txt/parameter
   parameter name=transport.vfs.ContentTypetext/plain/parameter
/proxy

 When I put a file to the in folder following exception is thrown in
 console continues. Also I am uploading the config via the Clarity
 Framework. Also I tried without Clarity just running a ESB instance. That
 also fails in the same manner.

 TID: [] [WSO2 Enterprise Service Bus] [2012-08-22 18:00:49,992] ERROR
 {org.apache.synapse.transport.vfs.VFSTransportListener} - Error moving file
 :
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in/test.txt
 to
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original/
 {org.apache.synapse.transport.vfs.VFSTransportListener}
 org.apache.commons.vfs2.FileSystemException: Could not rename
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in/test.txt
 to
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original/test.txt.
 at
 org.apache.commons.vfs2.provider.AbstractFileObject.moveTo(AbstractFileObject.java:1117)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.moveOrDeleteAfterProcessing(VFSTransportListener.java:425)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.scanFileOrDirectory(VFSTransportListener.java:322)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.poll(VFSTransportListener.java:158)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.poll(VFSTransportListener.java:107)
 at
 org.apache.axis2.transport.base.AbstractPollingTransportListener$1$1.run(AbstractPollingTransportListener.java:67)
 at
 org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
 at java.lang.Thread.run(Thread.java:619)

 When I change the transport.vfs.MoveAfterProcess to DELETE it works fine.

 Thanks
 AndunSLG

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




 --
 Paul Fremantle
 CTO and Co-Founder, WSO2
 OASIS WS-RX TC Co-chair, VP, Apache Synapse

 UK: +44 207 096 0336
 US: +1 646 595 7614

 blog: http://pzf.fremantle.org
 twitter.com/pzfreo
 p...@wso2.com

 wso2.com Lean Enterprise Middleware

 Disclaimer: This communication may contain privileged or other
 confidential information and is intended exclusively for the addressee/s.
 If you are not the intended recipient/s, or believe that you may have
 received this communication in error, please reply to the sender indicating
 that fact and delete the copy you received and in addition, you should not
 print, copy, retransmit, disseminate, or otherwise use the information
 contained in this communication. Internet communications cannot be
 guaranteed to be timely, secure, error or virus-free. The sender does not
 accept liability for any errors or omissions.



Re: [Dev] Error in ESB's VFS Transport

2012-08-22 Thread Amila Maha Arachchi
Hi Andun,

I tried this with ESB 4.0.3 and it works fine (I dont have a 4.5.0 to
test). Nothing has been changed after 4.0.3 in the relevant code.

Following code segment is the responsible for this. You can debug
commons-vfs's AbstractFileObject class and see where exactly it goes wrong.

BTW, when you tried without Clarity, did you try using a separate file
location (not in integration/tests/target, but some other place like your
home folder to see whether this is permission problem)?

if (canRenameTo(destFile))
{
   * // issue rename on same filesystem*
try
{
attach();
doRename(destFile);


(FileObjectUtils.getAbstractFileObject(destFile)).handleCreate(getType());

destFile.close(); // now the destFile is no longer
imaginary. force reattach.

handleDelete(); // fire delete-events. This file-object
(src) is like deleted.
}
catch (final RuntimeException re)
{
throw re;
}
catch (final Exception exc)
{
*throw new FileSystemException(vfs.provider/rename.error,
new Object[]
{
getName(),
destFile.getName()
}, exc);*
}
}

Regards,
AmilaM.

On Wed, Aug 22, 2012 at 6:11 PM, Andun Sameera an...@wso2.com wrote:

 Hi All,

 I am trying to test the functionality of transport.vfs.MoveAfterProcess
 using the following configuration,

  proxy name=VFSProxy7
   transports=vfs
   startOnLoad=true
   trace=disable
   target
  inSequence
 property name=OUT_ONLY value=true/
 log level=full/
 send
endpoint name=FileEpr
   address
 uri=vfs:file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/out/out.txt/
/endpoint
 /send
  /inSequence
   /target
   parameter name=transport.vfs.ActionAfterProcessMOVE/parameter
   parameter name=transport.PollInterval1/parameter
   parameter
 name=transport.vfs.MoveAfterProcessfile:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original//parameter
   parameter
 name=transport.vfs.FileURI/media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in//parameter
   parameter name=transport.vfs.FileNamePattern.*.txt/parameter
   parameter name=transport.vfs.ContentTypetext/plain/parameter
/proxy

 When I put a file to the in folder following exception is thrown in
 console continues. Also I am uploading the config via the Clarity
 Framework. Also I tried without Clarity just running a ESB instance. That
 also fails in the same manner.

 TID: [] [WSO2 Enterprise Service Bus] [2012-08-22 18:00:49,992] ERROR
 {org.apache.synapse.transport.vfs.VFSTransportListener} - Error moving file
 :
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in/test.txt
 to
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original/
 {org.apache.synapse.transport.vfs.VFSTransportListener}
 org.apache.commons.vfs2.FileSystemException: Could not rename
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in/test.txt
 to
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original/test.txt.
 at
 org.apache.commons.vfs2.provider.AbstractFileObject.moveTo(AbstractFileObject.java:1117)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.moveOrDeleteAfterProcessing(VFSTransportListener.java:425)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.scanFileOrDirectory(VFSTransportListener.java:322)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.poll(VFSTransportListener.java:158)
 at
 org.apache.synapse.transport.vfs.VFSTransportListener.poll(VFSTransportListener.java:107)
 at
 org.apache.axis2.transport.base.AbstractPollingTransportListener$1$1.run(AbstractPollingTransportListener.java:67)
 at
 org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
 at
 

Re: [Dev] rest-api stub build failure

2012-08-22 Thread Suhothayan Sriskandarajah
updated the cep stud

On Wed, Aug 22, 2012 at 6:56 PM, Kishanthan Thangarajah kishant...@wso2.com
 wrote:

 updated webapp mgt stub.


 On Wed, Aug 22, 2012 at 6:40 PM, Miyuru Wanninayaka miy...@wso2.comwrote:


 Fixed rest-api and  mediation-libs

 On Wed, Aug 22, 2012 at 5:21 PM, Pradeep Fernando prad...@wso2.comwrote:

 hi,

 the root cause of this error:


 People have copy-pasted the stub generation pom files. However the
 axis2-client / axiom / axis2 dependencies still refers to old versions.
 However, those will not get downloaded in to your local repo, until you
 refer them as a dependency.

 hence build failure (Only in a clean repo). Please update all the new
 stub generation pom files with new versions.


 here is the list of stub jars.

  module../../../service-stubs/org.wso2.carbon.rest.
 api.stub/4.0.1/module
   module../../../service-stubs/org.wso2.carbon.
 mediation.library.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.analytics.hive.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.bam.toolbox.deployer.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.webapp.mgt.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.identity.sso.saml.stub/4.0.1/module

  
 module../../../service-stubs/org.wso2.carbon.cloud.gateway.stub/4.0.1/module

 module../../../service-stubs/org.wso2.carbon.cloud.gateway.agent.stub/4.0.1/module
 module../../../service-stubs/org.wso2.carbon.cep.stub/4.0.1/module



 @Maheshika : are we building the packs with a clean repo, if so, why the
 bamboo builder does not encounter these issues. It is really important to
 build the patch-releases with a clean repo in each and every build.


 thanks,
 --Pradeep




 --
 Thanks,
 Miyuru




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

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




-- 
*S. Suhothayan
*
Software Engineer,
Data Technologies Team,
 *WSO2, Inc. **http://wso2.com
 http://wso2.com/*
*lean.enterprise.middleware.*

*email: **s...@wso2.com* s...@wso2.com* cell: (+94) 779 756 757
blog: **http://suhothayan.blogspot.com/* http://suhothayan.blogspot.com/*
twitter: **http://twitter.com/suhothayan* http://twitter.com/suhothayan*
linked-in: **http://lk.linkedin.com/in/suhothayan*
*
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Problem when deleting a resource from registry

2012-08-22 Thread Rajika Kumarasiri
I have fixed the issue in a 2.0.1 version of usage agent component. How
ever it's bundle by couple of features. stratos.common.feature,
stratos.usage.feature etc..

Rajika

On Wed, Aug 22, 2012 at 6:46 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 I'll look into this.

 AmilaM.


 On Wed, Aug 22, 2012 at 1:52 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Rajika,

 Then its a bug in the Usage Component that needs to be fixed.

 Thanks,
 Senaka.


 On Wed, Aug 22, 2012 at 1:48 PM, Rajika Kumarasiri raj...@wso2.comwrote:

 Yeah they only assume a child resource. Need to extend of collections
 too.

 Rajika


 On Wed, Aug 22, 2012 at 1:32 PM, Senaka Fernando sen...@wso2.comwrote:

 Hi Rajika,

 There seems to be an issue in the Usage component.

 Thanks,
 Senaka.

 On Wed, Aug 22, 2012 at 1:09 PM, Rajika Kumarasiri raj...@wso2.comwrote:

 I use the registry API to remove a WSDL that was persisted into
 registry.  But end up with the following error.

 [2012-08-22 13:04:15,760] ERROR - RPCInOnlyMessageReceiver Error
 occurred while deleting the wsdl from registry
 org.wso2.carbon.cloud.gateway.common.CGException: Error occurred while
 deleting the wsdl from registry
 at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.handleException(CGAdminService.java:275)
  at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.deleteWSDLResources(CGAdminService.java:388)
 at
 org.wso2.carbon.cloud.gateway.service.CGAdminService.unDeployProxy(CGAdminService.java:89)
  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.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
 at
 org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver.invokeBusinessLogic(RPCInOnlyMessageReceiver.java:66)
  at
 org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
  at
 org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
 at
 org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
  at
 org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:205)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
 at
 org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
  at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
 at
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
 at
 org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:58)
  at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  at
 org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:61)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
  at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 at
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
  at
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
 at
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
  at
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
 at
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
  at
 org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:177)
 at
 org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
  at
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
 at
 org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:49)
  at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
  at
 org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1001)
 at
 org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:579)
  at
 org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:619)
 

Re: [Dev] Error in ESB's VFS Transport

2012-08-22 Thread Andun Sameera
Hi Amila,

As you suggested I have check with this config,

proxy name=VFSProxy7
  transports=vfs
  startOnLoad=true
  trace=disable
  target
 inSequence
property name=OUT_ONLY value=true/
log level=full/
send
   endpoint name=FileEpr
  address
uri=vfs:file:///home/andunslg/test/out/out.txt/
   /endpoint
/send
 /inSequence
  /target
  parameter name=transport.PollInterval1/parameter
  parameter name=transport.vfs.ActionAfterProcessMOVE/parameter
  parameter
name=transport.vfs.FileURI/home/andunslg/test/in/parameter
  parameter
name=transport.vfs.MoveAfterProcessfile:///home/andunslg/test/original/parameter
  parameter name=transport.vfs.FileNamePattern.*.txt/parameter
  parameter name=transport.vfs.ContentTypetext/plain/parameter
   /proxy

And It works fine. So what is the reason for this behavior ? When run via
clarity can make permission issues, but even I run the
server separately it happened. That was the weird thing.

Thanks
AndunSLG

On Wed, Aug 22, 2012 at 7:41 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi Andun,

 I tried this with ESB 4.0.3 and it works fine (I dont have a 4.5.0 to
 test). Nothing has been changed after 4.0.3 in the relevant code.

 Following code segment is the responsible for this. You can debug
 commons-vfs's AbstractFileObject class and see where exactly it goes wrong.

 BTW, when you tried without Clarity, did you try using a separate file
 location (not in integration/tests/target, but some other place like your
 home folder to see whether this is permission problem)?

 if (canRenameTo(destFile))
 {
* // issue rename on same filesystem*
 try
 {
 attach();
 doRename(destFile);


 (FileObjectUtils.getAbstractFileObject(destFile)).handleCreate(getType());

 destFile.close(); // now the destFile is no longer
 imaginary. force reattach.

 handleDelete(); // fire delete-events. This file-object
 (src) is like deleted.
 }
 catch (final RuntimeException re)
 {
 throw re;
 }
 catch (final Exception exc)
 {
 *throw new
 FileSystemException(vfs.provider/rename.error, new Object[]
 {
 getName(),
 destFile.getName()
 }, exc);*
 }
 }

 Regards,
 AmilaM.

 On Wed, Aug 22, 2012 at 6:11 PM, Andun Sameera an...@wso2.com wrote:

 Hi All,

 I am trying to test the functionality of transport.vfs.MoveAfterProcess
 using the following configuration,

  proxy name=VFSProxy7
   transports=vfs
   startOnLoad=true
   trace=disable
   target
  inSequence
 property name=OUT_ONLY value=true/
 log level=full/
 send
endpoint name=FileEpr
   address
 uri=vfs:file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/out/out.txt/
/endpoint
 /send
  /inSequence
   /target
   parameter name=transport.vfs.ActionAfterProcessMOVE/parameter
   parameter name=transport.PollInterval1/parameter
   parameter
 name=transport.vfs.MoveAfterProcessfile:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original//parameter
   parameter
 name=transport.vfs.FileURI/media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in//parameter
   parameter name=transport.vfs.FileNamePattern.*.txt/parameter
   parameter name=transport.vfs.ContentTypetext/plain/parameter
/proxy

 When I put a file to the in folder following exception is thrown in
 console continues. Also I am uploading the config via the Clarity
 Framework. Also I tried without Clarity just running a ESB instance. That
 also fails in the same manner.

 TID: [] [WSO2 Enterprise Service Bus] [2012-08-22 18:00:49,992] ERROR
 {org.apache.synapse.transport.vfs.VFSTransportListener} - Error moving file
 :
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in/test.txt
 to
 file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original/
 {org.apache.synapse.transport.vfs.VFSTransportListener}
 

[Dev] Using WSRequest Host Object as the client for a MTOM aware service

2012-08-22 Thread Achala Aponso
Hi,

I have written a web service to retrieve  binary data using MTOM.
javax.activation.DataHandler is used to  represent the binary data. Is it
possible to use WSRequest host object as the client to invoke this service.
Appreciate any help.

Thanks,

-- 
Achala Aponso
Software Engineer; WSO2 Inc.; http://wso2.com,
Email: ach...@wso2.com Mobile: +94 (77) 5234925
Blog: http://achala11.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] uninitializedVariable problem

2012-08-22 Thread Nandika Jayawardana
In your bpel process, the output variable initialization happens within the
if block. So if the if condition is not satisfied, your variable will be in
an uninitialized state when the reply activity happens.

Regards
Nandika

On Wed, Aug 22, 2012 at 9:56 PM, Mohammad Benslimne 
mohammad.benslim...@gmail.com wrote:

 Hi everybody,

 I'm trying to send a reply to my BPEL process's client.
 But I'm getting an uninitializedVariable problem (see attached files for
 more logs) :
 [2012-08-22 11:25:02,980] ERROR - REPLY -
 org.apache.ode.bpel.common.FaultException: {
 http://docs.oasis-open.org/wsbpel/2.0/process/executable}uninitializedVariable:
 The variable output isn't properly initialized.

 The variable used in the reply tag is just initialized in the previous tag
 assign.
 Please, does anyone have a solution to this problem, any third eye to
 cross-review my code (see attached files) ?



 Regards,
 Mohammad

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




-- 
Nandika Jayawardana
Senior Technical Lead
WSO2 Inc ; http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


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

2012-08-22 Thread Bamboo

---
WSO2 Carbon BRANCH  Products_4.0.0  #81 failed.
---
This build was manually triggered by Kishanthan Thangarajah.
No failed tests found, a possible compilation error.

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


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



--
Code Changes
--
krishantha (139303):

Overloading getWsRegistry method

nuwanw (139341):

changed ESB nhttps port to 8243

subash (139312):

Renaming DeleteServiceHandler to DeleteHierarchyHandler and re use it



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


Re: [Dev] Error in ESB's VFS Transport

2012-08-22 Thread Amila Maha Arachchi
On Wed, Aug 22, 2012 at 9:09 PM, Andun Sameera an...@wso2.com wrote:

 Hi Amila,

 As you suggested I have check with this config,

 proxy name=VFSProxy7
   transports=vfs
   startOnLoad=true
   trace=disable
   target
  inSequence
 property name=OUT_ONLY value=true/
 log level=full/
 send
endpoint name=FileEpr
   address
 uri=vfs:file:///home/andunslg/test/out/out.txt/
/endpoint
 /send
  /inSequence
   /target
   parameter name=transport.PollInterval1/parameter
   parameter name=transport.vfs.ActionAfterProcessMOVE/parameter
   parameter
 name=transport.vfs.FileURI/home/andunslg/test/in/parameter
   parameter
 name=transport.vfs.MoveAfterProcessfile:///home/andunslg/test/original/parameter
parameter name=transport.vfs.FileNamePattern.*.txt/parameter
   parameter name=transport.vfs.ContentTypetext/plain/parameter
/proxy

 And It works fine. So what is the reason for this behavior ? When run via
 clarity can make permission issues, but even I run the
 server separately it happened. That was the weird thing.


Still can be a permission issue. But int the code segment I pasted in the
previous reply, there are some places I dont understand. So cannot predict
the exact reason.

BTW, did you check permission for the relevant directories in the failed
case without Clarity (I think you used the same folder paths for clarity
and without clarity). You also can debug and see.

Regards,
AmilaM.


 Thanks
 AndunSLG

 On Wed, Aug 22, 2012 at 7:41 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi Andun,

 I tried this with ESB 4.0.3 and it works fine (I dont have a 4.5.0 to
 test). Nothing has been changed after 4.0.3 in the relevant code.

 Following code segment is the responsible for this. You can debug
 commons-vfs's AbstractFileObject class and see where exactly it goes wrong.

 BTW, when you tried without Clarity, did you try using a separate file
 location (not in integration/tests/target, but some other place like your
 home folder to see whether this is permission problem)?

 if (canRenameTo(destFile))
 {
* // issue rename on same filesystem*
 try
 {
 attach();
 doRename(destFile);


 (FileObjectUtils.getAbstractFileObject(destFile)).handleCreate(getType());

 destFile.close(); // now the destFile is no longer
 imaginary. force reattach.

 handleDelete(); // fire delete-events. This file-object
 (src) is like deleted.
 }
 catch (final RuntimeException re)
 {
 throw re;
 }
 catch (final Exception exc)
 {
 *throw new
 FileSystemException(vfs.provider/rename.error, new Object[]
 {
 getName(),
 destFile.getName()
 }, exc);*
 }
 }

 Regards,
 AmilaM.

  On Wed, Aug 22, 2012 at 6:11 PM, Andun Sameera an...@wso2.com wrote:

  Hi All,

 I am trying to test the functionality of transport.vfs.MoveAfterProcess
 using the following configuration,

  proxy name=VFSProxy7
   transports=vfs
   startOnLoad=true
   trace=disable
   target
  inSequence
 property name=OUT_ONLY value=true/
 log level=full/
 send
endpoint name=FileEpr
   address
 uri=vfs:file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/out/out.txt/
/endpoint
 /send
  /inSequence
   /target
   parameter name=transport.vfs.ActionAfterProcessMOVE/parameter
   parameter name=transport.PollInterval1/parameter
   parameter
 name=transport.vfs.MoveAfterProcessfile:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original//parameter
   parameter
 name=transport.vfs.FileURI/media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in//parameter
   parameter name=transport.vfs.FileNamePattern.*.txt/parameter
   parameter name=transport.vfs.ContentTypetext/plain/parameter
/proxy

 When I put a file to the in folder following exception is thrown in
 console continues. Also I am uploading the config via the Clarity
 Framework. Also I tried without Clarity just running a ESB instance. That
 also fails in the same manner.

 TID: [] [WSO2 Enterprise Service Bus] [2012-08-22 18:00:49,992] ERROR
 {org.apache.synapse.transport.vfs.VFSTransportListener} - Error 

[Dev] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #179 has FAILED. Change made by 20 authors.

2012-08-22 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #179 failed.
---
This build occurred because it is a dependant of WCB001-KER000-121.
No failed tests found, a possible compilation error.

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


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



--
Code Changes
--
nuwanw (139341):

changed ESB nhttps port to 8243

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] [Architecture] WSO2 Gadget Server 2.0 Daily build (21/08/12)

2012-08-22 Thread Nuwan Bandara
Hi Sanjiva

On Wed, Aug 22, 2012 at 6:37 PM, Sanjiva Weerawarana sanj...@wso2.comwrote:

 I tried this and see one gadget :). I edited
 repository/deployment/server/jaggeryapps/portal/index.jag and it works :-).
 When do we ship?!


:D This is basically the bare-minimum GS 2.0 assembly with shindig and
jaggery. I just added a single jaggery page and included a gadget to show
that the stuff are working :)

More stuff yet to come


 BTW I got an exception at startup (but it booted up anyway):

 SLF4J: Class path contains multiple SLF4J bindings.
 SLF4J: Found binding in
 [bundleresource://190.fwk1790118163/org/slf4j/impl/StaticLoggerBinder.class]
 SLF4J: Found binding in
 [jar:file:/Users/sanjiva/Downloads/wso2gs-2.0/repository/deployment/server/webapps/ROOT/WEB-INF/lib/slf4j-jdk14-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
 SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
 explanation.
 2012-08-22 18:17:17
 Full thread dump Java HotSpot(TM) 64-Bit Server VM (20.8-b03-424 mixed
 mode):

 com.google.inject.internal.util.$Finalizer daemon prio=5
 tid=7fec14b2b800 nid=0x1176cf000 in Object.wait() [1176ce000]
java.lang.Thread.State: WAITING (on object monitor)
  at java.lang.Object.wait(Native Method)
 - waiting on 7d3b2e900 (a java.lang.ref.ReferenceQueue$Lock)
  at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
 - locked 7d3b2e900 (a java.lang.ref.ReferenceQueue$Lock)
  at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
 at com.google.inject.internal.util.$Finalizer.run(Finalizer.java:114)

 What's SLF4J?


SLF4J is a logging framework which is also used in carbon. however the
library is also shipped with shindig and SLF4J shouts out a warning that
there are multiple bindings. I am working on fixing this, but
it doesn't cause issues for functionality.

Regards,
/Nuwan



 Sanjiva.

 On Tue, Aug 21, 2012 at 5:27 PM, Nuwan Bandara nu...@wso2.com wrote:

 Hi All,

 Please find the *first daily build* of WSO2 Gadget Server 2.0 [1]. This
 is a complete rewrite of the Gadget Server 1.0 and is powered by jaggeryjs
 [2]

 We are targeting at *GS 2.0 Milestone-1* [3]

 Once the server is started http://localhost:9763/portal will take you to
 the Jaggery powered page which embeds an open social gadget.

 [1] http://people.wso2.com/~nuwan/gs2/21-08-12/wso2gs-2.0.zip
 [2] http://jaggeryjs.org
 [3] https://wso2.org/jira/browse/GS/fixforversion/10611

 --
 *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/

 ___
 Architecture mailing list
 architect...@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture




 --
 Sanjiva Weerawarana, Ph.D.
 Founder, Chairman  CEO; WSO2, Inc.;  http://wso2.com/
 email: sanj...@wso2.com; phone: +94 11 763 9614; cell: +94 77 787 6880 | +1
 650 265 8311
 blog: http://sanjiva.weerawarana.org/

 Lean . Enterprise . Middleware

 ___
 Architecture mailing list
 architect...@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture




-- 
*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


[Dev] [Carbon 4.0.1] Build failure in Jaggery

2012-08-22 Thread Prabath Siriwardena
[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
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Carbon 4.0.1] Build Failure in Hive

2012-08-22 Thread Prabath Siriwardena
[ERROR]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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 HiveScriptStoreServiceHiveScriptStoreException
[ERROR] location: class
org.wso2.carbon.analytics.hive.ui.client.HiveScriptStoreClient
[ERROR]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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:[63,62]
cannot find symbol
[ERROR] symbol  : class HiveScriptStoreServiceHiveScriptStoreException
[ERROR] location: class
org.wso2.carbon.analytics.hive.ui.client.HiveScriptStoreClient
[ERROR]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]
/usr/svn/wso2/carbon-trunk-new/platform/branches/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]

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

2012-08-22 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #180 failed.
---
This build occurred because it is a dependant of WCB001-KER000-122.
7/1349 tests failed, 1 failure was new.

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


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



--
Code Changes
--
lakmali (139384):

Adding back create-database targets to build.xml until fix AS sample execution 
issue.

senaka (139386):

Fixing JIRA issue REGISTRY-1202.

prabath (139387):

fixing a build break due to duplicate modules



--
Tests
--
New Test Failures (1)
   - URLMappingBasedDispatcherTest: Default resource dispatch
Existing Test Failures (6)
   - 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


[Dev] [Carbon 4.0.1] Error during startup - from the latest branch

2012-08-22 Thread Prabath Siriwardena
Can someone please look in to this...?

[2012-08-23 03:18:17,292] ERROR
{org.wso2.carbon.utils.deployment.Axis2ServiceRegistry} -  Error building
service from bundle : Symbolic Name: org.wso2.carbon.usage.agent,Bundle
Version: 2.0.1, ID: 296
org.apache.axis2.AxisFault: Two services cannot have same name.  A service
with the CustomMeteringService [null] name already exists in the system.
at
org.apache.axis2.engine.AxisConfiguration.addToAllServicesMap(AxisConfiguration.java:495)
at
org.apache.axis2.description.AxisServiceGroup.addService(AxisServiceGroup.java:110)
at
org.apache.axis2.deployment.DeploymentEngine.fillServiceGroup(DeploymentEngine.java:749)
at
org.apache.axis2.deployment.DeploymentEngine.addServiceGroup(DeploymentEngine.java:605)
at
org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.addServices(Axis2ServiceRegistry.java:218)
at
org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:102)
at
org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:89)
at
org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:472)
at
org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:289)
at
org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:118)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

-- 
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


Re: [Dev] [Carbon 4.0.1] Error during startup - from the latest branch

2012-08-22 Thread Prabath Siriwardena
After updating IS to use org.wso2.carbon.usage.agent 2.0.1 - I am not
getting this error any more.. Sorry for the noise..

Thanks  regards,
-Prabath

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

 Can someone please look in to this...?

 [2012-08-23 03:18:17,292] ERROR
 {org.wso2.carbon.utils.deployment.Axis2ServiceRegistry} -  Error building
 service from bundle : Symbolic Name: org.wso2.carbon.usage.agent,Bundle
 Version: 2.0.1, ID: 296
 org.apache.axis2.AxisFault: Two services cannot have same name.  A service
 with the CustomMeteringService [null] name already exists in the system.
 at
 org.apache.axis2.engine.AxisConfiguration.addToAllServicesMap(AxisConfiguration.java:495)
  at
 org.apache.axis2.description.AxisServiceGroup.addService(AxisServiceGroup.java:110)
 at
 org.apache.axis2.deployment.DeploymentEngine.fillServiceGroup(DeploymentEngine.java:749)
  at
 org.apache.axis2.deployment.DeploymentEngine.addServiceGroup(DeploymentEngine.java:605)
 at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.addServices(Axis2ServiceRegistry.java:218)
  at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:102)
 at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:89)
  at
 org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:472)
 at
 org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:289)
  at
 org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:118)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
  at
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
 at
 org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

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




-- 
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] [Bamboo-Build] WSO2 Carbon BRANCH Platform_4.0.0 #181 has FAILED (7 tests failed, no failures were new). Change made by krishantha, asela and ajithn.

2012-08-22 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #181 failed.
---
Code has been updated by asela, krishantha, ajithn.
7/1349 tests failed, no failures were new.

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


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



--
Code Changes
--
asela (139393):

remove xalana

ajithn (139388):

Fixing JIRA issue REGISTRY-744

asela (139392):

adding xpath support to balana



--
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


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

2012-08-22 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #182 failed.
---
Code has been updated by hasini, supunm, prabath, senaka.
7/1349 tests failed, no failures were new.

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


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



--
Code Changes
--
senaka (139396):

Fixing JIRA issue REGISTRY-1257.

senaka (139394):

Fixing JIRA issue REGISTRY-1257.

prabath (139398):

updating org.wso2.carbon.usage.agent to 2.0.1



--
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


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

2012-08-22 Thread Bamboo

---
WSO2 Carbon BRANCH  Platform_4.0.0  #183 failed.
---
Code has been updated by hasini.
7/1349 tests failed, no failures were new.

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


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



--
Code Changes
--
hasini (139403):

reverting r139402



--
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] Error in ESB's VFS Transport

2012-08-22 Thread Andun Sameera
Hi Amila,

Solved the problem. This was happening due to a permission issue. At the
first time I have created only the File Pointer without creating Folders
specifically when running through the Clarity. So that caused the problem.
When I tried the same folders with a separate server again that fails.
So now I create the folders  specifically for the testing. So Now the
scenario works fine.

Thanks
AndunSLG

On Wed, Aug 22, 2012 at 10:52 PM, Amila Maha Arachchi ami...@wso2.comwrote:



 On Wed, Aug 22, 2012 at 9:09 PM, Andun Sameera an...@wso2.com wrote:

 Hi Amila,

 As you suggested I have check with this config,

 proxy name=VFSProxy7
   transports=vfs
   startOnLoad=true
   trace=disable
   target
  inSequence
 property name=OUT_ONLY value=true/
 log level=full/
 send
endpoint name=FileEpr
   address
 uri=vfs:file:///home/andunslg/test/out/out.txt/
/endpoint
 /send
  /inSequence
   /target
   parameter name=transport.PollInterval1/parameter
   parameter name=transport.vfs.ActionAfterProcessMOVE/parameter
   parameter
 name=transport.vfs.FileURI/home/andunslg/test/in/parameter
   parameter
 name=transport.vfs.MoveAfterProcessfile:///home/andunslg/test/original/parameter
parameter name=transport.vfs.FileNamePattern.*.txt/parameter
   parameter name=transport.vfs.ContentTypetext/plain/parameter
/proxy

 And It works fine. So what is the reason for this behavior ? When run via
 clarity can make permission issues, but even I run the
 server separately it happened. That was the weird thing.


 Still can be a permission issue. But int the code segment I pasted in the
 previous reply, there are some places I dont understand. So cannot predict
 the exact reason.

 BTW, did you check permission for the relevant directories in the failed
 case without Clarity (I think you used the same folder paths for clarity
 and without clarity). You also can debug and see.

 Regards,
 AmilaM.


 Thanks
 AndunSLG

 On Wed, Aug 22, 2012 at 7:41 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi Andun,

 I tried this with ESB 4.0.3 and it works fine (I dont have a 4.5.0 to
 test). Nothing has been changed after 4.0.3 in the relevant code.

 Following code segment is the responsible for this. You can debug
 commons-vfs's AbstractFileObject class and see where exactly it goes wrong.

 BTW, when you tried without Clarity, did you try using a separate file
 location (not in integration/tests/target, but some other place like your
 home folder to see whether this is permission problem)?

 if (canRenameTo(destFile))
 {
* // issue rename on same filesystem*
 try
 {
 attach();
 doRename(destFile);


 (FileObjectUtils.getAbstractFileObject(destFile)).handleCreate(getType());

 destFile.close(); // now the destFile is no longer
 imaginary. force reattach.

 handleDelete(); // fire delete-events. This file-object
 (src) is like deleted.
 }
 catch (final RuntimeException re)
 {
 throw re;
 }
 catch (final Exception exc)
 {
 *throw new
 FileSystemException(vfs.provider/rename.error, new Object[]
 {
 getName(),
 destFile.getName()
 }, exc);*
 }
 }

 Regards,
 AmilaM.

  On Wed, Aug 22, 2012 at 6:11 PM, Andun Sameera an...@wso2.com wrote:

  Hi All,

 I am trying to test the functionality of transport.vfs.MoveAfterProcess
 using the following configuration,

  proxy name=VFSProxy7
   transports=vfs
   startOnLoad=true
   trace=disable
   target
  inSequence
 property name=OUT_ONLY value=true/
 log level=full/
 send
endpoint name=FileEpr
   address
 uri=vfs:file:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/out/out.txt/
/endpoint
 /send
  /inSequence
   /target
   parameter
 name=transport.vfs.ActionAfterProcessMOVE/parameter
   parameter name=transport.PollInterval1/parameter
   parameter
 name=transport.vfs.MoveAfterProcessfile:///media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/original//parameter
   parameter
 name=transport.vfs.FileURI/media/Studies/My_Works/WSO2_Carbon_Trunk/platform_4.0.0/4.0.0/products/esb/4.5.0/modules/integration/tests/target/test-classes/artifacts/ESB/synapseconfig/vfsTransport/test/in//parameter
   parameter 

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

2012-08-22 Thread Nuwan Bandara
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


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

2012-08-22 Thread Maheshika Goonetilleke
-- Forwarded message --
From: Bamboo cbuil...@wso2.org
Date: Thu, Aug 23, 2012 at 10:00 AM
Subject: [Dev] [Bamboo-Build] WSO2 Carbon BRANCH  Platform_4.0.0  #183
has FAILED (7 tests failed, no failures were new). Change made by hasini.
To: dev@wso2.org


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

Code has been updated by hasinihttp://wso2.org/bamboo/browse/author/hasini
.

*7/1349* tests failed.
  Failing Jobs http://wso2.org/bamboo/browse/WCB001-PLA000-183/Job
Duration Tests[image: Failed]  Default
Jobhttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/ (Default
Stage)  61 minutes  7 of 1349 failed
Logshttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/log|
Artifacts http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/artifact
Code
Changes http://wso2.org/bamboo/browse/WCB001-PLA000-183/commit/  View
full change detailshttp://wso2.org/bamboo/browse/WCB001-PLA000-183/commit/
hasini http://wso2.org/bamboo/browse/author/hasini
reverting r139402  139403
Testshttp://wso2.org/bamboo/browse/WCB001-PLA000-183/test  View
full test details http://wso2.org/bamboo/browse/WCB001-PLA000-183/test   7
Existing Test Failures  Test Job URLMappingBasedDispatcherTest
testDefaultResourceDispatchhttp://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/test/case/27428883
 Default
Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/testGroupTest
testGroup1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/test/case/27429116
 Default
Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/testGroupTest
testGroup2http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/test/case/27429118
 Default
Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/test
IntegerCounterTest
testCounter1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/test/case/27429114
 Default
Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/testLockTest
testLock1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/test/case/27429115
 Default
Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/testQueueTest
testQueue2http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/test/case/27429117
 Default
Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/testQueueTest
testQueue1http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/test/case/27429119
 Default
Job http://wso2.org/bamboo/browse/WCB001-PLA000-JOB1-183/test View
Online http://wso2.org/bamboo/browse/WCB001-PLA000-183 | Add
Commentshttp://wso2.org/bamboo/browse/WCB001-PLA000-183?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


Hi All

Platform_4.0.0 build has failed.


22-Aug-2012 21:22:08[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.3:test (default-test) on
project synapse-core: There are test failures. - [Help 1]22-Aug-2012
21:22:08[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on
project org.wso2.carbon.coordination.core: There are test failures.22-Aug-2012
21:22:08[ERROR] 22-Aug-2012 21:22:08[ERROR] Please refer to
/home/bamboo/Bamboo-3.4/source-repository/build-dir/WCB001-PLA000-JOB1/components/coordination/org.wso2.carbon.coordination.core/4.0.1/target/surefire-reports
for the individual test results.22-Aug-2012 21:22:08[ERROR] - [Help 1]

-- 

Thanks  Best Regards,

Maheshika Goonetilleke
Engineering Process Coordinator
WSO2 Inc

www.wso2.com/

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