Re: [Dev] WSO2 Committers += Himasha Guruge

2015-05-27 Thread Isuru Wimalasundera
Congratz !!!

On Wed, May 27, 2015 at 11:26 AM, Nandika Jayawardana 
wrote:

> Hi All,
>
> It's my pleasure to announce Himasha Guruge as a WSO2 committer. She has
> been a valuable contributor to Business Process Server product and Process
> Center Product and in recognition of her contributions, she has been voted
> as a WSO2 Committer.
>
> Himasha, congratulations and keep up the good work.
>
> Regards
> Nandika
>
> --
> Nandika Jayawardana
> WSO2 Inc ; http://wso2.com
> lean.enterprise.middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Senior Software Engineer;
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
Blog : http://isurupw.blogspot.com/


<http://isurupw.blogspot.com/>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Subscriptions are not working in the GREG trunk build

2012-03-07 Thread Isuru Wimalasundera
Hi All

I am receiving the following error while trying to add a subscription to a
resource or a collection, when the notification type is an email.

[2012-03-07 22:03:01,250] ERROR
{org.wso2.carbon.email.verification.util.Util} -  Error in sending the
email to validation.
java.lang.NullPointerException
at
org.wso2.carbon.email.verification.util.Util.requestUserVerification(Util.java:163)
at
org.wso2.carbon.email.verification.util.EmailVerifcationSubscriber.requestUserVerification(EmailVerifcationSubscriber.java:26)
 at
org.wso2.carbon.registry.eventing.services.EventingServiceImpl$EmailVerifier.run(EventingServiceImpl.java:312)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
 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:662)
[2012-03-07 22:03:01,253] ERROR
{org.wso2.carbon.registry.eventing.services.EventingServiceImpl} -  Unable
to create e-mail verification request
java.lang.Exception: Error in sending the email to validation.
at
org.wso2.carbon.email.verification.util.Util.requestUserVerification(Util.java:179)
 at
org.wso2.carbon.email.verification.util.EmailVerifcationSubscriber.requestUserVerification(EmailVerifcationSubscriber.java:26)
at
org.wso2.carbon.registry.eventing.services.EventingServiceImpl$EmailVerifier.run(EventingServiceImpl.java:312)
 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
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:662)
Caused by: java.lang.NullPointerException
at
org.wso2.carbon.email.verification.util.Util.requestUserVerification(Util.java:163)

The cause of this exception is that
in org.wso2.carbon.email.verification.util.EmailVerifcationSubscriber the
EmailVerifierConfig object which is passed in to
the requestUserVerification method
 of org.wso2.carbon.email.verification.util.Util is NULL.

The Utils.setEmailVerifierConfig() is being called from
the RegistryEventingServiceComponent
of org.wso2.carbon.registry.eventing.internal. So while this OSGI component
get loaded at the server startup the initialization of the
EmailVerfierConfig object should happen. But it isn't happening properly.
This issue is not there in Greg 4.1.1 and while comparing the loading
process of the component of  two builds (trunk and 4.1.1)  I have noticed
that the method invocation sequences are different which causes this error.

In 4.1.1 when the RegistryEventingServiceComponent is being loaded while
server start up the following method invocation sequence happens.

setListenerManager(ListenerManager listenerManager) - initialize()
initialize()
setRegistryService(RegistryService registryService)
setEmailVerificationSubscriber(EmailVerifcationSubscriber
emailVerificationSubscriber)
activate(ComponentContext context) - initialize()
initialize() - setupEmailVerification()
setupEmailVerification() - setEmailVerifierConfig()

but in trunk build the sequence is messed up as follows , which
is definitely the cause of this error;

setRegistryService(RegistryService registryService)
setListenerManager(ListenerManager listenerManager) - initialize()
initialize() - setupEmailVerification()
setupEmailVerification() - setEmailVerifierConfig() (  The
initialization does not happen properly because EmailVerifcationSubscriber
is NULL  )
setEmailVerificationSubscriber(EmailVerifcationSubscriber
emailVerificationSubscriber)
activate(ComponentContext context) - initialize()
initialize()

What can be the cause for such an issue , how can we fix this ?

Thanks
Isuruw






-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641




-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] smoke testing - alpha packs

2012-04-02 Thread Isuru Wimalasundera
_
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Sameera Jayasoma
>>> Technical Lead and Product Manager, WSO2 Carbon
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: same...@wso2.com
>>> blog: http://tech.jayasoma.org
>>>
>>> Lean . Enterprise . Middleware
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Lalaji Sureshika
>>
>> Software Engineer
>> WSO2 Inc.
>>
>>
>>
>
>
> --
> Lalaji Sureshika
>
> Software Engineer
> WSO2 Inc.
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Missing requirement when installing logging-mgt feature

2012-05-07 Thread Isuru Wimalasundera
Hi

Getting the same error while building GREG p2 profile generation.
What is the status of this.

On Sun, May 6, 2012 at 11:43 PM, Denis Weerasiri  wrote:

> Hi,
> Getting this error at BPS p2 profile generation in trunk.
>
> Installation failed.
> Cannot complete the install because one or more required items could not
> be found.
>  Software being installed: WSO2 Carbon - Logging Management Feature
> 4.0.0.SNAPSHOT (org.wso2.carbon.logging.mgt.feature.group 4.0.0.SNAPSHOT)
>  Missing requirement: apache-cassandra 1.1.0.wso2v1 (apache-cassandra
> 1.1.0.wso2v1) requires 'package org.antlr.runtime 3.2.0.wso2v1' but it
> could not be found
>  Cannot satisfy dependency:
>   From: WSO2 Carbon - Logging Management Feature 4.0.0.SNAPSHOT
> (org.wso2.carbon.logging.mgt.feature.group 4.0.0.SNAPSHOT)
>   To: org.wso2.carbon.logging.mgt.server.feature.group [4.0.0.SNAPSHOT]
>  Cannot satisfy dependency:
>   From: WSO2 Carbon - Logging Management Core Feature 4.0.0.SNAPSHOT
> (org.wso2.carbon.logging.mgt.server.feature.group 4.0.0.SNAPSHOT)
>   To: apache-cassandra [1.1.0.wso2v1]
>
>
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Senior Software Engineer
> Integration Technologies Team, WSO2 Inc.; http://wso2.com,
> *email: denis <http://goog_277208233/>** [AT] wso2.com <http://wso2.com/>*
> *phone: +94117639629
> *
> *site: 
> **https://sites.google.com/site/ddweerasiri/*<https://sites.google.com/site/ddweerasiri/>
> *blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
> *
> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
> *
> linked-in: 
> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Missing requirement when installing logging-mgt feature

2012-05-07 Thread Isuru Wimalasundera
The issues seems to be fixed now. Sorry for the false alarm :)

On Tue, May 8, 2012 at 10:57 AM, Isuru Wimalasundera wrote:

> Hi
>
> Getting the same error while building GREG p2 profile generation.
> What is the status of this.
>
> On Sun, May 6, 2012 at 11:43 PM, Denis Weerasiri  wrote:
>
>> Hi,
>> Getting this error at BPS p2 profile generation in trunk.
>>
>> Installation failed.
>> Cannot complete the install because one or more required items could not
>> be found.
>>  Software being installed: WSO2 Carbon - Logging Management Feature
>> 4.0.0.SNAPSHOT (org.wso2.carbon.logging.mgt.feature.group 4.0.0.SNAPSHOT)
>>  Missing requirement: apache-cassandra 1.1.0.wso2v1 (apache-cassandra
>> 1.1.0.wso2v1) requires 'package org.antlr.runtime 3.2.0.wso2v1' but it
>> could not be found
>>  Cannot satisfy dependency:
>>   From: WSO2 Carbon - Logging Management Feature 4.0.0.SNAPSHOT
>> (org.wso2.carbon.logging.mgt.feature.group 4.0.0.SNAPSHOT)
>>   To: org.wso2.carbon.logging.mgt.server.feature.group [4.0.0.SNAPSHOT]
>>  Cannot satisfy dependency:
>>   From: WSO2 Carbon - Logging Management Core Feature 4.0.0.SNAPSHOT
>> (org.wso2.carbon.logging.mgt.server.feature.group 4.0.0.SNAPSHOT)
>>   To: apache-cassandra [1.1.0.wso2v1]
>>
>>
>>
>> --
>> Thanks,
>> Denis
>> --
>> *Denis Weerasiri*
>> Senior Software Engineer
>> Integration Technologies Team, WSO2 Inc.; http://wso2.com,
>> *email: denis <http://goog_277208233/>** [AT] wso2.com <http://wso2.com/>
>> *
>> *phone: +94117639629
>> *
>> *site: 
>> **https://sites.google.com/site/ddweerasiri/*<https://sites.google.com/site/ddweerasiri/>
>> *blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>> *
>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>> *
>> linked-in: 
>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Isuru Wimalasundera*
> Software Engineer;  WSO2, Inc.; http://wso2.com,
>  mobile: +94 77 920 5641
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Class loading issue failing Greg UDDI - CARBON-12658

2012-05-08 Thread Isuru Wimalasundera
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
at
org.eclipse.equinox.http.servlet.internal.Activator.registerHttpService(Activator.java:78)
at
org.eclipse.equinox.http.servlet.internal.Activator.addProxyServlet(Activator.java:57)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.init(ProxyServlet.java:39)
at
org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.init(DelegationServlet.java:27)
at
org.apache.catalina.startup.Tomcat$ExistingStandardWrapper.loadServlet(Tomcat.java:854)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1080)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5015)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5302)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1566)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1556)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
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:662)

I assume that this may be an issue at
org.apache.axis2.util.Loader.loadClass when trying to load JAX-WS service
classes. In Greg 4.1.1 this works fine, the implementation of
the JUDDIJAXWSDeployer.java has not been changed since the last release,
and the juddi version we use is the same. But in the latest Greg UDDI there
is also an issue with not supporting the current JPA version.

How is it possible to overcome this issue? please provide your suggestions
over this.

Thank You
Isuruw

-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Where should we have the juddiv3.properties file and commons-lang-2.6.0.wso2v1.jar

2012-05-13 Thread Isuru Wimalasundera
(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getMethod0(Class.java:2670)
at java.lang.Class.getMethod(Class.java:1603)
at
com.sun.xml.internal.ws.model.RuntimeModeler.processMethod(RuntimeModeler.java:543)
at
com.sun.xml.internal.ws.model.RuntimeModeler.processClass(RuntimeModeler.java:401)
at
com.sun.xml.internal.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:240)
at
com.sun.tools.internal.ws.wscompile.WsgenTool.buildModel(WsgenTool.java:229)
at com.sun.tools.internal.ws.wscompile.WsgenTool.run(WsgenTool.java:112)
at
com.sun.tools.internal.ws.util.WSToolsObjectFactoryImpl.wsgen(WSToolsObjectFactoryImpl.java:50)
at
com.sun.tools.internal.ws.spi.WSToolsObjectFactory.wsgen(WSToolsObjectFactory.java:96)
... 39 more
Caused by: java.lang.ClassNotFoundException:
org.apache.commons.lang.exception.NestableException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 61 more

as it is in the stack trace it is a class not found occurred as an result
of not getting the commons-lang-2.6.0.wso2v1.jar visible on the classpath.
On a previous build we got this issue fixed by copying the jar to
CARBON_HOME/lib and it worked. But with a recent build the error seems to
be reproducing. I see that commons-lang-2.6.0.wso2v1.jar is there inside
the CARBON_HOME/repository/components/plugins as well and why isn't it
getting add to the class path? and where should we have this jar in order
to get it in the class path?

we are working on this issue at the moment and your suggestions would be a
help.

[1]-
http://juddi.apache.org/docs/3.x/userguide/html/chap-jUDDI_Configuration.html#sect-config_Introduction

Thanks
Isuruw

-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Fwd: Where should we have the juddiv3.properties file and commons-lang-2.6.0.wso2v1.jar

2012-05-13 Thread Isuru Wimalasundera
forwarding to dev list

-- Forwarded message --
From: Isuru Wimalasundera 
Date: Sun, May 13, 2012 at 6:21 PM
Subject: Where should we have the juddiv3.properties file and
commons-lang-2.6.0.wso2v1.jar
To: Pradeep Fernando , Sameera Jayasoma ,
Senaka Fernando , carbon-dev , Kasun
Weranga 


Hi All

After the restructuring of carbon, GREG UDDI server was failing due to many
reasons and we fixed most of it. One of the main problems was the
juddiv3.properties file does not get added to the root of the class path
since it is there in the lib folder of carbon home. According to the juddi
specification at [1] the particular properties file is looked for in the
root of the class path. This works fine when we add the juddiv3.properties
to carbon home along with the installation data folder. And I tried to add
the properties file as a system property as well, but was not working as
expected with the current build.

The second issue we are having at the moment is (after we got the server
start up properly) when trying to invoke juddi api service (view the wsdl)
UDDIInquiryService it gives the following exception at the back end.

[2012-05-13 17:41:49,094] ERROR
{org.apache.axis2.jaxws.description.builder.JAXWSRIWSDLGenerator} -  Error
occurred generating WSDL file for Web service implementation class
{org.apache.juddi.api.impl.UDDIInquiryImpl}
java.lang.reflect.InvocationTargetException
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.jaxws.description.builder.JAXWSRIWSDLGenerator.generateWsdl(JAXWSRIWSDLGenerator.java:184)
at
org.apache.axis2.jaxws.description.builder.JAXWSRIWSDLGenerator.initialize(JAXWSRIWSDLGenerator.java:390)
 at
org.apache.axis2.jaxws.description.builder.JAXWSRIWSDLGenerator.getWSDL(JAXWSRIWSDLGenerator.java:383)
at org.apache.axis2.description.AxisService.printWSDL(AxisService.java:1460)
 at
org.wso2.carbon.core.transports.util.Wsdl11Processor$1.printWSDL(Wsdl11Processor.java:43)
at
org.wso2.carbon.core.transports.util.AbstractWsdlProcessor.printWSDL(AbstractWsdlProcessor.java:92)
 at
org.wso2.carbon.core.transports.util.Wsdl11Processor.process(Wsdl11Processor.java:57)
at
org.wso2.carbon.core.transports.CarbonServlet.processWithGetProcessor(CarbonServlet.java:160)
 at
