Re: [Carbon-dev] Inconsistencies in minimum password length requirement

2012-01-27 Thread Kathiravelu Pradeeban
On Sat, Jan 28, 2012 at 10:27 AM, Nirmal Fernando  wrote:

> Hi,
>
> When you create a new domain in Stratos minimum password length
> requirement is 6, but after logged in when you adding a new user minimum
> password length requirement is 5 (which can only be seen in the error
> message pop up, when u enter a <5 character password).
>
>
5 and 6 are too short for a password. I prefer 8 to be the default. :)


> Is this a design decision? If we have this inconsistency isn't it better
> to add a tip mentioning minimum password length requirement when you create
> a new user.
>
>
+1. You can add a tool tip, as you have mentioned in the jira (This is
already in Stratos tenant registration. But not in user-management, adding
users).

Regards,
Pradeeban.


> PS: this is related to issue at https://wso2.org/jira/browse/CARBON-12290
>
> Thanks
>
> --
>
> regards,
> Nirmal
>
> Software Engineer, WSO2 Inc.
> mobile: +94715779733
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Kathiravelu Pradeeban.
Software Engineer.
Cloud Technologies Team.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
M: +94 776 477 976
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Inconsistencies in minimum password length requirement

2012-01-27 Thread Nirmal Fernando
Hi,

When you create a new domain in Stratos minimum password length requirement
is 6, but after logged in when you adding a new user minimum password
length requirement is 5 (which can only be seen in the error message pop
up, when u enter a <5 character password).

Is this a design decision? If we have this inconsistency isn't it better to
add a tip mentioning minimum password length requirement when you create a
new user.

PS: this is related to issue at https://wso2.org/jira/browse/CARBON-12290

Thanks

-- 

regards,
Nirmal

Software Engineer, WSO2 Inc.
mobile: +94715779733
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Error while running MB's samples/jmsclient

2012-01-27 Thread Shammi Jayasinghe
+1, will do tha neccessary changes to use slf4j orbit bundle.

On 1/28/12, Thilina Buddhika  wrote:
> Hi Shammi,
>
> There is an orbit created for slf4j in trunk. Shall we use it instead of
> exporting it from qpid-client to avoid possible class loading issues if
> both of these bundles are present at the same time ?
>
> Thanks,
> Thilina
>
> [1] - https://svn.wso2.org/repos/wso2/trunk/carbon/orbit/slf4j
>
> On Fri, Jan 27, 2012 at 4:15 PM, Shammi Jayasinghe  wrote:
>
>> Hi Nirmal,
>>  Thank you very much for pointing out the issue.
>>
>>  This error was due to not exporting "org.slf4j.*," package from
>> qpid-client of the trunk , which is already exported in the qpid-client of
>> branch.
>>  we will fix this error.
>>
>> Thanks
>> Shammi
>>
>>
>>
>>
>>
>> On Thu, Jan 26, 2012 at 7:52 PM, Nirmal Fernando  wrote:
>>
>>> Hi Shammi,
>>>
>>> On Thu, Jan 26, 2012 at 5:56 PM, Shammi Jayasinghe
>>> wrote:
>>>
 Hi Nirmal,

  What is the MB version that you used here.

>>>
>>> It's trunk version (r119003).
>>>
>>> Thanks.
>>>

 Thanks
 Shammi

 On Thu, Jan 26, 2012 at 3:20 PM, Nirmal Fernando wrote:

> Hi,
>
> While running MB's samples/jmsclient, I got following error [1]. After
> I manually add "slf4j-jdk14-1.6.4.jar" and "slf4j-api-1.6.4.jar" to
> client-lib, it ran fine.
>
> Should we add these jars?
>
> Thanks.
>
>
> [1]
> run:
>  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
> org/slf4j/LoggerFactory
>  [java] at
> org.apache.qpid.jndi.PropertiesFileInitialContextFactory.(PropertiesFileInitialContextFactory.java:57)
>  [java] at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>  [java] at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>  [java] at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>  [java] at
> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>  [java] at java.lang.Class.newInstance0(Class.java:355)
>  [java] at java.lang.Class.newInstance(Class.java:308)
>  [java] at
> javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
>  [java] at
> javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
>  [java] at
> javax.naming.InitialContext.init(InitialContext.java:223)
>  [java] at
> javax.naming.InitialContext.(InitialContext.java:197)
>  [java] at org.sample.jms.PubsubClient.subscribe(Unknown
> Source)
>  [java] at org.sample.jms.PubsubClient.main(Unknown Source)
>  [java] Caused by: java.lang.ClassNotFoundException:
> org.slf4j.LoggerFactory
>  [java] at
> java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>  [java] at java.security.AccessController.doPrivileged(Native
> Method)
>  [java] at
> java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>  [java] at
> java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>  [java] at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>  [java] at
> java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>  [java] ... 13 more
>  [java] Java Result: 1
>  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
> org/slf4j/LoggerFactory
>  [java] at
> org.apache.qpid.jndi.PropertiesFileInitialContextFactory.(PropertiesFileInitialContextFactory.java:57)
>  [java] at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>  [java] at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>  [java] at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>  [java] at
> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>  [java] at java.lang.Class.newInstance0(Class.java:355)
>  [java] at java.lang.Class.newInstance(Class.java:308)
>  [java] at
> javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
>  [java] at
> javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
>  [java] at
> javax.naming.InitialContext.init(InitialContext.java:223)
>  [java] at
> javax.naming.InitialContext.(InitialContext.java:197)
>  [java] at org.sample.jms.SendConsumeClient.sendMessage(Unknown
> Source)
>  [java] at org.sample.jms.SendConsumeClient.main(Unknown
> Source)
>  [java] Caused by: java.lang.ClassNotFoundException:
> org.slf4j.LoggerFactory
>  [java] 

Re: [Carbon-dev] NPE when trying to log-in [G-Reg 4.1.1]

2012-01-27 Thread Ajith Vitharana
On Sat, Jan 28, 2012 at 9:29 AM, Thilina Buddhika  wrote:

> Are you getting this against the released packs ?


Yes. But I can't  reproduce it  again.

Thanks
Ajith


>
> Thanks,
> Thilina
>
>
> On Sat, Jan 28, 2012 at 1:25 AM, Ajith Vitharana  wrote:
>
>> Hi all,
>>
>> I  noticed the following error at back end.
>>
>> *[2012-01-28 00:59:48,421] ERROR
>> {org.wso2.carbon.ui.CarbonSecuredHttpContext} -  error occurred while login
>> *
>>  *java.lang.NullPointerException*
>> * at
>> org.wso2.carbon.user.core.util.UserCoreUtil.getTenantDomain(UserCoreUtil.java:116)
>> *
>> at
>> org.wso2.carbon.ui.CarbonSecuredHttpContext.handleSecurity(CarbonSecuredHttpContext.java:376)
>>  at
>> org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:86)
>> 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.bridge.BridgeServlet.service(BridgeServlet.java:164)
>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>>  at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
>> at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>>  at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
>> at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
>>  at
>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
>> at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
>>  at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
>> at
>> org.wso2.carbon.server.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:154)
>>  at org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:254)
>> at
>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
>>  at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
>> at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:399)
>>  at
>> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:396)
>> at
>> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:356)
>>  at
>> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1534)
>> 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)
>>  --
>> Ajith Vitharana.
>> WSO2 Inc. - http://wso2.org
>> Email  :  aji...@wso2.com
>> Mobile : +94714631794
>>
>>
>>
>
>
> --
> Thilina Buddhika
> Associate Technical Lead
> WSO2 Inc. ; http://wso2.com
> lean . enterprise . middleware
>
> phone : +94 77 44 88 727
> blog : http://blog.thilinamb.com
>



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


Re: [Carbon-dev] NPE when trying to log-in [G-Reg 4.1.1]

2012-01-27 Thread Thilina Buddhika
Are you getting this against the released packs ?

Thanks,
Thilina

On Sat, Jan 28, 2012 at 1:25 AM, Ajith Vitharana  wrote:

> Hi all,
>
> I  noticed the following error at back end.
>
> *[2012-01-28 00:59:48,421] ERROR
> {org.wso2.carbon.ui.CarbonSecuredHttpContext} -  error occurred while login
> *
>  *java.lang.NullPointerException*
> * at
> org.wso2.carbon.user.core.util.UserCoreUtil.getTenantDomain(UserCoreUtil.java:116)
> *
> at
> org.wso2.carbon.ui.CarbonSecuredHttpContext.handleSecurity(CarbonSecuredHttpContext.java:376)
>  at
> org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:86)
> 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.bridge.BridgeServlet.service(BridgeServlet.java:164)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>  at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>  at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
>  at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
>  at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
> at
> org.wso2.carbon.server.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:154)
>  at org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:254)
> at
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
>  at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:399)
>  at
> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:396)
> at
> org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:356)
>  at
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1534)
> 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)
>  --
> Ajith Vitharana.
> WSO2 Inc. - http://wso2.org
> Email  :  aji...@wso2.com
> Mobile : +94714631794
>
>
>


-- 
Thilina Buddhika
Associate Technical Lead
WSO2 Inc. ; http://wso2.com
lean . enterprise . middleware

phone : +94 77 44 88 727
blog : http://blog.thilinamb.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Ensure that we do not swallow exceptions

2012-01-27 Thread Hasini Gunasinghe
Hi Senaka,

On Sat, Jan 28, 2012 at 7:13 AM, Senaka Fernando  wrote:

> Hi Hasini,
>
>
> On Tuesday, January 24, 2012, Hasini Gunasinghe  wrote:
> > Hi Senaka,
> >
> > On Mon, Jan 23, 2012 at 11:16 PM, Senaka Fernando 
> wrote:
> >>
> >> Hi Hasini,
> >>
> >> On Mon, Jan 23, 2012 at 10:06 PM, Hasini Gunasinghe 
> wrote:
> >>>
> >>> Hi Senaka,
> >>>
> >>> On Mon, Jan 23, 2012 at 8:41 PM, Senaka Fernando 
> wrote:
> 
>  Hi Azeez,
> 
>  Sorry lost track of this.
> 
>  1. The first one is the easiest. Insert malformed XML into
> user-mgt.xml and start the server. Console is clean (no exceptions). Server
> hangs and does not start-up. There is no clue to what went wrong. Just make
>  into  > Senaka Fernando
> > Product Manager - WSO2 Governance Registry;
> > Associate 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
> >
> >
> > ___
> >
> >
>
> --
> *Senaka Fernando*
> Product Manager - WSO2 Governance Registry;
> Associate 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
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Architecture] WS02 BPS - WS-HumanTask support - Architecture review

2012-01-27 Thread Denis Weerasiri
On Sat, Jan 28, 2012 at 5:57 AM, Senaka Fernando  wrote:

> Hi Denis,
>
> The completion of this should introduce a work list UI for Carbon as
> discussed offline. The main purpose of this UI and the BE API is to:
>
> 1. Allocate work items to humans.
> 2. Review and perform pending items.
> 3. See a timeline of what others do.
>
Regarding the #3,
Suppose there's a  business process that incorporate with several human
tasks. What you meant by timeline is, the sequence of
activities pending, completed, who completed them etc for that business
process?
Or are you referring to a timeline for each human task?

>
> like in Facebook.
>
> Thanks,
> Senaka.
>
>
> On Thursday, January 26, 2012, Denis Weerasiri  wrote:
> > FYI,
> > Here I have attached the high level architecture diagram for WS_HT
> engine.
> >
> 
>
> >
> > On Thu, Jan 26, 2012 at 3:23 AM, Denis Weerasiri  wrote:
> >
> > Hi all,
> > Recently we had an architectural discussion regarding the WS-Human
> Task compliant engine which is planned to be shipped with next WSO2 BPS
> major release.
> > In BPS 2.0.1 release, we added the Human Task support WSO2 BPS and it
> was removed due to lack of tooling and multi-tenancy support. Currently we
> are working on multi-tenanted Human Task implementation for WSO2 BPS with
> Eclipse based tooling support.
> > Here I have summarised the meeting notes and some points which need
> some clarifications.
> >
> > Push based notifications for new human tasks - In the initial
> implementation, task assigned users have to check their task box/list for
> new tasks. We are going to improve s.t to push task notifications to
> subscribed users.
> >
> > Client-API - Client-API is the management API component in the
> human-task engine and we have to finalise it based on the general use
> cases. And we are hoping some practical use cases from the community so we
> can come up with a well defined management API and decide
> new features/improvements.
> >
> > WSO2 Carbon Studio-BPEL and HumanTask editor - We have included the
> BPEL4People compliant extension activity to our BPEL editor.
> The implementation of the HumanTask editor is still not PoC ready as there
> are some considerable amount of work to be done.
> >
> > Seamless authentication - We haven't finalised on how to enable
> authentication for human task admin console and task list UI web app. (One
> use case is once the user logged into the task list UI web app, then it
> should authenticated with human task engine.)
> >
> > You can find the initial Client-API wsdl which expose some of the
> management functionalities for the ws-human task engine from
> https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.humantask.skeleton/src/main/resources/ws-humantask-api.wsdl
> > And the source code from
> https://svn.wso2.org/repos/wso2/trunk/carbon/components/business-processes/humantask
> > --
> > Thanks,
> > Denis
> > --
> > Denis Weerasiri
> > Software Engineer; WSO2 Inc.; http://wso2.com,
> > email: denis [AT] wso2.com
> > phone: +94117639629
> > site: ddweerasiri
>
> > blog: http://ddweerasiri.blogspot.com
> > twitter: http://twitter.com/ddweerasiri
> > linked-in: http://lk.linkedin.com/in/ddweerasiri
> >
> >
> > --
> > Thanks,
> > Denis
> > --
> > Denis Weerasiri
> > Software Engineer; WSO2 Inc.; http://wso2.com,
> > email: denis [AT] wso2.com
> > phone:
>
> --
> *Senaka Fernando*
> Product Manager - WSO2 Governance Registry;
> Associate 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
>
>
> ___
> Architecture mailing list
> architect...@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis ** [AT] wso2.com *
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*
*blog: **http://ddweerasiri.blogspot.com* 
*
twitter: **http://twitter.com/ddweerasiri* *
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Ensure that we do not swallow exceptions

2012-01-27 Thread Senaka Fernando
Hi Hasini,

On Tuesday, January 24, 2012, Hasini Gunasinghe  wrote:
> Hi Senaka,
>
> On Mon, Jan 23, 2012 at 11:16 PM, Senaka Fernando  wrote:
>>
>> Hi Hasini,
>>
>> On Mon, Jan 23, 2012 at 10:06 PM, Hasini Gunasinghe 
wrote:
>>>
>>> Hi Senaka,
>>>
>>> On Mon, Jan 23, 2012 at 8:41 PM, Senaka Fernando 
wrote:

 Hi Azeez,

 Sorry lost track of this.

 1. The first one is the easiest. Insert malformed XML into
user-mgt.xml and start the server. Console is clean (no exceptions). Server
hangs and does not start-up. There is no clue to what went wrong. Just make
 into  Senaka Fernando
> Product Manager - WSO2 Governance Registry;
> Associate 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
>
>
> ___
>
>

-- 
*Senaka Fernando*
Product Manager - WSO2 Governance Registry;
Associate 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
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WS02 BPS - WS-HumanTask support - Architecture review

2012-01-27 Thread Senaka Fernando
Hi Denis,

The completion of this should introduce a work list UI for Carbon as
discussed offline. The main purpose of this UI and the BE API is to:

1. Allocate work items to humans.
2. Review and perform pending items.
3. See a timeline of what others do.

like in Facebook.

Thanks,
Senaka.

On Thursday, January 26, 2012, Denis Weerasiri  wrote:
> FYI,
> Here I have attached the high level architecture diagram for WS_HT engine.
>

>
> On Thu, Jan 26, 2012 at 3:23 AM, Denis Weerasiri  wrote:
>
> Hi all,
> Recently we had an architectural discussion regarding the WS-Human
Task compliant engine which is planned to be shipped with next WSO2 BPS
major release.
> In BPS 2.0.1 release, we added the Human Task support WSO2 BPS and it was
removed due to lack of tooling and multi-tenancy support. Currently we are
working on multi-tenanted Human Task implementation for WSO2 BPS with
Eclipse based tooling support.
> Here I have summarised the meeting notes and some points which need
some clarifications.
>
> Push based notifications for new human tasks - In the initial
implementation, task assigned users have to check their task box/list for
new tasks. We are going to improve s.t to push task notifications to
subscribed users.
>
> Client-API - Client-API is the management API component in the human-task
engine and we have to finalise it based on the general use cases. And we
are hoping some practical use cases from the community so we can come up
with a well defined management API and decide new features/improvements.
>
> WSO2 Carbon Studio-BPEL and HumanTask editor - We have included the
BPEL4People compliant extension activity to our BPEL editor.
The implementation of the HumanTask editor is still not PoC ready as there
are some considerable amount of work to be done.
>
> Seamless authentication - We haven't finalised on how to enable
authentication for human task admin console and task list UI web app. (One
use case is once the user logged into the task list UI web app, then it
should authenticated with human task engine.)
>
> You can find the initial Client-API wsdl which expose some of the
management functionalities for the ws-human task engine from
https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.humantask.skeleton/src/main/resources/ws-humantask-api.wsdl
> And the source code from
https://svn.wso2.org/repos/wso2/trunk/carbon/components/business-processes/humantask
> --
> Thanks,
> Denis
> --
> Denis Weerasiri
> Software Engineer; WSO2 Inc.; http://wso2.com,
> email: denis [AT] wso2.com
> phone: +94117639629
> site: ddweerasiri
> blog: http://ddweerasiri.blogspot.com
> twitter: http://twitter.com/ddweerasiri
> linked-in: http://lk.linkedin.com/in/ddweerasiri
>
>
> --
> Thanks,
> Denis
> --
> Denis Weerasiri
> Software Engineer; WSO2 Inc.; http://wso2.com,
> email: denis [AT] wso2.com
> phone:

-- 
*Senaka Fernando*
Product Manager - WSO2 Governance Registry;
Associate 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
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Error while running MB's samples/jmsclient

2012-01-27 Thread Harshana Martin
On Sat, Jan 28, 2012 at 1:09 AM, Thilina Buddhika  wrote:

> Hi Shammi,
>
> There is an orbit created for slf4j in trunk. Shall we use it instead of
> exporting it from qpid-client to avoid possible class loading issues if
> both of these bundles are present at the same time ?
>

+1


>
> Thanks,
> Thilina
>
> [1] - https://svn.wso2.org/repos/wso2/trunk/carbon/orbit/slf4j
>
>
> On Fri, Jan 27, 2012 at 4:15 PM, Shammi Jayasinghe wrote:
>
>> Hi Nirmal,
>>  Thank you very much for pointing out the issue.
>>
>>  This error was due to not exporting "org.slf4j.*," package from
>> qpid-client of the trunk , which is already exported in the qpid-client of
>> branch.
>>  we will fix this error.
>>
>> Thanks
>> Shammi
>>
>>
>>
>>
>>
>> On Thu, Jan 26, 2012 at 7:52 PM, Nirmal Fernando  wrote:
>>
>>> Hi Shammi,
>>>
>>> On Thu, Jan 26, 2012 at 5:56 PM, Shammi Jayasinghe wrote:
>>>
 Hi Nirmal,

  What is the MB version that you used here.

>>>
>>> It's trunk version (r119003).
>>>
>>> Thanks.
>>>

 Thanks
 Shammi

 On Thu, Jan 26, 2012 at 3:20 PM, Nirmal Fernando wrote:

> Hi,
>
> While running MB's samples/jmsclient, I got following error [1]. After
> I manually add "slf4j-jdk14-1.6.4.jar" and "slf4j-api-1.6.4.jar" to
> client-lib, it ran fine.
>
> Should we add these jars?
>
> Thanks.
>
>
> [1]
> run:
>  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
> org/slf4j/LoggerFactory
>  [java] at
> org.apache.qpid.jndi.PropertiesFileInitialContextFactory.(PropertiesFileInitialContextFactory.java:57)
>  [java] at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>  [java] at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>  [java] at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>  [java] at
> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>  [java] at java.lang.Class.newInstance0(Class.java:355)
>  [java] at java.lang.Class.newInstance(Class.java:308)
>  [java] at
> javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
>  [java] at
> javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
>  [java] at
> javax.naming.InitialContext.init(InitialContext.java:223)
>  [java] at
> javax.naming.InitialContext.(InitialContext.java:197)
>  [java] at org.sample.jms.PubsubClient.subscribe(Unknown
> Source)
>  [java] at org.sample.jms.PubsubClient.main(Unknown Source)
>  [java] Caused by: java.lang.ClassNotFoundException:
> org.slf4j.LoggerFactory
>  [java] at
> java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>  [java] at java.security.AccessController.doPrivileged(Native
> Method)
>  [java] at
> java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>  [java] at
> java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>  [java] at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>  [java] at
> java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>  [java] ... 13 more
>  [java] Java Result: 1
>  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
> org/slf4j/LoggerFactory
>  [java] at
> org.apache.qpid.jndi.PropertiesFileInitialContextFactory.(PropertiesFileInitialContextFactory.java:57)
>  [java] at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>  [java] at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>  [java] at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>  [java] at
> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>  [java] at java.lang.Class.newInstance0(Class.java:355)
>  [java] at java.lang.Class.newInstance(Class.java:308)
>  [java] at
> javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
>  [java] at
> javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
>  [java] at
> javax.naming.InitialContext.init(InitialContext.java:223)
>  [java] at
> javax.naming.InitialContext.(InitialContext.java:197)
>  [java] at
> org.sample.jms.SendConsumeClient.sendMessage(Unknown Source)
>  [java] at org.sample.jms.SendConsumeClient.main(Unknown
> Source)
>  [java] Caused by: java.lang.ClassNotFoundException:
> org.slf4j.LoggerFactory
>  [java] at
> java.net.URLClassLoader

[Carbon-dev] NPE when trying to log-in [G-Reg 4.1.1]

2012-01-27 Thread Ajith Vitharana
Hi all,

I  noticed the following error at back end.

*[2012-01-28 00:59:48,421] ERROR
{org.wso2.carbon.ui.CarbonSecuredHttpContext} -  error occurred while login*
*java.lang.NullPointerException*
* at
org.wso2.carbon.user.core.util.UserCoreUtil.getTenantDomain(UserCoreUtil.java:116)
*
at
org.wso2.carbon.ui.CarbonSecuredHttpContext.handleSecurity(CarbonSecuredHttpContext.java:376)
at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:86)
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.bridge.BridgeServlet.service(BridgeServlet.java:164)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
at
org.wso2.carbon.server.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:154)
at org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:254)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:399)
at
org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:396)
at
org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:356)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1534)
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)
-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94714631794
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Error while running MB's samples/jmsclient

2012-01-27 Thread Thilina Buddhika
Hi Shammi,

There is an orbit created for slf4j in trunk. Shall we use it instead of
exporting it from qpid-client to avoid possible class loading issues if
both of these bundles are present at the same time ?

Thanks,
Thilina

[1] - https://svn.wso2.org/repos/wso2/trunk/carbon/orbit/slf4j

On Fri, Jan 27, 2012 at 4:15 PM, Shammi Jayasinghe  wrote:

> Hi Nirmal,
>  Thank you very much for pointing out the issue.
>
>  This error was due to not exporting "org.slf4j.*," package from
> qpid-client of the trunk , which is already exported in the qpid-client of
> branch.
>  we will fix this error.
>
> Thanks
> Shammi
>
>
>
>
>
> On Thu, Jan 26, 2012 at 7:52 PM, Nirmal Fernando  wrote:
>
>> Hi Shammi,
>>
>> On Thu, Jan 26, 2012 at 5:56 PM, Shammi Jayasinghe wrote:
>>
>>> Hi Nirmal,
>>>
>>>  What is the MB version that you used here.
>>>
>>
>> It's trunk version (r119003).
>>
>> Thanks.
>>
>>>
>>> Thanks
>>> Shammi
>>>
>>> On Thu, Jan 26, 2012 at 3:20 PM, Nirmal Fernando wrote:
>>>
 Hi,

 While running MB's samples/jmsclient, I got following error [1]. After
 I manually add "slf4j-jdk14-1.6.4.jar" and "slf4j-api-1.6.4.jar" to
 client-lib, it ran fine.

 Should we add these jars?

 Thanks.


 [1]
 run:
  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
 org/slf4j/LoggerFactory
  [java] at
 org.apache.qpid.jndi.PropertiesFileInitialContextFactory.(PropertiesFileInitialContextFactory.java:57)
  [java] at
 sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  [java] at
 sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  [java] at
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  [java] at
 java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  [java] at java.lang.Class.newInstance0(Class.java:355)
  [java] at java.lang.Class.newInstance(Class.java:308)
  [java] at
 javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
  [java] at
 javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
  [java] at
 javax.naming.InitialContext.init(InitialContext.java:223)
  [java] at
 javax.naming.InitialContext.(InitialContext.java:197)
  [java] at org.sample.jms.PubsubClient.subscribe(Unknown Source)
  [java] at org.sample.jms.PubsubClient.main(Unknown Source)
  [java] Caused by: java.lang.ClassNotFoundException:
 org.slf4j.LoggerFactory
  [java] at
 java.net.URLClassLoader$1.run(URLClassLoader.java:202)
  [java] at java.security.AccessController.doPrivileged(Native
 Method)
  [java] at
 java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  [java] at
 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  [java] ... 13 more
  [java] Java Result: 1
  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
 org/slf4j/LoggerFactory
  [java] at
 org.apache.qpid.jndi.PropertiesFileInitialContextFactory.(PropertiesFileInitialContextFactory.java:57)
  [java] at
 sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  [java] at
 sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  [java] at
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  [java] at
 java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  [java] at java.lang.Class.newInstance0(Class.java:355)
  [java] at java.lang.Class.newInstance(Class.java:308)
  [java] at
 javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
  [java] at
 javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
  [java] at
 javax.naming.InitialContext.init(InitialContext.java:223)
  [java] at
 javax.naming.InitialContext.(InitialContext.java:197)
  [java] at org.sample.jms.SendConsumeClient.sendMessage(Unknown
 Source)
  [java] at org.sample.jms.SendConsumeClient.main(Unknown Source)
  [java] Caused by: java.lang.ClassNotFoundException:
 org.slf4j.LoggerFactory
  [java] at
 java.net.URLClassLoader$1.run(URLClassLoader.java:202)
  [java] at java.security.AccessController.doPrivileged(Native
 Method)
  [java] at
 java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  [java] 

Re: [Carbon-dev] Shall we remove InfoCard feature from the Identity Server product..?

2012-01-27 Thread Prabath Siriwardena
Removed InfoCards from Identity Server - there are some more refactoring
needs to be done - working on those...

Thanks & regards,
-Prabath

On Wed, Dec 14, 2011 at 2:31 AM, Amila Suriarachchi  wrote:

>
>
> On Mon, Dec 12, 2011 at 3:50 PM, Prabath Siriwardena wrote:
>
>> $subject.. WDYT..? We can do it in the trunk...
>>
>
> +1. if MSFT has already done that there is no reason us to keep it.
>
> thanks,
> Amila.
>
>>
>> --
>> Thanks & Regards,
>> Prabath
>>
>> http://blog.facilelogin.com
>> http://RampartFAQ.com
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Thanks & Regards,
Prabath

Mobile : +94 71 809 6732

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


Re: [Carbon-dev] How to disable StuckThreadDetection for Servers.

2012-01-27 Thread Shelan Perera
Hi,

On Fri, Jan 27, 2012 at 7:29 PM, Afkham Azeez  wrote:

> Oh, you were debugging & it was stuck at a breakpoint. We should make the
> valve treat -1 as infinite running time per thread
>
So can we disable it through any configuration file ?

Thanks

>  --
> Afkham Azeez
> Sent from my phone
> On Jan 27, 2012 7:27 PM, "Afkham Azeez"  wrote:
>
>> The question is why did your thread run for more than *10mins*
>>
>> --
>> Afkham Azeez
>> Sent from my phone
>> On Jan 27, 2012 6:49 PM, "Shelan Perera"  wrote:
>>
>>> Hi,
>>>
>>> I was debugging some samples and after sometimes the debugger was
>>> disconnected.I could neither stop the server or restart and had to kill the
>>> process manually using PID.As i got to know
>>> this is for detecting some unresponsive threads and kill them for the
>>> Stratos. How can i disable this. Following is the log.
>>>
>>> Thanks
>>>
>>> [2012-01-27 14:11:51,318]  INFO
>>> {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  'admin'
>>> logged in at [2012-01-27 14:11:51,0318] from IP address 127.0.0.1
>>> [2012-01-27 14:29:12,465]  WARN
>>> {org.apache.catalina.valves.StuckThreadDetectionValve} -  Thread
>>> ""http-nio-9763"-exec-10" has been active for 629,305 milliseconds (since
>>> 1/27/12 2:18 PM) to serve the same request for
>>> http://localhost:9763/services/ResourcesSample.HTTPEndpoint/productsand may 
>>> be stuck (configured threshold for this StuckThreadDetectionValve
>>> is 600 seconds). There is/are 1 thread(s) in total that are monitored by
>>> this Valve and may be stuck., tenantDomain=null
>>> java.lang.Throwable
>>> at
>>> org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher.findOperation(HTTPLocationBasedDispatcher.java:60)
>>> at
>>> org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:106)
>>>  at
>>> org.apache.axis2.transport.http.util.RESTUtil.dispatchAndVerify(RESTUtil.java:155)
>>> at
>>> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:109)
>>>  at
>>> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:837)
>>> at
>>> org.wso2.carbon.core.transports.CarbonServlet.handleRestRequest(CarbonServlet.java:206)
>>>
>>> --
>>> *Shelan Perera*
>>>
>>> Software Engineer
>>> **
>>> *WSO2, Inc. : wso2.com*
>>> lean.enterprise.middleware.
>>>
>>> *Home Page*  :shelan.org
>>> *Blog* : blog.shelan.org
>>> *Linked-i*n  :http://www.linkedin.com/pub/shelan-perera/a/194/465
>>> *Twitter* :https://twitter.com/#!/shelan
>>>
>>> *Mobile*  : +94 772 604 402
>>>
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Shelan Perera*

Software Engineer
**
*WSO2, Inc. : wso2.com*
lean.enterprise.middleware.

*Home Page*  :shelan.org
*Blog* : blog.shelan.org
*Linked-i*n  :http://www.linkedin.com/pub/shelan-perera/a/194/465
*Twitter* :https://twitter.com/#!/shelan

*Mobile*  : +94 772 604 402
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] How to disable StuckThreadDetection for Servers.

2012-01-27 Thread Afkham Azeez
Oh, you were debugging & it was stuck at a breakpoint. We should make the
valve treat -1 as infinite running time per thread

--
Afkham Azeez
Sent from my phone
On Jan 27, 2012 7:27 PM, "Afkham Azeez"  wrote:

> The question is why did your thread run for more than *10mins*
>
> --
> Afkham Azeez
> Sent from my phone
> On Jan 27, 2012 6:49 PM, "Shelan Perera"  wrote:
>
>> Hi,
>>
>> I was debugging some samples and after sometimes the debugger was
>> disconnected.I could neither stop the server or restart and had to kill the
>> process manually using PID.As i got to know
>> this is for detecting some unresponsive threads and kill them for the
>> Stratos. How can i disable this. Following is the log.
>>
>> Thanks
>>
>> [2012-01-27 14:11:51,318]  INFO
>> {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  'admin'
>> logged in at [2012-01-27 14:11:51,0318] from IP address 127.0.0.1
>> [2012-01-27 14:29:12,465]  WARN
>> {org.apache.catalina.valves.StuckThreadDetectionValve} -  Thread
>> ""http-nio-9763"-exec-10" has been active for 629,305 milliseconds (since
>> 1/27/12 2:18 PM) to serve the same request for
>> http://localhost:9763/services/ResourcesSample.HTTPEndpoint/products and
>> may be stuck (configured threshold for this StuckThreadDetectionValve is
>> 600 seconds). There is/are 1 thread(s) in total that are monitored by this
>> Valve and may be stuck., tenantDomain=null
>> java.lang.Throwable
>> at
>> org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher.findOperation(HTTPLocationBasedDispatcher.java:60)
>> at
>> org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:106)
>>  at
>> org.apache.axis2.transport.http.util.RESTUtil.dispatchAndVerify(RESTUtil.java:155)
>> at
>> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:109)
>>  at
>> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:837)
>> at
>> org.wso2.carbon.core.transports.CarbonServlet.handleRestRequest(CarbonServlet.java:206)
>>
>> --
>> *Shelan Perera*
>>
>> Software Engineer
>> **
>> *WSO2, Inc. : wso2.com*
>> lean.enterprise.middleware.
>>
>> *Home Page*  :shelan.org
>> *Blog* : blog.shelan.org
>> *Linked-i*n  :http://www.linkedin.com/pub/shelan-perera/a/194/465
>> *Twitter* :https://twitter.com/#!/shelan
>>
>> *Mobile*  : +94 772 604 402
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] How to disable StuckThreadDetection for Servers.

2012-01-27 Thread Afkham Azeez
The question is why did your thread run for more than *10mins*

--
Afkham Azeez
Sent from my phone
On Jan 27, 2012 6:49 PM, "Shelan Perera"  wrote:

> Hi,
>
> I was debugging some samples and after sometimes the debugger was
> disconnected.I could neither stop the server or restart and had to kill the
> process manually using PID.As i got to know
> this is for detecting some unresponsive threads and kill them for the
> Stratos. How can i disable this. Following is the log.
>
> Thanks
>
> [2012-01-27 14:11:51,318]  INFO
> {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  'admin'
> logged in at [2012-01-27 14:11:51,0318] from IP address 127.0.0.1
> [2012-01-27 14:29:12,465]  WARN
> {org.apache.catalina.valves.StuckThreadDetectionValve} -  Thread
> ""http-nio-9763"-exec-10" has been active for 629,305 milliseconds (since
> 1/27/12 2:18 PM) to serve the same request for
> http://localhost:9763/services/ResourcesSample.HTTPEndpoint/products and
> may be stuck (configured threshold for this StuckThreadDetectionValve is
> 600 seconds). There is/are 1 thread(s) in total that are monitored by this
> Valve and may be stuck., tenantDomain=null
> java.lang.Throwable
> at
> org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher.findOperation(HTTPLocationBasedDispatcher.java:60)
> at
> org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:106)
>  at
> org.apache.axis2.transport.http.util.RESTUtil.dispatchAndVerify(RESTUtil.java:155)
> at
> org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:109)
>  at
> org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:837)
> at
> org.wso2.carbon.core.transports.CarbonServlet.handleRestRequest(CarbonServlet.java:206)
>
> --
> *Shelan Perera*
>
> Software Engineer
> **
> *WSO2, Inc. : wso2.com*
> lean.enterprise.middleware.
>
> *Home Page*  :shelan.org
> *Blog* : blog.shelan.org
> *Linked-i*n  :http://www.linkedin.com/pub/shelan-perera/a/194/465
> *Twitter* :https://twitter.com/#!/shelan
>
> *Mobile*  : +94 772 604 402
>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] How to disable StuckThreadDetection for Servers.

2012-01-27 Thread Shelan Perera
Hi,

I was debugging some samples and after sometimes the debugger was
disconnected.I could neither stop the server or restart and had to kill the
process manually using PID.As i got to know
this is for detecting some unresponsive threads and kill them for the
Stratos. How can i disable this. Following is the log.

Thanks

[2012-01-27 14:11:51,318]  INFO
{org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  'admin'
logged in at [2012-01-27 14:11:51,0318] from IP address 127.0.0.1
[2012-01-27 14:29:12,465]  WARN
{org.apache.catalina.valves.StuckThreadDetectionValve} -  Thread
""http-nio-9763"-exec-10" has been active for 629,305 milliseconds (since
1/27/12 2:18 PM) to serve the same request for
http://localhost:9763/services/ResourcesSample.HTTPEndpoint/products and
may be stuck (configured threshold for this StuckThreadDetectionValve is
600 seconds). There is/are 1 thread(s) in total that are monitored by this
Valve and may be stuck., tenantDomain=null
java.lang.Throwable
at
org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher.findOperation(HTTPLocationBasedDispatcher.java:60)
at
org.apache.axis2.engine.AbstractDispatcher.invoke(AbstractDispatcher.java:106)
 at
org.apache.axis2.transport.http.util.RESTUtil.dispatchAndVerify(RESTUtil.java:155)
at
org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:109)
 at
org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:837)
at
org.wso2.carbon.core.transports.CarbonServlet.handleRestRequest(CarbonServlet.java:206)

-- 
*Shelan Perera*

Software Engineer
**
*WSO2, Inc. : wso2.com*
lean.enterprise.middleware.

*Home Page*  :shelan.org
*Blog* : blog.shelan.org
*Linked-i*n  :http://www.linkedin.com/pub/shelan-perera/a/194/465
*Twitter* :https://twitter.com/#!/shelan

*Mobile*  : +94 772 604 402
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Error while running MB's samples/jmsclient

2012-01-27 Thread Nirmal Fernando
On Fri, Jan 27, 2012 at 4:15 PM, Shammi Jayasinghe  wrote:

> Hi Nirmal,
>  Thank you very much for pointing out the issue.
>

No problem!

>
>  This error was due to not exporting "org.slf4j.*," package from
> qpid-client of the trunk , which is already exported in the qpid-client of
> branch.
>  we will fix this error.
>

Great!

>
> Thanks
> Shammi
>
>
>
>
>
> On Thu, Jan 26, 2012 at 7:52 PM, Nirmal Fernando  wrote:
>
>> Hi Shammi,
>>
>> On Thu, Jan 26, 2012 at 5:56 PM, Shammi Jayasinghe wrote:
>>
>>> Hi Nirmal,
>>>
>>>  What is the MB version that you used here.
>>>
>>
>> It's trunk version (r119003).
>>
>> Thanks.
>>
>>>
>>> Thanks
>>> Shammi
>>>
>>> On Thu, Jan 26, 2012 at 3:20 PM, Nirmal Fernando wrote:
>>>
 Hi,

 While running MB's samples/jmsclient, I got following error [1]. After
 I manually add "slf4j-jdk14-1.6.4.jar" and "slf4j-api-1.6.4.jar" to
 client-lib, it ran fine.

 Should we add these jars?

 Thanks.


 [1]
 run:
  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
 org/slf4j/LoggerFactory
  [java] at
 org.apache.qpid.jndi.PropertiesFileInitialContextFactory.(PropertiesFileInitialContextFactory.java:57)
  [java] at
 sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  [java] at
 sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  [java] at
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  [java] at
 java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  [java] at java.lang.Class.newInstance0(Class.java:355)
  [java] at java.lang.Class.newInstance(Class.java:308)
  [java] at
 javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
  [java] at
 javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
  [java] at
 javax.naming.InitialContext.init(InitialContext.java:223)
  [java] at
 javax.naming.InitialContext.(InitialContext.java:197)
  [java] at org.sample.jms.PubsubClient.subscribe(Unknown Source)
  [java] at org.sample.jms.PubsubClient.main(Unknown Source)
  [java] Caused by: java.lang.ClassNotFoundException:
 org.slf4j.LoggerFactory
  [java] at
 java.net.URLClassLoader$1.run(URLClassLoader.java:202)
  [java] at java.security.AccessController.doPrivileged(Native
 Method)
  [java] at
 java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  [java] at
 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  [java] ... 13 more
  [java] Java Result: 1
  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
 org/slf4j/LoggerFactory
  [java] at
 org.apache.qpid.jndi.PropertiesFileInitialContextFactory.(PropertiesFileInitialContextFactory.java:57)
  [java] at
 sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  [java] at
 sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  [java] at
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  [java] at
 java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  [java] at java.lang.Class.newInstance0(Class.java:355)
  [java] at java.lang.Class.newInstance(Class.java:308)
  [java] at
 javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
  [java] at
 javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
  [java] at
 javax.naming.InitialContext.init(InitialContext.java:223)
  [java] at
 javax.naming.InitialContext.(InitialContext.java:197)
  [java] at org.sample.jms.SendConsumeClient.sendMessage(Unknown
 Source)
  [java] at org.sample.jms.SendConsumeClient.main(Unknown Source)
  [java] Caused by: java.lang.ClassNotFoundException:
 org.slf4j.LoggerFactory
  [java] at
 java.net.URLClassLoader$1.run(URLClassLoader.java:202)
  [java] at java.security.AccessController.doPrivileged(Native
 Method)
  [java] at
 java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  [java] at
 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  [java] ... 13 more
  

[Carbon-dev] Generic Storage Solution working on Carbon Servers

2012-01-27 Thread Güçlü Akkaya

Hi all,

My aim is to implement as file storage solution, which saves the files with the 
relation of user and tenant. For this module i want to use the Carbon servers 
since our other modules uses the Carbon servers for integrity. Can you give any 
advice what route can i take or which carbon server type can be used for 
extension in order to implement a file storage solution?

Thanks

Fatih Güçlü Akkaya

Software Development Engineer
 



 

ARDIC ARGE BILGI VE TEKNOLOJI ÇÖZÜMLERI

APPLIED RESEARCH DEVELOPMENT INNOVATION CENTER

Tel:   + 90 262 642 42 52

GSM: + 90 554 542 48 50

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


[Carbon-dev] [Bamboo-Build] WSO2 Carbon Trunk > WSO2 Carbon - Platform Trunk > #155 has FAILED (1 tests failed). Change made by 4 authors.

2012-01-27 Thread Bamboo

---
WSO2 Carbon Trunk > WSO2 Carbon - Platform Trunk > #155 failed.
---
Code has been updated by krishantha, dharshana, ruchira, sanjeewa.
1/7837 tests failed.

http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-155/


--
Failing Jobs
--
  - WSO2 Carbon Trunk Build Process (Default Stage): 1 of 7837 tests failed.


--
Code Changes
--
dharshana (119574):

>Added BPS. DSS and GREG for environment utills

sanjeewa (119576):

>change throttling feature version in brs service

sanjeewa (119575):

>change usage feature version in brs service



--
Tests
--
New Test Failures (1)
   - FileSystemImportExportTestCase: Jar file export test

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


Re: [Carbon-dev] Error while running MB's samples/jmsclient

2012-01-27 Thread Shammi Jayasinghe
Hi Nirmal,
 Thank you very much for pointing out the issue.

 This error was due to not exporting "org.slf4j.*," package from
qpid-client of the trunk , which is already exported in the qpid-client of
branch.
 we will fix this error.

Thanks
Shammi





On Thu, Jan 26, 2012 at 7:52 PM, Nirmal Fernando  wrote:

> Hi Shammi,
>
> On Thu, Jan 26, 2012 at 5:56 PM, Shammi Jayasinghe wrote:
>
>> Hi Nirmal,
>>
>>  What is the MB version that you used here.
>>
>
> It's trunk version (r119003).
>
> Thanks.
>
>>
>> Thanks
>> Shammi
>>
>> On Thu, Jan 26, 2012 at 3:20 PM, Nirmal Fernando  wrote:
>>
>>> Hi,
>>>
>>> While running MB's samples/jmsclient, I got following error [1]. After I
>>> manually add "slf4j-jdk14-1.6.4.jar" and "slf4j-api-1.6.4.jar" to
>>> client-lib, it ran fine.
>>>
>>> Should we add these jars?
>>>
>>> Thanks.
>>>
>>>
>>> [1]
>>> run:
>>>  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
>>> org/slf4j/LoggerFactory
>>>  [java] at
>>> org.apache.qpid.jndi.PropertiesFileInitialContextFactory.(PropertiesFileInitialContextFactory.java:57)
>>>  [java] at
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>>  [java] at
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>  [java] at
>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>  [java] at
>>> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>  [java] at java.lang.Class.newInstance0(Class.java:355)
>>>  [java] at java.lang.Class.newInstance(Class.java:308)
>>>  [java] at
>>> javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
>>>  [java] at
>>> javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
>>>  [java] at
>>> javax.naming.InitialContext.init(InitialContext.java:223)
>>>  [java] at
>>> javax.naming.InitialContext.(InitialContext.java:197)
>>>  [java] at org.sample.jms.PubsubClient.subscribe(Unknown Source)
>>>  [java] at org.sample.jms.PubsubClient.main(Unknown Source)
>>>  [java] Caused by: java.lang.ClassNotFoundException:
>>> org.slf4j.LoggerFactory
>>>  [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>>>  [java] at java.security.AccessController.doPrivileged(Native
>>> Method)
>>>  [java] at
>>> java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>>  [java] at
>>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>>>  [java] ... 13 more
>>>  [java] Java Result: 1
>>>  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
>>> org/slf4j/LoggerFactory
>>>  [java] at
>>> org.apache.qpid.jndi.PropertiesFileInitialContextFactory.(PropertiesFileInitialContextFactory.java:57)
>>>  [java] at
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>>>  [java] at
>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>  [java] at
>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>  [java] at
>>> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>  [java] at java.lang.Class.newInstance0(Class.java:355)
>>>  [java] at java.lang.Class.newInstance(Class.java:308)
>>>  [java] at
>>> javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
>>>  [java] at
>>> javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
>>>  [java] at
>>> javax.naming.InitialContext.init(InitialContext.java:223)
>>>  [java] at
>>> javax.naming.InitialContext.(InitialContext.java:197)
>>>  [java] at org.sample.jms.SendConsumeClient.sendMessage(Unknown
>>> Source)
>>>  [java] at org.sample.jms.SendConsumeClient.main(Unknown Source)
>>>  [java] Caused by: java.lang.ClassNotFoundException:
>>> org.slf4j.LoggerFactory
>>>  [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>>>  [java] at java.security.AccessController.doPrivileged(Native
>>> Method)
>>>  [java] at
>>> java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
>>>  [java] at
>>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>>>  [java] ... 13 more
>>>  [java] Java Result: 1
>>>
>>> BUILD SUCCESSFUL
>>>
>>>
>>> --
>>>
>>> regards,
>>> Nirmal
>>>
>>> Software Engineer, WSO2 Inc.
>>> mobile: +94715779733
>>>
>>>
>>> ___
>>> Carbon-de

[Carbon-dev] Updated Invitation: tomcat OSGi - architecture review @ Tue Jan 31 11am - 12pm (carbon-dev@wso2.org)

2012-01-27 Thread Pradeep Fernando
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20120131T053000Z
DTEND:20120131T063000Z
DTSTAMP:20120127T100509Z
ORGANIZER;CN=prad...@wso2.com:mailto:prad...@wso2.com
UID:0dci9douelei9lpracrusbb...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Afkham Azeez;X-NUM-GUESTS=0:mailto:az...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Pradeep Fernando;X-NUM-GUESTS=0:mailto:prad...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Chethiya Abeysinghe;X-NUM-GUESTS=0:mailto:cheth...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=carbon-dev@wso2.org;X-NUM-GUESTS=0:mailto:carbon-dev@wso2.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Sameera Jayasoma;X-NUM-GUESTS=0:mailto:same...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Dileepa Jayakody;X-NUM-GUESTS=0:mailto:dile...@wso2.com
CREATED:20120126T114224Z
DESCRIPTION:architecture review session on Tomcat OSGification + effect on 
 carbon. platform members are expected to be present. :) \nView your event a
 t http://www.google.com/calendar/event?action=VIEW&eid=MGRjaTlkb3VlbGVpOWxw
 cmFjcnVzYmJibXMgY2FyYm9uLWRldkB3c28yLm9yZw&tok=MTYjcHJhZGVlcEB3c28yLmNvbTVi
 NmNkOWU4ZmMwMDY4OGVkOGQ3MjY5Nzk3YWNiMmE3NmJjYjE1YWQ&ctz=Asia%2FColombo&hl=e
 n.
LAST-MODIFIED:20120127T100508Z
LOCATION:conference room\, 59 2nd floor
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY:tomcat OSGi - architecture review
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


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


[Carbon-dev] System test framework migration to TestNG status.

2012-01-27 Thread Krishantha Samaraweera
Hi All,

We have finish with migrating test framework core to TestNG. Lets start
migrating our test cases as well. A new test core module has been
introduced, our plan is to get rid of older test core module after
migrating all tests into TestNG.  As a convention we are not going to
maintain testNG suite.xml files. Instead you can include your tests in to
suite classes. Please refer [1] for an example.

We used ITestListener and ISuiteListener implementations to over come of
difficulty of using classes with @BeforeSuite and @AftereSuite annotations
in each test module. TestNG listeners gave us more flexibility to mange all
tests using sure-fire plugin defined in root pom.

When writing test cases, make sure to use
org.wso2.platform.integration.core as your new test core module. Also you
have to use UserListCsvReader to retrieve user information.

Thanks everybody for the effort put into test core migration. Lets try to
finish test case migration with the same momentum.

Thanks,
Krishantha.

[1]
https://svn.wso2.org/repos/wso2/trunk/carbon/platform-integration/system-test-framework/scenario/org.wso2.stratos.test.auto/src/test/java/org/wso2/stratos/automation/test/esb/ESBTestSuite.java
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev