Re: [Carbon-dev] Result SOAP on Insert and Update Queries in DSS

2012-02-24 Thread Charitha Kankanamge
Hi,

You can get SOAP response back instead of HTTP 202  by setting
returnRequestStatus attribute to true in dataservice operation as follows

operation name=operation1 returnRequestStatus=true
  call-query href=QRY_INSERT_DM
 with-param name=dm1 query-param=dm1 /
 with-param name=dm2 query-param=dm3 /
  /call-query


Charitha Kankanamge
cell: +94 718 359 265
blog: http://charithaka.blogspot.com http://wso2.com



On Fri, Feb 24, 2012 at 8:17 PM, metin d met...@yahoo.com wrote:

 For  such dbs script, dss does not return any response. How can I get a
 response for this query, something like query is executed or not.

query id=QRY_INSERT_DM useConfig=DM

   sqlINSERT INTO DM_DEVICE_MODEL (D1,D2,D3) VALUES
 (?,?,?)/sql

   param name=dm1 sqlType=STRING type= ordinal=1/


   param name=dm2 sqlType=STRING type= ordinal=2/


   param name=dm3 sqlType=INTEGER type= ordinal=3/

/query

 ___
 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] CS - with-dependencies and without-dependencies versions

2012-02-13 Thread Charitha Kankanamge
As per CS-2.0.0 installation guide [1], there will be two versions of CS, *
2.0.0-withdependencies* and *2.0.0-withoutdependencies*. How should we
distinguish these two?  Is it something like
wso2-carbon-studio_2.0.0-with-dependencies.zip?
At the moment, there is only wso2-carbon-studio_2.0.0.M8-SNAPSHOT.zip. As
per offline chat with CS team, this is the with-dependencies version.
Can we make the without dependencies version avaialble as well? We should
verify the installation of that version too.


[1]
http://builder1.us1.wso2.org/~carbonstudio/carbon-studio/2.0.0/M8/documentation/install_guide.html#install2

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


Re: [Carbon-dev] ESB Sample test framework

2012-02-02 Thread Charitha Kankanamge
I'm getting the following error. It seems the framework is trying to start
2 ESB instances in the same port. When I checked ps -ef|grep wso2 after
getting this error, I can see 2 ESB processes are running.

2012-02-02 14:40:03,127 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager org.apache.catalina.LifecycleException:
service.getName(): Tomcat;  Protocol handler start failed
org.apache.catalina.LifecycleException: service.getName(): Tomcat;
Protocol handler start failed
2012-02-02 14:40:03,127 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.apache.catalina.connector.Connector.startInternal(Connector.java:940)
at
org.apache.catalina.connector.Connector.startInternal(Connector.java:940)
2012-02-02 14:40:03,127 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
2012-02-02 14:40:03,127 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.apache.catalina.core.StandardService.startInternal(StandardService.java:459)
at
org.apache.catalina.core.StandardService.startInternal(StandardService.java:459)
2012-02-02 14:40:03,127 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
2012-02-02 14:40:03,127 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:727)
at
org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:727)
2012-02-02 14:40:03,128 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
2012-02-02 14:40:03,128 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.apache.catalina.startup.Tomcat.start(Tomcat.java:305)
at org.apache.catalina.startup.Tomcat.start(Tomcat.java:305)
2012-02-02 14:40:03,128 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.wso2.carbon.tomcat.BetterTomcat.start(BetterTomcat.java:68)
at org.wso2.carbon.tomcat.BetterTomcat.start(BetterTomcat.java:68)
2012-02-02 14:40:03,128 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.wso2.carbon.server.TomcatServer.start(TomcatServer.java:114)
at org.wso2.carbon.server.TomcatServer.start(TomcatServer.java:114)
2012-02-02 14:40:03,128 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.wso2.carbon.server.Main.startServer(Main.java:74)
at org.wso2.carbon.server.Main.startServer(Main.java:74)
2012-02-02 14:40:03,128 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at org.wso2.carbon.server.Main.start(Main.java:192)
at org.wso2.carbon.server.Main.start(Main.java:192)
2012-02-02 14:40:03,128 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-02-02 14:40:03,128 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2012-02-02 14:40:03,128 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2012-02-02 14:40:03,128 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at java.lang.reflect.Method.invoke(Method.java:597)
at java.lang.reflect.Method.invoke(Method.java:597)
2012-02-02 14:40:03,128 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.wso2.carbon.bootstrap.Bootstrap.loadClass(Bootstrap.java:62)
at org.wso2.carbon.bootstrap.Bootstrap.loadClass(Bootstrap.java:62)
2012-02-02 14:40:03,129 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at
org.wso2.carbon.bootstrap.Bootstrap.main(Bootstrap.java:43)
at org.wso2.carbon.bootstrap.Bootstrap.main(Bootstrap.java:43)
2012-02-02 14:40:03,129 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager Caused by: java.net.BindException: Address already in
use
Caused by: java.net.BindException: Address already in use
2012-02-02 14:40:03,129 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.Net.bind(Native Method)
2012-02-02 14:40:03,129 [-] [SynapseServerForSample1 thread]  INFO
ServerStartupManager at

[Carbon-dev] Too many quartz logs in AS-4.5.0 startup

2012-01-31 Thread Charitha Kankanamge
Folks,

Given below is a part of AS startup log; There are too many quartz logs at
INFO level. Can they be logged at DEBUG instead?

[2012-01-31 21:42:41,016]  INFO {org.quartz.impl.StdSchedulerFactory} -
Using default implementation for ThreadExecutor
[2012-01-31 21:42:41,018]  INFO {org.quartz.simpl.SimpleThreadPool} -  Job
execution threads will use class loader of thread: Framework Event
Dispatcher
[2012-01-31 21:42:41,031]  INFO {org.quartz.core.SchedulerSignalerImpl} -
Initialized Scheduler Signaller of type: class
org.quartz.core.SchedulerSignalerImpl
[2012-01-31 21:42:41,032]  INFO {org.quartz.core.QuartzScheduler} -  Quartz
Scheduler v.2.1.1 created.
[2012-01-31 21:42:41,033]  INFO {org.quartz.simpl.RAMJobStore} -
RAMJobStore initialized.
[2012-01-31 21:42:41,034]  INFO {org.quartz.core.QuartzScheduler} -
Scheduler meta-data: Quartz Scheduler (v2.1.1) 'DefaultQuartzScheduler'
with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
persistence. and is not clustered.

[2012-01-31 21:42:41,034]  INFO {org.quartz.impl.StdSchedulerFactory} -
Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource
file in Quartz package: 'quartz.properties'
[2012-01-31 21:42:41,034]  INFO {org.quartz.impl.StdSchedulerFactory} -
Quartz scheduler version: 2.1.1
[2012-01-31 21:42:41,034]  INFO {org.quartz.core.QuartzScheduler} -
Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.

Thanks!
Charitha



Charitha Kankanamge
cell: +94 718 359 265
blog: http://charithaka.blogspot.com http://wso2.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Application Server Milestone1(wso2as-4.5.0-SNAPSHOT_M1) released!

2012-01-31 Thread Charitha Kankanamge
On Tue, Jan 31, 2012 at 5:59 PM, Supun Malinga sup...@wso2.com wrote:

 Hi All,

 $subject. packs are hosted at [1].

 New features and improvements under the release

- Introduction of Ghost Deployer
   - Ghost Deployer introduced first time in standalone Application
   Server
   - enable/disable ghost deployer through carbon.xml configuration.
- EJB Services functionality
   - Exposing ejb 3.x as web service


I cannot update existing EJB service config due to the following NPE.
Reported carbon jira [1]https://wso2.org/jira/browse/CARBON-12307

[2012-01-31 22:10:04,468] ERROR
{org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver} -  Exception
occurred while trying to invoke service method setServiceParameters
java.lang.NullPointerException
at
org.wso2.carbon.ejbservices.service.EJBServicesAdmin.setServiceParameter(EJBServicesAdmin.java:582)
at
org.wso2.carbon.ejbservices.service.EJBServicesAdmin.setServiceParameters(EJBServicesAdmin.java:508)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
at
org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver.invokeBusinessLogic(RPCInOnlyMessageReceiver.java:66)
at
org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
at
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
at
org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:206)
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.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:257)
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)

Also, in previous carbon releases, some carbon jiras related to EJB
services have been marked as resolved saying that the feature is retired.
But still we can find the same issues (eg:- user cannot remove or update an
existing server configuration). We better go through those old jiras and
include the fixes in next release.






- new EJB Services sample.


- Bug fixes in spring services and moving to latest spring version.


 [1]
 http://builder2.us1.wso2.org/~carbontrunk/releases/carbon/wso2as-4.5.0-SNAPSHOT_M1/

 thanks,
 [Application Server Team]
 --

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


___
Carbon-dev mailing list

Re: [Carbon-dev] System Test Framework Integration with Bamboo trunk build.

2012-01-24 Thread Charitha Kankanamge
We will have a separate Gdoc to capture the platform test scenarios.
See [1] (in progress version)
The test artifacts produced by us in these scenarios will be merged
into the system framework.

[1]https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0Arh4GwhkOX3ndEZnRll4eFhjRjhqVGlJUEd1b0FsZ0Ehl=en_US#gid=0

/Charitha
On Fri, Jan 20, 2012 at 1:52 PM, Charitha Kankanamge chari...@wso2.com wrote:

 Hi Srinath,

 We already have TestPlan docs such as [1] which we maintain against each
 release. However we categorized them according to products. What we can do
 is, add an additional sheet with platform test scenarios and include the
 cases which needs to be done, which has already been automated etc..

 [1]https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0AvhVRxNoCg0KdDJPY2RMN0xncTFPM1h5Y3NOblVCOEEhl=en_USpli=1#gid=27

 /Charitha


 On Fri, Jan 20, 2012 at 1:28 PM, Srinath Perera srin...@wso2.com wrote:

 Shall we have a test metric defined in a google doc and keep track of
 what to be done etc through that test matrix?
 --Srinath

 On Fri, Jan 20, 2012 at 1:00 PM, Charitha Kankanamge chari...@wso2.com
 wrote:
 
  On Fri, Jan 20, 2012 at 11:44 AM, Krishantha Samaraweera
  krishan...@wso2.com wrote:
 
  Hi Srinath,
 
  On Fri, Jan 20, 2012 at 5:28 AM, Srinath Perera srin...@wso2.com
  wrote:
 
  Thanks Krishantha!!
 
  How good are we with test coverage (including introps and perf)? Can
  you send the current status and plan to cover other products?
 
 
  As I mentioned in the earlier mail, there were few issue with Ravana,
  the
  perf test framework. Recent updates to the framework causing some
  troubles
  with integration. I will work with Damitha to find possible solution.
 
  Sorry I forgot to mention about the interops tests. We haven't
  integrate
  interop tests to framework trunk yet. Dharshana is working on it. Will
  update the status once it is done.
 
  We may need to have a distributed product setup if we are going to
  cover
  other products. Since running 13 products on the same machine will not
  be
  practical. Currently automation team is more focusing on our main
  products.
  And, the plan is to automate system/platform test plans that is going
  to
  prepared by QA team.
 
 
  +1. Our plan is to come up with various test scenarios which involves
  multiple product interactions. These test artifacts will be checked-in
  to
  test artifacts directory of svn and automation team and QA team will
  integrate it with the system test framework.
 
 
 
  And, also includes automation fixes done for external issues.
 
 
  Did we start running Bamboo again since this is fixed?
 
 
  Bamboo scheduled builds are running now.
 
 
  Do we run introps and perf tests with this?
 
 
  --Srinath
 
  On Fri, Jan 20, 2012 at 12:28 AM, Krishantha Samaraweera
  krishan...@wso2.com wrote:
   We need to monitor how this works for few days.
   If everything runs smoothly then we can enable test failure
   notifications.
  
   Thanks,
   Krishantha.
  
  
   On Fri, Jan 20, 2012 at 12:23 AM, Krishantha Samaraweera
   krishan...@wso2.com wrote:
  
   Hi,
  
   We have done the $subject on Bamboo machine and it is working. You
   can
   find the last successful test build at [1].
  
   Test framework has been configured to use packs generated by trunk
   build.
   The test setup consists of five products (ESB, G-Reg, AS, BPS and
   DSS) with
   registry mounts on top of Mysql. This include Selenium test for
   G-Reg
   as
   well. I had to exclude Ravana tests due to few issues after
   updating
   the
   Ravana framework. Will get them fix by tomorrow.
  
   Thanks,
   Krishantha.
  
   [1] http://wso2.org/bamboo/browse/WSO2CARBONTUNK-AUTOMATIONTEST-13/
  
  
 
 
 
  --
  
  Srinath Perera, Ph.D.
    Senior Software Architect, WSO2 Inc.
    Visiting Faculty, University of Moratuwa
    Member, Apache Software Foundation
    Research Scientist, Lanka Software Foundation
    Blog: http://srinathsview.blogspot.com/
    Photos: http://www.flickr.com/photos/hemapani/
   Phone: 0772360902
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 
 Srinath Perera, Ph.D.
   Senior Software Architect, WSO2 Inc.
   Visiting Faculty, University of Moratuwa
   Member, Apache Software Foundation
   Research Scientist, Lanka Software Foundation
   Blog: http://srinathsview.blogspot.com/
   Photos: http://www.flickr.com/photos/hemapani/
  Phone: 0772360902


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


Re: [Carbon-dev] Error in ESB cluster

2012-01-23 Thread Charitha Kankanamge
This can be due to various reasons (see [1] for example). Can you
please check the followings?

- cache.xml config
- Did you start the cluster nodes with -Dbind.address=host ip property?
- Did you start all nodes at once or one-by-one?

[1]https://wso2.org/jira/browse/CARBON-10783



Charitha Kankanamge
cell: +94 718 359 265
blog: http://charithaka.blogspot.com



On Mon, Jan 23, 2012 at 3:49 PM, Chamara Ariyarathne chama...@wso2.com wrote:
 this error message came in an ESB cluster, master node. Is this a known
 issue? or an configuration error ?

 [2012-01-23 14:53:37,010] ERROR - NAKACK couldn't deliver message [dst:
 null, src: localhost-25598 (3 headers), size=0 bytes]
 java.lang.NullPointerException
 at
 org.infinispan.remoting.transport.jgroups.JGroupsTransport.needsToRejoin(JGroupsTransport.java:515)
 at
 org.infinispan.remoting.transport.jgroups.JGroupsTransport.viewAccepted(JGroupsTransport.java:495)
 at
 org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUpEvent(MessageDispatcher.java:729)
 at
 org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:772)
 at org.jgroups.JChannel.up(JChannel.java:1453)
 at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:887)
 at org.jgroups.protocols.pbcast.FLUSH.up(FLUSH.java:446)
 at
 org.jgroups.protocols.pbcast.STREAMING_STATE_TRANSFER.up(STREAMING_STATE_TRANSFER.java:265)
 at org.jgroups.protocols.FRAG2.up(FRAG2.java:188)
 at org.jgroups.protocols.FC.up(FC.java:494)
 at org.jgroups.protocols.pbcast.GMS.installView(GMS.java:597)
 at
 org.jgroups.protocols.pbcast.ParticipantGmsImpl.handleViewChange(ParticipantGmsImpl.java:152)
 at org.jgroups.protocols.pbcast.GMS.up(GMS.java:797)
 at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:234)
 at org.jgroups.protocols.UNICAST.up(UNICAST.java:309)
 at org.jgroups.protocols.pbcast.NAKACK.handleMessage(NAKACK.java:877)
 at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:671)
 at org.jgroups.protocols.BARRIER.up(BARRIER.java:120)
 at org.jgroups.protocols.FD_ALL.up(FD_ALL.java:177)
 at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:270)
 at org.jgroups.protocols.MERGE2.up(MERGE2.java:210)
 at org.jgroups.protocols.Discovery.up(Discovery.java:281)
 at org.jgroups.protocols.PING.up(PING.java:67)
 at org.jgroups.protocols.TP.passMessageUp(TP.java:1009)
 at org.jgroups.protocols.TP.access$100(TP.java:56)
 at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1549)
 at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1526)
 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)


 --
 Chamara Ariyarathne
 Software Engineer - QA;
 WSO2 Inc; http://www.wso2.com/.
 Mobile; 0772786766


 ___
 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] System Test Framework Integration with Bamboo trunk build.

2012-01-20 Thread Charitha Kankanamge
Hi Srinath,

We already have TestPlan docs such as [1] which we maintain against each
release. However we categorized them according to products. What we can do
is, add an additional sheet with platform test scenarios and include the
cases which needs to be done, which has already been automated etc..

[1]
https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0AvhVRxNoCg0KdDJPY2RMN0xncTFPM1h5Y3NOblVCOEEhl=en_USpli=1#gid=27

/Charitha

On Fri, Jan 20, 2012 at 1:28 PM, Srinath Perera srin...@wso2.com wrote:

 Shall we have a test metric defined in a google doc and keep track of
 what to be done etc through that test matrix?
 --Srinath

 On Fri, Jan 20, 2012 at 1:00 PM, Charitha Kankanamge chari...@wso2.com
 wrote:
 
  On Fri, Jan 20, 2012 at 11:44 AM, Krishantha Samaraweera
  krishan...@wso2.com wrote:
 
  Hi Srinath,
 
  On Fri, Jan 20, 2012 at 5:28 AM, Srinath Perera srin...@wso2.com
 wrote:
 
  Thanks Krishantha!!
 
  How good are we with test coverage (including introps and perf)? Can
  you send the current status and plan to cover other products?
 
 
  As I mentioned in the earlier mail, there were few issue with Ravana,
 the
  perf test framework. Recent updates to the framework causing some
 troubles
  with integration. I will work with Damitha to find possible solution.
 
  Sorry I forgot to mention about the interops tests. We haven't integrate
  interop tests to framework trunk yet. Dharshana is working on it. Will
  update the status once it is done.
 
  We may need to have a distributed product setup if we are going to cover
  other products. Since running 13 products on the same machine will not
 be
  practical. Currently automation team is more focusing on our main
 products.
  And, the plan is to automate system/platform test plans that is going to
  prepared by QA team.
 
 
  +1. Our plan is to come up with various test scenarios which involves
  multiple product interactions. These test artifacts will be checked-in to
  test artifacts directory of svn and automation team and QA team will
  integrate it with the system test framework.
 
 
 
  And, also includes automation fixes done for external issues.
 
 
  Did we start running Bamboo again since this is fixed?
 
 
  Bamboo scheduled builds are running now.
 
 
  Do we run introps and perf tests with this?
 
 
  --Srinath
 
  On Fri, Jan 20, 2012 at 12:28 AM, Krishantha Samaraweera
  krishan...@wso2.com wrote:
   We need to monitor how this works for few days.
   If everything runs smoothly then we can enable test failure
   notifications.
  
   Thanks,
   Krishantha.
  
  
   On Fri, Jan 20, 2012 at 12:23 AM, Krishantha Samaraweera
   krishan...@wso2.com wrote:
  
   Hi,
  
   We have done the $subject on Bamboo machine and it is working. You
 can
   find the last successful test build at [1].
  
   Test framework has been configured to use packs generated by trunk
   build.
   The test setup consists of five products (ESB, G-Reg, AS, BPS and
   DSS) with
   registry mounts on top of Mysql. This include Selenium test for
 G-Reg
   as
   well. I had to exclude Ravana tests due to few issues after updating
   the
   Ravana framework. Will get them fix by tomorrow.
  
   Thanks,
   Krishantha.
  
   [1] http://wso2.org/bamboo/browse/WSO2CARBONTUNK-AUTOMATIONTEST-13/
  
  
 
 
 
  --
  
  Srinath Perera, Ph.D.
Senior Software Architect, WSO2 Inc.
Visiting Faculty, University of Moratuwa
Member, Apache Software Foundation
Research Scientist, Lanka Software Foundation
Blog: http://srinathsview.blogspot.com/
Photos: http://www.flickr.com/photos/hemapani/
   Phone: 0772360902
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 
 Srinath Perera, Ph.D.
   Senior Software Architect, WSO2 Inc.
   Visiting Faculty, University of Moratuwa
   Member, Apache Software Foundation
   Research Scientist, Lanka Software Foundation
   Blog: http://srinathsview.blogspot.com/
   Photos: http://www.flickr.com/photos/hemapani/
  Phone: 0772360902

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


Re: [Carbon-dev] System Test Framework Integration with Bamboo trunk build.

2012-01-19 Thread Charitha Kankanamge
On Fri, Jan 20, 2012 at 9:51 AM, Muhammed Shariq sha...@wso2.com wrote:

 Hi Krishantha et al,

 If I am not mistaken we are running these test for products only right, at
 the moment? How about the possibility of running these test on the stratos
 services too ? I had a chat with Dhrashana and we most of the tests that
 covers multitenancy aspect, so its a matter of setting up a stratos
 deployment in the bamboo machins right? I can work with the automation team
 to get this running. IIRC we even used these test suite to smoke test SLive
 after migrations etc, so we already have it.


+1.


 My concern is that, once we start developing new features we usually do
 development and testing cycles with the product. Ultimately the services
 gets side lined until quite late in the release cycle. If we can run a full
 test round once a week maybe and get notifications of the failures (or on
 the build status dashboard itself), we wouldn't need to worry about the
 status of the trunk at any time. WDYT ?

 On a related note, there was a thread on adding TestNG integration test to
 cover tenant aspects as well,  wonder if we have made any progress in that
 front? Thinking about it, we first need to create a tenant, and also some
 of the tenant related test would require a proper setup (with mounting etc)
 prior to running the tests. Guess we need to put more thought into that?

 On Fri, Jan 20, 2012 at 12:23 AM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi,

 We have done the $subject on Bamboo machine and it is working. You can
 find the last successful test build at [1].

 Test framework has been configured to use packs generated by trunk build.
 The test setup consists of five products (ESB, G-Reg, AS, BPS and DSS) with
 registry mounts on top of Mysql. This include Selenium test for G-Reg as
 well. I had to exclude Ravana tests due to few issues after updating the
 Ravana framework. Will get them fix by tomorrow.

 Thanks,
 Krishantha.

 [1] http://wso2.org/bamboo/browse/WSO2CARBONTUNK-AUTOMATIONTEST-13/

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




 --
 Thanks,
 Shariq.
 Phone: +94 777 202 225


 ___
 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] System Test Framework Integration with Bamboo trunk build.

2012-01-19 Thread Charitha Kankanamge
On Fri, Jan 20, 2012 at 11:44 AM, Krishantha Samaraweera 
krishan...@wso2.com wrote:

 Hi Srinath,

 On Fri, Jan 20, 2012 at 5:28 AM, Srinath Perera srin...@wso2.com wrote:

 Thanks Krishantha!!

 How good are we with test coverage (including introps and perf)? Can
 you send the current status and plan to cover other products?


 As I mentioned in the earlier mail, there were few issue with Ravana, the
 perf test framework. Recent updates to the framework causing some troubles
 with integration. I will work with Damitha to find possible solution.

 Sorry I forgot to mention about the interops tests. We haven't integrate
 interop tests to framework trunk yet. Dharshana is working on it. Will
 update the status once it is done.

 We may need to have a distributed product setup if we are going to cover
 other products. Since running 13 products on the same machine will not be
 practical. Currently automation team is more focusing on our main products.
 And, the plan is to automate system/platform test plans that is going to
 prepared by QA team.


+1. Our plan is to come up with various test scenarios which involves
multiple product interactions. These test artifacts will be checked-in to
test artifacts directory of svn and automation team and QA team will
integrate it with the system test framework.



 And, also includes automation fixes done for external issues.


 Did we start running Bamboo again since this is fixed?


 Bamboo scheduled builds are running now.


 Do we run introps and perf tests with this?


 --Srinath

 On Fri, Jan 20, 2012 at 12:28 AM, Krishantha Samaraweera
 krishan...@wso2.com wrote:
  We need to monitor how this works for few days.
  If everything runs smoothly then we can enable test failure
 notifications.
 
  Thanks,
  Krishantha.
 
 
  On Fri, Jan 20, 2012 at 12:23 AM, Krishantha Samaraweera
  krishan...@wso2.com wrote:
 
  Hi,
 
  We have done the $subject on Bamboo machine and it is working. You can
  find the last successful test build at [1].
 
  Test framework has been configured to use packs generated by trunk
 build.
  The test setup consists of five products (ESB, G-Reg, AS, BPS and
 DSS) with
  registry mounts on top of Mysql. This include Selenium test for G-Reg
 as
  well. I had to exclude Ravana tests due to few issues after updating
 the
  Ravana framework. Will get them fix by tomorrow.
 
  Thanks,
  Krishantha.
 
  [1] http://wso2.org/bamboo/browse/WSO2CARBONTUNK-AUTOMATIONTEST-13/
 
 



 --
 
 Srinath Perera, Ph.D.
   Senior Software Architect, WSO2 Inc.
   Visiting Faculty, University of Moratuwa
   Member, Apache Software Foundation
   Research Scientist, Lanka Software Foundation
   Blog: http://srinathsview.blogspot.com/
   Photos: http://www.flickr.com/photos/hemapani/
  Phone: 0772360902



 ___
 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] system test framework and product integration tests

2012-01-18 Thread Charitha Kankanamge
+1. System test framework will also include some integration tests because
we need to do regression testing on patches, multiple platforms using that.

/Charitha


On Wed, Jan 18, 2012 at 1:05 PM, Krishantha Samaraweera krishan...@wso2.com
 wrote:

 Your are correct. We came across the same issue when designing the
 framework. Since system tests runs with different configurations (e.g with
 registry mounts and different DBs) we need to run all most all
 product integration tests on top of product platform as well. We can not
 directly have dependencies to product integration tests because of the way
 we have written those tests. And, The tests architecture is also differ. We
 have written the system-test-framework to address the distributed nature of
 a platform deployment. Currently as what we can do is to duplicate
 integration tests inside system tests. May be in future we can find a
 better way to do it.

 Thanks,
 Krishantha.

 On Wed, Jan 18, 2012 at 10:57 AM, KasunG Gajasinghe kas...@wso2.comwrote:

   I have a little question about System-Test-Framework. Does the
 objective of it is to complement the integration tests of products,
 or will it be integrated in to the product integration tests in
 future?


 What current integration test does is test the individual components
 combined and grouped into a so called product. It doesn't have platform
 wide tests cases. For an example, It doesn't test a scenario run on ESB,
 BPS and G-Reg with registry mounts and clustering. What we does in
 system-test-framework is test the platform as a whole.


 Nope system-test-framework will not be integrated in to integration
 tests.


 Understood. But, talking from viewpoint of AS, it seems that the
 boundary of this framework's tests and product intg tests is somewhat blur.
 For example, AS needs to test the security scenarios of Axis2 services
 something which also done by the system-test-framework. May be we need to
 come to a common ground on this.




 We are going off the topic here. Lets discuss this on carbon-dev. Please
 ask all the question you have in there.


 +1. forwarded to carbon-dev.


 Thanks,
 --KasunG



 Thanks,
 Krishantha.




 I'm asking this because I feel like things may get duplicated between
 product integration tests, and STF!

 Thanks,
 --KasunG



 Thanks,
 Krishantha.




 --
 *Kasun Gajasinghe*
 Software Engineer; WSO2 Inc.; http://wso2.com

 ,
 *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813*
 *blog: **http://blog.kasunbg.org* http://blog.kasunbg.org

 *
 twitter: **http://twitter.com/kasunbg* http://twitter.com/kasunbg

 *
 *





 --
 *Kasun Gajasinghe*
 Software Engineer; WSO2 Inc.; http://wso2.com

 ,
 *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813*
 *blog: **http://blog.kasunbg.org* http://blog.kasunbg.org

 *
 twitter: **http://twitter.com/kasunbg* http://twitter.com/kasunbg

 *
 *





 --
 *Kasun Gajasinghe*
 Software Engineer; WSO2 Inc.; http://wso2.com

 ,
 *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813*
 *blog: **http://blog.kasunbg.org* http://blog.kasunbg.org

 *
 twitter: **http://twitter.com/kasunbg* http://twitter.com/kasunbg

 *
 *


 ___
 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 mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Deployment Framework Updates.

2012-01-13 Thread Charitha Kankanamge
In LDAP config, you will need to set  Property
name=enablefalse/Property in embedded-ldap.xml to disable embedded
ldap server.

/Charitha

On Fri, Jan 13, 2012 at 12:54 PM, Charitha Kankanamge chari...@wso2.comwrote:



 On Thu, Jan 12, 2012 at 3:55 PM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Hi,

 Deployment Framework ver 1.1 is ready to use.

  Deployment Framework is a perl based tool for product configuration and
 deployment by using WSO2 recommended deployment patterns. which automates
 the Database configurations, creating mounts, Clustering and configuring
 LDAP.

 Whats New

 1.) Download product from remote location or local repository.
 2.) Deploy configured product packages to remote locations.
 3.) Ability to use in both Linux and Windows environments.

 You can download Deployment Framework From [1].

 Please refer README for further information.

 [1]
 https://svn.wso2.org/repos/wso2/trunk/carbon/platform-integration/deployment-framework

 QA - Please try this tool and provide your feedback..



 This is a great work Dharshana. This should reduce the time of setting up
 platform by a great deal.
 A few suggestions/issues;

 1. Can we let user run with the default H2 DB as local registry. In
 framework, user has to manually create databases and configure few config
 files in order to start the product. It can be avoided if we let user run
 local DB in H2 default. IMHO, there is no issue for running local registry
 in H2.

 2. There were few errors due to local changes and already communicated to
 Dharshana. Please commit them.

 Continue to use this and let you know if we come across any more issues.

 /Charitha



 Thank You.

 Dharshana Warusavitharana
 Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 cell : +94772202595
 blog : http://dharshanaw.wordpress.com/ http://isurues.wordpress.com/

 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] Deployment Framework Updates.

2012-01-13 Thread Charitha Kankanamge
Can we also include replicated caching configuration flag in the deployment
framework so that we can easily enable or disable it?

/Charitha

On Fri, Jan 13, 2012 at 2:08 PM, Charitha Kankanamge chari...@wso2.comwrote:

 In LDAP config, you will need to set  Property
 name=enablefalse/Property in embedded-ldap.xml to disable embedded
 ldap server.

 /Charitha


 On Fri, Jan 13, 2012 at 12:54 PM, Charitha Kankanamge 
 chari...@wso2.comwrote:



 On Thu, Jan 12, 2012 at 3:55 PM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Hi,

 Deployment Framework ver 1.1 is ready to use.

  Deployment Framework is a perl based tool for product
 configuration and deployment by using WSO2 recommended deployment patterns.
 which automates the Database configurations, creating mounts, Clustering
 and configuring LDAP.

 Whats New

 1.) Download product from remote location or local repository.
 2.) Deploy configured product packages to remote locations.
 3.) Ability to use in both Linux and Windows environments.

 You can download Deployment Framework From [1].

 Please refer README for further information.

 [1]
 https://svn.wso2.org/repos/wso2/trunk/carbon/platform-integration/deployment-framework

 QA - Please try this tool and provide your feedback..



 This is a great work Dharshana. This should reduce the time of setting up
 platform by a great deal.
 A few suggestions/issues;

 1. Can we let user run with the default H2 DB as local registry. In
 framework, user has to manually create databases and configure few config
 files in order to start the product. It can be avoided if we let user run
 local DB in H2 default. IMHO, there is no issue for running local registry
 in H2.

 2. There were few errors due to local changes and already communicated to
 Dharshana. Please commit them.

 Continue to use this and let you know if we come across any more issues.

 /Charitha



 Thank You.

 Dharshana Warusavitharana
 Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 cell : +94772202595
 blog : http://dharshanaw.wordpress.com/ http://isurues.wordpress.com/

 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] System test framework progress update

2012-01-12 Thread Charitha Kankanamge
QA folks,

Please note the automated features and update the test plans accordingly.
Make sure that you do not repeat these tests manually.

Thanks!
Charitha



On Thu, Jan 12, 2012 at 5:44 PM, Nuwan Wimalasekara nuw...@wso2.com wrote:

 Hi
 Following scenarios have been covered in Data Service Server. All test can
 be run on Product or Stratos.

 1) Data Service with CSV file which is on registry
 2) Data Service with excel file which is on registry
   XSLT transformation
 3) Data Service with Google Spread Sheet
 4) Data Service with MySql Database
  INSERT, UPDATE, DELETE, and SELECT operation
 5) Data Service with carbon data source
  Data Source Creation
  INSERT, UPDATE, DELETE, and SELECT operation
 6) Distributed Transactions
 7) Data Service Eventing
 8) Nested Queries
 9) Batch Request
 10) File Service
 11) REST Invocation
  GET, POST, PUT, DELETE
 12) Secure Service
  Scenario no 1 to 15
 13) Service Input parameter validation
  length validation
  pattern validation
 14) MySql Stored procedure
  IN params, OUT params, INOUT params
 15) Faulty Service
  Deploying faulty service
  Edit and Redeploy faulty service
 16) Data Service Schedule task
  Add Schedule task
  Reschedule Task
  Verifying Task Repeat Count
  Verifying Task Start Time

 Service uploading and data base creation for the service are also
 automated. MySql database is used for the data services.


 Thanks
 NuwanW


 On Thu, Jan 12, 2012 at 3:42 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi,

 System test framework [1] is capable of testing starots and product
 platform. We already integrated Ravana, the perf test framewok into this
 framework.  And it also contain test for G-Reg UI testing using
 Selenium2/Webdriver. This framework uses perl based deployment framework
 [2] to setup product platforms to be tested. From next week we will start
 migrating system framework into TestNG. This is just an update of the
 status.

 We have covered following functionalities releated to App Server. You can
 run all these test on Products as well on Stratos.

 1. Car file upload and multitenancy tests.
 2. Aar, Jar and spring service upload and multitenancy tests.
 3. SOAP tracer test.
 4. System level stat test.
 5. Faulty webapp test, web app redeployment,
 6. AAR load test n 100 c 100.
 7. Web app deployment concurrency test using multiple tenants.

 Automated scenarios of Stratos Manager

 1. Add new tenant test.
 2. Activate and deactivate tenants.
 3. Usage plan update and downgrade test.
 4. Tenant contact info update test.
 5. Tenant info update tests.

 Dharshana, Nuwan and Kishan please give updates on the areas you have
 been automating.

 Thanks,
 Krishantha.

 [1]
 https://svn.wso2.org/repos/wso2/trunk/carbon/platform-integration/system-test-framework
 [2]
 https://svn.wso2.org/repos/wso2/trunk/carbon/platform-integration/deployment-framework

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




 --
 Nuwan Wimalasekara
 Software Engineer - Test Automation
 WSO2, Inc.: http://wso2.com
 lean. enterprise. middleware

 phone: +94 71 668 4620





 ___
 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] Deployment Framework Updates.

2012-01-12 Thread Charitha Kankanamge
On Thu, Jan 12, 2012 at 3:55 PM, Dharshana Warusavitharana 
dharsha...@wso2.com wrote:

 Hi,

 Deployment Framework ver 1.1 is ready to use.

 Deployment Framework is a perl based tool for product configuration and
 deployment by using WSO2 recommended deployment patterns. which automates
 the Database configurations, creating mounts, Clustering and configuring
 LDAP.

 Whats New

 1.) Download product from remote location or local repository.
 2.) Deploy configured product packages to remote locations.
 3.) Ability to use in both Linux and Windows environments.

 You can download Deployment Framework From [1].

 Please refer README for further information.

 [1]
 https://svn.wso2.org/repos/wso2/trunk/carbon/platform-integration/deployment-framework

 QA - Please try this tool and provide your feedback..



This is a great work Dharshana. This should reduce the time of setting up
platform by a great deal.
A few suggestions/issues;

1. Can we let user run with the default H2 DB as local registry. In
framework, user has to manually create databases and configure few config
files in order to start the product. It can be avoided if we let user run
local DB in H2 default. IMHO, there is no issue for running local registry
in H2.

2. There were few errors due to local changes and already communicated to
Dharshana. Please commit them.

Continue to use this and let you know if we come across any more issues.

/Charitha



 Thank You.

 Dharshana Warusavitharana
 Software Engineer , Test Automation
 WSO2 Inc. http://wso2.com
 email : dharsha...@wso2.com dharsha...@wso2.com
 cell : +94772202595
 blog : http://dharshanaw.wordpress.com/ http://isurues.wordpress.com/

 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] Need the Unified Endpoints Component in the Carbon JIRA Project

2012-01-03 Thread Charitha Kankanamge
Hi Hiranya,

I just added this component.

/charitha

On Wednesday, January 4, 2012, Hiranya Jayathilaka hira...@wso2.com wrote:
 Who can create this component in the Carbon JIRA? I don't have
permissions to set this up.
 Thanks,
 Hiranya

 On Tue, Jan 3, 2012 at 6:32 PM, Hiranya Jayathilaka hira...@wso2.com
wrote:

 $subject

 --
 Hiranya Jayathilaka
 Associate Technical Lead;
 WSO2 Inc.;  http://wso2.org
 E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
 Blog: http://techfeast-hiranya.blogspot.com



 --
 Hiranya Jayathilaka
 Associate Technical Lead;
 WSO2 Inc.;  http://wso2.org
 E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
 Blog: http://techfeast-hiranya.blogspot.com


-- 
Charitha Kankanamge
Senior Technical Lead, Manager QA
WSO2 Inc.
http://wso2.org
email: chari...@wso2.com
cell: +94 718 359 265
blog: http://charithaka.blogspot.com

wso2.com Lean Enterprise Middleware

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


Re: [Carbon-dev] Release plan for Carbon 3.2.3

2011-12-19 Thread Charitha Kankanamge
Hi Ratha,

License.txt of ESB still contains 3.2.0 versions. Please have a look.
Reopened [1]

[1]https://wso2.org/jira/browse/CARBON-11804

/Charitha

On Mon, Dec 19, 2011 at 3:04 PM, Vijayaratha Vijayasingam
rat...@wso2.comwrote:

 Hi,
 are we going to sign and host the packs in builder machine? If so, what is
 the location...? except greg other products can be signed?
 -ratha


 On 19 December 2011 13:03, Senaka Fernando sen...@wso2.com wrote:

 Hi all,

 FYI, I have attached the fixed jars so that we can start verifying them
 even before the builds are made available.

 Thanks,
 Senaka.


 On Mon, Dec 19, 2011 at 12:48 PM, Senaka Fernando sen...@wso2.comwrote:

 Done and Sanjeewa just started building.

 Thanks,
 Senaka.


 On Mon, Dec 19, 2011 at 11:29 AM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 There are some regression issues in G-Reg and Senaka is working on the
 fixes...

 Please do not commit anything other than that..

 Thanks  regards,
 -Prabath


 On Sun, Dec 18, 2011 at 9:44 PM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 We'll be tagging the branch tomorrow afternoon to do the 3.2.3
 release.. PM/RMs please keep the release notes ready..

 Once we create the 3.2.3 tag tomorrow - we can start working on the
 3.2.4 - please do not commit to 3.2.0 branch till then..

 Thanks  regards,
 -Prabath

 On Wed, Dec 14, 2011 at 2:03 PM, Prabath Siriwardena prab...@wso2.com
  wrote:

 Hi folks,

 Following is the plan for the Carbon 3.2.3 release..

 1. Final RC will be done today - build in progress
 2. Any L1/Regressions will be fixed after being reviewed by the
 PMs/RMs
 3. Expected release date 20th December - Tuesday next week...

 Please do NOT commit to 3.2.0 branch...

 --
 Thanks  Regards,
 Prabath

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




 --
 Thanks  Regards,
 Prabath

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




 --
 Thanks  Regards,
 Prabath

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




 --
 *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] Carbon 3.2.3 : G-Reg, IS, ESB, DSS

2011-12-08 Thread Charitha Kankanamge
ESB folks,

Please make sure to update release docs such as license.txt, README etc [1]

[1]https://wso2.org/jira/browse/CARBON-11804

Regards
Charitha

On Thu, Dec 8, 2011 at 1:03 PM, Prabath Siriwardena prab...@wso2.comwrote:

 PMs/RMs,

 We are code freezing tomorrow.. please make sure release docs and all
 other docs are updated

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


Re: [Carbon-dev] Carbon 3.2.3 Release

2011-11-28 Thread Charitha Kankanamge
Hi Samisa,

We (QA) have not tested this new feature yet. Honestly, we still do not
know how to test it hence there is no test plan yet. I Just had a chat with
Hiranya and he will do a KT session for a few ESB testing folks (Sandapa,
Amal P). Then, we will be able to do a plan and start test execution.

Regards
Charitha


On Mon, Nov 28, 2011 at 10:33 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 In the ESB, how much testing we have done on the REST API stuff so far?

 Do we have a test plan for the same? We also need a comprehensive sample
 app. Have we done code reviews etc of this feature?


 On Mon, Nov 28, 2011 at 10:07 AM, Vijayaratha Vijayasingam 
 rat...@wso2.com wrote:

 Hi,
 Shared ESB open issues filter with everyone
 https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=10611

 -Ratha

 On 28 November 2011 10:02, Hasini Gunasinghe has...@wso2.com wrote:
  Hi Charitha,
  On Sun, Nov 27, 2011 at 11:59 PM, Charitha Kankanamge 
 chari...@wso2.com
  wrote:
 
  Hi RMs,
 
  Create Carbon jira filters for L1/L2 issues according to your products.
 
  Filter for the issues related to
  IS/Security:
 https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=10492
  Will discuss with the team and prioritize the ones to be fixed for this
  release.
  Thanks,
  Hasini.
 
  eg-[1]
  Issues are in carbon jira not in emails. Therefore, please keep an eye
 on
  open jiras.
 
 
  [1]
 https://wso2.org/jira/secure/IssueNavigator.jspa?reset=truejqlQuery=project+%3D+CARBON+AND+component+%3D+%22Data+Services%22+AND+resolution+%3D+Unresolved+AND+priority+%3D+Highest+ORDER+BY+key+DESCmode=hide
 
  /Charitha
 
 
 
  On Sun, Nov 27, 2011 at 10:13 PM, Charitha Kankanamge 
 chari...@wso2.com
  wrote:
 
  Please host the P2-repo to test feature installations.
 
  /Charitha
 
 
 
  On Sun, Nov 27, 2011 at 1:34 PM, Madhuka Udantha madh...@wso2.com
  wrote:
 
  hi,
  Latest packs available here
 
 
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-11-26_23-32-23/
  Thank you
 
  On Sun, Nov 27, 2011 at 8:53 AM, Isuru Suriarachchi is...@wso2.com
  wrote:
 
  Yes, AS should also be released. SupunM will be the RM.
  Thanks,
  ~Isuru
 
  On Sat, Nov 26, 2011 at 4:06 PM, Kathiravelu Pradeeban
  pradee...@wso2.com wrote:
 
 
  On Sat, Nov 26, 2011 at 4:04 PM, Sumedha Rubasinghe 
 sume...@wso2.com
  wrote:
 
  Pradeeban,
  recent changes to log4j needs to go in to AS release.
 
  Yes, that change is already in (r116192).
  branches/carbon/3.2.0/core/distribution/3.2.3/src/assembly/bin.xml
 and
 
 
 
 branches/carbon/3.2.0/core/org.wso2.carbon.server/3.2.3/src/assembly/bin.xml
 
  Regards,
  Pradeeban.
 
  /sumedha
 
  On 11/23/11, Charitha Kankanamge chari...@wso2.com wrote:
   Hi,
  
   In the last AS release, BAM publishers and other qpid related
 stuff
   do not
   work OOTB due to [1] since we have not shipped qpid-config.xml
 in
   AS. We
   may consider to fix that and release AS as well.
  
   [1]https://wso2.org/jira/browse/CARBON-11527
  
   /Charitha
  
  
   On Wed, Nov 23, 2011 at 11:40 AM, Prabath Siriwardena
   prab...@wso2.comwrote:
  
   Hi folks,
  
   Samisa. Sumedha and me had an offline discussion the $subject -
   please
   find the details below..
  
   Following products will be released
  
   1. G-Reg - [RM - Fazlan]
   2. IS - [RM - Hasini]
   3. ESB - [RM - Ratha]
   4. MS - [RM - Lalaji]
  
   Code Freeze : 2nd December
  
   Release : 16th December
  
   Any other products that need to be released on 16th December -
   PMs,
   please reply to this mail by EOD today...
  
   --
   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
  
  
 
  --
  Sent from my mobile device
 
 
 
  --
  Kathiravelu Pradeeban.
  Software Engineer.
  WSO2 Inc.
 
  Blog: [Llovizna] http://kkpradeeban.blogspot.com/
 
 
 
  --
  Isuru Suriarachchi
  Technical Lead  Product Manager, WSO2 Application Server
  WSO2 Inc. http://wso2.com
  email : is...@wso2.com
  blog : http://isurues.wordpress.com/
 
  lean . enterprise . middleware
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Madhuka Udantha
  http://madhukaudantha.blogspot.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
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Re: [Carbon-dev] Removing lib/endorsed/xalan-2.7.0.wso2v1.jar from products

2011-11-28 Thread Charitha Kankanamge
The removal of xalan broke existing functionalities such as Tryit. Now,
when you click on Tryit, the following error is thrown.

Associated JIRA - https://wso2.org/jira/browse/CARBON-11663

[2011-11-29 00:22:57,375]  INFO
{org.apache.axis2.deployment.DeploymentEngine} -  Deploying Web service:
MyAxis2Service.aar -
file:/home/charitha/products/wsas/wso2as-4.1.3/repository/deployment/server/axis2services/MyAxis2Service.aar
ERROR:  'Invalid conversion from 'node-set' to 'java.lang.String'.'
[2011-11-29 00:23:04,347] ERROR {org.wso2.carbon.wsdl2form.Util} -
java.lang.RuntimeException: Invalid conversion from 'node-set' to
'java.lang.String'.
javax.xml.transform.TransformerException: java.lang.RuntimeException:
Invalid conversion from 'node-set' to 'java.lang.String'.
at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:716)
at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:313)
at org.wso2.carbon.wsdl2form.Util.transform(Util.java:122)
at org.wso2.carbon.wsdl2form.Util.getSigStream(Util.java:64)
at org.wso2.carbon.wsdl2form.Util.getSigStream(Util.java:73)
at
org.wso2.carbon.wsdl2form.WSDL2FormGenerator.getInternalTryit(WSDL2FormGenerator.java:165)
at
org.wso2.carbon.tryit.TryitRequestProcessor.process(TryitRequestProcessor.java:49)
at
org.wso2.carbon.core.transports.CarbonServlet.processWithGetProcessor(CarbonServlet.java:159)
at
org.wso2.carbon.core.transports.CarbonServlet.doGet(CarbonServlet.java:122)
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.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)
Caused by: java.lang.RuntimeException: Invalid conversion from 'node-set'
to 'java.lang.String'.
at
com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary.runTimeError(BasisLibrary.java:1523)
at
com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary.runTimeError(BasisLibrary.java:1531)
at
com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary.nodesetF(BasisLibrary.java:521)
at GregorSamsa.process$dash$schemas()
at GregorSamsa.topLevel()
at GregorSamsa.transform()
at
com.sun.org.apache.xalan.internal.xsltc.runtime.AbstractTranslet.transform(AbstractTranslet.java:603)
at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:709)
... 34 more
-
java.lang.RuntimeException: Invalid conversion from 'node-set' to
'java.lang.String'.
at
com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary.runTimeError(BasisLibrary.java:1523)
at
com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary.runTimeError(BasisLibrary.java:1531)
at
com.sun.org.apache.xalan.internal.xsltc.runtime.BasisLibrary.nodesetF(BasisLibrary.java:521)
at GregorSamsa.process$dash$schemas()
at 

Re: [Carbon-dev] Carbon 3.2.3 Release

2011-11-27 Thread Charitha Kankanamge
Please host the P2-repo to test feature installations.

/Charitha



On Sun, Nov 27, 2011 at 1:34 PM, Madhuka Udantha madh...@wso2.com wrote:

 hi,

 Latest packs available here

 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-11-26_23-32-23/

 Thank you


 On Sun, Nov 27, 2011 at 8:53 AM, Isuru Suriarachchi is...@wso2.comwrote:

 Yes, AS should also be released. SupunM will be the RM.

 Thanks,
 ~Isuru

 On Sat, Nov 26, 2011 at 4:06 PM, Kathiravelu Pradeeban 
 pradee...@wso2.com wrote:



 On Sat, Nov 26, 2011 at 4:04 PM, Sumedha Rubasinghe sume...@wso2.comwrote:

 Pradeeban,
 recent changes to log4j needs to go in to AS release.


 Yes, that change is already in (r116192).
 branches/carbon/3.2.0/core/distribution/3.2.3/src/assembly/bin.xml and

 branches/carbon/3.2.0/core/org.wso2.carbon.server/3.2.3/src/assembly/bin.xml

 Regards,
 Pradeeban.

 /sumedha

 On 11/23/11, Charitha Kankanamge chari...@wso2.com wrote:
  Hi,
 
  In the last AS release, BAM publishers and other qpid related stuff
 do not
  work OOTB due to [1] since we have not shipped qpid-config.xml in AS.
 We
  may consider to fix that and release AS as well.
 
  [1]https://wso2.org/jira/browse/CARBON-11527
 
  /Charitha
 
 
  On Wed, Nov 23, 2011 at 11:40 AM, Prabath Siriwardena
  prab...@wso2.comwrote:
 
  Hi folks,
 
  Samisa. Sumedha and me had an offline discussion the $subject -
 please
  find the details below..
 
  Following products will be released
 
  1. G-Reg - [RM - Fazlan]
  2. IS - [RM - Hasini]
  3. ESB - [RM - Ratha]
  4. MS - [RM - Lalaji]
 
  Code Freeze : 2nd December
 
  Release : 16th December
 
  Any other products that need to be released on 16th December - PMs,
  please reply to this mail by EOD today...
 
  --
  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
 
 

 --
 Sent from my mobile device




 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/




 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/


 lean . enterprise . middleware


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




 --
 *Madhuka* Udantha
 http://madhukaudantha.blogspot.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


Re: [Carbon-dev] Carbon 3.2.3 Release

2011-11-27 Thread Charitha Kankanamge
Hi RMs,

Create Carbon jira filters for L1/L2 issues according to your products.
eg-[1]
Issues are in carbon jira not in emails. Therefore, please keep an eye on
open jiras.

[1]
https://wso2.org/jira/secure/IssueNavigator.jspa?reset=truejqlQuery=project+%3D+CARBON+AND+component+%3D+%22Data+Services%22+AND+resolution+%3D+Unresolved+AND+priority+%3D+Highest+ORDER+BY+key+DESCmode=hide

/Charitha



On Sun, Nov 27, 2011 at 10:13 PM, Charitha Kankanamge chari...@wso2.comwrote:

 Please host the P2-repo to test feature installations.

 /Charitha




 On Sun, Nov 27, 2011 at 1:34 PM, Madhuka Udantha madh...@wso2.com wrote:

 hi,

 Latest packs available here

 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-11-26_23-32-23/

 Thank you


 On Sun, Nov 27, 2011 at 8:53 AM, Isuru Suriarachchi is...@wso2.comwrote:

 Yes, AS should also be released. SupunM will be the RM.

 Thanks,
 ~Isuru

 On Sat, Nov 26, 2011 at 4:06 PM, Kathiravelu Pradeeban 
 pradee...@wso2.com wrote:



 On Sat, Nov 26, 2011 at 4:04 PM, Sumedha Rubasinghe 
 sume...@wso2.comwrote:

 Pradeeban,
 recent changes to log4j needs to go in to AS release.


 Yes, that change is already in (r116192).
 branches/carbon/3.2.0/core/distribution/3.2.3/src/assembly/bin.xml and


 branches/carbon/3.2.0/core/org.wso2.carbon.server/3.2.3/src/assembly/bin.xml

 Regards,
 Pradeeban.

 /sumedha

 On 11/23/11, Charitha Kankanamge chari...@wso2.com wrote:
  Hi,
 
  In the last AS release, BAM publishers and other qpid related stuff
 do not
  work OOTB due to [1] since we have not shipped qpid-config.xml in
 AS. We
  may consider to fix that and release AS as well.
 
  [1]https://wso2.org/jira/browse/CARBON-11527
 
  /Charitha
 
 
  On Wed, Nov 23, 2011 at 11:40 AM, Prabath Siriwardena
  prab...@wso2.comwrote:
 
  Hi folks,
 
  Samisa. Sumedha and me had an offline discussion the $subject -
 please
  find the details below..
 
  Following products will be released
 
  1. G-Reg - [RM - Fazlan]
  2. IS - [RM - Hasini]
  3. ESB - [RM - Ratha]
  4. MS - [RM - Lalaji]
 
  Code Freeze : 2nd December
 
  Release : 16th December
 
  Any other products that need to be released on 16th December - PMs,
  please reply to this mail by EOD today...
 
  --
  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
 
 

 --
 Sent from my mobile device




 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/




 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/


 lean . enterprise . middleware


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




 --
 *Madhuka* Udantha
 http://madhukaudantha.blogspot.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


[Carbon-dev] Fwd: About CARBON-10154 issue.

2011-11-21 Thread Charitha Kankanamge
Forwarding to carbon-dev.

Charith, Please help Jorge to resolve this issue.

/Charitha

-- Forwarded message --
From: Jorge Infante Osorio jorg...@uci.cu
Date: Tue, Nov 22, 2011 at 1:09 AM
Subject: About CARBON-10154 issue.
To: Charitha Kankanamge chari...@wso2.com


Hi Charitha.

I have the same problem that you faced in this issue [1] and I see that it
status is “resolved” but in my implementation with ESB 4.02 and MB 1.0.2 I
still have this problem in the eclipse client side.

** **

Can you provide me with a client code example to test this solution?

** **

Thanks.

** **

[1]
https://wso2.org/jira/browse/CARBON-10154?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs


** **

Saludos,

Ing. Jorge Infante Osorio.

J´Dpto Soluciones SOA.

CDAE.

Fac. 5.

UCI.

** **

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


[Carbon-dev] qpid-config.xml is not included in AS-4.1.2 hence ERROR at startup

2011-11-14 Thread Charitha Kankanamge
Folks,

When starting AS-4.1.2, the following error is thrown because we have not
included qpid-config.xml in binary pack.

[2011-11-15 03:42:10,185] ERROR
{org.wso2.carbon.qpid.internal.QpidServiceComponent} -  Failed to start
Qpid broker : File
/home/charitha/products/wsas/wso2as-4.1.2/repository/conf/advanced/qpid-config.xml
could not be found. Check the file exists and is readable

Associated JIRA: https://wso2.org/jira/browse/CARBON-11527

It seems no one has noticed this error before releasing AS-4.1.2

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


[Carbon-dev] Is there a builder for text/xml content type?

2011-10-31 Thread Charitha Kankanamge
Folks,

I can see a message builder for application/xml by default in ESB axis2
configuration, but is there a specific builder for text/xml types? When
back-end responds with a text/xml, ESB converts into a application/xml. How
can I preserve the content-type without adding MessageType property in ESB
configuration?

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


Re: [Carbon-dev] Services went missing after restarting ESB (clustered setup)

2011-10-20 Thread Charitha Kankanamge
, Samisa Abeysinghe sam...@wso2.com wrote:

 If the only thing that you did is to disable and then enable clustering in
 axis2 config, then that got to be a bug. May be there is a problem in
 deployment when there are two nodes, one RE and one RO.

 When you disable clustering and start, deployment might happen right, and
 then you enable it, the earlier deployment is already there.


 On Wed, Oct 19, 2011 at 2:38 PM, Charitha Kankanamge chari...@wso2.comwrote:

 I set up a new cluster with new packs and faced the same issue. This time
 I made sure the synapse configs of RO node was same as RW.
 However, after restart, all services went missing.
 Finally, As Sadeep suggested, clustering at axis2 level was disabled. then
 the services became visible. After that, I re-enabled axis2 clustering and
 restarted. Now, all services are there in service list.

 Hard to figure out whether this is related to a bug or an error in my
 setup.

 /Charitha

 -- Forwarded message --
 From: Kasun Indrasiri ka...@wso2.com
 Date: Wed, Oct 19, 2011 at 10:17 AM
 Subject: Re: [Carbon-dev] Services went missing after restarting ESB
 (clustered setup)
 To: carbon-dev@wso2.org


 Please try with 'LoadFromRegistry' option.


 This did not work.


 On Wed, Oct 19, 2011 at 6:46 AM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 Hi,

 Thanks Ishani. yes I did not copy the services to RO node. Surprisingly,
 after a few restarts, without even copying the services to RO node, all the
 services became visible in RW node.
 Worth investigating this issue further.

 /Charitha




 On Wed, Oct 19, 2011 at 2:09 AM, Ishani Ratnayake ish...@wso2.comwrote:

 Hi,

 When copying did you copy the same services to both the nodes? I recall
 reporting a jira without doing that and it was apparently the expected
 behaviour :). Please refer [1].

 [1] https://wso2.org/jira/browse/CARBON-10615

 Thanks,
 Ishani

 On Tue, Oct 18, 2011 at 6:27 AM, Charitha Kankanamge chari...@wso2.com
  wrote:


 On Tue, Oct 18, 2011 at 3:41 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Does the DB has the data?


 Yes it has. I also can see the resources in registry browser. The files
 are also there in the deployment directory in file system. The problem is,
 none of them were *deployed*, hence the service list is empty and
 cannot be invoked.



 On Tue, Oct 18, 2011 at 3:01 PM, Charitha Kankanamge 
 chari...@wso2.com wrote:

 Folks,

 Please see [1], after restarting, all the proxy services which were
 there before, went missing. Has anyone come across this issue with the
 latest ESB and G-reg packs?

 [1]https://wso2.org/jira/browse/CARBON-11271

 /Charitha


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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 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




 --
 Ishani



 ___
 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




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

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.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,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 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] Services went missing after restarting ESB (clustered setup)

2011-10-19 Thread Charitha Kankanamge
I set up a new cluster with new packs and faced the same issue. This time I
made sure the synapse configs of RO node was same as RW.
However, after restart, all services went missing.
Finally, As Sadeep suggested, clustering at axis2 level was disabled. then
the services became visible. After that, I re-enabled axis2 clustering and
restarted. Now, all services are there in service list.

Hard to figure out whether this is related to a bug or an error in my setup.


/Charitha

-- Forwarded message --
From: Kasun Indrasiri ka...@wso2.com
Date: Wed, Oct 19, 2011 at 10:17 AM
Subject: Re: [Carbon-dev] Services went missing after restarting ESB
(clustered setup)
To: carbon-dev@wso2.org


Please try with 'LoadFromRegistry' option.


This did not work.


On Wed, Oct 19, 2011 at 6:46 AM, Charitha Kankanamge chari...@wso2.comwrote:

 Hi,

 Thanks Ishani. yes I did not copy the services to RO node. Surprisingly,
 after a few restarts, without even copying the services to RO node, all the
 services became visible in RW node.
 Worth investigating this issue further.

 /Charitha




 On Wed, Oct 19, 2011 at 2:09 AM, Ishani Ratnayake ish...@wso2.com wrote:

 Hi,

 When copying did you copy the same services to both the nodes? I recall
 reporting a jira without doing that and it was apparently the expected
 behaviour :). Please refer [1].

 [1] https://wso2.org/jira/browse/CARBON-10615

 Thanks,
 Ishani

 On Tue, Oct 18, 2011 at 6:27 AM, Charitha Kankanamge 
 chari...@wso2.comwrote:


 On Tue, Oct 18, 2011 at 3:41 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Does the DB has the data?


 Yes it has. I also can see the resources in registry browser. The files
 are also there in the deployment directory in file system. The problem is,
 none of them were *deployed*, hence the service list is empty and cannot
 be invoked.



 On Tue, Oct 18, 2011 at 3:01 PM, Charitha Kankanamge chari...@wso2.com
  wrote:

 Folks,

 Please see [1], after restarting, all the proxy services which were
 there before, went missing. Has anyone come across this issue with the
 latest ESB and G-reg packs?

 [1]https://wso2.org/jira/browse/CARBON-11271

 /Charitha


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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 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




 --
 Ishani



 ___
 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




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

cell: +94 71 536 4128
Blog : http://kasunpanorama.blogspot.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


Re: [Carbon-dev] Services went missing after restarting ESB (clustered setup)

2011-10-19 Thread Charitha Kankanamge
On Wed, Oct 19, 2011 at 6:25 PM, Afkham Azeez az...@wso2.com wrote:

 Charitha,
 Do you have ConfigurationManagement enabled in your clustering setup?


Do you mean cluster manager? If so, no, I did not.

I did not do any clustering config change in axis2.xml except domain name.




 On Wed, Oct 19, 2011 at 2:53 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 If the only thing that you did is to disable and then enable clustering in
 axis2 config, then that got to be a bug. May be there is a problem in
 deployment when there are two nodes, one RE and one RO.

 When you disable clustering and start, deployment might happen right, and
 then you enable it, the earlier deployment is already there.


 On Wed, Oct 19, 2011 at 2:38 PM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 I set up a new cluster with new packs and faced the same issue. This time
 I made sure the synapse configs of RO node was same as RW.
 However, after restart, all services went missing.
 Finally, As Sadeep suggested, clustering at axis2 level was disabled.
 then the services became visible. After that, I re-enabled axis2 clustering
 and restarted. Now, all services are there in service list.

 Hard to figure out whether this is related to a bug or an error in my
 setup.

 /Charitha

 -- Forwarded message --
 From: Kasun Indrasiri ka...@wso2.com
 Date: Wed, Oct 19, 2011 at 10:17 AM
 Subject: Re: [Carbon-dev] Services went missing after restarting ESB
 (clustered setup)
 To: carbon-dev@wso2.org


 Please try with 'LoadFromRegistry' option.


 This did not work.


 On Wed, Oct 19, 2011 at 6:46 AM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 Hi,

 Thanks Ishani. yes I did not copy the services to RO node. Surprisingly,
 after a few restarts, without even copying the services to RO node, all the
 services became visible in RW node.
 Worth investigating this issue further.

 /Charitha




 On Wed, Oct 19, 2011 at 2:09 AM, Ishani Ratnayake ish...@wso2.comwrote:

 Hi,

 When copying did you copy the same services to both the nodes? I recall
 reporting a jira without doing that and it was apparently the expected
 behaviour :). Please refer [1].

 [1] https://wso2.org/jira/browse/CARBON-10615

 Thanks,
 Ishani

 On Tue, Oct 18, 2011 at 6:27 AM, Charitha Kankanamge 
 chari...@wso2.com wrote:


 On Tue, Oct 18, 2011 at 3:41 PM, Samisa Abeysinghe 
 sam...@wso2.comwrote:

 Does the DB has the data?


 Yes it has. I also can see the resources in registry browser. The
 files are also there in the deployment directory in file system. The 
 problem
 is, none of them were *deployed*, hence the service list is empty and
 cannot be invoked.



 On Tue, Oct 18, 2011 at 3:01 PM, Charitha Kankanamge 
 chari...@wso2.com wrote:

 Folks,

 Please see [1], after restarting, all the proxy services which were
 there before, went missing. Has anyone come across this issue with the
 latest ESB and G-reg packs?

 [1]https://wso2.org/jira/browse/CARBON-11271

 /Charitha


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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 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




 --
 Ishani



 ___
 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




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

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.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,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



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




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

Re: [Carbon-dev] Deployment configuration script - training

2011-10-18 Thread Charitha Kankanamge
+1. This surely cut down the product cluster setup time to a great deal. I
used the framework and setup a ESB cluster with mounts very quickly.

On Tue, Oct 18, 2011 at 1:38 PM, Krishantha Samaraweera krishan...@wso2.com
 wrote:

 Great work Dharshana. Hope the Deployment framework will be helpful for QAs
 to setup product platforms in future.

 Following are to-do list that we have to complete. Lets try to finish this
 before RC builds.

 1. Option to configure cache.xml for product clusters.
 2. Have a way to run DB script automatically (mysql, h2 etc..)
 3. Option to enable/disble mounting
 4. Configuration entry for NTTP and NTTPS ports on ESB cluster
 5. Using another G-Reg instance as config registry.

 Please update if I have missed anything.


6. If the clustering enabled, we do not need an additional standalone
product instance. For example, at the moment, even if we enable clustering
with ESB, we create two ESB cluster nodes plus another non-clustered ESB
instance.

Will let you know when we come across issues while working with the
framework.



 Thanks,
 Krishantha.

 On Mon, Oct 17, 2011 at 8:25 PM, Dharshana Warusavitharana 
 dharsha...@wso2.com wrote:

 Hi Charitha,

 I think 10.30 AM will be comfortable time for all.  I will demonstrate a
 sample.

 Thank You,
 Dharshana.


 On Mon, Oct 17, 2011 at 5:51 PM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 Hi Dharshana,

 Please do @subject tomorrow morning @ #58 meeting room if you are
 available to do so. It seems we need a quick training :)

 Please come up with a preferred time and reply to this thread.

 /Charitha




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


[Carbon-dev] Services went missing after restarting ESB (clustered setup)

2011-10-18 Thread Charitha Kankanamge
Folks,

Please see [1], after restarting, all the proxy services which were there
before, went missing. Has anyone come across this issue with the latest ESB
and G-reg packs?

[1]https://wso2.org/jira/browse/CARBON-11271

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


Re: [Carbon-dev] Services went missing after restarting ESB (clustered setup)

2011-10-18 Thread Charitha Kankanamge
On Tue, Oct 18, 2011 at 3:41 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Does the DB has the data?


Yes it has. I also can see the resources in registry browser. The files are
also there in the deployment directory in file system. The problem is, none
of them were *deployed*, hence the service list is empty and cannot be
invoked.



 On Tue, Oct 18, 2011 at 3:01 PM, Charitha Kankanamge chari...@wso2.comwrote:

 Folks,

 Please see [1], after restarting, all the proxy services which were there
 before, went missing. Has anyone come across this issue with the latest ESB
 and G-reg packs?

 [1]https://wso2.org/jira/browse/CARBON-11271

 /Charitha


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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 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] Services went missing after restarting ESB (clustered setup)

2011-10-18 Thread Charitha Kankanamge
Hi,

Thanks Ishani. yes I did not copy the services to RO node. Surprisingly,
after a few restarts, without even copying the services to RO node, all the
services became visible in RW node.
Worth investigating this issue further.

/Charitha



On Wed, Oct 19, 2011 at 2:09 AM, Ishani Ratnayake ish...@wso2.com wrote:

 Hi,

 When copying did you copy the same services to both the nodes? I recall
 reporting a jira without doing that and it was apparently the expected
 behaviour :). Please refer [1].

 [1] https://wso2.org/jira/browse/CARBON-10615

 Thanks,
 Ishani

 On Tue, Oct 18, 2011 at 6:27 AM, Charitha Kankanamge chari...@wso2.comwrote:


 On Tue, Oct 18, 2011 at 3:41 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Does the DB has the data?


 Yes it has. I also can see the resources in registry browser. The files
 are also there in the deployment directory in file system. The problem is,
 none of them were *deployed*, hence the service list is empty and cannot
 be invoked.



 On Tue, Oct 18, 2011 at 3:01 PM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 Folks,

 Please see [1], after restarting, all the proxy services which were
 there before, went missing. Has anyone come across this issue with the
 latest ESB and G-reg packs?

 [1]https://wso2.org/jira/browse/CARBON-11271

 /Charitha


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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 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




 --
 Ishani



 ___
 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] 3.2.2 release testing (G-reg, ESB, IS) is in progress - Keep an eye on Carbon JIRAs

2011-10-17 Thread Charitha Kankanamge
Folks,

Please review the Carbon JIRAs which are reported against your components.
The 3.2.2 testing cycle of G-reg, IS and ESB has just begun. We do not send
mails to the lists unless the packs are unusable or the testing cannot be
continued. All other issues are discussed through JIRAs.

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


Re: [Carbon-dev] [AS] Class path contains multiple SLF4J bindings

2011-10-13 Thread Charitha Kankanamge
We tested AS-4.1.0 on Windows server 2008 R2 64bit platform [1] where we did
not encounter such an issue. We have not tested AS-4.1.0 with Windows 7
though.

[1]https://wso2.org/wiki/display/wsasjava/Testing+Platforms

/Charitha


On Fri, Oct 14, 2011 at 7:14 AM, Isuru Suriarachchi is...@wso2.com wrote:



 On Thu, Oct 13, 2011 at 11:00 PM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Thu, Oct 13, 2011 at 8:43 PM, Isuru Suriarachchi is...@wso2.comwrote:

 I can remember this issue on linux as well. But we fixed it somehow. But
 I'm not sure on windows..


 Was this fixed for the release pack or as a patch?


 This was fixed before the release. Charitha, did you notice this on
 Windows?





 ~Isuru

 On Thu, Oct 13, 2011 at 6:57 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 I cannot start AS 4.1.0 on my machine.

 I am on Windows 7 and JVM is
 java version 1.6.0_26
 Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
 Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)

 SLF4J: Class path contains multiple SLF4J bindings.
 SLF4J: Found binding in
 [jar:file:/E:/testing/WSO2AS~1.0/bin/../lib/core/WEB-INF/lib/qpid-client-0.11.0.wso2v1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
 SLF4J: Found binding in
 [jar:file:/E:/testing/WSO2AS~1.0/bin/../lib/tomcat/work/Tomcat/defaulthost/icescrum/WEB-INF/lib/slf4j-log4j12-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class]
 SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
 explanation.
 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.wso2.carbon.bootstrap.Bootstrap.loadClass(Bootstrap.java:62)
 at org.wso2.carbon.bootstrap.Bootstrap.main(Bootstrap.java:43)
 Caused by: java.lang.NoSuchMethodError:
 org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
 at
 org.apache.commons.logging.impl.SLF4JLocationAwareLog.debug(SLF4JLocationAwareLog.java:133)
 at
 org.wso2.carbon.utils.multitenancy.CarbonContextHolder.clinit(CarbonContextHolder.java:137)
 at org.wso2.carbon.server.Main.start(Main.java:78)
 ... 6 more

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org


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




 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/

 lean . enterprise . middleware


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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



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




 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/

 lean . enterprise . middleware


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


Re: [Carbon-dev] [AS] Class path contains multiple SLF4J bindings

2011-10-13 Thread Charitha Kankanamge
No Samisa.. AFAIK, we have never tested 3.2.0 products on _26 jdk

On Fri, Oct 14, 2011 at 8:16 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 Have we ever tested with the JDK that I am using _26?


 On Fri, Oct 14, 2011 at 7:48 AM, Charitha Kankanamge chari...@wso2.comwrote:


 We tested AS-4.1.0 on Windows server 2008 R2 64bit platform [1] where we
 did not encounter such an issue. We have not tested AS-4.1.0 with Windows 7
 though.

 [1]https://wso2.org/wiki/display/wsasjava/Testing+Platforms

 /Charitha



 On Fri, Oct 14, 2011 at 7:14 AM, Isuru Suriarachchi is...@wso2.comwrote:



 On Thu, Oct 13, 2011 at 11:00 PM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Thu, Oct 13, 2011 at 8:43 PM, Isuru Suriarachchi is...@wso2.comwrote:

 I can remember this issue on linux as well. But we fixed it somehow.
 But I'm not sure on windows..


 Was this fixed for the release pack or as a patch?


 This was fixed before the release. Charitha, did you notice this on
 Windows?





 ~Isuru

 On Thu, Oct 13, 2011 at 6:57 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 I cannot start AS 4.1.0 on my machine.

 I am on Windows 7 and JVM is
 java version 1.6.0_26
 Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
 Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)

 SLF4J: Class path contains multiple SLF4J bindings.
 SLF4J: Found binding in
 [jar:file:/E:/testing/WSO2AS~1.0/bin/../lib/core/WEB-INF/lib/qpid-client-0.11.0.wso2v1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
 SLF4J: Found binding in
 [jar:file:/E:/testing/WSO2AS~1.0/bin/../lib/tomcat/work/Tomcat/defaulthost/icescrum/WEB-INF/lib/slf4j-log4j12-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class]
 SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
 explanation.
 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.wso2.carbon.bootstrap.Bootstrap.loadClass(Bootstrap.java:62)
 at org.wso2.carbon.bootstrap.Bootstrap.main(Bootstrap.java:43)
 Caused by: java.lang.NoSuchMethodError:
 org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
 at
 org.apache.commons.logging.impl.SLF4JLocationAwareLog.debug(SLF4JLocationAwareLog.java:133)
 at
 org.wso2.carbon.utils.multitenancy.CarbonContextHolder.clinit(CarbonContextHolder.java:137)
 at org.wso2.carbon.server.Main.start(Main.java:78)
 ... 6 more

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org


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




 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/

 lean . enterprise . middleware


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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



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




 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/

 lean . enterprise . middleware



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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 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] [QA] Use Jmeter heavily in test automation

2011-10-08 Thread Charitha Kankanamge
Apache Jmeter is a very useful tool for both functional and performance
testing. At the moment, we use Jmeter in HB checker app to test console
level login for all Stratos services as well as Jmeter is used to test
concurrent login to management console,  webapp uploads etc.

Similarly, Jmeter can be used for trivial functional testing in our
products/stratos services.

The attached Jmeter test has been written to test AAR services which does
the following automatically.

1. Log in to AS management console
2. Upload an AAR service
3. Assert to check whether the service appears in service list
4. Invoke the service by sending both POST and GET requests
5. Sign out

Jmeter does all these things very nicely. The beauty of Jmeter is, the same
test can be converted to a load test by increasing the thread count. The
possiblity of breaking tests due to UI changes is also minimum.

Krishantha and automation team, please look at the attached test script and
modify/add to relevant svn location and invoke this automatically through
test framework. Similarly, we can produce tests for other services too.

/Charitha


as-functional-test-plan.jmx
Description: Binary data
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] HELP: Can HTTP 200 response include empty body?

2011-10-04 Thread Charitha Kankanamge
Folks,

Is the body optional for HTTP 200 OK messages? In other words, is the
following response valid?

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Length: 0
Date: Tue, 04 Oct 2011 07:40:56 GMT

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


Re: [Carbon-dev] Carbon 3.2.2 Release - Code Freeze @ 2 PM IST Today

2011-09-21 Thread Charitha Kankanamge
Hi Prabath,


On Thu, Sep 22, 2011 at 10:41 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi Folks,

 Please note the $subject.. Appreciate a lot if you can make the branch
 stable by then.. Please talk to the PMs for more details...

 We'll be giving a build to QA this afternoon...


Build means stratos services right? Hope cloud1 (or QA setup) will be
updated with these packs.

/Charitha




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


Re: [Carbon-dev] Finalize all products for 3.2.2 release

2011-09-20 Thread Charitha Kankanamge
Hi Samisa,

According to the [Meeting Minutes] Carbon 3.2.2 release discussion thread
@carbon-dev, we planned to do 3.2.2 by 28th of October (followed by a
Stratos release).
Has that plan been changed?

Regards
Charitha


On Tue, Sep 20, 2011 at 7:19 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 We are planning to release 3.2.2 as it is now from the branch by 30th
 September. Please make sure all fixes for all products are in place.

 Make sure all patch are also in 3.2.2 open source branch.

 Thanks,
 Samisa...

 ___
 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] [Meeting Minutes] Carbon 3.2.2 release discussion

2011-09-02 Thread Charitha Kankanamge
On Thu, Sep 1, 2011 at 11:43 AM, Prabath Siriwardena prab...@wso2.comwrote:


 1. All the products need to be released
 2. Product releases will follow the Stratos release
 3. First QA release EOD today - by Ranga
 4. Product smoke testing from 1st Sept to 9th Sept - QA + Product Teams


We could not start testing due to the high priority StratosLive testing.
Will try our best to start testing by Monday at least.



 5. Stratos Testing - 19th Sept to 14th Oct - QA and and product teams wil
 carry on product testing
 6.17th to 27th  - buffer period for product testing
 7. 28th Oct - product releases
 8. RMs will go through all L1s and L2s - wil also take the full
 responsibility of the build.

 Thanks  regards,
 -Prabath



 On Wed, Aug 31, 2011 at 1:49 PM, Prabath Siriwardana prab...@wso2.comwrote:

  more details 
 »https://www.google.com/calendar/event?action=VIEWeid=MHUxZ2o3amtlZGxxczJmNG1yOXFjdHE3Y2cgY2FyYm9uLWRldkB3c28yLm9yZwtok=MTYjcHJhYmF0aEB3c28yLmNvbTI5OWI0ZmY5YTYyYWE3YmVkNjAyNmE3OWYzYzc3MWZkNmE0ZGZlOTEctz=Asia%2FColombohl=en
 Carbon 3.2.2 release discussion
 Carbon 3.2.2 release discussion

 Conference Number : +18009148405
 Conference Code : 9628716

 Things to discuss..

 1. Which products need to be released
 2. Release time line
 3. QA effort
 4. Role of Release Managers
 5. Build team

 *When*
 Thu Sep 1 10:30am – 11:30am Colombo
 *Where*
 Board room - #59 + Conference call 
 (maphttp://maps.google.lk/maps?q=Board+room+-+%2359+%2B+Conference+callhl=en
 )
 *Calendar*
 carbon-dev@wso2.org
 *Who*
  •
 prab...@wso2.com - organizer
 •
 Selvaratnam Uthaiyashankar
 •
 Afkham Azeez
 •
 Achala Aponso
 •
 Lalaji Sureshika
 •
 Thilina Buddhika
 •
 Senaka Fernando
 •
 Sadeep Jayasumana
 •
 Nuwan Bandara
 •
 carbon-dev@wso2.org
 •
 Sameera Jayasoma
 •
 Denis Weerasiri
 •
 Hiranya Jayathilaka
 •
 Samisa Abeysinghe
 •
 Charitha Kankanamge
 •
 Tharindu Mathew
 •
 Amila Suriarachchi
 •
 Dinusha Senanayaka
 •
 Sumedha Rubasinghe
 •
 Fazlan Sabar
 •
 Anjana Fernando

 Going?   
 ***Yeshttps://www.google.com/calendar/event?action=RESPONDeid=MHUxZ2o3amtlZGxxczJmNG1yOXFjdHE3Y2cgY2FyYm9uLWRldkB3c28yLm9yZwrst=1tok=MTYjcHJhYmF0aEB3c28yLmNvbTI5OWI0ZmY5YTYyYWE3YmVkNjAyNmE3OWYzYzc3MWZkNmE0ZGZlOTEctz=Asia%2FColombohl=en-
 Maybehttps://www.google.com/calendar/event?action=RESPONDeid=MHUxZ2o3amtlZGxxczJmNG1yOXFjdHE3Y2cgY2FyYm9uLWRldkB3c28yLm9yZwrst=3tok=MTYjcHJhYmF0aEB3c28yLmNvbTI5OWI0ZmY5YTYyYWE3YmVkNjAyNmE3OWYzYzc3MWZkNmE0ZGZlOTEctz=Asia%2FColombohl=en-
 Nohttps://www.google.com/calendar/event?action=RESPONDeid=MHUxZ2o3amtlZGxxczJmNG1yOXFjdHE3Y2cgY2FyYm9uLWRldkB3c28yLm9yZwrst=2tok=MTYjcHJhYmF0aEB3c28yLmNvbTI5OWI0ZmY5YTYyYWE3YmVkNjAyNmE3OWYzYzc3MWZkNmE0ZGZlOTEctz=Asia%2FColombohl=en
 ***more options 
 »https://www.google.com/calendar/event?action=VIEWeid=MHUxZ2o3amtlZGxxczJmNG1yOXFjdHE3Y2cgY2FyYm9uLWRldkB3c28yLm9yZwtok=MTYjcHJhYmF0aEB3c28yLmNvbTI5OWI0ZmY5YTYyYWE3YmVkNjAyNmE3OWYzYzc3MWZkNmE0ZGZlOTEctz=Asia%2FColombohl=en

 Invitation from Google Calendar https://www.google.com/calendar/

 You are receiving this courtesy email at the account 
 carbon-dev@wso2.orgbecause you are an attendee of this event.

 To stop receiving future notifications for this event, decline this event.
 Alternatively you can sign up for a Google account at
 https://www.google.com/calendar/ and control your notification settings
 for your entire calendar.

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




 --
 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] Keep the test platform wiki up-to-date

2011-08-17 Thread Charitha Kankanamge
QA folks and all who test the products,

Please make sure to keep the testing platform docs (eg:- [1])  of each
product up-to-date. Otherwise, we are clueless if someone asks whether
product X runs on OS Y.

[1]https://wso2.org/wiki/display/governance/Testing+Platforms

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


Re: [Carbon-dev] Has the Carbon 3.2.0 P2 repo been updated with 3.2.1 features?

2011-08-09 Thread Charitha Kankanamge
On Wed, Aug 3, 2011 at 10:34 AM, Pradeep Fernando prad...@wso2.com wrote:

 Hi,

 On Tue, Aug 2, 2011 at 3:49 PM, Supun Malinga sup...@wso2.com wrote:
  Hi azeez,
  Not yet. Will do this by tomorrow.
  For now you can use, [1]
  [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.1/2011-07-14_09-56-52/p2-repo/


 QA team please do a smoke test for 3.2.0/3.2.1 products using the
 above repo. We are going to host it afterwards.


3.2.1 products? AFAIK, we have not released 3.2.1 products! IMHO, we should
verify these features with 3.2.0 products.



 thanks,
 --Pradeep
 ___
 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] Concern with the existing automated integration tests

2011-07-21 Thread Charitha Kankanamge
Hi Folks,

During Carbon-3.20 release cycle, automated integration tests have been
merged to carbon trunk and now they are part of carbon build. Because of
this, these tests cannot be executed against an external carbon server
setup. For example, if we need to do regression testing of a custom setup,
we are unable to use the integration tests since the tests are run based on
a server which starts up at the build time.
Can we customize the existing integration tests to run against any binary
product or Is there any alternative approach?
Or else, do we need to maintain a replica of integration test framework so
that we can run them separately from carbon build process?

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


Re: [Carbon-dev] Concern with the existing automated integration tests

2011-07-21 Thread Charitha Kankanamge
On Fri, Jul 22, 2011 at 10:49 AM, Rajika Kumarasiri raj...@wso2.com wrote:



 On Thu, Jul 21, 2011 at 9:59 PM, Charitha Kankanamge chari...@wso2.comwrote:

 Hi Folks,

 During Carbon-3.20 release cycle, automated integration tests have been
 merged to carbon trunk and now they are part of carbon build. Because of
 this, these tests cannot be executed against an external carbon server
 setup. For example, if we need to do regression testing of a custom setup,
 we are unable to use the integration tests since the tests are run based on
 a server which starts up at the build time.
 Can we customize the existing integration tests to run against any binary
 product or Is there any alternative approach?
 Or else, do we need to maintain a replica of integration test framework so
 that we can run them separately from carbon build process?



 I had the same question, because I wanted to test the features ( and make
 sure they remain un-broken when adding new code) at component compilation
 time.

 According to the way how integrated test work it can't use at component
 compilation time. So I fixed my Junit test such that they point to a live
 server at compilation time and run the test ( one flaw is in
 this approach is you need to have a build of the server in advance before
 run the tests).

 Off the topic.
 From the QA point of view I think we should automate everything that can be
 automated. We should auto-mate repeating tasks. A human interaction only
 need to verify the result. I think we should have a dedicated resource for
 QA development. Also see [0], to see what we can learn from others.


Agree. There were success and failures in test automation at WSO2. The
biggest concerns were the maintainability of some tests and the QA team have
always been busy with releases and support work, hence we could not continue
a focused effort on automation. Now we have a dedicated team for automation.
Lets hope for the best :)



 Rajika

 [0] - http://google-engtools.blogspot.com/




 Regards
 Charitha

 ___
 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 mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] What's the equivalent of broker-config.xml in Carbon 3.2.0?

2011-07-20 Thread Charitha Kankanamge
CARBON_HOME/repository/conf/event-broker.xml

/Charitha


On Thu, Jul 21, 2011 at 3:29 AM, Senaka Fernando sen...@wso2.com wrote:

 Hi Amila,

 Older broker-config.xml made it possible for a user to customize
 event-related settings, such as thread-pool size, notification template (for
 e-mails), etc. How can we do the same in Carbon 3.2.0 based products with
 the new event component's improvements?

 Thanks,
 Senaka.

 --
 *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] Next Build Trigger at 8:00 PM (IST)

2011-07-08 Thread Charitha Kankanamge
I cannot find stratos manager in these build locations. private cloud is not
accessible and public one is not up. Therefore, at least, we can tryout some
scenarios in local setups if all packs are available.



On Fri, Jul 8, 2011 at 9:35 AM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 packs are being copied. Hosted @ [1] and [2]

 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.1/2011-07-07_23-39-01/
 [2] http://10.100.1.43/~carbon/releases/carbon/3.2.1/2011-07-08/

 thanks,

 On Thu, Jul 7, 2011 at 11:54 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 revision 109464


 On Thu, Jul 7, 2011 at 11:43 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 I Will trigger new build now.
 Thanks.


 On Thu, Jul 7, 2011 at 11:36 PM, Afkham Azeez az...@wso2.com wrote:

 Hi
 Please proceed with the build.

 Thanks
 Azeez


 On Thu, Jul 7, 2011 at 10:35 PM, Supun Malinga sup...@wso2.com wrote:

 Hi azeez,

 We will stop the build. Let us know when its done.

 thanks,


 On Thu, Jul 7, 2011 at 10:28 PM, Afkham Azeez az...@wso2.com wrote:

 Hold on! I have still not committed that login bug which is critical
 for testing.


 On Thu, Jul 7, 2011 at 10:21 PM, Supun Malinga sup...@wso2.comwrote:

 Hi,
 Build triggered.

 thanks,


 On Thu, Jul 7, 2011 at 8:10 PM, Sanjeewa Malalgoda 
 sanje...@wso2.com wrote:

 Build will trigger at 10:00PM(IST).


 On Thu, Jul 7, 2011 at 7:42 PM, Afkham Azeez az...@wso2.comwrote:

 Please hold this back. I think we nailed the concurrent login
 issue. QA load tests are in progress.


 On Thu, Jul 7, 2011 at 5:57 PM, Sanjeewa Malalgoda 
 sanje...@wso2.com wrote:

 Hi All,
 Please do all your commits before 8:00PM. We will trigger new
 build 8:15. please inform is there any critical changes that needs 
 more
 time.

 Thanks.

 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]




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




 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]




 --
 Supun Malinga,

 Software Engineer,

 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




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




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




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




 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]




 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 

Re: [Carbon-dev] QA packs with fixes from devs

2011-07-07 Thread Charitha Kankanamge
It seems downloading to local builder is very slow. only 2 packs have been
downloaded so far.

/Charitha

On Thu, Jul 7, 2011 at 12:54 PM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 Packs with modifications done by devs, released for QA will be hosted @ [1]
 and @ [2].

 BAM pack with modifications from  kasunw is hosted in [1] and being copied
 to [1].

 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.1/QA-releases
 [2] http://10.100.1.43/~carbon/releases/carbon/3.2.1/QA-releases/

 thanks,
 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


 ___
 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] [Stratos-dev] QA packs with fixes from devs

2011-07-07 Thread Charitha Kankanamge
DSS pack still does not carry the Data story fixes. Hence, I got the
relevant jars and a DB script from PrabathA and started testing. But this is
an unacceptable way of QAing. Please make sure the next pack will include
these fixes so that private and public cloud can be updated with the fixes
of database console feature. Note that, we are yet to test this feature in a
real stratos setup (public cloud or private cloud).

/Charitha


On Thu, Jul 7, 2011 at 4:42 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Rajika,

 On Thu, Jul 7, 2011 at 4:35 PM, Rajika Kumarasiri raj...@wso2.com wrote:

 Please copy the product version of each service hosting products as well (
 ESB, AS, BPS, BRS, MS, DSS) since individual products needs for testing CSG
 agent with ESB service.

 Will do.

 thanks,


 Rajika


 On Thu, Jul 7, 2011 at 3:30 PM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 DSS pack is copied to [1], Will be available in [2] soon.

 thanks,


 On Thu, Jul 7, 2011 at 2:30 PM, Prabath Abeysekera praba...@wso2.comwrote:

 Hi Charitha,

 On Thu, Jul 7, 2011 at 2:21 PM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 What happened to DSS? I thought the blocking data story issues were
 fixed.


 The DSS pack was delayed due to some build issue we had earlier. Now
 it's fixed and a fresh DSS
  pack is being built. SupunM will update this thread once he's done with
 the build..


 Cheers,



 /Charitha


 On Thu, Jul 7, 2011 at 2:18 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Charitha,

 I only built two packs upon request. Those two were copied.

 thanks,

 On Thu, Jul 7, 2011 at 2:14 PM, Charitha Kankanamge 
 chari...@wso2.com wrote:

 It seems downloading to local builder is very slow. only 2 packs have
 been downloaded so far.

 /Charitha

 On Thu, Jul 7, 2011 at 12:54 PM, Supun Malinga sup...@wso2.comwrote:

 Hi,

 Packs with modifications done by devs, released for QA will be
 hosted @ [1] and @ [2].

 BAM pack with modifications from  kasunw is hosted in [1] and being
 copied to [1].

 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.1/QA-releases
 [2] http://10.100.1.43/~carbon/releases/carbon/3.2.1/QA-releases/

 thanks,
 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


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



 ___
 Stratos-dev mailing list
 stratos-...@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321



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




 --
 Prabath Abeysekara
 Software Engineer
 WSO2 Inc.
 Email: praba...@wso2.com harsha...@wso2.com
 Mobile: +94774171471

 http://harshana05.blogspot.com/




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


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



 ___
 Stratos-dev mailing list
 stratos-...@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


 ___
 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] New set of packs available

2011-07-06 Thread Charitha Kankanamge
Hi Supun Malinga,

[1] is a blocker for me to continue testing. Because of this issue I cannot
assign users to DB and proceed. According to Prabath A, this issue has been
fixed today morning therefore his commit was not included in the latest
packs. Can we please start building a new set of packs?

/Charitha

[1]https://wso2.org/jira/browse/STRATOS-1361

On Wed, Jul 6, 2011 at 10:58 AM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 This is with the svn revision, 109099.

 Please not that all build error are sent to c-dev from the builder WSO2
 Carbon 3.2.0 Builder (US1).
 Some mail content is not much descriptive cos' it only sends a portion of
 the build log as the message body. You will find the correct error at the
 end of the mail body.

 thanks,

 On Wed, Jul 6, 2011 at 7:53 AM, Supun Malinga sup...@wso2.com wrote:

 Hi all,

 $subject, @ [1],
 Will host these locally @ [1],

 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.1/2011-07-05_11-30-39/
 [2] http://10.100.1.43/~carbon/releases/carbon/3.2.1/2011-07-06/

 thanks,
 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


 ___
 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] [Stratos-dev] New set of packs available

2011-07-06 Thread Charitha Kankanamge
Please do not. As per a chat with Azeez, we will get the fixes from dev and
test.

/Charitha

On Wed, Jul 6, 2011 at 2:04 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 We planned to do it tomorrow 8:00 am from local time. if need we can
 trigger new build by today.
 Thanks.

 On Wed, Jul 6, 2011 at 1:55 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 When can we have the next set of packs?


 On Wed, Jul 6, 2011 at 1:52 PM, Charitha Kankanamge chari...@wso2.comwrote:

 Hi Supun Malinga,

 [1] is a blocker for me to continue testing. Because of this issue I
 cannot assign users to DB and proceed. According to Prabath A, this issue
 has been fixed today morning therefore his commit was not included in the
 latest packs. Can we please start building a new set of packs?

 /Charitha

 [1]https://wso2.org/jira/browse/STRATOS-1361

 On Wed, Jul 6, 2011 at 10:58 AM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 This is with the svn revision, 109099.

 Please not that all build error are sent to c-dev from the builder WSO2
 Carbon 3.2.0 Builder (US1).
 Some mail content is not much descriptive cos' it only sends a portion
 of the build log as the message body. You will find the correct error at 
 the
 end of the mail body.

 thanks,

 On Wed, Jul 6, 2011 at 7:53 AM, Supun Malinga sup...@wso2.com wrote:

 Hi all,

 $subject, @ [1],
 Will host these locally @ [1],

 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.1/2011-07-05_11-30-39/
 [2] http://10.100.1.43/~carbon/releases/carbon/3.2.1/2011-07-06/

 thanks,
 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


 ___
 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,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 Stratos-dev mailing list
 stratos-...@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev




 --
 *Sanjeewa Malalgoda*
 Software Engineer
 **
 *WSO2, Inc.*
 lean.enterprise.middleware.

 mobile : +94 713068779
 web: http://wso2.com
  http://sanjeewamalalgoda.blogspot.com/blog
 :http://sanjeewamalalgoda.blogspot.com/http://sanjeewamalalgoda.blogspot.com/

 [image:
 http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]


 ___
 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] Stratos ESB cannot call services hosted in other instances

2011-07-06 Thread Charitha Kankanamge
This L1 has been reported by Ishani on 22nd of June [1]

[1]https://wso2.org/jira/browse/STRATOS-1205

/Charitha

On Wed, Jul 6, 2011 at 6:08 PM, Kasun Indrasiri ka...@wso2.com wrote:

 When we call a service which is hosted in other Stratos service (AS, BPS
 etc), ESB always try to invoke it through the local transport.  We need to
 fix this ASAP.

 eg:
 Actual EP:
 http://bps.cloud-test.wso2.com:9769/services/t/kasun.com/HelloService123/

 ESB resolves it to : local://axis2services/HelloService123/


 [2011-07-06 17:58:42,156] ERROR - AxisEngine The service cannot be found
 for the endpoint reference (EPR) local://axis2services/HelloService123/
 org.apache.axis2.AxisFault: The service cannot be found for the endpoint
 reference (EPR) local://axis2services/HelloService123/
 at
 org.apache.axis2.engine.DispatchPhase.validateTransport(DispatchPhase.java:251)
  at
 org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:109)
 at org.apache.axis2.engine.Phase.invoke(Phase.java:329)
  at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168)
  at
 org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.doSOAP(MultitenantMessageReceiver.java:220)
 at
 org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.processRequest(MultitenantMessageReceiver.java:170)
  at
 org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.receive(MultitenantMessageReceiver.java:66)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
  at
 org.apache.synapse.transport.nhttp.ClientWorker.run(ClientWorker.java:274)
 at
 org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:173)
  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:686)
 [2011-07-06 17:58:42,163] ERROR - AxisEngine The service cannot be found
 for the endpoint reference (EPR) local://axis2services/HelloService123/
 org.apache.axis2.AxisFault: The service cannot be found for the endpoint
 reference (EPR) local://axis2services/HelloService123/
 at
 org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.doSOAP(MultitenantMessageReceiver.java:243)
  at
 org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.processRequest(MultitenantMessageReceiver.java:170)
 at
 org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.receive(MultitenantMessageReceiver.java:66)
  at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
 at
 org.apache.synapse.transport.nhttp.ClientWorker.run(ClientWorker.java:274)
  at
 org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:173)
 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:686)


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

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.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


[Carbon-dev] jmeter to simulate load in stratos

2011-07-06 Thread Charitha Kankanamge
Folks,

If you want to simulate multiple tenants log in to stratos and do some
operations, Jmeter is the best option. You can use the attached jmeter
script to start with. These scripts will be committed to
https://wso2.org/repos/wso2/trunk/commons/qa/stratos/

How to run

1. Open the attached jmx through jmeter console (or you can run through
command line)
2. Adjust the thread groups (users) as you need. Also update the server
name, port etc in HTTP request default config element.
3. Place the stratosusers.csv file in the same location where you save jmx
file. Add tenant user credentials to stratoseusers.csv (you need to register
multiple tenants manually or invoking tenantadmin service programatically)
4. Run the test.

What does the attached jmeter test do:
=
Different tenant admins log in to private cloud stratos manager. Assertion
will be used to verify whether the log in success or not. Then tenant admin
logs out from manager.

/Charitha

PS: We uncovered https://wso2.org/jira/browse/STRATOS-1399 by running this
script.


stratos_basic.jmx
Description: Binary data
mang...@samaraweera.com,mangala
pavit...@pavithra.com,pavithra
th...@thika.com,evanthika
e...@evan.com,evanthika
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Stratos-dev] Next build will be triggered at, 8.00 pm IST, 6 July 2011(today)

2011-07-06 Thread Charitha Kankanamge
Appreciate if someone can fix DSS build failure immediately and make the
packs avaialble for testing. We are at the initial stages of testing the
data story feature and we will not have enough time to complete testing.

/Charitha


On Thu, Jul 7, 2011 at 9:16 AM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 Packs and the p2-repo locally hosted @ [2].
 This build is with the svn revision, 109271

 Please note that ESB and DSS builds failed. Please refer to the mails sent
 from the builder to carbon-dev.

 [2] http://10.100.1.43/~carbon/releases/carbon/3.2.1/2011-07-07/

 thanks,


 On Thu, Jul 7, 2011 at 1:28 AM, Supun Malinga sup...@wso2.com wrote:

 Hi all,

 packs  are hosted @ [1],
 I'm unable to access the vpn to copy the packs to local. Will copy as soon
 as I get it solved.


 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.1/2011-07-06_15-32-18/

 thanks,


 On Wed, Jul 6, 2011 at 8:20 PM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 I'm going to trigger the build in 30 minutes.

 thanks,


 On Wed, Jul 6, 2011 at 3:47 PM, Supun Malinga sup...@wso2.com wrote:

 Hi all,

 Please note $subject,
 Commit your changes before 8.00 pm today.
 Reply to this thread if you want more time.

 thanks,
 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321




 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


 ___
 Stratos-dev mailing list
 stratos-...@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev


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


Re: [Carbon-dev] Well known AxisFault: Two services cannot have same name error is back in ESB-4.0.0 RC3

2011-06-22 Thread Charitha Kankanamge
This is becoming a crucial issue. See http://wso2.org/forum/thread/12035.

/Charitha


On Tue, May 31, 2011 at 5:46 PM, Ruchira Wageesha ruch...@wso2.com wrote:

 I guess when undeploy method get called, it doesn't remove the service
 properly??


 On Tue, May 31, 2011 at 5:46 PM, Ruchira Wageesha ruch...@wso2.comwrote:

 I also got the same error when a mashup was hot deployed.

 regards,
 Ruchira

 [2011-05-31 17:41:21,067] ERROR -  The service client.js is not valid.
 org.apache.axis2.AxisFault: Two services cannot have same name.  A service
 with the fhlb/client
 [file:/home/ruchira/wso2/products/ms/wso2ms-2.3.0/repository/deployment/server/jsservices/fhlb/client.js]
 name already exists in the system.

 On Tue, May 31, 2011 at 3:25 PM, Hiranya Jayathilaka hira...@wso2.comwrote:

 This is different from the previous cases. This time the exception is
 caused by hot deployment. See the stack traces.

 Thanks,
 Hiranya

 On Tue, May 31, 2011 at 2:26 PM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 When testing ESB 4.0.0 RC3 pack in a clustered setup (mounted
 registry+replicated caching+deployment synchronizer enabled+axis2 
 clustering
 enabled), I came across the following issue when I restarted the READ-WRITE
 ESB node. I tried few more times but I'm unable to reproduce. Has anyone
 come across this issue?


 [2011-05-31 14:10:44,111]  INFO - ProxyService Building Axis service for
 Proxy service : CharithaProxy
 [2011-05-31 14:10:44,112]  INFO - ProxyService Adding service
 CharithaProxy to the Axis2 configuration
 [2011-05-31 14:10:44,416]  INFO - ProxyObserver Deleted the proxy
 service : CharithaProxy
 [2011-05-31 14:10:44,416] ERROR - ProxyService Error adding Proxy
 service to the Axis2 engine
 org.apache.axis2.AxisFault: Two services cannot have same name.  A
 service with the CharithaProxy [null] name already exists in the system.
 at
 org.apache.axis2.engine.AxisConfiguration.addToAllServicesMap(AxisConfiguration.java:496)
 at
 org.apache.axis2.description.AxisServiceGroup.addService(AxisServiceGroup.java:110)
 at
 org.apache.axis2.engine.AxisConfiguration.addService(AxisConfiguration.java:335)
 at
 org.apache.synapse.core.axis2.ProxyService.buildAxisService(ProxyService.java:566)
 at
 org.apache.synapse.deployers.ProxyServiceDeployer.deploySynapseArtifact(ProxyServiceDeployer.java:70)
 at
 org.wso2.carbon.proxyadmin.ProxyServiceDeployer.deploySynapseArtifact(ProxyServiceDeployer.java:43)
 at
 org.apache.synapse.deployers.AbstractSynapseArtifactDeployer.deploy(AbstractSynapseArtifactDeployer.java:172)
 at
 org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
 at
 org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:813)
 at
 org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
 at
 org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:371)
 at
 org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
 at
 org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:365)
 at
 org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:73)
 at
 org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:94)
 at
 org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:93)
 at java.util.TimerThread.mainLoop(Timer.java:512)
 at java.util.TimerThread.run(Timer.java:462)
 [2011-05-31 14:10:44,417]  WARN - ProxyServiceDeployer Proxy service hot
 deployment from file:
 /home/charitha/products/esb/cluster/wso2esb-4.0.0-node1/repository/deployment/server/synapse-configs/default/proxy-services/CharithaProxy.xml
 failed - Continue in fail-safe mode
 org.apache.synapse.SynapseException: Error adding Proxy service to the
 Axis2 engine
 at
 org.apache.synapse.core.axis2.ProxyService.handleException(ProxyService.java:765)
 at
 org.apache.synapse.core.axis2.ProxyService.buildAxisService(ProxyService.java:592)
 at
 org.apache.synapse.deployers.ProxyServiceDeployer.deploySynapseArtifact(ProxyServiceDeployer.java:70)
 at
 org.wso2.carbon.proxyadmin.ProxyServiceDeployer.deploySynapseArtifact(ProxyServiceDeployer.java:43)
 at
 org.apache.synapse.deployers.AbstractSynapseArtifactDeployer.deploy(AbstractSynapseArtifactDeployer.java:172)
 at
 org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
 at
 org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:813)
 at
 org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
 at
 org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:371)
 at
 org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
 at
 org.apache.axis2.deployment.RepositoryListener.startListener

[Carbon-dev] Rough performance comparison after the registry caching fix in RC10

2011-06-11 Thread Charitha Kankanamge
Did a quick performance comparison of RC10 and RC9 versions of Carbon-3.2.0.


Test:
=
Service hosted in AS which reads a resource in embedded registry (service
impl class is as follows)

 Registry registry =
CarbonContext.getCurrentContext().getRegistry(RegistryType.SYSTEM_CONFIGURATION);

Resource r1 = null;
try {
r1 = registry.get(d1/d2/d3/r1);
} catch (RegistryException e) {
e.printStackTrace();  //To change body of catch statement use
File | Settings | File Templates.
}
return r1.getDescription();

java-bench client:-

while true;do java -jar benchmark.jar -p registry_get_request.xml -n 1000 -c
200 -k -H SOAPAction: urn:getResource -T application/soap+xml;
charset=UTF-8 http://192.168.122.1:9763/services/RegistryGetService/;done


RC9
=
Requests per second:3,291.87 [#/sec] (mean)
Requests per second:3,448.57 [#/sec] (mean)
Requests per second:3,417.59 [#/sec] (mean)
Requests per second:3,334.18 [#/sec] (mean)
Requests per second:3,291.88 [#/sec] (mean)
Requests per second:3,433.59 [#/sec] (mean)
Requests per second:3,477.33 [#/sec] (mean)
Requests per second:3,368.26 [#/sec] (mean)
Requests per second:3,323.68 [#/sec] (mean)
Requests per second:3,364.71 [#/sec] (mean)

RC10
=
Requests per second:2,931.87 [#/sec] (mean)
Requests per second:2,992.98 [#/sec] (mean)
Requests per second:2,964.73 [#/sec] (mean)
Requests per second:2,977.55 [#/sec] (mean)
Requests per second:3,047.40 [#/sec] (mean)
Requests per second:2,909.69 [#/sec] (mean)
Requests per second:3,121.50 [#/sec] (mean)
Requests per second:2,992.58 [#/sec] (mean)
Requests per second:2,845.01 [#/sec] (mean)
Requests per second:3,052.30 [#/sec] (mean)
Requests per second:2,817.33 [#/sec] (mean)

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


Re: [Carbon-dev] Rough performance comparison after the registry caching fix in RC10

2011-06-11 Thread Charitha Kankanamge
Figures with caching disabled.

Requests per second:1,661.51 [#/sec] (mean)
Requests per second:1,699.38 [#/sec] (mean)
Requests per second:1,664.97 [#/sec] (mean)
Requests per second:1,664.65 [#/sec] (mean)
Requests per second:1,662.48 [#/sec] (mean)

/Charitha


On Sat, Jun 11, 2011 at 2:32 PM, Afkham Azeez az...@wso2.com wrote:

 pls compare this with no-caching

 On Sat, Jun 11, 2011 at 2:06 PM, Charitha Kankanamge chari...@wso2.comwrote:

 Did a quick performance comparison of RC10 and RC9 versions of
 Carbon-3.2.0.

 Test:
 =
 Service hosted in AS which reads a resource in embedded registry (service
 impl class is as follows)

  Registry registry =
 CarbonContext.getCurrentContext().getRegistry(RegistryType.SYSTEM_CONFIGURATION);

 Resource r1 = null;
 try {
 r1 = registry.get(d1/d2/d3/r1);
 } catch (RegistryException e) {
 e.printStackTrace();  //To change body of catch statement use
 File | Settings | File Templates.
 }
 return r1.getDescription();

 java-bench client:-

 while true;do java -jar benchmark.jar -p registry_get_request.xml -n 1000
 -c 200 -k -H SOAPAction: urn:getResource -T application/soap+xml;
 charset=UTF-8
 http://192.168.122.1:9763/services/RegistryGetService/;done


 RC9
 =
 Requests per second:3,291.87 [#/sec] (mean)
 Requests per second:3,448.57 [#/sec] (mean)
 Requests per second:3,417.59 [#/sec] (mean)
 Requests per second:3,334.18 [#/sec] (mean)
 Requests per second:3,291.88 [#/sec] (mean)
 Requests per second:3,433.59 [#/sec] (mean)
 Requests per second:3,477.33 [#/sec] (mean)
 Requests per second:3,368.26 [#/sec] (mean)
 Requests per second:3,323.68 [#/sec] (mean)
 Requests per second:3,364.71 [#/sec] (mean)

 RC10
 =
 Requests per second:2,931.87 [#/sec] (mean)
 Requests per second:2,992.98 [#/sec] (mean)
 Requests per second:2,964.73 [#/sec] (mean)
 Requests per second:2,977.55 [#/sec] (mean)
 Requests per second:3,047.40 [#/sec] (mean)
 Requests per second:2,909.69 [#/sec] (mean)
 Requests per second:3,121.50 [#/sec] (mean)
 Requests per second:2,992.58 [#/sec] (mean)
 Requests per second:2,845.01 [#/sec] (mean)
 Requests per second:3,052.30 [#/sec] (mean)
 Requests per second:2,817.33 [#/sec] (mean)

 Regards
 Charitha

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




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


 ___
 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] Carbon release timelines

2011-06-10 Thread Charitha Kankanamge
Absolutely +1!

/Charitha

On Fri, Jun 10, 2011 at 12:12 PM, Afkham Azeez az...@wso2.com wrote:

 Folks,
 Please note that you are not supposed add new features until we get all L2s
 resolved. Within the next few months, we have to complete stabilizing the
 product platform, and reach 0 L1s  0 L2s.

 Thanks
 Azeez

 On Wed, Apr 27, 2011 at 5:18 PM, Afkham Azeez az...@wso2.com wrote:

 Hi team,
 As discussed today with RMs  PMs, we have set the dates as shown in the
 attached diagram. 23rd May is the final release date, and that is a
 non-negotiable deadline since PR dates have already been set.

 In order to stabilize the platform, we will do minor patch releases as
 shown in the 2nd timeline. If a particular product is stable  does not have
 any issues, the members from that product team have to work with other
 product teams to get the bug count down.

 Thanks
 Azeez




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


 ___
 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] RC8 build will be bit delayed

2011-06-09 Thread Charitha Kankanamge
On Thu, Jun 9, 2011 at 2:25 PM, Sameera Jayasoma same...@wso2.com wrote:



 On Thu, Jun 9, 2011 at 12:50 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 I assume 3.2.1 will go out of trunk?


 IMHO, we better release 3.2.1 from the 3.2.0 branch. That was what we've
 been doing from Carbon 3.0.0 release. If we go out of the trunk, we have to
 branch again and that is a pain :)


+1

/Charitha




 Thanks.
 Sameera



 On Thu, Jun 9, 2011 at 12:02 PM, Asela Pathberiya as...@wso2.com wrote:



 On Thu, Jun 9, 2011 at 11:35 AM, Thilina Buddhika thili...@wso2.comwrote:

 Shall we apply this fix to trunk ?


 +1 will do.



 Thanks,
 Thilina

 On Thu, Jun 9, 2011 at 11:27 AM, Asela Pathberiya as...@wso2.comwrote:



 On Thu, Jun 9, 2011 at 11:21 AM, Afkham Azeez az...@wso2.com wrote:

 Have you already added axiom to all stub generation code? If not, we
 can simply add back Axiom  SecureVault to Axis2-client. Since we are
 planning to change securevault to use DOM, we can remove it from
 Axis2-client later.


 +1,  Yes we are plaining remove the axiom dependency from securevault
 by using DOM in the furture.




 On Thu, Jun 9, 2011 at 9:36 AM, Prabath Siriwardena prab...@wso2.com
  wrote:

 Building at the product level - will be able share the packs in
 couple
 of hours time..

 Thanks  regards,
 -Prabath

 On Thu, Jun 9, 2011 at 6:08 AM, Prabath Siriwardena 
 prab...@wso2.com wrote:
  On Thu, Jun 9, 2011 at 6:02 AM, Prabath Siriwardena 
 prab...@wso2.com wrote:
  Encountered an issue in service-stub generation - due to the
 removal
  of axiom from axis2 client jar.
 
  This could further break the samples - so we will hold the build at
  the product level - till each product team verify all the samples
 with
  the latest branch.
 
  Thanks  regards,
  -Prabath
 
 
  Thilina is currently fixing it by adding the axiom to
 wsdl2java.classpath.
 
  $subject
 
  --
  Thanks  Regards,
  Prabath
 
  http://blog.facilelogin.com
  http://RampartFAQ.com
 
 
 
 
  --
  Thanks  Regards,
  Prabath
 
  http://blog.facilelogin.com
  http://RampartFAQ.com
 



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




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


 ___
 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




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



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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-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

 ___
 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] Hot update doesn't work for message processors and Scheduled tasks in RC8

2011-06-09 Thread Charitha Kankanamge
Yes, we have another ~14 hours :D

/Charitha


On Thu, Jun 9, 2011 at 4:03 PM, Prabath Siriwardena prab...@wso2.comwrote:

 On Thu, Jun 9, 2011 at 3:34 PM, Sameera Jayasoma same...@wso2.com wrote:
  How about we give some more time to QA to uncover such bugs in RC8 and
 build
  the final packs?

 Yes.. next packs will be ready by only tomorrow morning..

 Thanks  regards,
 -Prabath

  Just a thought.
  Thanks
  Sameera..
 
  On Thu, Jun 9, 2011 at 3:31 PM, Prabath Siriwardena prab...@wso2.com
  wrote:
 
  Lets fix this and do the final build tonight :-)
 
  Thanks  regards,
  -Prabath
 
  On Thu, Jun 9, 2011 at 3:25 PM, Afkham Azeez az...@wso2.com wrote:
   This is a blocker for stratos  any clustered deployment.
  
   On Thu, Jun 9, 2011 at 3:18 PM, Supun Kamburugamuva su...@wso2.com
   wrote:
  
   We have the following two issues in RC8. Hot update doesn't work for
   both Message Processors and Scheduled tasks. In reality this has an
   effect only if we use deployment synchronizer in a cluster.
  
   https://wso2.org/jira/browse/CARBON-10798
   https://wso2.org/jira/browse/CARBON-10799
  
   So shall we proceed with the release, or do a new build?
  
   Thanks,
   --
   Supun Kamburugamuva
   Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
   Member, Apache Software Foundation; http://www.apache.org
   WSO2 Inc.;  http://wso2.org
   E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
   Blog: http://supunk.blogspot.com
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org
   http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
  
   --
   Afkham Azeez
   Director of Architecture; WSO2, Inc.; http://wso2.com
   Member; Apache Software Foundation; http://www.apache.org/
  
   email: az...@wso2.com cell: +94 77 3320919
   blog: http://blog.afkham.org
   twitter: http://twitter.com/afkham_azeez
   linked-in: http://lk.linkedin.com/in/afkhamazeez
  
   Lean . Enterprise . Middleware
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org
   http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
 
 
 
  --
  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
 
 
 
  --
  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
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



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


[Carbon-dev] Servers should not be started in daemon mode

2011-06-08 Thread Charitha Kankanamge
This is regarding https://wso2.org/jira/browse/CARBON-10761.

After a discussion with Azeez and few other devs, we got to know there are
serious issues with wrapper hence we should not start servers using daemon
mode. In all previous releases, we recommended users to run servers in
production using daemon. Therefore, we need to let everyone know by updating
release-notes or any relevant docs stating that the wrapper is no longer
recommended for production.

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


Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing

2011-06-08 Thread Charitha Kankanamge
We did exactly the same steps with mysql in recent RCs but did not face this
issuse. may be MSSQL specific?

/Charitha

On Thu, Jun 9, 2011 at 7:42 AM, Prabath Abeysekera praba...@wso2.comwrote:

 Hi Leonardo,

 On Thu, Jun 9, 2011 at 7:37 AM, Leonardo vy...@maneh.org wrote:

 I'm using SQL Server 2005 and WSO2 DSS running on linux (Ubuntu 11.04).

 Those service already exist, I try only deploy in new DSS, but store
 procedure don't exists anymore.

 I tried openning issue in jira, but don't exists version 2.6.0.



 I've tried to reproduce the mentioned issue with the following steps.

 1. Created a data service pointed to a mysql database.
 2. Created a data service query calling a stored procedure that does not
 exist.
 3. Created a operation corresponding to the aforementioned query and
 deployed.

 But I couldn't really reproduce such an error. Is there something I
 missed?

 Anyway, I'm in the process of trying to reproduce this issue with SQLServer
 will update this thread soon with my observations.




 []s
 Leonardo
 www.wso2brasil.com.br


 On Wed, Jun 8, 2011 at 10:24 PM, Sumedha Rubasinghe sume...@wso2.comwrote:

 Hi Leonardo,
 Yes, we do test in both DSS  AS.
 Please verify if I have captured your scenario correctly. It's the same
 feature that goes into both servers.

 1. Write a data service with a query pointed to a stored procedure
 2. Stored procedure does not exist

 Environment: would appreciate if you can mention DB  the OS environment.
 But we will test this using MySQL initially.
 I am not sure what you meant by server is locked tough.

 Should you find more issues, create issue inside '
 https://wso2.org/jira/browse/CARBON' with component selected as 'Data
 Services'.

 /sumedha

 On Thu, Jun 9, 2011 at 2:18 AM, Leonardo vy...@maneh.org wrote:

 I had the same error with:
 http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2as-4.1.0.zip


 On Wed, Jun 8, 2011 at 5:22 PM, Jorge Infante Osorio jorg...@uci.cuwrote:

 Do you test this scenario inside AS:
 http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2as-4.1.0.zip???



 Ing. Jorge Infante Osorio.

 J´Dpto Soluciones SOA.

 CDAE.

 UCI



 *De:* carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org]
 *En nombre de *Leonardo
 *Enviado el:* miércoles, 08 de junio de 2011 15:39
 *Para:* carbon-dev@wso2.org
 *Asunto:* Re: [Carbon-dev] Carbon 3.2.0 RC7 for Testing



 I found a problem: if in my data service exists one query with stored
 procedure not existent, the server don't realize deploy. And server is
 locked, even if I restart the server.

 I trying this version:
 http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/wso2dataservices-2.6.0.zip

 On Wed, Jun 8, 2011 at 4:19 PM, Leonardo vy...@maneh.org wrote:

 Congratulations!

 These versions are impressive!

 I will testing continue in my environment, I will report if any
 problem.

 Thank you!

 Att,
 Leonardo
 http://www.wso2brasil.com.br/



 On Wed, Jun 8, 2011 at 1:22 AM, Prabath Siriwardena prab...@wso2.com
 wrote:

 On Wed, Jun 8, 2011 at 9:37 AM, Prabath Siriwardena prab...@wso2.com
 wrote:
  Location : http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/
 
  P2 Repo :
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc7/p2-repo/
 
  Revision : 107476
 
  Will also host this in a publicly accessible location shortly.. [you
  can use VPN if out side the office]

 http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc7/  - copying
 still in progress..

 Thanks  regards,
 -Prabath
 
  --

  Thanks  Regards,
  Prabath
 
  http://blog.facilelogin.com
  http://RampartFAQ.com
 



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






 --
 Att,
 Leonardo Saraiva
 www.wso2brasil.com.br

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




 --
 Att,
 Leonardo Saraiva

 __Ô chuva-ou-sol,
 ._ \ _ peda-lã-moi-gual
 (_) / (_)(Tássia Arouche)



 ___
 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 mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Prabath Abeysekara
 Software Engineer
 WSO2 Inc.
 Email: praba...@wso2.com harsha...@wso2.com
 Mobile: +94774171471

 http://harshana05.blogspot.com/


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 

Re: [Carbon-dev] Carbon 3.2.0 RC5 for Testing

2011-06-05 Thread Charitha Kankanamge
Thanks!
We should verify all the L1s using this build.

/Charitha


On Sun, Jun 5, 2011 at 3:03 PM, Prabath Siriwardena prab...@wso2.comwrote:

 On Sun, Jun 5, 2011 at 1:59 PM, Prabath Siriwardena prab...@wso2.com
 wrote:
  Will also host this in a publicly accessible location shortly.. [you
  can use VPN if out side the office]

 http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc5/

 Thanks  regards,
 -Prabath

 
  --
  Thanks  Regards,
  Prabath
 
  http://blog.facilelogin.com
  http://RampartFAQ.com
 



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


[Carbon-dev] Minimum memory for carbon-3.2.0 products

2011-06-05 Thread Charitha Kankanamge
Folks,

Our products consume ~600-700 MB of memory (we noticed this by checking the
free memory after the server is started), however the release docs of most
of the products says the minimum memory requirement as 256MB, which is
totally wrong. G-reg docs correctly mention that it is 1G. Therefore, please
update all the release docs accordingly.

Associated JIRA: https://wso2.org/jira/browse/CARBON-10690

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


Re: [Carbon-dev] Minimum memory for carbon-3.2.0 products

2011-06-05 Thread Charitha Kankanamge
 On Mon, Jun 6, 2011 at 9:46 AM, Hiranya Jayathilaka hira...@wso2.comwrote:



 On Mon, Jun 6, 2011 at 8:48 AM, Charitha Kankanamge chari...@wso2.comwrote:

 Folks,

 Our products consume ~600-700 MB of memory (we noticed this by checking
 the free memory after the server is started), however the release docs of
 most of the products says the minimum memory requirement as 256MB, which is
 totally wrong. G-reg docs correctly mention that it is 1G. Therefore, please
 update all the release docs accordingly.


 The startup script only allows a max heap size of 512 MB (which is good
 enough for most cases - production systems may need more memory depending on
 the load). So how can the server consume 600-700 MB? Have you increased the
 allocated heap size?


No I did not. I just checked the free memory of my machine before and after
server startup. I did not do any profiling or any tool based analysis. We
may need to do that and figure out the exact memory growth.

Similarly, I noticed that ~200-250 MB of memory increase introduced by 3.2.0
version of carbon because the earlier version (3.1.0) consumes ~400 MB.


 In any case we should update the documentation and set the minimum memory
 required to 1 GB since OS and other applications running on the server will
 also take up some memory.

 Thanks,
 Hiranya



 Associated JIRA: https://wso2.org/jira/browse/CARBON-10690

 /Charitha

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




 --
 Hiranya Jayathilaka
 Associate Technical Lead;

 WSO2 Inc.;  http://wso2.org
 E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
 Blog: http://techfeast-hiranya.blogspot.com

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


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


Re: [Carbon-dev] ESB RC5 Broken?

2011-06-05 Thread Charitha Kankanamge
Yes it is. Reported a regression L1
https://wso2.org/jira/browse/CARBON-10696

/Charitha

On Mon, Jun 6, 2011 at 10:49 AM, Hiranya Jayathilaka hira...@wso2.comwrote:

 ESB RC5 seems to be completely broken. I get the following when trying out
 a basic proxy service scenario (simple pass through):

 [2011-06-06 10:43:35,106] ERROR - NativeWorkerPool Uncaught exception
 java.lang.NullPointerException
 at
 org.wso2.carbon.statistics.internal.ResponseTimeCalculator.calculateResponseTimes(ResponseTimeCalculator.java:42)
  at
 org.wso2.carbon.statistics.module.InOutMEPHandler.updateStatistics(InOutMEPHandler.java:103)
 at
 org.wso2.carbon.statistics.module.InOutMEPHandler.invoke(InOutMEPHandler.java:87)
  at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
 at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
  at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
 at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:427)
  at
 org.apache.synapse.core.axis2.Axis2Sender.sendBack(Axis2Sender.java:159)
 at
 org.apache.synapse.core.axis2.Axis2SynapseEnvironment.send(Axis2SynapseEnvironment.java:255)
  at
 org.apache.synapse.mediators.builtin.SendMediator.mediate(SendMediator.java:84)
 at
 org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:60)
  at
 org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:114)
 at
 org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:219)
  at
 org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:364)
 at
 org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:159)
  at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
 at
 org.apache.synapse.transport.nhttp.ClientWorker.run(ClientWorker.java:273)
  at
 org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:173)
 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)


 Thanks
 --
 Hiranya Jayathilaka
 Associate Technical Lead;
 WSO2 Inc.;  http://wso2.org
 E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
 Blog: http://techfeast-hiranya.blogspot.com

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


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


[Carbon-dev] Fwd: Features that are pending to be tested by QA

2011-06-03 Thread Charitha Kankanamge
FYI. Our plan is to focus on the pending features + bug verification +
regression testing till 10th of June.

/Charitha


-- Forwarded message --
From: Krishantha Samaraweera krishan...@wso2.com
Date: Fri, Jun 3, 2011 at 11:57 AM
Subject: Re: Features that are pending to be tested
To: Evanthika Amarasiri evanth...@wso2.com
Cc: Ishani Ratnayake ish...@wso2.com, Charitha Kankanamge 
chari...@wso2.com, pavithra madurangi pavit...@wso2.com, Tharinda
Liyanage thari...@wso2.com, Nirodha Gallage niro...@wso2.com, Chamara
Ariyarathne chama...@wso2.com, cham...@wso2.com, Manisha Gayathri 
mani...@wso2.com


From MB side, I have completed all most all features with all app
servers. But I will have to repeat all test again after Fixing
Qpid/java memory issues.

Currently following long running tests are pending.

- JMS client long running test with concurrency.
- SQS client long running test with concurrency.
- Topic pub/sub long running test with concurrency.

Thanks,
Krishantha.

On Fri, Jun 3, 2011 at 11:24 AM, Evanthika Amarasiri evanth...@wso2.com
wrote:
 From G-Reg side, the following need to be tested in depth since only basic
 stuff scenarios were covered in the previous RCs.

 - Hierarchical permission model with granular and extensible permissions
 - Authentication and authorization of resources/collections
 - On Windows + IE8
 - New service UI model (in progress)
 - UDDI
 - Notifications (Digest notifications/Group notifications)
 - cApps
 - Atom based configuration model
 - Cache-backed Registry
 - Open-Social API (Not Tested)
 - Checkin-checkout (on a mounted registry)

 In addition to the above, I need to verify the following on RC4  to see
 whether there are any regression issues, since bug fixes were done on the
 below areas.

 - Webdav
 - WS-API based configuration model
 - Resource browser in depth
 - More test cases on Metadata
 - Improved Lifecycle Management

 Regards,
 Evanthika

 On Fri, Jun 3, 2011 at 10:50 AM, Manisha Gayathri mani...@wso2.com
wrote:


 On Fri, Jun 3, 2011 at 10:25 AM, Ishani Ratnayake ish...@wso2.com
wrote:

 Hi Charitha and Team,

 Following are the list of features that are pending from my side.
 - HL7 Transport
 - FTPS Transport
 - Distributed Caching
 - Reliable Messaging with Proxy Services
 - Fetching Registry Browser parameters
 - Mediation using CApps
 - Data Sources
 - Eventing - Only Sample have been done
 - JMX Support
 - Deployment on Weblogic
 - Generate Client from Proxy Services
 - Samples except the one Listed in Carbon 3.2.0 Plan

 --
 Ishani
 Mobile : 0727136198


 Hi all,

 In CEP, all most all the features are tested, except the following.

 QoS on the deployed bucket services. (as per AmilaS, testing of QoS is
not
 very much essential on the buckets since it is not a useful use case; but
 Security has been tested on march releases)
 Deployment on Websphere

 Thanks
 Regards,
 Manisha Eleperuma
 WSO2, Inc.: http://wso2.com
 email: mani...@wso2.com
 mobile: +94 71 8279777


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


[Carbon-dev] Well known AxisFault: Two services cannot have same name error is back in ESB-4.0.0 RC3

2011-05-31 Thread Charitha Kankanamge
When testing ESB 4.0.0 RC3 pack in a clustered setup (mounted
registry+replicated caching+deployment synchronizer enabled+axis2 clustering
enabled), I came across the following issue when I restarted the READ-WRITE
ESB node. I tried few more times but I'm unable to reproduce. Has anyone
come across this issue?


[2011-05-31 14:10:44,111]  INFO - ProxyService Building Axis service for
Proxy service : CharithaProxy
[2011-05-31 14:10:44,112]  INFO - ProxyService Adding service CharithaProxy
to the Axis2 configuration
[2011-05-31 14:10:44,416]  INFO - ProxyObserver Deleted the proxy service :
CharithaProxy
[2011-05-31 14:10:44,416] ERROR - ProxyService Error adding Proxy service to
the Axis2 engine
org.apache.axis2.AxisFault: Two services cannot have same name.  A service
with the CharithaProxy [null] name already exists in the system.
at
org.apache.axis2.engine.AxisConfiguration.addToAllServicesMap(AxisConfiguration.java:496)
at
org.apache.axis2.description.AxisServiceGroup.addService(AxisServiceGroup.java:110)
at
org.apache.axis2.engine.AxisConfiguration.addService(AxisConfiguration.java:335)
at
org.apache.synapse.core.axis2.ProxyService.buildAxisService(ProxyService.java:566)
at
org.apache.synapse.deployers.ProxyServiceDeployer.deploySynapseArtifact(ProxyServiceDeployer.java:70)
at
org.wso2.carbon.proxyadmin.ProxyServiceDeployer.deploySynapseArtifact(ProxyServiceDeployer.java:43)
at
org.apache.synapse.deployers.AbstractSynapseArtifactDeployer.deploy(AbstractSynapseArtifactDeployer.java:172)
at
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
at
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:813)
at
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
at
org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:371)
at
org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
at
org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:365)
at
org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:73)
at
org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:94)
at
org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:93)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
[2011-05-31 14:10:44,417]  WARN - ProxyServiceDeployer Proxy service hot
deployment from file:
/home/charitha/products/esb/cluster/wso2esb-4.0.0-node1/repository/deployment/server/synapse-configs/default/proxy-services/CharithaProxy.xml
failed - Continue in fail-safe mode
org.apache.synapse.SynapseException: Error adding Proxy service to the Axis2
engine
at
org.apache.synapse.core.axis2.ProxyService.handleException(ProxyService.java:765)
at
org.apache.synapse.core.axis2.ProxyService.buildAxisService(ProxyService.java:592)
at
org.apache.synapse.deployers.ProxyServiceDeployer.deploySynapseArtifact(ProxyServiceDeployer.java:70)
at
org.wso2.carbon.proxyadmin.ProxyServiceDeployer.deploySynapseArtifact(ProxyServiceDeployer.java:43)
at
org.apache.synapse.deployers.AbstractSynapseArtifactDeployer.deploy(AbstractSynapseArtifactDeployer.java:172)
at
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
at
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:813)
at
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
at
org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:371)
at
org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
at
org.apache.axis2.deployment.RepositoryListener.startListener(RepositoryListener.java:365)
at
org.apache.axis2.deployment.scheduler.SchedulerTask.checkRepository(SchedulerTask.java:73)
at
org.apache.axis2.deployment.scheduler.SchedulerTask.run(SchedulerTask.java:94)
at
org.apache.axis2.deployment.scheduler.Scheduler$SchedulerTimerTask.run(Scheduler.java:93)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Caused by: org.apache.axis2.AxisFault: Two services cannot have same name.
A service with the CharithaProxy [null] name already exists in the system.
at
org.apache.axis2.engine.AxisConfiguration.addToAllServicesMap(AxisConfiguration.java:496)
at
org.apache.axis2.description.AxisServiceGroup.addService(AxisServiceGroup.java:110)
at
org.apache.axis2.engine.AxisConfiguration.addService(AxisConfiguration.java:335)
at
org.apache.synapse.core.axis2.ProxyService.buildAxisService(ProxyService.java:566)
... 14 more

/Charitha
___
Carbon-dev mailing list
Carbon-dev@wso2.org

Re: [Carbon-dev] RC3 Packs - 3.2.0

2011-05-30 Thread Charitha Kankanamge
On Mon, May 30, 2011 at 5:49 PM, Amila Maha Arachchi ami...@wso2.comwrote:



 On Mon, May 30, 2011 at 5:25 PM, Amila Maha Arachchi ami...@wso2.comwrote:



 On Mon, May 30, 2011 at 4:24 PM, Amila Maha Arachchi ami...@wso2.comwrote:



 On Mon, May 30, 2011 at 3:22 PM, Amila Maha Arachchi ami...@wso2.comwrote:



 On Mon, May 30, 2011 at 1:45 PM, Amila Maha Arachchi 
 ami...@wso2.comwrote:



 On Mon, May 30, 2011 at 11:55 AM, Amila Maha Arachchi ami...@wso2.com
  wrote:



 On Mon, May 30, 2011 at 10:59 AM, Amila Maha Arachchi 
 ami...@wso2.com wrote:

 Hi,

 I started downloading packs from the EC2 builder to local builder.
 You can find them at [2]. At the moment only AS is downloaded. G-Reg 
 and IS
 are being downloaded. I'll update as the packs are available.

 [2] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc3/products/


 G-Reg and IS packs are available *locally* at [2].


 GS and MS packs are available locally [2].


 DSS and BAM packs are available locally at [2]


 ESB and BPS packs are available locally.


 BRS, CEP and MB packs are available locally now.


 WSF and LB packs are also available locally now (i.e. All the product packs
 are available locally). Will be downloading services now.


Thank you very much Amila!

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


[Carbon-dev] We should have a carbon 3.2.0 clustering configuration and best practice guide

2011-05-29 Thread Charitha Kankanamge
Folks,

While configuring and testing product clusters in 3.2.0 release cycle, we
came across several issues because of the multiple options we have with
clustering setup configurations. At the basic level, we can configure a
product cluster with mounted governance and configuration registries. Then,
we can have multiple modes of distributed caching mechanisms associated with
cluster. eg:- distributed, replicated, invalidation, local
We also have Axis2 clustering (tribes) which can be configured through
axis2.xml.  Deployment synchronizer also plays a important role in a product
cluster from 3.2.0 release onwards.

Now, with all these options, it will be extremely difficult for a user to
figure out the most useful and best clustering configuration. Therefore, we
should prepare a document or wiki with all these information.
We came across errors such as
org.infinispan.util.concurrent.TimeoutException: Unable to acquire lock
after [10 seconds] on key
[org.wso2.carbon.caching.core.registry.RegistryCacheKey@ce8858d] for
requestor [Thread[OOB-2,localhost-36388,5,Thread Pools]]! Lock held by
[(another thread)] when starting replicated caching enabled cluster nodes
in parallel. As discussed with Senaka, we should start all nodes
sequentially in such a cluster setup.
We also came across several issues when running a cluster if the caching
mode is set to distributed. So, the recommended approach should be
replicated mode. We also noticed that the cluster becomes inconsistent if
the P2 features are not installed correctly in each node in a cluster.  Most
importantly, it is difficult (or impossible) to figure out the root cause if
an error occurs in an inconsistent cluster setup.
We should let users know which configurations are replicated among cluster
nodes and which are not. For example, carbon datasources, message stores,
processors etc.. are not replicated among child nodes of a cluster.

We should prepare a clustering best practices and guideline doc and ship or
host in OT with 3.2.0 release.

Associated JIRA:- https://wso2.org/jira/browse/CARBON-10487

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


[Carbon-dev] RC2 L1 - event-broker.xml FileNotFoundException at BRS startup

2011-05-29 Thread Charitha Kankanamge
When I started the BRS RC2 pack (hosted at
http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc2/products/), I got ERROR
{org.wso2.carbon.event.core.internal.builder.EventBrokerBuilderDS} -  Can
not create the event broker, java.io.FileNotFoundException:
/home/charitha/products/brs/wso2brs-1.2.0/repository/conf/event-broker.xml

This should have been uncovered if someone started the server before
releasing for QA testing. :(

Associated JIRA: https://wso2.org/jira/browse/CARBON-10503

On a side note, BRS version is given as 1.2.0-SNAPSHOT in RC2 pack. Please
fix these issues immediately. (see JIRA -
https://wso2.org/jira/browse/CARBON-10504)

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


Re: [Carbon-dev] RC3 Packs - 3.2.0

2011-05-29 Thread Charitha Kankanamge
Any possibility to host these packs locally? It takes ages to download from
builder.

/Charitha

On Mon, May 30, 2011 at 9:12 AM, Denis Weerasiri de...@wso2.com wrote:



 On Sun, May 29, 2011 at 3:13 PM, Sameera Jayasoma same...@wso2.comwrote:

 Hi Dennis,

 I don't think we should release these packs to QA.

 Lets wait for some time and start a fresh build.

 I will send a separate mail on this.

 RC3 packs are being hosted at [1]
 [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/


 Thanks,
 Sameera.

 On Sun, May 29, 2011 at 3:02 PM, Denis Weerasiri de...@wso2.com wrote:

 Hi,
 I started to build product + service packs (with signed jars), and will
 be
 host at [1].
 [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis http://goog_277208233/** [AT] wso2.com*http://wso2.com/
 *
 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


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-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

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




 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/
 *
 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


 ___
 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] Please make sure to run integration tests with RC builds

2011-05-28 Thread Charitha Kankanamge
Folks,

Please make sure to run integration tests with each RC. We start testing the
RC packs assuming that all integration tests were run before releasing the
pack for testing. But we noticed integration tests were commented out or
removed from some product poms in branch.

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


[Carbon-dev] Can we enable hotupdate by default in all products which includes CApp management component?

2011-05-26 Thread Charitha Kankanamge
When I update a registry resource in CStudio and redeploy an existing CApp
in G-reg, it is not deployed until the server is restarted. HotUpdate is
disabled by default in few of the products. IMHO, we should enable hotupdate
in all products which make use of Axis2 repository.

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


Re: [Carbon-dev] [Stratos-dev] [Important] Please refrain from committing to 3.2.0 branch

2011-05-26 Thread Charitha Kankanamge
On Thu, May 26, 2011 at 5:35 PM, Sameera Jayasoma same...@wso2.com wrote:

 +1. Plan is to trigger the RC2 build tomorrow morning.



Hope we will have RC1 at least for few hours of testing.  :)



 Thanks
 Sameera

 On Thu, May 26, 2011 at 5:27 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Only the critical/show stopper fixes needs to be committed - since we
 are planning RC2 to be the final build...

 For any other issue please fix and attach the patch to JIRA..

 Thanks  regards,
 -Prabath

 On Thu, May 26, 2011 at 5:24 PM, Amila Suriarachchi am...@wso2.com
 wrote:
 
 
  On Thu, May 26, 2011 at 5:21 PM, Prabath Siriwardena prab...@wso2.com
  wrote:
 
  On Thu, May 26, 2011 at 5:10 PM, Amila Suriarachchi am...@wso2.com
  wrote:
   What is the time frame to cut RC1 and RC2?
  
 
  For RC1 - build is in progress..
 
  So we can commit changes for RC2?
 
  thanks,
  Amila.
 
  Thanks  regards,
  -Prabath
 
   I need to do a fix to event and message box features to stop an
   unsatisfied
   dependency.
  
   thanks,
   Amila.
  
   On Thu, May 26, 2011 at 3:27 PM, Denis Weerasiri de...@wso2.com
 wrote:
  
   Hi
   $subject,
   If you have any issues (even for any doc level modifications),
 please
   reply to this thread.
  
   --
   Thanks,
   Denis
   --
   Denis Weerasiri
   Software Engineer; WSO2 Inc.; http://wso2.com,
   email: denis [AT] wso2.com
   blog: http://ddweerasiri.blogspot.com
   twitter: http://twitter.com/ddweerasiri
   linked-in: http://lk.linkedin.com/in/ddweerasiri
  
  
   ___
   Stratos-dev mailing list
   stratos-...@wso2.org
   https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
  
  
  
   ___
   Stratos-dev mailing list
   stratos-...@wso2.org
   https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
  
  
 
 
 
  --
  Thanks  Regards,
  Prabath
 
  http://blog.facilelogin.com
  http://RampartFAQ.com
 
 



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




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

 ___
 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] RC1 packs

2011-05-26 Thread Charitha Kankanamge
Carbon core binary distribution includes a doc directory which is not
required and not there in previous versions. Please remove it.

Associated JIRA: [1]https://wso2.org/jira/browse/CARBON-10356

/Charitha


On Thu, May 26, 2011 at 6:08 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi all,

 Carbon-core, Greg and IS build completed. You can find the RC1 packs at
 [1]. Will add the other packs to this location as they are available.

 Thanks,
 AmilaM.


 [1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc1-temp/

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


Re: [Carbon-dev] RC1 packs

2011-05-26 Thread Charitha Kankanamge
Hi Amila,

Please make sure to host the P2-repo associated with RC1.

Thanks!
Charitha


On Thu, May 26, 2011 at 6:08 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi all,

 Carbon-core, Greg and IS build completed. You can find the RC1 packs at
 [1]. Will add the other packs to this location as they are available.

 Thanks,
 AmilaM.


 [1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc1-temp/

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


[Carbon-dev] Carbon-3.2.0 - DSS RC1 is totally unusable

2011-05-26 Thread Charitha Kankanamge
Folks,

@Subject. Cannot even create a new data service [1]. Please do not host
packs for QA testing without trying out at least the basic operation that
particular product is supposed to do!

[1]https://wso2.org/jira/browse/CARBON-10380

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


Re: [Carbon-dev] Carbon 3.2.0 RC1 on Wednesday

2011-05-24 Thread Charitha Kankanamge
Hope integration tests will be run when building 3.2.0 branch.

/Charitha

On Tue, May 24, 2011 at 11:29 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Action Plan :

 1. Complete 3.2.0 branch by EOD today - owners : Milinda/Supun/Waruna
 2. Build the branch from a clean repo and make the packs available for
 smoke testing by EOD today - owners Milinda/Supun/Waruna
 3. By the EOD 25th May - Complete smoke tests / test the branch to
 make sure all L1 patches there - owners :  PMs
 4. By the EOD 25th May - Keep all release notes and docs ready - owners :
  PMs
 5. Release packs to QA by the EOD 25th May
 6. Product teams collaborate with QA for testing

 Thanks  regards,
 -Prabath

 On Mon, May 23, 2011 at 4:54 PM, Prabath Siriwardena prab...@wso2.com
 wrote:
  We are planing to get the RC1 out by the end of the this Wednesday -
  by fixing all remaining L1s..
 
  If you have any concerns please raise that in this thread - or please
  update the corresponding PM ASAP..
 
  Appreciate a lot your cooperation...
 
  --
  Thanks  Regards,
  Prabath
 
  http://blog.facilelogin.com
  http://RampartFAQ.com
 



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


[Carbon-dev] Browsers behave differently on different OSs

2011-05-24 Thread Charitha Kankanamge
@Subject.. Yesterday I noticed some issues (Home page does not render, some
links are not clickable etc..) when browsing carbon management console
through IE8 running on Windows 2008. Nirodha accessed it using same IE8
running on Windows7 and did not experience such an issue. Amal/Chanaka, Is
this a common problem?

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


Re: [Carbon-dev] Browsers behave differently on different OSs

2011-05-24 Thread Charitha Kankanamge
No, both are exactly same (Version: 8.0.7600.16385)

And it seems a known fact that the browsers behave differently on OSs (see
http://www.webglossary.co.uk/b/browser-testing/)

/Charitha

On Wed, May 25, 2011 at 8:00 AM, Afkham Azeez az...@wso2.com wrote:

 The IE build numbers must be different
 On May 25, 2011 7:53 AM, Charitha Kankanamge chari...@wso2.com wrote:
  @Subject.. Yesterday I noticed some issues (Home page does not render,
 some
  links are not clickable etc..) when browsing carbon management console
  through IE8 running on Windows 2008. Nirodha accessed it using same IE8
  running on Windows7 and did not experience such an issue. Amal/Chanaka,
 Is
  this a common problem?
 
  /Charitha

 ___
 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] Still unable to deploy WSAS 4 Nighly on Tomcat

2011-05-23 Thread Charitha Kankanamge
We have been running AS-4.1.0 on WebLogic 11g for more than 2 weeks in our
QA environment. ESB on Jboss, G-reg on Tomcat, DSS on WebSphere7

/Charitha

On Mon, May 23, 2011 at 11:33 PM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Mon, May 23, 2011 at 11:28 PM, Brad Cox bradj...@gmail.com wrote:

 Not sure what you're doing. For my part, I'm stuck and asking for help.


 I was asking from someone QAing AS.



 On Mon, May 23, 2011 at 1:55 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Are we not doing this in our QA environments? Deploying with app
 servers?

  On Mon, May 23, 2011 at 10:10 PM, Brad Cox bradj...@gmail.com wrote:

 Thanks to all who contributed recipes for how to do this. Stillnot
 successful.

 The pointer to ant createWAR helped but the system never recovers from a
 problem in BridgeServlet. The startup logs look normal; no problem 
 reported.
 But running bin/shutdown.sh reports an exception and leaves WSAS running 
 and
 blocking the port so subsequent bin/startup.sh fails. Takes a sudo kill -9 
 #
 to recover.

 I tried debugging it but don't have the output here; I recall it was
 some call to an admin service (look up user name?) that never returns.



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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




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




 --
 Cell: 703-594-1883
 Blog: http://bradjcox.blogspot.com
 Web: http://virtualschool.edu
 Manassas VA 20111


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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 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] Still unable to deploy WSAS 4 Nighly on Tomcat

2011-05-23 Thread Charitha Kankanamge
Hi Brad,
Can you please send me your CARBON_HOME/repository/conf/registry.xml,
CARBON_HOME/repository/conf/user-mgt.xml and
CARBON_HOME/repository/conf/carbon.xml files?

/Charitha



On Mon, May 23, 2011 at 10:10 PM, Brad Cox bradj...@gmail.com wrote:

 Thanks to all who contributed recipes for how to do this. Stillnot
 successful.

 The pointer to ant createWAR helped but the system never recovers from a
 problem in BridgeServlet. The startup logs look normal; no problem reported.
 But running bin/shutdown.sh reports an exception and leaves WSAS running and
 blocking the port so subsequent bin/startup.sh fails. Takes a sudo kill -9 #
 to recover.

 I tried debugging it but don't have the output here; I recall it was some
 call to an admin service (look up user name?) that never returns.



 ___
 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] Still unable to deploy WSAS 4 Nighly on Tomcat

2011-05-23 Thread Charitha Kankanamge
As Supun said, you have set HTTP transportlistener port as 8280 and https
listener 8243 in axis2.xml but the Server url specified in carbon.xml was
https://localhost:8443/wsas/services/

/Charitha


On Tue, May 24, 2011 at 7:18 AM, Supun Malinga sup...@wso2.com wrote:

 Hi Brad,

 On Tue, May 24, 2011 at 1:15 AM, Brad Cox bradj...@gmail.com wrote:

 Thanks a bunch Samisa. Tried to follow the instructions exactly but some
 were unclear in some spots and there were several instructions with
 different instructions.

 Seems you have used different values for transport ports in axis2.xml but
 haven't done that change in the other config files. Can you do the
 deployment with the default configs mentioned in the guide and how it goes?
 Then we can try to do the other changes.

 thanks.


 The absolute pathnames match my home Mac; need to find a way to make them
 machine independent.



 On Mon, May 23, 2011 at 2:40 PM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Tue, May 24, 2011 at 12:00 AM, Charitha Kankanamge chari...@wso2.com
  wrote:

 Hi Brad,
 Can you please send me your CARBON_HOME/repository/conf/registry.xml,
 CARBON_HOME/repository/conf/user-mgt.xml and
 CARBON_HOME/repository/conf/carbon.xml files?


 What settings are you looking for?



 /Charitha



 On Mon, May 23, 2011 at 10:10 PM, Brad Cox bradj...@gmail.com wrote:

 Thanks to all who contributed recipes for how to do this. Stillnot
 successful.

 The pointer to ant createWAR helped but the system never recovers from
 a problem in BridgeServlet. The startup logs look normal; no problem
 reported. But running bin/shutdown.sh reports an exception and leaves WSAS
 running and blocking the port so subsequent bin/startup.sh fails. Takes a
 sudo kill -9 # to recover.

 I tried debugging it but don't have the output here; I recall it was
 some call to an admin service (look up user name?) that never returns.



 ___
 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,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




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




 --
 Cell: 703-594-1883
 Blog: http://bradjcox.blogspot.com
 Web: http://virtualschool.edu
 Manassas VA 20111


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




 --
 Supun Malinga,

 Software Engineer,

 WSO2 Inc.
 http://wso2.com
 http://wso2.org
 email - sup...@wso2.com sup...@wso2.com
 mobile - 071 56 91 321


 ___
 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] Documentation/samples of the new features in DSS

2011-05-20 Thread Charitha Kankanamge
Hi,

We do not find documentation, samples related to some of the new features in
DSS. For example, we noticed a new Cassandra keyspaces component in DSS
binary distribution. However it does not have any doc or sample. Therefore,
we do not know how to use/test this component. Also, we find UI elements
such as Generate Response in ds/addQuery.jsp, Export options in
addOutputMapping.jsp etc..  However we do not find any reference doc or
sample so that we can try them out. Please make sure to add a sample+docs
describing the purpose/usage when you add new features.

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


[Carbon-dev] Weird issues with distributed caching

2011-05-19 Thread Charitha Kankanamge
We are observing random behavior with distributed caching cluster setup.
Sometimes, none of the nodes startup. In such situations, we see the
following logs in the server console and server hangs at these logs.

[2011-05-19 19:05:32,671]  INFO
{org.infinispan.distribution.DistributionManagerImpl} -  This is a JOIN
event!  Wait for notification from new joiner localhost-62772

[2011-05-19 19:05:40,951]  WARN
{org.infinispan.remoting.InboundInvocationHandlerImpl} -  Cache named
[TENANT_DOMAIN_CACHE] exists but isn't in a state to handle invocations.
Its state is INSTANTIATED.

Sometimes, we notice errors similar to the one reported in [1] or [2].

[1]https://wso2.org/jira/browse/CARBON-10081
[2]https://wso2.org/jira/browse/CARBON-10082

Please look in to these issues ASAP. I'm having a 2 member AS cluster (1 RO,
1 RW) mounted to a config registry and shared governance registry. I have
set distributed as cachmode in cache.xml and uncommented the distributed
caching config in each node. HostName of each node are bound to valid IPs
and started all nodes with -Dbind.address=HostName system property.
If we are doing anything wrong with the configuration, please let us know.

Btw, has anyone tested distributed caching before?

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


Re: [Carbon-dev] What is sqsAuthentication module?

2011-05-19 Thread Charitha Kankanamge
No I did not. I did not install anything on top of AS. This is a fresh AS
pack. This module is included in fresh AS distributions.

/Charitha


On Fri, May 20, 2011 at 12:04 AM, Danushka Menikkumbura
danus...@wso2.comwrote:

 This gets added as a result of installing event.

 On Fri, May 20, 2011 at 12:02 AM, Afkham Azeez az...@wso2.com wrote:

 Why do we need this in AS?
 On May 19, 2011 9:37 PM, Charitha Kankanamge chari...@wso2.com wrote:
  Hi,
 
  I noticed a new module. sqsAuthentication in the module list in
 AppServer.
  What is the purpose of this module? How are we supposed to use it?
 
  [image: module.png]
 
  /Charitha

 ___
 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 mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Distributed caching should be tested thoroughly

2011-05-17 Thread Charitha Kankanamge
Yes. It is jdk _24 in the setup but this is in my machine Prabath.

/Charitha

On Tue, May 17, 2011 at 7:16 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi Charitha,

 +1 for testing this thoroughly...

 Small note - in JIRA it says we are testing with jdk1.6_21 - in fact
 what we recommend now is jdk1.6_24 - after the security fix in the JDK
 - better have our test setup upgraded as well..

 Thanks  regards,
 -Prabath


 On Tue, May 17, 2011 at 12:38 AM, Charitha Kankanamge chari...@wso2.com
 wrote:
  @Subject is a new feature and we are discovering random/unpredictable
 issues
  (eg:- [1]). Therefore, we should test this thoroughly.
 
  [1]https://wso2.org/jira/browse/CARBON-10028
 
  Regards
  Charitha
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



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


Re: [Carbon-dev] Distributed caching should be tested thoroughly

2011-05-17 Thread Charitha Kankanamge
Thanks for fixing this Asela.

Sameera, Can we have a new set of packs for QA testing please? Now I cannot
continue testing because of this distributed caching issue. I cannot even
log in to config registry instance in my cluster setup since I get
ClassNotFoundException:
org.wso2.carbon.user.core.authorization.AuthorizationKey.
Also, in both app server nodes, I cannot browse the registry due to this
error.
I think it is time to have new set of packs.

/Charitha



On Wed, May 18, 2011 at 8:18 AM, Asela Pathberiya as...@wso2.com wrote:



 On Tue, May 17, 2011 at 12:38 AM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 @Subject is a new feature and we are discovering random/unpredictable
 issues (eg:- [1]). Therefore, we should test this thoroughly.


 [1]https://wso2.org/jira/browse/CARBON-10028


 There were some issue with authorization cache and fixed in r94430.

 Thanks,
 Asela.



 Regards
 Charitha

 ___
 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 mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Why isn't deployment synchronizer shipped with all service hosting products (AS, DSS etc..)?

2011-05-16 Thread Charitha Kankanamge
Hi all,

The new deployment synchronizer is a very useful and important feature for
cluster based deployments. Hence, we should ship that feature by default in
all service hosting products. Currently it is included in ESB only.

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


[Carbon-dev] Distributed caching should be tested thoroughly

2011-05-16 Thread Charitha Kankanamge
@Subject is a new feature and we are discovering random/unpredictable issues
(eg:- [1]). Therefore, we should test this thoroughly.

[1]https://wso2.org/jira/browse/CARBON-10028

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


Re: [Carbon-dev] WSO2 Carbon Continuous Build was SUCCESSFUL

2011-05-12 Thread Charitha Kankanamge
This will be deployed in the new test setup and proceed with further
testing.

/Charitha


On Thu, May 12, 2011 at 12:25 PM, Kasun Indrasiri ka...@wso2.com wrote:

 New ESB build is available at [1]. Smoke tests were successful.

 [1]
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/wso2esb-4.0.0-SNAPSHOT.zip

 On Thu, May 12, 2011 at 12:17 PM, WSO2 Carbon-Builder 
 cbuil...@wso2.orgwrote:

 [INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.sts.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.servicehosting.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.dataservices.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.transport.mgt.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.transport.jms.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.transport.mail.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.statistics.transport.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.discovery.client.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.discovery.core.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.discovery.mediation.ext.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.discovery.proxy.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.discovery.ui.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.wsdl.tools.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.wsdl.tools.server.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.wsdl.tools.ui.feature
 [INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.xkms.mgt.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.multiple.instance.feature
 [INFO] Extracting feature org.wso2.esb:org.wso2.esb.styles.feature
 [INFO] Extracting feature
 org.wso2.governance:org.wso2.governance.styles.feature
 [INFO] Extracting feature org.wso2.gs:org.wso2.gs.styles.feature
 [INFO] Extracting feature org.wso2.gs:org.wso2.gs.menu.feature
 [INFO] Extracting feature
 org.wso2.identity:org.wso2.identity.styles.feature
 [INFO] Extracting feature
 org.wso2.identity:org.wso2.identity.utils.feature
 [INFO] Extracting feature org.wso2.ms:org.wso2.ms.styles.feature
 [INFO] Extracting feature
 org.wso2.appserver:org.wso2.appserver.styles.feature
 [INFO] Extracting feature
 org.wso2.appserver:org.wso2.appserver.utils.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.cloud.csg.agent.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.cloud.csg.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.application.mgt.webapp.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.application.deployer.webapp.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.unifiedendpoint.server.feature
 [INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.event.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.messagebox.feature
 [INFO] Copying resources
 [INFO] Running Equinox P2 Publisher Application for Repository Generation
 [INFO] Generating metadata for ..
 [INFO] Generation completed with success [57 seconds].
 [INFO] Running Equinox P2 Category Publisher Application for the Generated
 Repository
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing /home/carbon/carbon/features/repository/pom.xml to
 /home/carbon/.m2/repository/org/wso2/carbon/wso2carbon-feature-repository/3.2.0-SNAPSHOT/wso2carbon-feature-repository-3.2.0-SNAPSHOT.pom
 [INFO]
 
 [INFO] BUILD SUCCESSFUL
 [INFO]
 
 [INFO] Total time: 1 minute 43 seconds
 [INFO] Finished at: Thu May 12 12:17:49 IST 2011
 [INFO] Final Memory: 32M/1962M
 [INFO]
 
 2011-05-12_12-09-59
 Carbon  packs are available at :
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
 tail -n50 $CARBON_SRC_HOME/build.log
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Kasun Indrasiri
 Senior Software Engineer
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

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

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


Re: [Carbon-dev] Why print Carbon home and Java home at server start up?

2011-05-11 Thread Charitha Kankanamge
+1. Yes this is very useful. We have seen similar logs with most of the
application servers such as WL, WS as well.

/Charitha


On Wed, May 11, 2011 at 6:41 AM, Hiranya Jayathilaka hira...@wso2.comwrote:



 Sent from my iPhone

 On May 11, 2011, at 6:23 AM, Danushka Menikkumbura danus...@wso2.com
 wrote:

 I think we should have a start up option to display them rather than
 showing them all the time.


 What's wrong with logging it at startup? It's a useful thing IMO.


 Danushka

 On Tue, May 10, 2011 at 5:38 PM, Afkham Azeez  az...@wso2.com
 az...@wso2.com wrote:

 Why not?

 This has been added because people have been coming to me from time to
 time showing various weird errors, which resulted in many wasted hours. The
 root cause was CARBON_HOME has been set to something else in their
 bash_profile files.


 On Tue, May 10, 2011 at 5:08 PM, Danushka Menikkumbura danus...@wso2.com
 danus...@wso2.com wrote:



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




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


 ___
 Carbon-dev mailing list
  Carbon-dev@wso2.orgCarbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 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 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] Failures in happy paths

2011-05-09 Thread Charitha Kankanamge
We notice issues when trying out basic flows of some features (eg:- [1],
[2]). We expect the component authors to make sure the happy path is
throughly tested before making the builds available for QA. We do system
level tests with the test setup hence we do not find time to test each and
every bit of functionality. If component authors do not test the features
that they implement, everyone will be in jeopardy . Please spend few
minutes/hours and test the happy path.

[1]https://wso2.org/jira/browse/CARBON-9778
[2]https://wso2.org/jira/browse/CARBON-9782

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


Re: [Carbon-dev] Testing on Websphere

2011-05-08 Thread Charitha Kankanamge
)
 at org.apache.struts.action.RequestProcessor.doForward(Unknown Source)
 at org.apache.struts.tiles.TilesRequestProcessor.doForward(Unknown
 Source)
 at
 org.apache.struts.action.RequestProcessor.processForwardConfig(Unknown
 Source)
 at
 org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(Unknown
 Source)
 at
 com.ibm.isclite.container.controller.InformationController.processForwardConfig(InformationController.java:217)
 at org.apache.struts.action.RequestProcessor.process(Unknown Source)
 at org.apache.struts.action.ActionServlet.process(Unknown Source)
 at org.apache.struts.action.ActionServlet.doPost(Unknown Source)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1655)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1595)
 at
 com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:131)
 at
 com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistence(WSCUrlFilter.java:927)
 at
 com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:494)
 at
 com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:315)
 at
 com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:188)
 at
 com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
 at
 com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
 at
 com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:932)

 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:500)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
 at
 com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
 at
 com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)

 at
 com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
 at
 com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
 at
 com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
 at
 com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
 at
 com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)

 at
 com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1772)
 at
 com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
 at
 com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
 at
 com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
 at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
 at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
 at
 com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
 at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
 at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)



 On Sun, May 8, 2011 at 3:28 PM, Afkham Azeez az...@wso2.com wrote:

 How is the progress on this?


 On Sat, May 7, 2011 at 7:20 PM, Charitha Kankanamge chari...@wso2.comwrote:

 If you are getting the same error again and again, do not use the same
 profile. Always use a new profile.

 /Charitha



 On Sat, May 7, 2011 at 7:08 PM, Chamara Ariyarathne 
 chama...@wso2.comwrote:

 Yes Charitha,

 I have followed the Exact procedure for couple of times, but i get the
 same error over and over again. I'm afraid whether there is any
 configuration mismatch (or whatever an error) in the Websphere installation
 in my local machine.




 On Sat, May 7, 2011 at 6:56 PM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 1. First, check whether you have created websphere profile as mentioned
 in [1]. Do not start WebSphere as a windows service
 2. Next, install 3.2.0 product as instructed in [2]. The differences of
 3.0.1 to 3.2.0 are;

 - webapps directory is located at CARBON_HOME/lib/core
 - No resources directory. resources directory is inside repository dir
 - You need to copy the jars inside CARBON_HOME/lib/api to the webapp
 lib directory (CARBON_HOME/lib/core/WEB-INF/lib)

 Do not miss any instruction. The issue you are facing should be a
 config error because I was able to install DSS build on WebSphere 7 in our
 test setup without any issue.

 [1]http://wso2.org/library/2735#pre_webs
 [2]
 http://wso2.org/library/knowledge-base/2011/02/running-wso2

Re: [Carbon-dev] Testing on Websphere

2011-05-08 Thread Charitha Kankanamge
Can you send your carbon.xml? Also send me WebSphere server.xml (
${PROFILE_HOME}/config/cells/${CELL}/nodes/${NODE}/servers/${SERVER}/server.xml)

/Charitha

On Sun, May 8, 2011 at 8:31 PM, Chamara Ariyarathne chama...@wso2.comwrote:

 I have set the context root in the installing process. When start invoked
 it hanged forever.


 On Sun, May 8, 2011 at 8:28 PM, Charitha Kankanamge chari...@wso2.comwrote:

 According to the second image, you have not started the web app
 (wso2.war). Or you have not specified web app context root. Please check
 again.

 /Charitha

 On Sun, May 8, 2011 at 6:30 PM, Chamara Ariyarathne chama...@wso2.comwrote:

 *I'm stuck in here,
 Im getting this page for the wsas webapp url; [attachement- serverpage]*
 SRVE0255E: A WebGroup/Virtual Host to handle /wso2/carbon/ has not been
 defined.SRVE0255E: A WebGroup/Virtual Host to handle
 111.223.167.209:9450 has not been defined. *IBM WebSphere Application
 Server*


 *The service starting process is hanged in the Websphere Enterprise
 Applications page;  *[attachement- installing]

 *The server log says;*

 [5/8/11 16:01:21:445 IST] 0028 PermissionUpd I
 org.wso2.carbon.core.internal.permission.update.PermissionUpdater update
 Permission cache updated for tenant 0
 [5/8/11 16:01:21:448 IST] 0028 CarbonServerM I
 org.wso2.carbon.core.init.CarbonServerManager initializeCarbon
 ConfigurationContextService registered in 512ms
 [5/8/11 16:01:21:455 IST] 0028 HttpTransport I
 org.wso2.carbon.core.transports.http.HttpTransportListener start HTTP
 port: 9087
 [5/8/11 16:01:21:458 IST] 0028 HttpsTranspor I
 org.wso2.carbon.core.transports.http.HttpsTransportListener start HTTPS
 port   : 9450
 [5/8/11 16:01:25:900 IST] 0028 BasicTilesCon I
 org.apache.tiles.impl.BasicTilesContainer init Initializing Tiles2
 container. . .
 [5/8/11 16:01:25:949 IST] 0028 BasicTilesCon I
 org.apache.tiles.impl.BasicTilesContainer initializeDefinitionsFactory
 Tiles2 container initialization complete.
 [5/8/11 16:01:25:954 IST] 0028 TilesAccess   I
 org.apache.tiles.access.TilesAccess setContainer Publishing TilesContext for
 context: org.apache.tiles.web.util.ServletContextAdapter
 [5/8/11 16:01:26:067 IST] 0028 CarbonUIServi I
 org.wso2.carbon.ui.internal.CarbonUIServiceComponent activate Mgt Console
 URL  : https://111.223.167.209:9450/wso2/carbon/
 [5/8/11 16:01:26:080 IST] 0028 EventBrokerBu I
 org.wso2.carbon.event.core.internal.builder.EventBrokerBuilderDS activate
 Successfully registered the event broker
 [5/8/11 16:01:26:091 IST] 0028 StartupFinali I
 org.wso2.carbon.core.internal.StartupFinalizerServiceComponent
 completeInitialization Started Transport Listener Manager
 [5/8/11 16:01:26:094 IST] 0028 StartupFinali I
 org.wso2.carbon.core.internal.StartupFinalizerServiceComponent printInfo
 Server   :  WSO2 Application Server-4.1.0
 [5/8/11 16:01:26:097 IST] 0028 StartupFinali I
 org.wso2.carbon.core.internal.StartupFinalizerServiceComponent printInfo
 WSO2 Carbon started in 41 sec
 [5/8/11 16:13:08:462 IST] 001d ThreadMonitor W   WSVR0605W: Thread
 WebContainer : 3 (001a) has been active for 746264 milliseconds and
 may be hung.  There is/are 1 thread(s) in total in the server that may be
 hung.
 at java.lang.Object.wait(Native Method)
 at java.lang.Object.wait(Object.java:196)
 at
 org.eclipse.core.runtime.internal.adaptor.Semaphore.acquire(Semaphore.java:55)
 at
 org.eclipse.core.runtime.adaptor.EclipseStarter.updateSplash(EclipseStarter.java:1256)
 at
 org.eclipse.core.runtime.adaptor.EclipseStarter.setStartLevel(EclipseStarter.java:1231)
 at
 org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:313)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
 at java.lang.reflect.Method.invoke(Method.java:600)
 at
 org.wso2.carbon.bridge.EquinoxFrameworkLauncher.start(EquinoxFrameworkLauncher.java:289)
 at org.wso2.carbon.bridge.BridgeServlet.init(BridgeServlet.java:94)

 at javax.servlet.GenericServlet.init(GenericServlet.java:241)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:358)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:168)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1807)
 at
 com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:98)
 at
 com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:1011)
 at
 com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:932)
 at
 com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:611

Re: [Carbon-dev] Testing on Websphere

2011-05-07 Thread Charitha Kankanamge
Chamara A,
Please share the doc. Were you able to setup WebSphere on your windows
partition and continue testing with all products?

/Charitha


On Sat, May 7, 2011 at 12:46 PM, Afkham Azeez az...@wso2.com wrote:

 Folks,
 Have you prepared that WebSphere testing status doc I asked for?

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


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


Re: [Carbon-dev] Testing on Websphere

2011-05-07 Thread Charitha Kankanamge
1. First, check whether you have created websphere profile as mentioned in
[1]. Do not start WebSphere as a windows service
2. Next, install 3.2.0 product as instructed in [2]. The differences of
3.0.1 to 3.2.0 are;

- webapps directory is located at CARBON_HOME/lib/core
- No resources directory. resources directory is inside repository dir
- You need to copy the jars inside CARBON_HOME/lib/api to the webapp lib
directory (CARBON_HOME/lib/core/WEB-INF/lib)

Do not miss any instruction. The issue you are facing should be a config
error because I was able to install DSS build on WebSphere 7 in our test
setup without any issue.

[1]http://wso2.org/library/2735#pre_webs
[2]
http://wso2.org/library/knowledge-base/2011/02/running-wso2-carbon301-based-products-ibm-websphere-61

/Charitha


On Sat, May 7, 2011 at 3:49 PM, Chamara Ariyarathne chama...@wso2.comwrote:

 Sorry, The error at Websphere log is [1]
 Charitha, please help me on this.

 [1]
 [5/7/11 15:37:16:993 IST] 0019 webappE
 com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet
 Error]-[bridgeservlet]: java.lang.IllegalStateException: instance already
 set
 at
 org.wso2.carbon.bridge.BridgeServlet.setInstance(BridgeServlet.java:218)
 at org.wso2.carbon.bridge.BridgeServlet.init(BridgeServlet.java:56)
 at javax.servlet.GenericServlet.init(GenericServlet.java:241)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:358)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:168)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:737)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:500)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
 at
 com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3826)
 at
 com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276)
 at
 com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931)
 at
 com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
 at
 com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
 at
 com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
 at
 com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
 at
 com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:272)
 at
 com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:1016)
 at
 com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:639)
 at
 com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1772)
 at
 com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
 at
 com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
 at
 com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
 at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
 at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
 at
 com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
 at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
 at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)



 On Sat, May 7, 2011 at 3:44 PM, Chamara Ariyarathne chama...@wso2.comwrote:

 Hi,

 After all the configurations and start of the carbon server as a service
 on Websphere i get this error when accessing the carbon server url;

 Error 500: javax.servlet.ServletException: SRVE0207E: Uncaught
 initialization exception created by servlet

 I'm still looking into this






 On Sat, May 7, 2011 at 1:21 PM, Charitha Kankanamge chari...@wso2.comwrote:


 Chamara A,
 Please share the doc. Were you able to setup WebSphere on your windows
 partition and continue testing with all products?

 /Charitha



 On Sat, May 7, 2011 at 12:46 PM, Afkham Azeez az...@wso2.com wrote:

 Folks,
 Have you prepared that WebSphere testing status doc I asked for?

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





 --
 *Chamara Ariyarathne*
 Software Engineer - QA;
 WSO2 Inc; http://www.wso2.com/.
 Mobile; *0772786766*




 --
 *Chamara Ariyarathne*
 Software Engineer - QA;
 WSO2 Inc; http

Re: [Carbon-dev] Testing on Websphere

2011-05-07 Thread Charitha Kankanamge
If you are getting the same error again and again, do not use the same
profile. Always use a new profile.

/Charitha


On Sat, May 7, 2011 at 7:08 PM, Chamara Ariyarathne chama...@wso2.comwrote:

 Yes Charitha,

 I have followed the Exact procedure for couple of times, but i get the same
 error over and over again. I'm afraid whether there is any configuration
 mismatch (or whatever an error) in the Websphere installation in my local
 machine.




 On Sat, May 7, 2011 at 6:56 PM, Charitha Kankanamge chari...@wso2.comwrote:

 1. First, check whether you have created websphere profile as mentioned in
 [1]. Do not start WebSphere as a windows service
 2. Next, install 3.2.0 product as instructed in [2]. The differences of
 3.0.1 to 3.2.0 are;

 - webapps directory is located at CARBON_HOME/lib/core
 - No resources directory. resources directory is inside repository dir
 - You need to copy the jars inside CARBON_HOME/lib/api to the webapp lib
 directory (CARBON_HOME/lib/core/WEB-INF/lib)

 Do not miss any instruction. The issue you are facing should be a config
 error because I was able to install DSS build on WebSphere 7 in our test
 setup without any issue.

 [1]http://wso2.org/library/2735#pre_webs
 [2]
 http://wso2.org/library/knowledge-base/2011/02/running-wso2-carbon301-based-products-ibm-websphere-61

 /Charitha



 On Sat, May 7, 2011 at 3:49 PM, Chamara Ariyarathne chama...@wso2.comwrote:

 Sorry, The error at Websphere log is [1]
 Charitha, please help me on this.

 [1]
 [5/7/11 15:37:16:993 IST] 0019 webappE
 com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: [Servlet
 Error]-[bridgeservlet]: java.lang.IllegalStateException: instance already
 set
 at
 org.wso2.carbon.bridge.BridgeServlet.setInstance(BridgeServlet.java:218)
 at org.wso2.carbon.bridge.BridgeServlet.init(BridgeServlet.java:56)
 at javax.servlet.GenericServlet.init(GenericServlet.java:241)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:358)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:168)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:737)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:500)
 at
 com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
 at
 com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3826)
 at
 com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276)
 at
 com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931)
 at
 com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
 at
 com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
 at
 com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
 at
 com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
 at
 com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:272)
 at
 com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:1016)
 at
 com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyReadCompletedCallback.complete(SSLConnectionLink.java:639)
 at
 com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1772)
 at
 com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
 at
 com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
 at
 com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
 at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
 at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
 at
 com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
 at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
 at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1550)



 On Sat, May 7, 2011 at 3:44 PM, Chamara Ariyarathne 
 chama...@wso2.comwrote:

 Hi,

 After all the configurations and start of the carbon server as a service
 on Websphere i get this error when accessing the carbon server url;

 Error 500: javax.servlet.ServletException: SRVE0207E: Uncaught
 initialization exception created by servlet

 I'm still looking into this






 On Sat, May 7, 2011 at 1:21 PM, Charitha Kankanamge 
 chari...@wso2.comwrote:


 Chamara A,
 Please share the doc. Were you able to setup WebSphere on your windows
 partition and continue testing with all products?

 /Charitha



 On Sat, May 7, 2011 at 12:46 PM, Afkham Azeez az...@wso2.com wrote:

 Folks,
 Have you prepared that WebSphere testing status doc I asked for?

 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache

Re: [Carbon-dev] [Important] Strategy for smoke testing and providing builds to QA.

2011-05-06 Thread Charitha Kankanamge
That's why I suggested this in the following thread [1] on 27th of April.

[1]
http://markmail.org/message/5l3ajl5pbiemfhle?q=+list:org.wso2.carbon-dev#query:list%3Aorg.wso2.carbon-dev+page:1+mid:mezx5xnkvbot2j22+state:results

/Charitha

On Fri, May 6, 2011 at 4:54 PM, Sameera Jayasoma same...@wso2.com wrote:

 Hi Folks,

 We have a small issue here. The location to get the latest builds is [1].
 Once we smoke test a set of builds we need to preserve them until the next
 set of stable builds available. But the builds in this location will get
 change after the next successful build.

 Therefore we came up with another url[2] to store the latest set of *
 stable* builds.

 *Latest builds* : http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
  http://10.100.1.43/%7Ecarbon/releases/carbon/3.2.0/latest/*Latest
 Stable builds* : http://10.100.1.43/~carbon/releases/carbon/3.2.0/stable/

 http://10.100.1.43/%7Ecarbon/releases/carbon/3.2.0/stable/Latest stable
 builds are the once we have smoke tested and they are under QA.

 Thanks,
 Sameera

 [1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
 http://10.100.1.43/%7Ecarbon/releases/carbon/3.2.0/latest/[2]
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/stable/


 On Fri, May 6, 2011 at 3:05 PM, Sameera Jayasoma same...@wso2.com wrote:

 Please update the progress of the smoke testing in [1]. No need to send
 mails.

 Thanks
 Sameera

 [1]
 https://spreadsheets2.google.com/a/wso2.com/spreadsheet/ccc?hl=enkey=tl_FPa9OvQjAGPEv60s8MeAhl=en#gid=0


 On Fri, May 6, 2011 at 2:13 PM, Sameera Jayasoma same...@wso2.comwrote:

 RMs,

 Please start the smoke testing process for all the products in [1].

 Thanks,
 Sameera

 [1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/


 On Fri, May 6, 2011 at 1:49 PM, Denis Weerasiri de...@wso2.com wrote:



 On Fri, May 6, 2011 at 12:44 PM, Sameera Jayasoma same...@wso2.comwrote:

 Hi Folks,

 We need a proper strategy for providing builds to QA. We cannot give
 builds here and there. Therefore we came up with the following strategy.


- Once we have a set successful builds of all the products, I will
inform RMs to start smoke testing the products/services.
- If the products/services get through the smoke testing phase,
they can be provided for QA.
- We might get build successful mails time to time. But we simply
cannot smoke test  each and every build. Hence we need to select a set 
 of
builds to be smoke tested.
- Once we have a set of stable builds, next stable builds will be
selected after one or two days. Most probable after two days.
- Once we have build successful mail, I will inform the list
whether to start smoke testing them or not.  Therefore please don't 
 smoke
test unless you see a mail from me.

 We will provide another set of builds in the afternoon with all the
 fixes.

 Hi Sameera,
 New builds were hosted, you can verify them.


 Thanks,
 Sameera

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

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




 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis http://goog_277208233/** [AT] wso2.com*http://wso2.com/
 *
 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


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-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




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




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

 ___
 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] New set of packs are available for Smoke Tests

2011-05-02 Thread Charitha Kankanamge
Hi Prabath,

Can this DS build be used for further testing? Is smoke testing done?
Please update.

/Charitha


On Fri, Apr 29, 2011 at 3:43 PM, Prabath Abeysekera praba...@wso2.comwrote:

 Hi Charitha,

 On Fri, Apr 29, 2011 at 3:19 PM, Charitha Kankanamge chari...@wso2.comwrote:

 Folks,
 Any update on DS smoke testing? I'm supposed to deploy DS pack on
 WebSphere 7 in our test setup.


 We're done with fixing all the assigned L1s and now in the middle of fixing
 a couple of UI issues.
 Will update this thread within an hour about the progress.



 /Charitha


 On Fri, Apr 29, 2011 at 12:33 PM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi,

 BRS  pack[1] is ready for QA.

 [1].
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/2011-04-29_06-54-27/

 Thanks
 Shammi


 On Fri, Apr 29, 2011 at 11:57 AM, Ajith Vitharana aji...@wso2.comwrote:



 On Fri, Apr 29, 2011 at 9:42 AM, Janaka Ranabahu jan...@wso2.comwrote:



 On Fri, Apr 29, 2011 at 8:26 AM, Evanthika Amarasiri 
 evanth...@wso2.com wrote:

 Hi G-Reg team,

 Could you kindly let us know whether smoke tests have been executed
 against the latest G-reg pack [1] and whether it's ready for testing?


 Hi Evanthika,

 Ajith is currently running the smoke tests. He will give you a update
 once that finishes.



 Hi Evanthika/Janaka,

 This G-Reg  pack is unusable for QA .Some blocker fixes has revert.

 Thanks
 Ajithn




 Thanks,
 Janaka


 [1] -
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/2011-04-29_06-54-27/

 Regards,
 Evanthika

 On Thu, Apr 28, 2011 at 6:49 PM, Kasun Indrasiri ka...@wso2.comwrote:

 ESB smoke tests and integration test are successful . ESB[1] is ready
 for QA.

 [1] wso2esb-4.0.0-SNAPSHOT.zip 28-Apr-2011 
 17:59http://10.100.1.43/%7Ecarbon/releases/carbon/3.2.0/latest/wso2esb-4.0.0-SNAPSHOT.zip


 On Thu, Apr 28, 2011 at 6:41 PM, Waruna Ranasinghe 
 war...@wso2.comwrote:

 QA folks,

 BPS is ready to QA.

 Thanks,
 Waruna

 On Thu, Apr 28, 2011 at 2:03 PM, Denis Weerasiri de...@wso2.comwrote:

 Hi RMs,
 $subject at
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/ .
 Only cep is not there.

 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis http://goog_277208233/** [AT] 
 wso2.com*http://wso2.com/
 *
 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




 --

 -
 Waruna Ranasinghe
 Senior Software Engineer, WSO2

 Mobile: +94 724 318285
 BLOG: http://warunapw.blogspot.com

 www.wso2.com - Lean . Enterprise . Middleware




 --
 Kasun Indrasiri
 Senior Software Engineer

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

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.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




 --
 Janaka Ranabahu
 Software Engineer
 WSO2 Inc.

 Mobile +94 718370861
 Email : jan...@wso2.com
 Blog : janakaranabahu.blogspot.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




 --
 Best Regards,*

 Shammi Jayasinghe*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085



 ___
 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



 Regards,

 --
 Prabath Abeysekara
 Software Engineer
 WSO2 Inc.
 Email: praba...@wso2.com harsha...@wso2.com
 Mobile: +94774171471

 http://harshana05.blogspot.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


  1   2   3   4   >