org.wso2.carbon.core.transports.CarbonServlet.doGet(CarbonServlet.java:123)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
 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:45)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
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:169)
 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:140)
 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:50)
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:999)
 at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1620)
 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:662)
Caused by: java.lang.NoClassDefFoundError:
org/apache/commons/lang/exception/NestableException
 at java.lang.ClassLoader.defineClass1(Native Method)
at

[Dev] Jars in the CARBON_HOME/lib does not get added in to the CLASSPATH

2012-05-14 Thread Isuru Wimalasundera
Hi All

The $Subject occurs due to latest changes made in carbon. And after going
through the server script I have noticed that the classpath is pointed to
the CARBON_HOME/bin. What is the reason behind this change of behavior ? ,
this causes an issue with Greg UDDI API services since some of the services
looks for commons-lang jar in class path. commons-lang jar is currently
there inside the CARBON_HOME/lib and
CARBON_HOME/repository/components/plugins but does not get added to class
path. This works fine when the common-lang jar is moved inside the bin.

How is it possible to overcome this issue? probably by adding
CARBON_HOME/lib to classpath would make it work or else is there any other
way we can overcome this issue.

Thanks
Isuruw

-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Jars in the CARBON_HOME/lib does not get added in to the CLASSPATH

2012-05-14 Thread Isuru Wimalasundera
Hi Pradeep

If your referring to the problem that I have explained, it is about a UDDI
API service (UDDIInquiryService) looking for the commons-lang in class
path, what you have explained may not be the scenario in my case.

On Tue, May 15, 2012 at 10:26 AM, Pradeep Fernando  wrote:

> Hi,
>
> In the above scenario, it looks like, a JDK shipped class trying to
> load the classes from the application classPath.
>
> thanks,
> --Pradeep
>



-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Jars in the CARBON_HOME/lib does not get added in to the CLASSPATH

2012-05-14 Thread Isuru Wimalasundera
com.sun.xml.internal.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:240)
at
com.sun.tools.internal.ws.wscompile.WsgenTool.buildModel(WsgenTool.java:229)
at com.sun.tools.internal.ws.wscompile.WsgenTool.run(WsgenTool.java:112)
at
com.sun.tools.internal.ws.util.WSToolsObjectFactoryImpl.wsgen(WSToolsObjectFactoryImpl.java:50)
at
com.sun.tools.internal.ws.spi.WSToolsObjectFactory.wsgen(WSToolsObjectFactory.java:96)
... 39 more
Caused by: java.lang.ClassNotFoundException:
org.apache.commons.lang.exception.NestableException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 61 more

Thanks
Isuruw



On Tue, May 15, 2012 at 12:17 PM, Sameera Jayasoma  wrote:

>
>
> On Tue, May 15, 2012 at 10:18 AM, Afkham Azeez  wrote:
>
>> When I changed the bootstrap mechanism last year to accomodate proper
>> child first classloading for Tomcat webapps, I set the classpath to
>> CARBON_HOME/bin. Then on bootup we created a bootup classloader which
>> included all jars from CARBON_HOME/lib, and everything was working fine.
>> Perhaps, after the Tomcat OSGification, something is broken?
>>
>
> With the Tomcat OSGification changes, the CARBON_HOME/lib classpath is not
> visible to the OSGi environment. This is done purposes to create a
> separation between the non-OSGi server boot up code and the OSGi code.
>
> Isuruw, Can you please explain the problem clearly with stackstraces? Then
> we can have a look.
>
> Thanks,
> Sameera.
>
>>
>> On Tue, May 15, 2012 at 10:07 AM, Isuru Wimalasundera wrote:
>>
>>>  Hi All
>>>
>>> The $Subject occurs due to latest changes made in carbon. And after
>>> going through the server script I have noticed that the classpath is
>>> pointed to the CARBON_HOME/bin. What is the reason behind this change of
>>> behavior ? , this causes an issue with Greg UDDI API services since some of
>>> the services looks for commons-lang jar in class path. commons-lang jar is
>>> currently there inside the CARBON_HOME/lib and
>>> CARBON_HOME/repository/components/plugins but does not get added to class
>>> path. This works fine when the common-lang jar is moved inside the bin.
>>>
>>> How is it possible to overcome this issue? probably by adding
>>> CARBON_HOME/lib to classpath would make it work or else is there any other
>>> way we can overcome this issue.
>>>
>>> Thanks
>>> Isuruw
>>>
>>> --
>>> *Isuru Wimalasundera*
>>> Software Engineer;  WSO2, Inc.; http://wso2.com,
>>>  mobile: +94 77 920 5641
>>>
>>>
>>> ___
>>> 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* * 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*
>>
>>
>
>
> --
> Sameera Jayasoma
> Technical Lead
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://tech.jayasoma.org
>
>
> Lean . Enterprise . Middleware
>



-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Compilation error in org.wso2.carbon.registry.extensions.handlers.ServiceMediaTypeHandler

2012-05-16 Thread Isuru Wimalasundera
This has been fixed by Ajithn at revision r127527.

On Wed, May 16, 2012 at 8:38 PM, Afkham Azeez  wrote:

> r127420 committed by IsuruW
>
> --
> *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* * 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*
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Compilation Failure -Trunk Platform

2012-05-17 Thread Isuru Wimalasundera
oo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/util/ListServiceUtil.java:[229,52]
> cannot find symbol 16-May-2012 13:34:37 [ERROR] symbol  : class
> ArtifactInfoBean16-May-2012 13:34:37 [ERROR] location: class
> org.wso2.carbon.governance.list.util.ListServiceUtil
>
> cheers,
> Dushan Abeyruwan
> *Senior Software Engineer*
> *Integration Technologies Team*
> *WSO2 Inc. http://wso2.com/*
> *Mobile:(+94)714408632*
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Compilation Failure -Trunk Platform

2012-05-17 Thread Isuru Wimalasundera
Fixed in the revision r127553

On Thu, May 17, 2012 at 2:18 PM, Isuru Wimalasundera wrote:

> This has now been fixed, please take a svn up of service stubs, Governance
> and Registry components.
>
> Thanks
> Isuruw
>
> On Thu, May 17, 2012 at 2:00 PM, Dushan Abeyruwan  wrote:
>
>> 6-May-2012 13:34:37 [ERROR]
>> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/util/ListServiceUtil.java:[29,49]
>> package org.wso2.carbon.governance.list.util.beans does not exist 16-May-2012
>> 13:34:37 [ERROR]
>> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/util/ListServiceUtil.java:[56,36]
>> cannot find symbol 16-May-2012 13:34:37 [ERROR] symbol  : class
>> ArtifactInfoBean16-May-2012 13:34:37 [ERROR] location: class
>> org.wso2.carbon.governance.list.util.ListServiceUtil 16-May-2012 
>> 13:34:37[ERROR]
>> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/util/ListServiceUtil.java:[59,30]
>> cannot find symbol 16-May-2012 13:34:37 [ERROR] symbol  : class
>> ArtifactInfoBean16-May-2012 13:34:37 [ERROR] location: class
>> org.wso2.carbon.governance.list.util.ListServiceUtil 16-May-2012 
>> 13:34:37[ERROR]
>> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/util/ListServiceUtil.java:[141,57]
>> cannot find symbol 16-May-2012 13:34:37 [ERROR] symbol  : class
>> ArtifactInfoBean16-May-2012 13:34:37 [ERROR] location: class
>> org.wso2.carbon.governance.list.util.ListServiceUtil 16-May-2012 
>> 13:34:37[ERROR]
>> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/util/ListServiceUtil.java:[57,60]
>> cannot find symbol 16-May-2012 13:34:37 [ERROR] symbol  : class
>> ArtifactInfoBean16-May-2012 13:34:37 [ERROR] location: class
>> org.wso2.carbon.governance.list.util.ListServiceUtil 16-May-2012 
>> 13:34:37[ERROR]
>> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/util/ListServiceUtil.java:[122,20]
>> cannot find symbol 16-May-2012 13:34:37 [ERROR] symbol  : class
>> PreFetcher16-May-2012 13:34:37 [ERROR] location: class
>> org.wso2.carbon.governance.list.util.ListServiceUtil 16-May-2012 
>> 13:34:37[ERROR]
>> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/util/ListServiceUtil.java:[122,45]
>> cannot find symbol 16-May-2012 13:34:37 [ERROR] symbol  : class
>> PreFetcher16-May-2012 13:34:37 [ERROR] location: class
>> org.wso2.carbon.governance.list.util.ListServiceUtil 16-May-2012 
>> 13:34:37[ERROR]
>> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/util/ListServiceUtil.java:[145,20]
>> cannot find symbol 16-May-2012 13:34:37 [ERROR] symbol  : class
>> ArtifactInfoBean16-May-2012 13:34:37 [ERROR] location: class
>> org.wso2.carbon.governance.list.util.ListServiceUtil 16-May-2012 
>> 13:34:37[ERROR]
>> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/util/ListServiceUtil.java:[145,48]
>> cannot find symbol 16-May-2012 13:34:37 [ERROR] symbol  : class
>> ArtifactInfoBean16-May-2012 13:34:37 [ERROR] location: class
>> org.wso2.carbon.governance.list.util.ListServiceUtil 16-May-2012 
>> 13:34:37[ERROR]
>> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/wso2/carbon/governance/list/util/ListServiceUtil.java:[210,20]
>> cannot find symbol 16-May-2012 13:34:37 [ERROR] symbol  : class
>> ArtifactInfoBean16-May-2012 13:34:37 [ERROR] location: class
>> org.wso2.carbon.governance.list.util.ListServiceUtil 16-May-2012 
>> 13:34:37[ERROR]
>> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBON-PLATFORM-JOB1/components/governance/org.wso2.carbon.governance.list/src/main/java/org/ws

Re: [Dev] Null returned when invoked CarbonContext.getCurrentContext()

2012-05-18 Thread Isuru Wimalasundera
Hi

I am facing a similar kind of situation when restarting the Greg server.
After a restart I can not open the service list page because from the
ListMetaDataService it returns a NULL registry. When dig deep the reason
for returning a NULL registry is identified as the following code segment
of AbstractAdmin returns a NULL.

CarbonContext.getCurrentContext().getRegistry(RegistryType.USER_GOVERNANCE);

the CarbonContext.getCurrentContext() returns a NULL. How is it possible to
overcome this issue?

Thanks
Isuruw


On Fri, May 18, 2012 at 12:38 PM, Shammi Jayasinghe  wrote:

> Hi ,
> I am getting following NPE [1]when trying to subscribe to a topic.  It is
> due to the null value of "CarbonContext.getCurrentContext()" coming from
> the following method in event.core module. I built the complete platform
> yesterday. Is this a known issue ?
>
> Thanks
> Shammi
>
>public static String getLoggedInUserName() {
> String userName = "";
> if (CarbonContext.getCurrentContext().getTenantId() != 0) {
> userName = CarbonContext.getCurrentContext().getUsername() +
> "@"
> + CarbonContext.getCurrentContext().getTenantDomain();
> } else {
> userName = CarbonContext.getCurrentContext().getUsername();
> }
> return userName.trim();
> }
>
>
>
>
> [1]java.lang.NullPointerException
> at
> org.wso2.carbon.event.ws.internal.receivers.CarbonEventingMessageReceiver.handleSubscribe(CarbonEventingMessageReceiver.java:175)
>  at
> org.wso2.carbon.event.ws.internal.receivers.CarbonEventingMessageReceiver.processMessage(CarbonEventingMessageReceiver.java:386)
> at
> org.wso2.carbon.event.ws.internal.receivers.CarbonEventingMessageReceiver.invokeBusinessLogic(CarbonEventingMessageReceiver.java:81)
>  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:45)
>  at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
> 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:169)
>  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:143)
>  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:48)
> 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:999)
>  at
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565)
> at
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1620)
>  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:662)
> --
> Best Regards,*
>
> Shammi Jayasinghe*
> Senior Software Engineer; WSO2, Inc.; http://wso2.com,
> mobile: 

Re: [Dev] Edit media type of resources [ REGISTRY-849 ]

2012-06-13 Thread Isuru Wimalasundera
added to the spread sheet.

On Wed, Jun 13, 2012 at 8:40 PM, Ajith Vitharana  wrote:

>
>
> On Wed, Jun 13, 2012 at 3:14 PM, Senaka Fernando  wrote:
>
>> Hi Ajith,
>>
>> Requirement is simple. You create a resource (ex:- policy), with a wrong
>> media type and need to change it. Obviously this is not a mechanism for you
>> to change the media type of WSDL into text/html or something. And, such
>> cannot be validated, and is a user error. We should make it a point to
>> document this too.
>>
>
> Hi Senaka,
>
> This improvement fixed to trunk.
> @IsuruW, Please add this to the documentation update list of G-Reg 4.5.0.
>
> Thanks
> Ajith
>
>>
>> Thanks,
>> Senaka.
>>
>>
>> On Wed, Jun 13, 2012 at 2:46 PM, Ajith Vitharana  wrote:
>>
>>> Hi All,
>>>
>>> What is the exact  requirement of this improvement [1] ?.
>>> We have predefined set of media types for some registry resources .
>>> (like WSDL, Policies, XSD, ...).
>>> Most of the handlers which are engaged with those resources has filtered
>>> by media type and  do the various operations.
>>> If we are  going to change the media type through the admin UI ,  how to
>>> handle those handler operations and etc.?.
>>>
>>>
>>> [1]https://wso2.org/jira/browse/REGISTRY-849
>>>
>>> Thanks
>>> Ajith
>>>
>>> --
>>> Ajith Vitharana.
>>> WSO2 Inc. - http://wso2.org
>>> Email  :  aji...@wso2.com
>>> Mobile : +94714631794
>>>
>>>
>>>
>>
>>
>> --
>> *Senaka Fernando*
>> Member - Integration Technologies Management Committee;
>> Technical Lead; WSO2 Inc.; http://wso2.com*
>> Member; Apache Software Foundation; http://apache.org
>>
>> E-mail: senaka AT wso2.com
>> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
>> Linked-In: http://linkedin.com/in/senakafernando
>>
>> *Lean . Enterprise . Middleware
>>
>>
>
>
> --
> Ajith Vitharana.
> WSO2 Inc. - http://wso2.org
> Email  :  aji...@wso2.com
> Mobile : +94714631794
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Missing MD5 for org.eclipse.equinox.http.servlet-1.0.200.v20090520-1800

2013-09-09 Thread Isuru Wimalasundera
n:org.wso2.carbon.registry.resource:jar:4.2.0 (compile),
> org.wso2.carbon:org.wso2.carbon.stratos.common:jar:2.2.0 (compile),
> org.wso2.carbon:org.wso2.carbon.usage:jar:2.2.0 (compile),
> org.wso2.carbon:org.wso2.carbon.billing.mgt:jar:2.2.0 (compile),
> org.wso2.carbon:org.wso2.carbon.rule.kernel:jar:4.2.0 (compile),
> org.wso2.carbon:org.wso2.carbon.rule.common:jar:4.2.0 (compile),
> org.wso2.carbon:org.wso2.carbon.rule.backend:jar:4.2.0 (compile),
> org.apache.synapse:synapse-tasks:jar:2.1.1-wso2v8 (compile),
> org.apache.synapse:synapse-commons:jar:2.1.1-wso2v8 (compile),
> org.wso2.carbon:org.wso2.carbon.throttling.agent:jar:2.2.0 (compile),
> org.wso2.carbon:org.wso2.carbon.usage.agent:jar:2.2.0 (compile)]: Failed to
> read artifact descriptor for
> org.eclipse.equinox:org.eclipse.equinox.http.servlet:jar:1.0.200.v20090520-1800:
> *Could not transfer artifact
> org.eclipse.equinox:org.eclipse.equinox.http.servlet:pom:1.0.200.v20090520-1800
> from/to wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/): Checksum
> validation failed, expected  but is
> 62336f94161432092b380de7665aa6c0af3ac893 -> [Help 1]*
>
> --
> /sumedha
> b :  bit.ly/sumedha
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Senior Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] group_mgt_port Not seen in the loadbalancer.conf of latest ELB 2.1.0 packs

2013-09-16 Thread Isuru Wimalasundera
Hi All

AFAIK with the new Hazelcast clustering we need to specify a group_mgt_port
in loadbalancer.conf for each sub domain. And the nodes of each sub domain
would now specify this new group_mgt_port as its well known member port
when adding ELB as a WKA member. So I guess the configuration should be
something like below.

gateway {
   domains {
   wso2.gateway.domain {
   mgt {
   hosts
gateway.apimanager.cloudpreview.wso2.com;
   tenant_range *;
   group_mgt_port 4030;
   }
   }
   }
   }

I could not see this port specified on the loadbalancer.conf by default on
the latest ELB builds, Please be kind to update the default
loadbalancer.conf with above info.

Regards
IsuruW

-- 
*Isuru Wimalasundera*
Senior Software Engineer;
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Patch for Kernel - CARBON-14495

2013-09-25 Thread Isuru Wimalasundera
Hi Sameera/Manoj

Please apply the attached patch diff (org.wso2.carbon.core.patch) in
https://wso2.org/jira/browse/CARBON-14495 to the kernel patch.

Regards
IsuruW

-- 
*Isuru Wimalasundera*
Senior Software Engineer;
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Patch for Kernel - CARBON-14495

2013-09-25 Thread Isuru Wimalasundera
[adding Azeez]


On Thu, Sep 26, 2013 at 11:41 AM, Isuru Wimalasundera wrote:

> Hi Sameera/Manoj
>
> Please apply the attached patch diff (org.wso2.carbon.core.patch) in
> https://wso2.org/jira/browse/CARBON-14495 to the kernel patch.
>
> Regards
> IsuruW
>
> --
> *Isuru Wimalasundera*
> Senior Software Engineer;
> WSO2, Inc.; http://wso2.com,
> mobile: +94 77 920 5641
>



-- 
*Isuru Wimalasundera*
Senior Software Engineer;
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Chunk 02 Build Failure

2013-09-26 Thread Isuru Wimalasundera
etter/setter
>>>>>>>> has added to PaginationContext class. Refer the jira [1]
>>>>>>>>
>>>>>>>
>>>>>>>> [1] https://wso2.org/jira/browse/REGISTRY-2003
>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks;
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Sep 26, 2013 at 11:03 PM, Isuru Udana wrote:
>>>>>>>>
>>>>>>>>>  I am getting the following build failure.
>>>>>>>>>
>>>>>>>>> [ERROR] Failed to execute goal
>>>>>>>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>>>>>>>> (default-compile) on project org.wso2.carbon.registry.indexing: 
>>>>>>>>> Compilation
>>>>>>>>> failure
>>>>>>>>> [ERROR]
>>>>>>>>> /media/isuru/WSO2/svn/public/4.2.0/platform/4.2.0/components/registry/org.wso2.carbon.registry.indexing/4.2.1/src/main/java/org/wso2/carbon/registry/indexing/service/ContentBasedSearchService.java:[140,33]
>>>>>>>>> cannot find symbol
>>>>>>>>> [ERROR] symbol  : method setLength(int)
>>>>>>>>> [ERROR] location: class
>>>>>>>>> org.wso2.carbon.registry.core.pagination.PaginationContext
>>>>>>>>> [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
>>>>>>>>> [ERROR]
>>>>>>>>> [ERROR] After correcting the problems, you can resume the build
>>>>>>>>> with the command
>>>>>>>>> [ERROR]   mvn  -rf :org.wso2.carbon.registry.indexing
>>>>>>>>>
>>>>>>>>> This got resolved after building kernel patch0001.
>>>>>>>>> Are we allow API changes in kernel patches now ?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> *Isuru Udana*
>>>>>>>>> *
>>>>>>>>> *
>>>>>>>>> Senior *
>>>>>>>>> Software Engineer
>>>>>>>>> *
>>>>>>>>> WSO2 Inc.; http://wso2.com
>>>>>>>>> email: isu...@wso2.com cell: +94 77 3791887
>>>>>>>>> blog: http://mytecheye.blogspot.com/
>>>>>>>>> twitter: http://twitter.com/isudana
>>>>>>>>>
>>>>>>>>> ___
>>>>>>>>> Dev mailing list
>>>>>>>>> Dev@wso2.org
>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Lalaji Sureshika
>>>>>>>>  WSO2, Inc.;  http://wso2.com/
>>>>>>>> email: lal...@wso2.com; cell: +94 71 608 6811
>>>>>>>> blog: http://lalajisureshika.blogspot.com
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> *Isuru Udana*
>>>>>>> *
>>>>>>>  *
>>>>>>> Senior *
>>>>>>> Software Engineer
>>>>>>> *
>>>>>>> WSO2 Inc.; http://wso2.com
>>>>>>> email: isu...@wso2.com cell: +94 77 3791887
>>>>>>> blog: http://mytecheye.blogspot.com/
>>>>>>> twitter: http://twitter.com/isudana
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Lalaji Sureshika
>>>>>> WSO2, Inc.;  http://wso2.com/
>>>>>> email: lal...@wso2.com; cell: +94 71 608 6811
>>>>>> blog: http://lalajisureshika.blogspot.com
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Ajith Vitharana.
>>>>> WSO2 Inc. - http://wso2.org
>>>>> Email  :  aji...@wso2.com
>>>>> Mobile : +94772217350
>>>>>
>>>>>
>>>>> ___
>>>>> Dev mailing list
>>>>> Dev@wso2.org
>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> /sumedha
>>>> m: +94 773017743
>>>> b :  bit.ly/sumedha
>>>>
>>>
>>>
>>>
>>> --
>>> Ajith Vitharana.
>>> WSO2 Inc. - http://wso2.org
>>> Email  :  aji...@wso2.com
>>> Mobile : +94772217350
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Nuwan Dias
>>
>> Senior Software Engineer - WSO2, Inc. http://wso2.com
>> email : nuw...@wso2.com
>> Phone : +94 777 775 729
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Isuru Udana*
> *
>  *
> Senior *
> Software Engineer
> *
> WSO2 Inc.; http://wso2.com
> email: isu...@wso2.com cell: +94 77 3791887
> blog: http://mytecheye.blogspot.com/
> twitter: http://twitter.com/isudana
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Senior Software Engineer;
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Kernel commit required

2013-10-17 Thread Isuru Wimalasundera
Hi

Please commit the fix made by Azeez for the issue
https://wso2.org/jira/browse/CARBON-14526
to the kernel. I could not attach the svn diff to the JIRA since there is
an issue with our public JIRA at the moment, therefor I am attaching it
here with this mail.

Regards
IsuruW

-- 
*Isuru Wimalasundera*
Senior Software Engineer;
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641


org.wso2.carbon.core_4.2.0.patch
Description: Binary data
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Kernel commit required

2013-10-20 Thread Isuru Wimalasundera
Thank Manoj , I commited this to the trunk by revision r188774.

-IsuruW


On Sun, Oct 20, 2013 at 7:57 AM, Manoj Kumara  wrote:

> Hi,
>
> Applied to 4.2.0 patch0001 with revision 188771. Please apply the fix to
> trunk.
>
> Thanks,
> manoj
>
> Best Regards..
>
>
> Manoj Kumara
> Software Engineer
> WSO2, Inc.; http://wso2.com
>
> Twitter:  http://twitter.com/ManKuma
> Mobile: +94713448188
>
>
> On Thu, Oct 17, 2013 at 6:04 PM, Isuru Wimalasundera wrote:
>
>> Hi
>>
>> Please commit the fix made by Azeez for the issue
>> https://wso2.org/jira/browse/CARBON-14526
>> to the kernel. I could not attach the svn diff to the JIRA since there is
>> an issue with our public JIRA at the moment, therefor I am attaching it
>> here with this mail.
>>
>> Regards
>> IsuruW
>>
>> --
>> *Isuru Wimalasundera*
>> Senior Software Engineer;
>> WSO2, Inc.; http://wso2.com,
>> mobile: +94 77 920 5641
>>
>
>


-- 
*Isuru Wimalasundera*
Senior Software Engineer;
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += SumedhaS

2014-01-03 Thread Isuru Wimalasundera
Congratulations Sumedha !!! keep up the good work.


On Fri, Jan 3, 2014 at 1:58 PM, Amila Maha Arachchi  wrote:

>
> Hi All,
>
> It's my pleasure to welcome Sumedha Kodithuwakku as a WSO2 Committer.
> SumedhaS has been a valuable contributor to the Cloud team during the last
> few months. He worked on the Cloud Preview deployment and also developed
> the HeartBeat tool for it. In addition to that he has worked on many other
> Cloud related development work. In recognition of his contributions,
> SumedhaS has been voted as a WSO2 committer.
>
> SumedhaS, Welcome aboard and keep up the good work!
>
> Regards,
> AmilaM.
> --
> *Amila Maharachchi*
> Senior Technical Lead
> WSO2, Inc.; http://wso2.com
>
> Blog: http://maharachchi.blogspot.com
> Mobile: +94719371446
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Senior Software Engineer;
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
Blog : http://isurupw.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Git push fails for cloudpreview

2014-01-22 Thread Isuru Wimalasundera
Hi IsuruP

According to [1] the reason for this error can be due to git/https buffer
settings, May be the the default file post size for Git has been exceeded
by your push request. Can you please try the given below command from
inside your cloned repo before executing your push request.

git config http.postBuffer 524288000

[1] -
http://stackoverflow.com/questions/15240815/git-fatal-the-remote-end-hung-up-unexpectedly

- IsuruW


On Wed, Jan 22, 2014 at 6:01 PM, Isuru Perera  wrote:

> Hi,
>
> I'm trying "git push" for my application in App Cloud and I cannot push
> changes.
>
> Following is the error:
>
> Username for 'https://git.cloudpreview.wso2.com': ad...@chrishantha.com
> Password for 'https://ad...@chrishantha.com@git.cloudpreview.wso2.com':
> Counting objects: 53, done.
> Delta compression using up to 4 threads.
> Compressing objects: 100% (36/36), done.
> error: RPC failed; result=22, HTTP code = 411
> fatal: The remote end hung up unexpectedly
> Writing objects: 100% (45/45), 9.79 MiB | 109.00 KiB/s, done.
> Total 45 (delta 3), reused 0 (delta 0)
> *fatal: The remote end hung up unexpectedly*
> Everything up-to-date
>
> What could be the reason?
>
> Thanks!
>
> Best Regards,
>
> --
> Isuru Perera
> Senior Software Engineer | WSO2, Inc. | http://wso2.com/
> Lean . Enterprise . Middleware
>
> about.me/chrishantha
>



-- 
*Isuru Wimalasundera*
Senior Software Engineer;
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
Blog : http://isurupw.blogspot.com/


<http://isurupw.blogspot.com/>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] WSO2 Test Automation Framework 4.3.0 is ready to be used.

2014-02-16 Thread Isuru Wimalasundera
 cross
>>>browser environments.
>>>-
>>>
>>>Set of common test utilities to facilitate better test writing
>>>experience.
>>>
>>>
>>> Bugs Fixed and Feature implementation in This Release
>>>
>>> This release of WSO2 TAF comes with a number of bug fixes and feature
>>> implementation. All the issues which have been fixed in Test Framework
>>> 4.3.0 are recorded at following locations:
>>>
>>>-
>>>
>>>Fixed Test Framework specific 
>>> issues<https://wso2.org/jira/issues/?filter=11723>
>>>
>>> Reporting Problems
>>>
>>>-
>>>
>>>Issues can be reported using the Test Automation public JIRA
>>>available at https://wso2.org/jira/browse/TA
>>>
>>>
>>> SVN Repository
>>>
>>>-
>>>
>>>Test Framework 
>>> Source<https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/platform-integration/test-automation-framework-2/><https://wso2.org/jira/browse/BPS>
>>>
>>> Contact us
>>>
>>> WSO2 developers can be contacted via the mailing list: dev@wso2.org
>>>
>>> For details on subscriptions see http://wso2.org/mail
>>>
>>> https://wso2.org/jira/browse/TA-798?filter=11723
>>> Discussion Forums
>>>
>>> Alternatively, questions could be raised on 
>>> http://stackoverflow.com<http://stackoverflow.com/questions/tagged/wso2>
>>> .
>>> Support
>>>
>>> We are committed to ensuring that your enterprise middleware deployment
>>> is completely supported from evaluation to production. Our unique
>>> approach ensures that all support leverages our open development
>>> methodology and is provided by the very same engineers who build the
>>> technology.
>>>
>>> For more details and to take advantage of this unique opportunity 
>>> pleasevisit
>>> http://wso2.com/support/
>>>
>>> <http://wso2.com/products/business-process-server/>
>>>
>>> Thank you for your interest in WSO2 Test Automation Framework
>>>
>>> - The WSO2 Test Automation Framework Team -
>>>
>>>
>>> ___
>>> Architecture mailing list
>>> architect...@wso2.org
>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>>
>>>
>>
>>
>> --
>>
>>
>> *[image: http://wso2.com] <http://wso2.com> Senaka Fernando*
>> Senior Technical Lead; WSO2 Inc.; http://wso2.com
>>
>>
>>
>> * Member; Apache Software Foundation; http://apache.org
>> <http://apache.org>E-mail: senaka AT wso2.com <http://wso2.com>**P: +1
>> 408 754 7388 <%2B1%20408%20754%207388>; ext: 51736*;
>>
>>
>> *M: +94 77 322 1818 <%2B94%2077%20322%201818> Linked-In:
>> http://linkedin.com/in/senakafernando
>> <http://linkedin.com/in/senakafernando>*Lean . Enterprise . Middleware
>>
>> ___
>> Architecture mailing list
>> architect...@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>>
>>
>
>
> --
> Krishantha Samaraweera
> Senior Technical Lead - Test Automation
> Mobile: +94 77 7759918
> WSO2, Inc.; http://wso2.com/
> lean . enterprise . middlewear.
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
*Isuru Wimalasundera*
Senior Software Engineer;
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
Blog : http://isurupw.blogspot.com/


<http://isurupw.blogspot.com/>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Where can I find the latest code of Stratos2 (in SVN) ?

2013-03-17 Thread Isuru Wimalasundera
Hi Nirmal

trunk contains the latest implementations.
https://svn.wso2.org/repos/wso2/carbon/platform/trunk/components/stratos .
We are still in the process of migrating stuff to 4.1.1 branch and will be
completing the making of new packs by EOD.


On Sun, Mar 17, 2013 at 11:57 PM, Nirmal Fernando  wrote:

> $subject please?
>
> --
>
> Thanks & regards,
> Nirmal
>
> Software Engineer- Platform Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.blogspot.com/
>
> <http://nirmalfdo.blogspot.com/>
>



-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] build failure:carbon-trunk:jclouds

2013-03-19 Thread Isuru Wimalasundera
Hi Pradeep

The property 1.5.0-beta.5 is already
there in the 
https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/pom.xml
<https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/pom.xmlhttps://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/pom.xml>,
and I got this build.


On Tue, Mar 19, 2013 at 11:35 AM, Pradeep Fernando  wrote:

> Hi,
>
> 'dependencies.dependency.version' for org.jclouds.driver:jclouds-log4j:jar
> must be a valid version but is '${jclouds.version}'. @ line 77, column 16
>
>
>
> Can you please have a look. Missing commit in the parent pom file i guess.
>
> --Pradeep
>



-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] build failure:carbon-trunk:jclouds

2013-03-19 Thread Isuru Wimalasundera
just noticed that you are referring to trunk here, my bad , this is fixed
now.

Thanks


On Tue, Mar 19, 2013 at 7:05 PM, Isuru Wimalasundera wrote:

> Hi Pradeep
>
> The property 1.5.0-beta.5 is already
> there in the 
> https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/pom.xml
>
> <https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/pom.xmlhttps://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/pom.xml>,
> and I got this build.
>
>
> On Tue, Mar 19, 2013 at 11:35 AM, Pradeep Fernando wrote:
>
>> Hi,
>>
>> 'dependencies.dependency.version' for
>> org.jclouds.driver:jclouds-log4j:jar must be a valid version but is
>> '${jclouds.version}'. @ line 77, column 16
>>
>>
>>
>> Can you please have a look. Missing commit in the parent pom file i guess.
>>
>> --Pradeep
>>
>
>
>
> --
> *Isuru Wimalasundera*
> Software Engineer;  WSO2, Inc.; http://wso2.com,
>  mobile: +94 77 920 5641
>
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] ClassNotFoundException: org.apache.http.nio.NHttpClientEventHandler when server startup with synapse/2.1.1-wso2v4

2013-03-21 Thread Isuru Wimalasundera
1)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
>> at
>> org.eclipse.equinox.http.servlet.internal.Activator.registerHttpService(Activator.java:81)
>> at
>> org.eclipse.equinox.http.servlet.internal.Activator.addProxyServlet(Activator.java:60)
>> at
>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.init(ProxyServlet.java:40)
>> at
>> org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.init(DelegationServlet.java:38)
>> at
>> org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1267)
>> at
>> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1186)
>> at
>> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1081)
>> at
>> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5027)
>> at
>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5314)
>> at
>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>> at
>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
>> at
>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>> 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.apache.axis2.deployment.DeploymentException:
>> org/apache/http/nio/NHttpClientEventHandler
>> at
>> org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:704)
>> at
>> org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:124)
>> at
>> org.wso2.carbon.core.CarbonAxisConfigurator.populateAxisConfiguration(CarbonAxisConfigurator.java:308)
>> at
>> org.wso2.carbon.core.CarbonAxisConfigurator.getAxisConfiguration(CarbonAxisConfigurator.java:188)
>> ... 42 more
>> Caused by: java.lang.NoClassDefFoundError:
>> org/apache/http/nio/NHttpClientEventHandler
>> at java.lang.Class.getDeclaredConstructors0(Native Method)
>> at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
>> at java.lang.Class.getConstructor0(Class.java:2699)
>> at java.lang.Class.newInstance0(Class.java:326)
>> at java.lang.Class.newInstance(Class.java:308)
>> at
>> org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:688)
>> ... 45 more
>> Caused by: java.lang.ClassNotFoundException:
>> org.apache.http.nio.NHttpClientEventHandler
>> at
>> org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:455)
>> at
>> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
>> at
>> org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
>> at
>> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>> ... 51 more
>>
>>
>> Regards,
>> Dinusha.
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Jeewantha Dharmaparakrama
> Software Engineer; WSO2, Inc.; http://wso2.com/
> Phone : (+94) 774726790
> Skype : prasad.jeewantha
> LinkedIn : http://www.linkedin.com/in/jeewanthad
> Twitter: https://twitter.com/jeewamp
> Blog: http://jeewanthad.blogspot.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Vcloud feature should carry the java-xmlbuilder dependency

2013-03-21 Thread Isuru Wimalasundera
Hi Nirmal

the dependency to "java-xmlbuilder-0.4.jar" is available in
https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/jclouds/vcloud/1.6.0-wso2v1,
But we made it not importing to the dependency package by using
!com.jamesmurty.utils.* due to a build
issue of cloud controller.

Do you need this as a dependency to stratos cloud-controller feature??


On Fri, Mar 22, 2013 at 8:15 AM, Nirmal Fernando  wrote:

> Hi IsuruW,
>
> It seems that the vcloud feature needs to have a dependency to
> "java-xmlbuilder-0.4.jar". Can you please change appropriately and also
> check there's no OSGi level issues at the server start up?
>
> --
>
> Thanks & regards,
> Nirmal
>
> Software Engineer- Platform Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.blogspot.com/
>
> <http://nirmalfdo.blogspot.com/>
>



-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Vcloud feature should carry the java-xmlbuilder dependency

2013-03-22 Thread Isuru Wimalasundera
Hi Nirmal

I have created the java-xmlbuilder orbit bundle at
https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/orbit/java-xmlbuilderand
added this as a dependency to
https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/features/stratos/cloud-controller/org.wso2.carbon.stratos.cloud.controller.feature/2.1.1.

This would fix your problem.



On Fri, Mar 22, 2013 at 11:12 AM, Nirmal Fernando  wrote:

> It throws a CNF at runtime because of this.
>
>
> On Thu, Mar 21, 2013 at 10:36 PM, Isuru Wimalasundera wrote:
>
>> Hi Nirmal
>>
>> the dependency to "java-xmlbuilder-0.4.jar" is available in
>> https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.1.0/dependencies/jclouds/vcloud/1.6.0-wso2v1,
>>  But we made it not importing to the dependency package by using
>> !com.jamesmurty.utils.* due to a build
>> issue of cloud controller.
>>
>> Do you need this as a dependency to stratos cloud-controller feature??
>>
>>
>> On Fri, Mar 22, 2013 at 8:15 AM, Nirmal Fernando  wrote:
>>
>>> Hi IsuruW,
>>>
>>> It seems that the vcloud feature needs to have a dependency to
>>> "java-xmlbuilder-0.4.jar". Can you please change appropriately and also
>>> check there's no OSGi level issues at the server start up?
>>>
>>> --
>>>
>>> Thanks & regards,
>>> Nirmal
>>>
>>> Software Engineer- Platform Technologies Team, WSO2 Inc.
>>> Mobile: +94715779733
>>> Blog: http://nirmalfdo.blogspot.com/
>>>
>>> <http://nirmalfdo.blogspot.com/>
>>>
>>
>>
>>
>> --
>> *Isuru Wimalasundera*
>> Software Engineer;  WSO2, Inc.; http://wso2.com,
>>  mobile: +94 77 920 5641
>>
>>
>>
>
>
> --
>
> Thanks & regards,
> Nirmal
>
> Software Engineer- Platform Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.blogspot.com/
>
> <http://nirmalfdo.blogspot.com/>
>



-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Please apply the patch attached at https://wso2.org/jira/browse/SPI-178

2013-03-22 Thread Isuru Wimalasundera
Done , revision 168946


On Fri, Mar 22, 2013 at 6:23 AM, Nirmal Fernando  wrote:

>
> $Subject please.
>
> --
>
> Thanks & regards,
> Nirmal
>
> Software Engineer- Platform Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.blogspot.com/
>
> <http://nirmalfdo.blogspot.com/>
>



-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Stratos 2 ELB : NoSuchMethodError: HttpProtocolParams.getMalformedInputAction

2013-03-28 Thread Isuru Wimalasundera
Hi All

In the latest ELB build from 4.1.1 branch, which is updated to httpcore
4.2.3wso2v1 recently, gives the given below error. Any idea on this?

[2013-03-28 20:09:24,150] ERROR - NIOServerCnxn Thread
Thread[HTTPS-Listener I/O dispatcher-1,5,HTTPS-Listener I/O dispatcher
thread group] died
java.lang.NoSuchMethodError:
org.apache.http.params.HttpProtocolParams.getMalformedInputAction(Lorg/apache/http/params/HttpParams;)Ljava/nio/charset/CodingErrorAction;
at
org.apache.http.impl.nio.reactor.SessionInputBufferImpl.(SessionInputBufferImpl.java:78)
at
org.apache.http.impl.nio.NHttpConnectionBase.(NHttpConnectionBase.java:146)
at
org.apache.http.impl.nio.DefaultNHttpServerConnection.(DefaultNHttpServerConnection.java:93)
at
org.apache.synapse.transport.http.conn.LoggingNHttpServerConnection.(LoggingNHttpServerConnection.java:62)
at
org.apache.synapse.transport.http.conn.LoggingUtils.createServerConnection(LoggingUtils.java:73)
at
org.apache.synapse.transport.http.conn.ServerConnFactory.createConnection(ServerConnFactory.java:90)
at
org.apache.synapse.transport.passthru.ServerIODispatch.createConnection(ServerIODispatch.java:58)
at
org.apache.synapse.transport.passthru.ServerIODispatch.createConnection(ServerIODispatch.java:39)
at
org.apache.http.impl.nio.reactor.AbstractIODispatch.connected(AbstractIODispatch.java:72)
at
org.apache.http.impl.nio.reactor.BaseIOReactor.sessionCreated(BaseIOReactor.java:242)
at
org.apache.http.impl.nio.reactor.AbstractIOReactor.processNewChannels(AbstractIOReactor.java:427)
at
org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:291)
at
org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:106)
at
org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:604)
at java.lang.Thread.run(Thread.java:662)

Thanks
Isuruw

-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Stratos 2 ELB : NoSuchMethodError: HttpProtocolParams.getMalformedInputAction

2013-03-28 Thread Isuru Wimalasundera
This occurs when I joined a App Server to ELB and when trying to open the
management console with host name.


On Thu, Mar 28, 2013 at 8:17 PM, Isuru Wimalasundera wrote:

> Hi All
>
> In the latest ELB build from 4.1.1 branch, which is updated to httpcore
> 4.2.3wso2v1 recently, gives the given below error. Any idea on this?
>
> [2013-03-28 20:09:24,150] ERROR - NIOServerCnxn Thread
> Thread[HTTPS-Listener I/O dispatcher-1,5,HTTPS-Listener I/O dispatcher
> thread group] died
> java.lang.NoSuchMethodError:
> org.apache.http.params.HttpProtocolParams.getMalformedInputAction(Lorg/apache/http/params/HttpParams;)Ljava/nio/charset/CodingErrorAction;
> at
> org.apache.http.impl.nio.reactor.SessionInputBufferImpl.(SessionInputBufferImpl.java:78)
> at
> org.apache.http.impl.nio.NHttpConnectionBase.(NHttpConnectionBase.java:146)
> at
> org.apache.http.impl.nio.DefaultNHttpServerConnection.(DefaultNHttpServerConnection.java:93)
> at
> org.apache.synapse.transport.http.conn.LoggingNHttpServerConnection.(LoggingNHttpServerConnection.java:62)
> at
> org.apache.synapse.transport.http.conn.LoggingUtils.createServerConnection(LoggingUtils.java:73)
> at
> org.apache.synapse.transport.http.conn.ServerConnFactory.createConnection(ServerConnFactory.java:90)
> at
> org.apache.synapse.transport.passthru.ServerIODispatch.createConnection(ServerIODispatch.java:58)
> at
> org.apache.synapse.transport.passthru.ServerIODispatch.createConnection(ServerIODispatch.java:39)
> at
> org.apache.http.impl.nio.reactor.AbstractIODispatch.connected(AbstractIODispatch.java:72)
> at
> org.apache.http.impl.nio.reactor.BaseIOReactor.sessionCreated(BaseIOReactor.java:242)
> at
> org.apache.http.impl.nio.reactor.AbstractIOReactor.processNewChannels(AbstractIOReactor.java:427)
> at
> org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:291)
> at
> org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:106)
> at
> org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:604)
> at java.lang.Thread.run(Thread.java:662)
>
> Thanks
> Isuruw
>
> --
> *Isuru Wimalasundera*
> Software Engineer;  WSO2, Inc.; http://wso2.com,
>  mobile: +94 77 920 5641
>
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Stratos 2 ELB : NoSuchMethodError: HttpProtocolParams.getMalformedInputAction

2013-03-28 Thread Isuru Wimalasundera
Hi Lalaji

Yes seems it was the case, we too had a duplicate older version of httpcore
inside plugins, in the process fixing it. Thanks for the note .


On Thu, Mar 28, 2013 at 8:49 PM, Lalaji Sureshika  wrote:

> Hi,
>
> Did you check the ELB built pack contains duplicate versions
> of httpcore/httpcore-nio/http-client jars in plugins folder. We got similar
> issue in APIManager pack built on 4.1.2.Duplicate version-ed jars issue got
> resolved when we update org.wso2.carbon.databridge.datapublisher.feature to
> 4.1.1 in our product.
>
> Thanks;
>
> Thanks;
>
> On Thu, Mar 28, 2013 at 7:17 PM, Isuru Wimalasundera wrote:
>
>> Hi All
>>
>> In the latest ELB build from 4.1.1 branch, which is updated to httpcore
>> 4.2.3wso2v1 recently, gives the given below error. Any idea on this?
>>
>> [2013-03-28 20:09:24,150] ERROR - NIOServerCnxn Thread
>> Thread[HTTPS-Listener I/O dispatcher-1,5,HTTPS-Listener I/O dispatcher
>> thread group] died
>> java.lang.NoSuchMethodError:
>> org.apache.http.params.HttpProtocolParams.getMalformedInputAction(Lorg/apache/http/params/HttpParams;)Ljava/nio/charset/CodingErrorAction;
>> at
>> org.apache.http.impl.nio.reactor.SessionInputBufferImpl.(SessionInputBufferImpl.java:78)
>> at
>> org.apache.http.impl.nio.NHttpConnectionBase.(NHttpConnectionBase.java:146)
>> at
>> org.apache.http.impl.nio.DefaultNHttpServerConnection.(DefaultNHttpServerConnection.java:93)
>> at
>> org.apache.synapse.transport.http.conn.LoggingNHttpServerConnection.(LoggingNHttpServerConnection.java:62)
>> at
>> org.apache.synapse.transport.http.conn.LoggingUtils.createServerConnection(LoggingUtils.java:73)
>> at
>> org.apache.synapse.transport.http.conn.ServerConnFactory.createConnection(ServerConnFactory.java:90)
>> at
>> org.apache.synapse.transport.passthru.ServerIODispatch.createConnection(ServerIODispatch.java:58)
>> at
>> org.apache.synapse.transport.passthru.ServerIODispatch.createConnection(ServerIODispatch.java:39)
>> at
>> org.apache.http.impl.nio.reactor.AbstractIODispatch.connected(AbstractIODispatch.java:72)
>> at
>> org.apache.http.impl.nio.reactor.BaseIOReactor.sessionCreated(BaseIOReactor.java:242)
>> at
>> org.apache.http.impl.nio.reactor.AbstractIOReactor.processNewChannels(AbstractIOReactor.java:427)
>> at
>> org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:291)
>> at
>> org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:106)
>> at
>> org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:604)
>> at java.lang.Thread.run(Thread.java:662)
>>
>> Thanks
>> Isuruw
>>
>> --
>> *Isuru Wimalasundera*
>> Software Engineer;  WSO2, Inc.; http://wso2.com,
>>  mobile: +94 77 920 5641
>>
>>
>>
>> _______
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Lalaji Sureshika
> Software Engineer; Development Technologies Team;WSO2, Inc.;
> http://wso2.com/
> email: lal...@wso2.com; cell: +94 71 608 6811
> blog: http://lalajisureshika.blogspot.com
>
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [4.1.1] - Build Error - BPEL Core Component

2013-04-02 Thread Isuru Wimalasundera
Hi BPS team

I am getting the following error when building on a fresh repo.

[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 26:26.929s
[INFO] Finished at: Tue Apr 02 13:24:49 IST 2013
[INFO] Final Memory: 312M/978M
[INFO]

[ERROR] Failed to execute goal on project org.wso2.carbon.bpel: Could not
resolve dependencies for project
org.wso2.carbon:org.wso2.carbon.bpel:bundle:4.1.1: Failed to collect
dependencies for
[org.wso2.carbon:org.wso2.carbon.bpel.cluster.notifier:jar:4.1.1 (compile),
org.wso2.carbon:org.wso2.carbon.bpel.common:jar:4.1.0 (compile),
org.wso2.carbon:org.wso2.carbon.attachment.mgt:jar:4.1.1 (compile),
org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v9 (compile),
org.wso2.carbon:org.wso2.carbon.core:jar:4.1.0 (compile),
org.wso2.carbon:org.wso2.carbon.application.deployer:jar:4.1.0 (compile),
org.wso2.carbon:org.wso2.carbon.utils:jar:4.1.0 (compile),
org.wso2.carbon:org.wso2.carbon.datasource:jar:4.1.0 (compile),
org.apache.ode.wso2:ode:jar:1.3.5.wso2v7 (compile),
org.wso2.carbon:org.wso2.carbon.security.mgt:jar:4.1.0 (compile),
org.wso2.carbon:org.wso2.carbon.logging:jar:4.1.0 (compile),
org.wso2.carbon:org.wso2.carbon.application.deployer.bpel:jar:4.1.0
(compile), org.wso2.carbon:org.wso2.carbon.unifiedendpoint.core:jar:4.1.0
(compile), org.wso2.carbon:org.wso2.carbon.service.mgt:jar:4.1.0 (compile),
org.wso2.carbon:org.wso2.carbon.bpel.skeleton:jar:4.1.0 (compile),
hsqldb.wso2:hsqldb:jar:1.8.0.7wso2v1 (compile)]: Failed to read artifact
descriptor for org.apache.rampart.wso2:rampart-core:jar:1.6.1.wso2v9: Could
not find artifact org.wso2.carbon:carbon-dependents:pom:4.1.0-SNAPSHOT in
wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/) ->
[Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] 4.1.1 Branch - Build Error - Invalid dependency version in rampart-core at Nexus

2013-04-02 Thread Isuru Wimalasundera
Hi All

In a previous mail [4.1.1] - Build Error - BPEL Core Component , I have
reported a build error due to given below reason.


Failed to read artifact descriptor for org.apache.rampart.wso2:
rampart-core:jar:1.6.1.wso2v9: Could not find artifact
org.wso2.carbon:carbon-dependents:pom:4.1.0-SNAPSHOT in wso2-nexus (
http://maven.wso2.org/nexus/content/groups/wso2-public/) -> [Help 1]

Even though this version is correct in branch the dependency version is
wrong at
http://maven.wso2.org/nexus/content/groups/wso2-public/org/apache/rampart/wso2/rampart-core/1.6.1.wso2v9/rampart-core-1.6.1.wso2v9.pom,
therefor on a fresh repo with an online build we face this error.

Please be kind to correct this.

Thanks
Isuruw
-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] 4.1.1 Branch - Build Error - Invalid dependency version in rampart-core at Nexus

2013-04-02 Thread Isuru Wimalasundera
Hi Kasun

Yes , as I said inside platform/dependencies/orbit the rampart core pom
does have the correct version, But on a fresh repo when building online
this refers to
http://maven.wso2.org/nexus/content/groups/wso2-public/org/apache/rampart/wso2/rampart-core/1.6.1.wso2v9/rampart-core-1.6.1.wso2v9.pomwhich
has a SNAPSHOT version. as given below.

http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>

org.wso2.carbon
carbon-dependents
4.1.0-SNAPSHOT
../../pom.xml



On Tue, Apr 2, 2013 at 3:46 PM, Kasun Gajasinghe  wrote:

> Hi IsuruW,
>
> As I see, the rampart-core point to correct carbon-dependents version
> which is 4.1.0 not 4.1.0-SNAPSHOTS. In the pom file you have pointed
> in your mail, I see the below parent pom definition. Can you open the
> same pom from your local repo and make sure that file contains the
> same parent definition or another?
>
> 
> org.wso2.carbon
> carbon-dependents
> 4.1.0
> ../../../pom.xml
> 
>
> org.apache.rampart.wso2
> rampart-core
> bundle
>
> On Tue, Apr 2, 2013 at 3:37 PM, Isuru Wimalasundera 
> wrote:
> > Hi All
> >
> > In a previous mail [4.1.1] - Build Error - BPEL Core Component , I have
> > reported a build error due to given below reason.
> >
> >
> > Failed to read artifact descriptor for org.apache.rampart.wso2:
> > rampart-core:jar:1.6.1.wso2v9: Could not find artifact
> > org.wso2.carbon:carbon-dependents:pom:4.1.0-SNAPSHOT in wso2-nexus
> > (http://maven.wso2.org/nexus/content/groups/wso2-public/) -> [Help 1]
> >
> > Even though this version is correct in branch the dependency version is
> > wrong at
> >
> http://maven.wso2.org/nexus/content/groups/wso2-public/org/apache/rampart/wso2/rampart-core/1.6.1.wso2v9/rampart-core-1.6.1.wso2v9.pom
> > , therefor on a fresh repo with an online build we face this error.
> >
> > Please be kind to correct this.
> >
> > Thanks
> > Isuruw
> > --
> > Isuru Wimalasundera
> > Software Engineer;  WSO2, Inc.; http://wso2.com,
> >  mobile: +94 77 920 5641
> >
> >
>
>
>
> --
> Kasun Gajasinghe
> Software Engineer;
> Development Technologies Team, WSO2 Inc.; http://wso2.com
>
>  ,
> email: kasung AT spamfree wso2.com
>
>  cell: +94 (77) 678-0813
> linked-in: http://lk.linkedin.com/in/gajasinghe
>
>
> blog: http://kasunbg.org
>
>
> twitter: http://twitter.com/kasunbg
>



-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 Stratos 2.0 Beta 2 Released - Release Note

2013-04-05 Thread Isuru Wimalasundera
so2.org/jira/browse/SPI-68>] - Add an entry to
   cartridge.xml which resides in cloud controller to keep whether it is a
   data cartridge or not
   - [SPI-69 <https://wso2.org/jira/browse/SPI-69>] - Add a variable to
   Cartridge object to keep whether it is a data cartridge or not
   - [SPI-72 <https://wso2.org/jira/browse/SPI-72>] - Logging for
   Non-Carbon Cartridges: All the Relevant Log Details are Not Forwarded to
   Syslog
   - [SPI-99 <https://wso2.org/jira/browse/SPI-99>] - S2 carbon packs needs
   to be cleaned up
   - [SPI-101 <https://wso2.org/jira/browse/SPI-101>] - Git repository
   creation method needs to be improved
   - [SPI-103 <https://wso2.org/jira/browse/SPI-103>] - Remove info logs
   logged when a registrant is not accessible
   - [SPI-114 <https://wso2.org/jira/browse/SPI-114>] - [AS/PHP Catridge]
   README.txt files in git repository needs to contain some descriptive text
   - [SPI-118 <https://wso2.org/jira/browse/SPI-118>] - Add pagination for
   Manager GUI cartridge list
   - [SPI-127 <https://wso2.org/jira/browse/SPI-127>] - Enable domain
   mapping adding from GUI
   - [SPI-130 <https://wso2.org/jira/browse/SPI-130>] - User should be
   asked for a confirmation when he click unsubscribe from GUI, and
   unsubscribe command in Cli
   - [SPI-134 <https://wso2.org/jira/browse/SPI-134>] - Puppetize whole S2
   setup.
   - [SPI-140 <https://wso2.org/jira/browse/SPI-140>] - Create one final
   pack out of the prodcuts which used in Stratos2.
   - [SPI-144 <https://wso2.org/jira/browse/SPI-144>] - Autoscaler task
   should be able to concurrently serve different service clusters
   - [SPI-145 <https://wso2.org/jira/browse/SPI-145>] - Each IaaS should be
   able to specify a max count of instances that it can spawn
   - [SPI-152 <https://wso2.org/jira/browse/SPI-152>] - git auth modules
   axis2c library path is hard coded to /home/wso2/axis2c
   - [SPI-153 <https://wso2.org/jira/browse/SPI-153>] - In installer script
   JAVA_HOME should be taken from user environment
   - [SPI-154 <https://wso2.org/jira/browse/SPI-154>] - In installer script
   /home/wso2 folder and wso2 user is assumed
   - [SPI-155 <https://wso2.org/jira/browse/SPI-155>] - Remove git rep
   create related stuff from installer script
   - [SPI-177 <https://wso2.org/jira/browse/SPI-177>] - Use a property in
   Cartridge XML to define ssh port and use it for validating the cartridge
   instance is running or not.
   - [SPI-178 <https://wso2.org/jira/browse/SPI-178>] -
   CloudControllerStubClient's timeout value should be increased to avoid
   socket time outs
   - [SPI-190 <https://wso2.org/jira/browse/SPI-190>] - Enable domain
   mapping removing from GUI
   - [SPI-196 <https://wso2.org/jira/browse/SPI-196>] - Data cartridge
   status should be retrieved from the database instead of checking whether
   the data port is active

Task

   - [SPI-85 <https://wso2.org/jira/browse/SPI-85>] - Committing changes to
   Git Based Deployment Synchronizer to the Scratch Area
   - [SPI-126 <https://wso2.org/jira/browse/SPI-126>] - Remove git remo
   create/maintain functionality from Stratos2
   - [SPI-129 <https://wso2.org/jira/browse/SPI-129>] - Move ADC jars to
   Stratos Manager and test
   - [SPI-157 <https://wso2.org/jira/browse/SPI-157>] - Update the
   installer script to reflect packing only three jvm servers for S2
   - [SPI-158 <https://wso2.org/jira/browse/SPI-158>] - Adding Support to
   get Domains and Corresponding Sub Domains in TopologyManagementService
   - [SPI-161 <https://wso2.org/jira/browse/SPI-161>] - vCloud integration
   - [SPI-163 <https://wso2.org/jira/browse/SPI-163>] - update the
   Openstack test server in the lab with beta packs
   - [SPI-171 <https://wso2.org/jira/browse/SPI-171>] - Orbit Bundles for
   Git Based Deployment Synchronizer's Dependencies


Deliverables

[1] - OpenStack Deployment setup :
http://dist.wso2.org/downloads/stratos/2.0.0/beta2/wso2s2-openstack-1.0.0.zip

[2] - EC2 Deployment setup :
http://dist.wso2.org/downloads/stratos/2.0.0/beta2/wso2s2-ec2-1.0.0.zip

[3] - Public Amazon EC2 Stratos 2.0 setup : *s2demo.ami / ami-7a3b5f13*

[4] - CLI Tool :
http://dist.wso2.org/downloads/stratos/2.0.0/beta2/wso2s2cli-1.0.0.zip

[5] - Documentation :
http://dist.wso2.org/downloads/stratos/2.0.0/beta2/stratos2_docs.zip

[6] - Issue Tracker : https://wso2.org/jira/browse/SPI


*-- WSO2 Stratos2 Team --*


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Consider 4.1.1 branch as released

2013-04-05 Thread Isuru Wimalasundera
Hi All

Since we have released Stratos 2 beta 2 from 4.1.1 branch, we are planning
to consider 4.1.1 as released by publishing 4.1.1 features to nexus. This
will be done soon.

As I know the App Factory team is currently on 4.1.1 branch and it would be
better if the team can move to 4.1.3 prior to 4.1.1 branch release which
can be convenient for them in long term.

We will update this thread once the features of 4.1.1 are added to
repositories.

>From here onwards avoid committing to 4.1.1 branch. And consider it as
released.

Thanks
Isuruw

-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Are the 4.1.1 artifacts hosted on nexus?

2013-04-16 Thread Isuru Wimalasundera
Hi Nuwan

Sorry for the inconvenience, but still we are in the process of adding
4.1.1 components to nexus. Reka is now working on it.

Thanks
Isuruw


On Tue, Apr 16, 2013 at 2:11 PM, Nuwan Dias  wrote:

> Hi,
>
> Are the 4.1.1 artifacts hosted on nexus? I am getting the following build
> error when trying to build patch-releases/4.1.2/features. Seems like it
> cannot find the org.wso2.carbon.endpoint.server.feature:zip:4.1.1 in the
> online repo.
>
> [INFO] WSO2 Carbon - Endpoint Management Feature . FAILURE [0.054s]
> [INFO] WSO2 Carbon - Sequences Management UI Feature . SKIPPED
> [INFO] WSO2 Carbon - Sequences Management Feature  SKIPPED
> [INFO] WSO2 Carbon - Rest API Server Feature . SKIPPED
> [INFO] WSO2 Carbon - Rest API UI Feature . SKIPPED
> [INFO] WSO2 Carbon - Rest API Feature  SKIPPED
> [INFO] WSO2 Carbon - Mediation Library Server Feature  SKIPPED
> [INFO] WSO2 Carbon - Mediation Library UI Feature  SKIPPED
> [INFO] WSO2 Carbon - Mediation Library Feature ... SKIPPED
> [INFO] WSO2 Carbon - Mediation Connectors Server Feature . SKIPPED
> [INFO] WSO2 Carbon - All Mediators UI Feature  SKIPPED
> [INFO] WSO2 Carbon - Mediators Feature ... SKIPPED
> [INFO] WSO2 Carbon - Mediation Initializer Server Feature  SKIPPED
> [INFO] WSO2 Carbon - Mediation Initializer Feature ... SKIPPED
> [INFO] WSO2 Carbon - Api management Server Feature ... SKIPPED
> [INFO] WSO2 Carbon - Api management UI Feature ... SKIPPED
> [INFO] WSO2 Carbon - Api management Feature .. SKIPPED
> [INFO] WSO2 Carbon - API Store Feature ... SKIPPED
> [INFO] WSO2 Carbon - API Publisher Feature ... SKIPPED
> [INFO] WSO2 Carbon - Api management Server Lite Feature .. SKIPPED
> [INFO] Identity OAuth UI Feature . SKIPPED
> [INFO] Identity OAuth Server Feature . SKIPPED
> [INFO] Identity OAuth Feature  SKIPPED
> [INFO] WSO2 Carbon - Feature - Andes - Server  SKIPPED
> [INFO] WSO2 Carbon - Feature - Andes - UI  SKIPPED
> [INFO] WSO2 Carbon - Feature - Andes . SKIPPED
> [INFO] WSO2 Carbon - Patch releases - features - Aggregator Module  SKIPPED
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 10.750s
> [INFO] Finished at: Tue Apr 16 01:40:51 PDT 2013
> [INFO] Final Memory: 42M/324M
> [INFO]
> 
> [ERROR] Failed to execute goal on project
> org.wso2.carbon.endpoint.feature: Could not resolve dependencies for
> project org.wso2.carbon:org.wso2.carbon.endpoint.feature:pom:4.1.2: Failure
> to find org.wso2.carbon:org.wso2.carbon.endpoint.server.feature:zip:4.1.1
> in http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in
> the local repository, resolution will not be reattempted until the update
> interval of wso2-nexus has elapsed or updates are forced -> [Help 1]
> [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.
>
>
> Thanks,
> NuwanD.
> --
> Nuwan Dias
>
> Software Engineer - WSO2, Inc. http://wso2.com
> email : nuw...@wso2.com
> Phone : +94 777 775 729
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Dependencies for org.wso2.carbon.endpoint.feature not in nexus

2013-05-06 Thread Isuru Wimalasundera
Hi

I think the endpoint.server.feature 4.1.1 should be added to Nexus, but has
missed it somehow. For the time being I guess you can get this build if you
build the endpoint.server.feature 4.1.1.


On Mon, May 6, 2013 at 2:52 PM, Amila Maha Arachchi  wrote:

> See my mail with subject "4.1.2 build failure - endpoint.server.feature
> 4.1.1 not found". I raised the same issue, but no one replied. At the
> moment there is 4.1.0 and 4.1.1 versions of
> org.wso2.carbon.endpoint.server.feature. Either you should use 4.1.0 or svn
> move the 4.1.1 to 4.1.2 (if there are fixes in 4.1.1).
>
>
> On Mon, May 6, 2013 at 2:38 PM, Jeewantha Dharmaparakrama <
> jeewan...@wso2.com> wrote:
>
>> Hi all,
>>
>> The following dependencies for
>> carbon/platform/4.1.0/features/endpoints/org.wso2.carbon.endpoint.feature/4.1.2are
>>  not there in nexus.
>>
>> 
>> 
>> org.wso2.carbon
>>
>> org.wso2.carbon.endpoint.server.feature
>> 4.1.1
>> zip
>> 
>> 
>> org.wso2.carbon
>> org.wso2.carbon.endpoint.ui.feature
>> 4.1.2
>> zip
>> 
>> 
>>
>>
>> http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/org.wso2.carbon.endpoint.server.feature/
>>
>> http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/org.wso2.carbon.endpoint.ui.feature/
>>
>> Would changing the versions to 4.1.0 solve the issue?
>>
>> Jeewantha.
>>
>> --
>> Jeewantha Dharmaparakrama
>> Software Engineer; WSO2, Inc.; http://wso2.com/
>> Phone : (+94) 774726790
>> Skype : prasad.jeewantha
>> LinkedIn : http://www.linkedin.com/in/jeewanthad
>> Twitter: https://twitter.com/jeewamp
>> Blog: http://jeewanthad.blogspot.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Amila Maharachchi*
> Technical Lead
> Member, Management Committee - Cloud & Platform TG
> WSO2, Inc.; http://wso2.com
>
> Blog: http://maharachchi.blogspot.com
> Mobile: +94719371446
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Isuru Haththotuwa

2013-05-13 Thread Isuru Wimalasundera
Congratz IsuruH and all the best :)


On Thu, May 9, 2013 at 11:51 AM, Lakmal Warusawithana wrote:

> Hi,
>
> Its my pleasure to welcome Isuru Haththotuwa as a WSO2 Commiter.
>
> IsuruH has done excellent contribution in the areas of
> Stratos2 specially git based depSync. Also his contribution to Stratos2
> alpha, beta1 and beta2 was tremendous.
>
> IsuruH, welcome aboard and keep up the good work.
>
> regards
>
> --
> Lakmal Warusawithana
> Software Architect; WSO2 Inc.
> Mobile : +94714289692
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ravi Undupitiya

2013-05-18 Thread Isuru Wimalasundera
Congratz Ravi :)


On Tue, May 14, 2013 at 11:48 AM, Miyuru Wanninayaka wrote:

> Hi all,
>
> It's my pleasure to announce Ravi as a WSO2 committer. Ravi made a
> excellent contribution to WSO2 ESB.
>
> @Ravi, welcome abroad and keep up the good work!
>
> Cheers!
> --
> Miyuru Wanninayaka
> Senior Software Engineer
> Member, Management Committee - Integration Technologies
> WSO2 Inc. : http://wso2.com
>
> Mobile : +94 77 209 9788
> Blog : http://miyurudw.blogspot.com
> Flickr : http://www.flickr.com/photos/miyuru_daminda
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Commits] [Carbon-platform] svn commit r130293 - carbon/platform/trunk/components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions

2012-06-17 Thread Isuru Wimalasundera
Hi Senaka

I have enhanced the fix at r130322,r130323,r130324. Please give your
suggestions.

Thanks
Isuruw

On Sun, Jun 17, 2012 at 11:32 PM, Senaka Fernando  wrote:

> Hi Isuru,
>
> Commit looks ugly, but I don't think we have a choice here right.
> According to how we've made it so abstract, the eventing handler has no
> particular way to decide whether it was a direct addition or a state
> transition, without a property, :-).
>
> But, we still can do some justice to how this is done. Can we make the
> property name into a constant? And can we document (I mean Java API docs
> not product docs) how that constant is used, and why would someone else
> need to set that if he/she wrote their own executor? Also, we probably need
> to fix the same in the CopyExecutor right?
>
> Thanks,
> Senaka.
>
> On Sun, Jun 17, 2012 at 9:18 PM,  wrote:
>
>> Author: isuruw
>> Date: Sun Jun 17 11:48:12 2012
>> New Revision: 130293
>> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=130293
>>
>> Log:
>> fix to the issue REGISTRY-786
>>
>> Modified:
>>
>> carbon/platform/trunk/components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/executors/ServiceVersionExecutor.java
>>
>> Modified:
>> carbon/platform/trunk/components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/executors/ServiceVersionExecutor.java
>> URL:
>> http://wso2.org/svn/browse/wso2/carbon/platform/trunk/components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/executors/ServiceVersionExecutor.java?rev=130293&r1=130292&r2=130293&view=diff
>>
>> ==
>> ---
>> carbon/platform/trunk/components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/executors/ServiceVersionExecutor.java
>> (original)
>> +++
>> carbon/platform/trunk/components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/executors/ServiceVersionExecutor.java
>> Sun Jun 17 11:48:12 2012
>> @@ -256,6 +256,8 @@
>>  //   We avoid copying dependencies here because they are added
>> to the new resources
>> copyAllAssociations(registry,
>> newPathMappings.get(resourcePath), resourcePath);
>>
>> +addSubscriptionAvailableProperty(newResource , resourcePath);
>> +
>> requestContext.setResource(newResource);
>> requestContext.setOldResource(resource);
>> requestContext.setResourcePath(new
>> ResourcePath(newPathMappings.get(resourcePath)));
>> @@ -286,6 +288,11 @@
>> return true;
>> }
>>
>> +private void addSubscriptionAvailableProperty(Resource newResource,
>> String path) throws RegistryException {
>> +
>>  newResource.setProperty("registry.is.environment.change.property","true");
>> +
>> +}
>> +
>> private void copyAllAssociations(Registry registry, String newPath,
>> String path) throws RegistryException {
>> if (copyAllAssociations) {
>> Utils.copyAssociations(registry, newPath, path);
>> ___
>> Commits mailing list
>> comm...@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/commits
>>
>
>
>
> --
> *Senaka Fernando*
> Member - Integration Technologies Management Committee;
> Technical Lead; WSO2 Inc.; http://wso2.com*
> Member; Apache Software Foundation; http://apache.org
>
> E-mail: senaka AT wso2.com
> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
> Linked-In: http://linkedin.com/in/senakafernando
>
> *Lean . Enterprise . Middleware
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Bamboo-Build] WSO2 Carbon > platform > #393 has FAILED. Change made by 7 authors.

2012-06-22 Thread Isuru Wimalasundera
date(SvnRepository.java:1213)
> error 22-Jun-2012 01:20:20at 
> com.atlassian.bamboo.repository.svn.SvnRepository.retrieveSourceCodeWithException(SvnRepository.java:633)
> error 22-Jun-2012 01:20:20at 
> com.atlassian.bamboo.repository.svn.SvnRepository.retrieveSourceCodeWithCleanup(SvnRepository.java:559)
> error 22-Jun-2012 01:20:20at 
> com.atlassian.bamboo.repository.svn.SvnRepository.retrieveSourceCode(SvnRepository.java:501)
> error 22-Jun-2012 01:20:20... 38 more
>
>
> On Fri, Jun 22, 2012 at 1:50 PM, Bamboo  wrote:
>
>>  [image: Failed]  WSO2 Carbon<http://wso2.org/bamboo/browse/WSO2CARBON/>›
>> platform <http://wso2.org/bamboo/browse/WSO2CARBON-PLATFORM/> › 
>> #393<http://wso2.org/bamboo/browse/WSO2CARBON-PLATFORM-393/>
>> failed
>>
>> Code has been updated by miyuru<http://wso2.org/bamboo/browse/author/miyuru>,
>> hiranya <http://wso2.org/bamboo/browse/author/hiranya>, 
>> denis<http://wso2.org/bamboo/browse/author/denis>,
>> madhuka <http://wso2.org/bamboo/browse/author/madhuka>, 
>> isuruw<http://wso2.org/bamboo/browse/author/isuruw>,
>> lalaji <http://wso2.org/bamboo/browse/author/lalaji>, 
>> senaka<http://wso2.org/bamboo/browse/author/senaka>
>> .
>>
>> No failed tests found, a possible compilation error.
>>Failing Jobs <http://wso2.org/bamboo/browse/WSO2CARBON-PLATFORM-393/>
>> Job
>> Duration Tests[image: Failed]  Default 
>> Job<http://wso2.org/bamboo/browse/WSO2CARBON-PLATFORM-JOB1-393/> (Default
>> Stage)  Unknown  No tests found  
>> Logs<http://wso2.org/bamboo/browse/WSO2CARBON-PLATFORM-JOB1-393/log>|
>> Artifacts<http://wso2.org/bamboo/browse/WSO2CARBON-PLATFORM-JOB1-393/artifact>
>>  Code
>> Changes <http://wso2.org/bamboo/browse/WSO2CARBON-PLATFORM-393/commit/>  View
>> all 11 code 
>> changes<http://wso2.org/bamboo/browse/WSO2CARBON-PLATFORM-393/commit/>
>> senaka <http://wso2.org/bamboo/browse/author/senaka>
>> Fixing typo.  130873lalaji<http://wso2.org/bamboo/browse/author/lalaji>
>> Fixed 
>> APISTORE-378<http://wso2.org/bamboo/project/jiraRedirect.action?jiraIssueKey=APISTORE-378&bambooProjectKey=WSO2CARBON>
>> 130872denis <http://wso2.org/bamboo/browse/author/denis>
>> Fixed 
>> CARBON-13488<http://wso2.org/bamboo/project/jiraRedirect.action?jiraIssueKey=CARBON-13488&bambooProjectKey=WSO2CARBON>
>> 130871   8 more 
>> changes…<http://wso2.org/bamboo/browse/WSO2CARBON-PLATFORM-393/commit> 
>> View
>> Online <http://wso2.org/bamboo/browse/WSO2CARBON-PLATFORM-393> | Add
>> Comments<http://wso2.org/bamboo/browse/WSO2CARBON-PLATFORM-393?commentMode=true>
>>
>> This message was sent by Atlassian Bamboo <http://wso2.org/bamboo>.
>>
>> If you wish to stop receiving these emails edit your user 
>> profile<http://wso2.org/bamboo/profile/userNotifications.action>or notify
>> your administrator <http://wso2.org/bamboo/viewAdministrators.action>.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Best Regards,*
>
> Shammi Jayasinghe*
> Senior Software Engineer; WSO2, Inc.; http://wso2.com,
> mobile: +94 71 4493085
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Compilation error while building components

2012-07-05 Thread Isuru Wimalasundera
I am getting the same compilation failure, and the dependencies are up to
date and build.

On Fri, Jul 6, 2012 at 12:16 PM, Krishantha Samaraweera  wrote:

> Hi,
>
> I'm getting following compilation error while building components.
> Platform dependencies were already build by taking svn update. Any reason
> for this failure ?
>
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project org.wso2.carbon.analytics.hive: Compilation
> failure: Compilation failure:
> [ERROR]
> /home/krishantha/svn/trunk/carbon/platform/trunk/components/analytics/org.wso2.carbon.analytics.hive/src/main/java/org/wso2/carbon/analytics/hive/impl/HiveExecutorServiceImpl.java:[23,37]
> cannot find symbol
> [ERROR] symbol  : class Utils
> [ERROR] location: package org.apache.hadoop.hive.service
> [ERROR]
> /home/krishantha/svn/trunk/carbon/platform/trunk/components/analytics/org.wso2.carbon.analytics.hive/src/main/java/org/wso2/carbon/analytics/hive/impl/HiveExecutorServiceImpl.java:[163,42]
> cannot find symbol
> [ERROR] symbol  : variable Utils
> [ERROR] location: class
> org.wso2.carbon.analytics.hive.impl.HiveExecutorServiceImpl
> [ERROR]
> /home/krishantha/svn/trunk/carbon/platform/trunk/components/analytics/org.wso2.carbon.analytics.hive/src/main/java/org/wso2/carbon/analytics/hive/impl/HiveExecutorServiceImpl.java:[163,47]
> operator + cannot be applied to Utils.TENANT_ID_SEPARATOR_CHAR_SEQ,int
> [ERROR] -> [Help 1]
>
> Thanks,
> Krishantha.
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Compilation error while building components

2012-07-06 Thread Isuru Wimalasundera
The org.wso2.carbon.analytics.hive got build successfully after updating
the svn at dependencies/hive and dependencies/orbit/hive .
Thanks Tharindu and Kasunw

On Fri, Jul 6, 2012 at 12:55 PM, Kasun Weranga  wrote:

> I checked this, It seems like some issues with nexus. I'll have a look.
>
> Thanks,
> KasunW
>
>
> On Fri, Jul 6, 2012 at 12:48 PM, Kasun Weranga  wrote:
>
>>
>>
>> On Fri, Jul 6, 2012 at 12:44 PM, Krishantha Samaraweera <
>> krishan...@wso2.com> wrote:
>>
>>>
>>>
>>> On Fri, Jul 6, 2012 at 12:43 PM, Kasun Weranga  wrote:
>>>
>>>> Hi Krishantha,
>>>>
>>>> Is it offline build?
>>>>
>>>
>>> Yes
>>>
>>
>> Can you build online? It should fix.
>>
>>
>>> -Krishantha.
>>>
>>>>
>>>> On Fri, Jul 6, 2012 at 12:42 PM, Tharindu Mathew wrote:
>>>>
>>>>> Please build dependencies/hive and dependencies/orbit/hive.
>>>>>
>>>>> These are not in the build. This jar was uploaded to nexus but I
>>>>> believe there is something wrong. Kasun, please have a look.
>>>>>
>>>>>
>>>>> On Fri, Jul 6, 2012 at 12:27 PM, Isuru Wimalasundera 
>>>>> wrote:
>>>>>
>>>>>> I am getting the same compilation failure, and the dependencies are
>>>>>> up to date and build.
>>>>>>
>>>>>> On Fri, Jul 6, 2012 at 12:16 PM, Krishantha Samaraweera <
>>>>>> krishan...@wso2.com> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I'm getting following compilation error while building components.
>>>>>>> Platform dependencies were already build by taking svn update. Any 
>>>>>>> reason
>>>>>>> for this failure ?
>>>>>>>
>>>>>>> [INFO]
>>>>>>> 
>>>>>>> [ERROR] Failed to execute goal
>>>>>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>>>>>> (default-compile) on project org.wso2.carbon.analytics.hive: Compilation
>>>>>>> failure: Compilation failure:
>>>>>>> [ERROR]
>>>>>>> /home/krishantha/svn/trunk/carbon/platform/trunk/components/analytics/org.wso2.carbon.analytics.hive/src/main/java/org/wso2/carbon/analytics/hive/impl/HiveExecutorServiceImpl.java:[23,37]
>>>>>>> cannot find symbol
>>>>>>> [ERROR] symbol  : class Utils
>>>>>>> [ERROR] location: package org.apache.hadoop.hive.service
>>>>>>> [ERROR]
>>>>>>> /home/krishantha/svn/trunk/carbon/platform/trunk/components/analytics/org.wso2.carbon.analytics.hive/src/main/java/org/wso2/carbon/analytics/hive/impl/HiveExecutorServiceImpl.java:[163,42]
>>>>>>> cannot find symbol
>>>>>>> [ERROR] symbol  : variable Utils
>>>>>>> [ERROR] location: class
>>>>>>> org.wso2.carbon.analytics.hive.impl.HiveExecutorServiceImpl
>>>>>>> [ERROR]
>>>>>>> /home/krishantha/svn/trunk/carbon/platform/trunk/components/analytics/org.wso2.carbon.analytics.hive/src/main/java/org/wso2/carbon/analytics/hive/impl/HiveExecutorServiceImpl.java:[163,47]
>>>>>>> operator + cannot be applied to Utils.TENANT_ID_SEPARATOR_CHAR_SEQ,int
>>>>>>> [ERROR] -> [Help 1]
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Krishantha.
>>>>>>>
>>>>>>>
>>>>>>> ___
>>>>>>> Dev mailing list
>>>>>>> Dev@wso2.org
>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *Isuru Wimalasundera*
>>>>>> Software Engineer;  WSO2, Inc.; http://wso2.com,
>>>>>>  mobile: +94 77 920 5641
>>>>>>
>>>>>>
>>>>>> ___
>>>>>> Dev mailing list
>>>>>> Dev@wso2.org
>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Regards,
>>>>>
>>>>> Tharindu
>>>>>
>>>>> blog: http://mackiemathew.com/
>>>>> M: +9459908
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> *Kasun Weranga*
>>>> Software Engineer
>>>> **
>>>> *WSO2, Inc.
>>>> *lean.enterprise.middleware.
>>>> mobile : +94 772314602
>>>> <http://sanjeewamalalgoda.blogspot.com/>blog 
>>>> :<http://sanjeewamalalgoda.blogspot.com/>
>>>> http://kasunweranga.blogspot.com/
>>>>
>>>
>>>
>>
>>
>> --
>> *Kasun Weranga*
>> Software Engineer
>> **
>> *WSO2, Inc.
>> *lean.enterprise.middleware.
>> mobile : +94 772314602
>> <http://sanjeewamalalgoda.blogspot.com/>blog 
>> :<http://sanjeewamalalgoda.blogspot.com/>
>> http://kasunweranga.blogspot.com/
>>
>
>
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Logging Component Docs Issue

2012-07-13 Thread Isuru Wimalasundera
Hi Hiranya

AFAIK this issue has been fixed by Amani by the commit r132858.

On Fri, Jul 13, 2012 at 6:34 PM, Hiranya Jayathilaka wrote:

> Tag consistency is broken in the  userguide.html file of the logging
> component. Product builds are failing due to this. Please fix asap.
>
> Thanks
> --
> Hiranya Jayathilaka
> Senior Technical Lead;
> WSO2 Inc.;  http://wso2.org
> E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
> Blog: http://techfeast-hiranya.blogspot.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Build Fails > platform/components/business-processes/humantask

2012-07-16 Thread Isuru Wimalasundera
Hi Dhanushka

I am receiving this error as well, can we check on this asap.

Thanks
Isuruw

On Mon, Jul 16, 2012 at 11:16 AM, Andun Gunawardena  wrote:

> Hi All,
>
> Getting this error int the updated trunk,
>
> [ERROR] Failed to execute goal on project org.wso2.carbon.humantask: Could
>  not resolve dependencies for project org.wso2.carbon:org.wso2.carbon.
> humantask:bundle:4.0.0-SNAPSHOT:Could not find artifact net.sf.saxon.wso2
> :saxon.he:jar:9.4.wso2v1-SNAPSHOT in wso2-nexus (http://maven.wso2.org
> /nexus/content/groups/wso2-public/) -> [Help 1]
>
>
> Thanks
> AndunSLG
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Important]C4 release: open L1 and L2 s

2012-07-24 Thread Isuru Wimalasundera
Hi All

Please take this issue to consideration as well
https://wso2.org/jira/browse/CARBON-13677 related to JAXWS API services of
UDDI not working properly in latest GREG packs, AFAIU this need to be fixed
from the Kernel level as well, There is a separate thread regarding this
issue going on "JAXWS Service APIs of UDDI (GREG) are Failing".

Thanks
Isuruw

On Tue, Jul 24, 2012 at 8:30 PM, Charitha Kankanamge wrote:

> Hi Pradeep,
> We should review all L1/L2s reported through ESB and G-reg product jiras.
> There can be issues related to carbon core but reported via G-reg/ESB
> product jira during the test cycles (I agree it is not correct to use
> product specific jiras to report core bugs. However, we heavily used
> product specific jiras in recent test cycles and there may be some carbon
> core issues reported through product jira projects due to mistakes or when
> we could not figure out the root cause of the jiras)
>
> Thanks!
> Charitha
>
>
>
> On Tue, Jul 24, 2012 at 12:48 PM, Pradeep Fernando wrote:
>
>> Hi All,
>>
>> Here are the L1/L2 s that are in open state.
>>
>>
>> **L1s**
>>  CARBON-13619 Clean up conf/README file and make catalina_server.xml
>> as the default cofig file which can change the http/s ports statically.
>> -Dileepa Jayakody
>>  CARBON-13534 CipherTool and Secure Vault are broken in trunk
>> -Asela Pathberiya
>>
>> **L2s**
>> CARBON-13635 NPE when running a load test with resource adding
>> -Dimuthu Leelarathne
>> CARBON-13608 Fix jgroups.bind_addr property -Dimuthu Leelarathne
>> CARBON-13591 Login and logout user difference  -Amila Maharachchi
>> CARBON-13588 Modify Security Manager to allow tenants to read Rhino
>> code generated folder -Chethiya Abeysinghe
>> CARBON-13502 Ant task doesn't work to create war file [createWAR]
>> -Pradeep
>> CARBON-13386 Intermittent issue: ERROR
>> {org.infinispan.interceptors.InvocationContextInterceptor} - ISPN000136:
>> Execution error java.lang.InterruptedException when shutting down G-reg
>> -Dimuthu
>> CARBON-13208 TenantMgt AdminService invocation with wrong credentials
>> returns too much of information to the user, but the information is also
>> wrong  -Kathiravelu Pradeeban
>> CARBON-13167 supporting web-app mode deployment of carbon in Apache
>> Tomcat -Pradeep Fernando
>> CARBON-13140 wso2server.sh is not working with Solaris 10 in beta
>> Packs-Reka Thirunavukkarasu
>> CARBON-12895 Cannot enable JMS transport listener from UI -dushan
>> abeyruwan
>> CARBON-10230 Inconsistency of product clusters  -Thilini Ishaka
>>
>>
>> Carbon core *code freeze on tomorrow*, tentative release *date on 27 th*.
>> I need a *progress update of each of the issues before EOD today.*(working 
>> on it/ not started/ not possible with this release/etc)
>>
>>
>> regarding two issues assigned to me - will try to make them available in
>> this release. Otherwise they will go out in a point release.
>>
>> thanks,
>> --Pradeep
>>
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Pointing trunk/dependencies to branch-4.0/dependencies

2012-07-24 Thread Isuru Wimalasundera
Hi

I ll look in to this.


On Wed, Jul 25, 2012 at 11:48 AM, Pradeep Fernando  wrote:

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


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Management Console URL appears after WSO2 Carbon started log in GREG 4.5.0 server startup

2012-08-02 Thread Isuru Wimalasundera
Hi All

The $Subject occurs as shown in the screen shot, due to the deployment of
the module org.wso2.carbon.dashboard.common.oauth.GSOAuthModule after the
server is started. I guess this need to be fixed, please provide
suggestions.

Thanks
Isuruw

-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
<>___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Compilation failure : org.wso2.carbon.identity.provider

2012-08-08 Thread Isuru Wimalasundera
Hi

I am getting the following compilation error while building the
platform/branch/4.0.0.

[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/isuruw/builderTrunk/carbon/platform/branches/4.0.0/components/identity/org.wso2.carbon.identity.provider/4.0.0/src/main/java/org/wso2/carbon/identity/provider/openid/cache/AssociationCache.java:[91,46]
cannot find symbol
symbol  : constructor
Association(java.lang.String,java.lang.String,javax.crypto.SecretKey,java.util.Date)
location: class org.openid4java.association.Association
[INFO] 1 error
[INFO] -
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 5.919s
[INFO] Finished at: Wed Aug 08 20:45:51 IST 2012
[INFO] Final Memory: 29M/981M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project org.wso2.carbon.identity.provider: Compilation
failure
[ERROR]
/home/isuruw/builderTrunk/carbon/platform/branches/4.0.0/components/identity/org.wso2.carbon.identity.provider/4.0.0/src/main/java/org/wso2/carbon/identity/provider/openid/cache/AssociationCache.java:[91,46]
cannot find symbol
[ERROR] symbol  : constructor
Association(java.lang.String,java.lang.String,javax.crypto.SecretKey,java.util.Date)
[ERROR] location: class org.openid4java.association.Association
[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.

Thanks
Isuruw

-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Stratos Manager startup fails in Java 7 because Drools 5.1.1 does not support it

2012-10-11 Thread Isuru Wimalasundera
ore.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
>>> at
>>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
>>> at
>>> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
>>> at
>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
>>> at
>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
>>> at
>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>> at
>>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
>>> at
>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
>>> at
>>> org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:512)
>>> 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)
>>> Caused by:
>>> org.wso2.carbon.throttling.manager.exception.ThrottlingException: Error
>>> occurred while initializing the rule executing environment: Unable to load
>>> dialect
>>> 'org.drools.rule.builder.dialect.java.JavaDialectConfiguration:java:org.drools.rule.builder.dialect.java.JavaDialectConfiguration'
>>> at
>>> org.wso2.carbon.throttling.manager.rules.RuleInvoker.updateRules(RuleInvoker.java:87)
>>> at
>>> org.wso2.carbon.throttling.manager.rules.RuleInvoker.(RuleInvoker.java:38)
>>> at org.wso2.carbon.throttling.manager.tasks.Task.(Task.java:44)
>>> at
>>> org.wso2.carbon.throttling.manager.conf.ThrottlingTaskConfiguration.serialize(ThrottlingTaskConfiguration.java:84)
>>> at
>>> org.wso2.carbon.throttling.manager.conf.ThrottlingTaskConfiguration.(ThrottlingTaskConfiguration.java:51)
>>> at
>>> org.wso2.carbon.throttling.manager.conf.ThrottlingConfiguration.deserialize(ThrottlingConfiguration.java:88)
>>> at
>>> org.wso2.carbon.throttling.manager.conf.ThrottlingConfiguration.(ThrottlingConfiguration.java:43)
>>> ... 75 more
>>> Caused by: org.drools.RuntimeDroolsException: Unable to load dialect
>>> 'org.drools.rule.builder.dialect.java.JavaDialectConfiguration:java:org.drools.rule.builder.dialect.java.JavaDialectConfiguration'
>>> at
>>> org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:283)
>>> at
>>> org.drools.compiler.PackageBuilderConfiguration.buildDialectConfigurationMap(PackageBuilderConfiguration.java:268)
>>> at
>>> org.drools.compiler.PackageBuilderConfiguration.init(PackageBuilderConfiguration.java:181)
>>> at
>>> org.drools.compiler.PackageBuilderConfiguration.(PackageBuilderConfiguration.java:159)
>>> at
>>> org.drools.builder.impl.KnowledgeBuilderFactoryServiceImpl.newKnowledgeBuilderConfiguration(KnowledgeBuilderFactoryServiceImpl.java:22)
>>> at
>>> org.drools.builder.KnowledgeBuilderFactory.newKnowledgeBuilderConfiguration(KnowledgeBuilderFactory.java:75)
>>> at
>>> org.wso2.carbon.rule.backend.drools.DroolsBackendRuntimeFactory.getRuleBackendRuntime(DroolsBackendRuntimeFactory.java:47)
>>> at
>>> org.wso2.carbon.throttling.manager.rules.RuleInvoker.updateRules(RuleInvoker.java:66)
>>> ... 81 more
>>> Caused by: org.drools.RuntimeDroolsException: value '1.7' is not a valid
>>> language level
>>> at
>>> org.drools.rule.builder.dialect.java.JavaDialectConfiguration.getDefaultLanguageLevel(JavaDialectConfiguration.java:162)
>>> at
>>> org.drools.rule.builder.dialect.java.JavaDialectConfiguration.init(JavaDialectConfiguration.java:57)
>>> at
>>> org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:279)
>>> ... 88 more
>>>
>>> Regards,
>>> AmilaM.
>>>
>>> --
>>> *Amila Maharachchi*
>>> Technical Lead
>>> Member, Management Committee - Cloud & Platform TG
>>> WSO2, Inc.; http://wso2.com
>>>
>>> Blog: http://maharachchi.blogspot.com
>>> Mobile: +94719371446
>>>
>>>
>>>
>>
>>
>> --
>> *Amila Suriarachchi*
>>
>> Software Architect
>> WSO2 Inc. ; http://wso2.com
>> lean . enterprise . middleware
>>
>> phone : +94 71 3082805
>>
>>
>
>
> --
> *Amila Suriarachchi*
>
> Software Architect
> WSO2 Inc. ; http://wso2.com
> lean . enterprise . middleware
>
> phone : +94 71 3082805
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Compilation Failure - org.wso2.carbon.dataservices.core/4.0.2

2012-10-14 Thread Isuru Wimalasundera
Hi All

I am receiving the following compilation error while
building org.wso2.carbon.dataservices.core/4.0.2.

[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 39:22.252s
[INFO] Finished at: Mon Oct 15 11:20:55 IST 2012
[INFO] Final Memory: 1390M/1872M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project org.wso2.carbon.dataservices.core: Compilation
failure: Compilation failure:
[ERROR]
/home/isuruw/CARBON_PLATFORM/carbon/platform/branches/4.0.0/components/data-services/org.wso2.carbon.dataservices.core/4.0.2/src/main/java/org/wso2/carbon/dataservices/core/description/config/TabularDataBasedConfig.java:[125,35]
cannot find symbol
[ERROR] symbol  : variable DATA_SOURCE_TYPE
[ERROR] location: class
org.wso2.carbon.dataservices.sql.driver.parser.Constants
[ERROR]
/home/isuruw/CARBON_PLATFORM/carbon/platform/branches/4.0.0/components/data-services/org.wso2.carbon.dataservices.core/4.0.2/src/main/java/org/wso2/carbon/dataservices/core/description/config/TabularDataBasedConfig.java:[334,32]
cannot find symbol
[ERROR] symbol  : constructor
ColumnInfo(int,java.lang.String,java.lang.String,int)
[ERROR] location: class
org.wso2.carbon.dataservices.sql.driver.query.ColumnInfo
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn  -rf :org.wso2.carbon.dataservices.core

Please let know how to overcome this, or get this fixed asap.

Thanks
Isuruw

-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Compilation Failure - org.wso2.carbon.dataservices.core/4.0.2

2012-10-14 Thread Isuru Wimalasundera
Thanks Anjana & Dillepa

On Mon, Oct 15, 2012 at 11:53 AM, Anjana Fernando  wrote:

> Thanks.
>
> Cheers,
> Anjana.
>
>
> On Mon, Oct 15, 2012 at 11:47 AM, Dileepa Jayakody wrote:
>
>> fixed.
>>
>> On Mon, Oct 15, 2012 at 11:38 AM, Anjana Fernando wrote:
>>
>>> Hi Isuru,
>>>
>>> Yeah, this was already reported by Ajith earlier, a patch is at [1].
>>> Hoping to put it in soon. Sorry for the inconvenience caused.
>>>
>>> [1] https://wso2.org/jira/browse/DS-692
>>>
>>> Cheers,
>>> Anjana.
>>>
>>>
>>> On Mon, Oct 15, 2012 at 11:36 AM, Isuru Wimalasundera 
>>> wrote:
>>>
>>>> Hi All
>>>>
>>>> I am receiving the following compilation error while
>>>> building org.wso2.carbon.dataservices.core/4.0.2.
>>>>
>>>> [INFO]
>>>> 
>>>> [INFO] BUILD FAILURE
>>>> [INFO]
>>>> 
>>>> [INFO] Total time: 39:22.252s
>>>> [INFO] Finished at: Mon Oct 15 11:20:55 IST 2012
>>>>  [INFO] Final Memory: 1390M/1872M
>>>> [INFO]
>>>> 
>>>> [ERROR] Failed to execute goal
>>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>>> (default-compile) on project org.wso2.carbon.dataservices.core: Compilation
>>>> failure: Compilation failure:
>>>> [ERROR]
>>>> /home/isuruw/CARBON_PLATFORM/carbon/platform/branches/4.0.0/components/data-services/org.wso2.carbon.dataservices.core/4.0.2/src/main/java/org/wso2/carbon/dataservices/core/description/config/TabularDataBasedConfig.java:[125,35]
>>>> cannot find symbol
>>>> [ERROR] symbol  : variable DATA_SOURCE_TYPE
>>>> [ERROR] location: class
>>>> org.wso2.carbon.dataservices.sql.driver.parser.Constants
>>>> [ERROR]
>>>> /home/isuruw/CARBON_PLATFORM/carbon/platform/branches/4.0.0/components/data-services/org.wso2.carbon.dataservices.core/4.0.2/src/main/java/org/wso2/carbon/dataservices/core/description/config/TabularDataBasedConfig.java:[334,32]
>>>> cannot find symbol
>>>> [ERROR] symbol  : constructor
>>>> ColumnInfo(int,java.lang.String,java.lang.String,int)
>>>> [ERROR] location: class
>>>> org.wso2.carbon.dataservices.sql.driver.query.ColumnInfo
>>>> [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
>>>> [ERROR]
>>>> [ERROR] After correcting the problems, you can resume the build with
>>>> the command
>>>> [ERROR]   mvn  -rf :org.wso2.carbon.dataservices.core
>>>>
>>>> Please let know how to overcome this, or get this fixed asap.
>>>>
>>>> Thanks
>>>> Isuruw
>>>>
>>>> --
>>>> *Isuru Wimalasundera*
>>>> Software Engineer;  WSO2, Inc.; http://wso2.com,
>>>>  mobile: +94 77 920 5641
>>>>
>>>>
>>>
>>>
>>> --
>>> *Anjana Fernando*
>>> Associate Technical Lead
>>> WSO2 Inc. | http://wso2.com
>>> lean . enterprise . middleware
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Dileepa Jayakody,
>> Software Engineer, WSO2 Inc.
>> Lean . Enterprise . Middleware
>>
>> Mobile : +94777-857616
>>
>>
>
>
> --
> *Anjana Fernando*
> Associate Technical Lead
> WSO2 Inc. | http://wso2.com
> lean . enterprise . middleware
>



-- 
*Isuru Wimalasundera*
Software Engineer;  WSO2, Inc.; http://wso2.com,
 mobile: +94 77 920 5641
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [DEV] Response appends with Request in ISO Connector

2017-02-01 Thread Isuru Wimalasundera
Hi Mohan

I too think it is not necessary. AFAIR in ISO8583 the parameters you send
in 0200 requests does get return in 0210 response body.

IsuruW

On Wed, Feb 1, 2017 at 7:15 PM, Mohanadarshan Vivekanandalingam <
mo...@wso2.com> wrote:

> Hi Team,
>
> In ESB ISO connector, the response which is received from an ISO server
> (or device) is embedded with the request itself. Then, the client which
> invokes the message get both request and response.
>
> For example,
>
> *Request *
>
>  
>  
> 
> 
>  
>   
>
> *Response*
>
>   
>  
> 
> 
>  
>   
>   
>  
> 0210
> 0014
>  
>   
>
>
> I had an offline chat with Kanapriya and seems like it was implemented
> such manner as per [1]. What is the reason for such approach? I don't think
> it is a correct approach. Whether other connectors have the similar
> implementation?
>
>
> [1] https://github.com/wso2-extensions/esb-connector-iso8583
> /blob/master/src/main/java/org/wso2/carbon/connector/
> ISO8583/ISO8583MessageHandler.java#L115
>
> Thanks,
> Mohan
>
> --
> *V. Mohanadarshan*
> *Associate Tech Lead,*
> *Data Technologies Team,*
> *WSO2, Inc. http://wso2.com <http://wso2.com> *
> *lean.enterprise.middleware.*
>
> email: mo...@wso2.com
> phone:(+94) 771117673 <077%20111%207673>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Isuru Wimalasundera*
Associate Technical Lead;
WSO2 Cloud; http://cloud.wso2.com
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
Blog : http://isurupw.blogspot.com/



<http://isurupw.blogspot.com/>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 Committers += Fathima Dilhasha

2017-05-14 Thread Isuru Wimalasundera
Hi All

It's my pleasure to welcome Fathima Dilhasha as a WSO2 Committer.

Dilhasha has been a valuable contributor to WSO2 cloud team.  In
recognition of her contribution, dedication and commitment she has been
voted as a WSO2 committer.

Dilhasha, welcome aboard and keep up the good work !!!

Thank You

-- 
*Isuru Wimalasundera*
Associate Technical Lead;
WSO2 Cloud; http://cloud.wso2.com
WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
Blog : http://isurupw.blogspot.com/
<http://isurupw.blogspot.com/>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev