Re: [Dev] Status of ESB 4.8.0 on kernal 4.2.0

2013-08-14 Thread Vijitha Kumara
On Wed, Aug 14, 2013 at 8:50 AM, Nalin Chandraratne na...@wso2.com wrote:

 Hi,

 As the security tests tend to fail when running integration tests, I ran
 the security scenarios manually. Below shows the observations I got. The
 exceptions thrown in each failed test is given at the latter part.

 Test class : SecurityTransformationProxyForPolicy8BackEndTestCase

 Security Scenario Status.

 1Passed
 2Failed (The exception occurs in the
 response path. )
 3Passed
 4Passed
 5Failed (The exception occurs in the
 response path. )
 6Passed
 7Passed
 8Passed
 9Passed
 10  Passed
 11  Passed
 12  Passed
 13  Passed
 14  Passed
 15  Passed

 Note that all the security policies were applied to a single proxy
 service. The policies successfully get applied and removed when changing.
 However when running integration tests, sometimes it doesn't remove the
 previous policies and  hence some tests failed (They pass when run in
 isolation or a separate proxy service is created for each security policy).

 Whn debugging the failed tests it showed that in response path, when
 trying to retrieve the cacheManager, an NPE is thrown. These tests get
 passed successfully in ESB 4.7.0. The exception thrown at the failed tests:


This seems the cause of recent caching changes not being applied properly.
Check the flow and set the tenant domain properly where appropriate.


Regards,
Vijitha.




 [2013-08-14 07:31:36,366] ERROR - ServicePasswordCallbackHandler Tenant
 domain has not been set in CarbonContext
 java.lang.NullPointerException: Tenant domain has not been set in
 CarbonContext
  at
 org.wso2.carbon.caching.impl.CacheManagerFactoryImpl.getCacheManager(CacheManagerFactoryImpl.java:79)
 at
 org.wso2.carbon.registry.core.utils.RegistryUtils.getCacheManager(RegistryUtils.java:289)
  at
 org.wso2.carbon.registry.core.utils.RegistryUtils.getResourceCache(RegistryUtils.java:272)
 at
 org.wso2.carbon.registry.core.caching.CacheBackedRegistry.getCache(CacheBackedRegistry.java:62)
  at
 org.wso2.carbon.registry.core.caching.CacheBackedRegistry.resourceExists(CacheBackedRegistry.java:246)
 at
 org.wso2.carbon.registry.core.session.UserRegistry.resourceExists(UserRegistry.java:629)
  at
 org.wso2.carbon.security.util.ServicePasswordCallbackHandler.getPrivateKeyPassword(ServicePasswordCallbackHandler.java:247)
 at
 org.wso2.carbon.security.util.ServicePasswordCallbackHandler.handle(ServicePasswordCallbackHandler.java:93)
  at
 org.apache.rampart.builder.BindingBuilder.getSignatureBuilder(BindingBuilder.java:316)
 at
 org.apache.rampart.builder.BindingBuilder.getSignatureBuilder(BindingBuilder.java:263)
  at
 org.apache.rampart.builder.AsymmetricBindingBuilder.doSignature(AsymmetricBindingBuilder.java:717)
 at
 org.apache.rampart.builder.AsymmetricBindingBuilder.doSignBeforeEncrypt(AsymmetricBindingBuilder.java:414)
  at
 org.apache.rampart.builder.AsymmetricBindingBuilder.build(AsymmetricBindingBuilder.java:90)
 at org.apache.rampart.MessageBuilder.build(MessageBuilder.java:147)
  at org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:65)
 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:261)
  at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:426)
 at org.apache.synapse.core.axis2.Axis2Sender.sendBack(Axis2Sender.java:161)
  at
 org.apache.synapse.core.axis2.Axis2SynapseEnvironment.send(Axis2SynapseEnvironment.java:308)
 at
 org.apache.synapse.mediators.builtin.SendMediator.mediate(SendMediator.java:92)
  at
 org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:71)
 at
 org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:114)
  at
 org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:239)
 at
 org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:443)
  at
 org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:166)
 at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
  at
 org.apache.synapse.transport.passthru.ClientWorker.run(ClientWorker.java:222)
 at
 org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
  at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  at 

Re: [Dev] Status of ESB 4.8.0 on kernal 4.2.0

2013-08-13 Thread Nalin Chandraratne
Hi,

As the security tests tend to fail when running integration tests, I ran
the security scenarios manually. Below shows the observations I got. The
exceptions thrown in each failed test is given at the latter part.

Test class : SecurityTransformationProxyForPolicy8BackEndTestCase

Security Scenario Status.

1Passed
2Failed (The exception occurs in the
response path. )
3Passed
4Passed
5Failed (The exception occurs in the
response path. )
6Passed
7Passed
8Passed
9Passed
10  Passed
11  Passed
12  Passed
13  Passed
14  Passed
15  Passed

Note that all the security policies were applied to a single proxy service.
The policies successfully get applied and removed when changing. However
when running integration tests, sometimes it doesn't remove the previous
policies and  hence some tests failed (They pass when run in isolation or a
separate proxy service is created for each security policy).

Whn debugging the failed tests it showed that in response path, when trying
to retrieve the cacheManager, an NPE is thrown. These tests get passed
successfully in ESB 4.7.0. The exception thrown at the failed tests:


[2013-08-14 07:31:36,366] ERROR - ServicePasswordCallbackHandler Tenant
domain has not been set in CarbonContext
java.lang.NullPointerException: Tenant domain has not been set in
CarbonContext
at
org.wso2.carbon.caching.impl.CacheManagerFactoryImpl.getCacheManager(CacheManagerFactoryImpl.java:79)
at
org.wso2.carbon.registry.core.utils.RegistryUtils.getCacheManager(RegistryUtils.java:289)
at
org.wso2.carbon.registry.core.utils.RegistryUtils.getResourceCache(RegistryUtils.java:272)
at
org.wso2.carbon.registry.core.caching.CacheBackedRegistry.getCache(CacheBackedRegistry.java:62)
at
org.wso2.carbon.registry.core.caching.CacheBackedRegistry.resourceExists(CacheBackedRegistry.java:246)
at
org.wso2.carbon.registry.core.session.UserRegistry.resourceExists(UserRegistry.java:629)
at
org.wso2.carbon.security.util.ServicePasswordCallbackHandler.getPrivateKeyPassword(ServicePasswordCallbackHandler.java:247)
at
org.wso2.carbon.security.util.ServicePasswordCallbackHandler.handle(ServicePasswordCallbackHandler.java:93)
at
org.apache.rampart.builder.BindingBuilder.getSignatureBuilder(BindingBuilder.java:316)
at
org.apache.rampart.builder.BindingBuilder.getSignatureBuilder(BindingBuilder.java:263)
at
org.apache.rampart.builder.AsymmetricBindingBuilder.doSignature(AsymmetricBindingBuilder.java:717)
at
org.apache.rampart.builder.AsymmetricBindingBuilder.doSignBeforeEncrypt(AsymmetricBindingBuilder.java:414)
at
org.apache.rampart.builder.AsymmetricBindingBuilder.build(AsymmetricBindingBuilder.java:90)
at org.apache.rampart.MessageBuilder.build(MessageBuilder.java:147)
at org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:65)
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:261)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:426)
at org.apache.synapse.core.axis2.Axis2Sender.sendBack(Axis2Sender.java:161)
at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.send(Axis2SynapseEnvironment.java:308)
at
org.apache.synapse.mediators.builtin.SendMediator.mediate(SendMediator.java:92)
at
org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:71)
at
org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:114)
at
org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:239)
at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:443)
at
org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:166)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
at
org.apache.synapse.transport.passthru.ClientWorker.run(ClientWorker.java:222)
at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
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)
[2013-08-14 07:31:36,521] ERROR - ServicePasswordCallbackHandler Tenant
domain has not been set in CarbonContext
java.lang.NullPointerException: Tenant domain has not been set in
CarbonContext
at
org.wso2.carbon.caching.impl.CacheManagerFactoryImpl.getCacheManager(CacheManagerFactoryImpl.java:79)
at

Re: [Dev] Status of ESB 4.8.0 on kernal 4.2.0

2013-08-07 Thread Krishantha Samaraweera
On Wed, Aug 7, 2013 at 6:20 AM, Jeewantha Dharmaparakrama 
jeewan...@wso2.com wrote:




 On Wed, Aug 7, 2013 at 12:34 AM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi,

 On Tue, Aug 6, 2013 at 5:30 PM, Jeewantha Dharmaparakrama 
 jeewan...@wso2.com wrote:

 Hi Folks,

 Following are the test results of the pack we built last Friday. The
 tests were run one by one since we cannot run all the tests in one go
 because many tests get skipped.


 @Jeewantha - What's the reason for test skipped ? Is it the same
 connection refused error ?

 AFAIU yes.


Can you share the surefire report

Thanks,
Krishantha.



 However we noticed an API change on org.wso2.carbon.user.core hence
 almost all the tests were skiped on the pack we built today. Once the
 needful change is done on the test framework we could provide an ESB pack
 for QA.



 passed   failed skipped

 Server-Stratup
   -1   0  0
 Throttle-mediator-Test
 -6   1  0
 ProxyService-Test
-  184  47  2
 Endpoint-Test
  -   40   0  0
 LocalEntry-Test
-8   0  0
 nhttp-Transport-Test
 -0   0  8
 Resource-MediaType-Test   -
 4   0  0
 Rest-API-Test
  -1   1  0
 Servlet-transport-Test
 -1   0  0
 VFS-transport-Test
 -   24   0  0
 Aggregate-mediator-Test -
 38   1  0
 Cache-mediator-Test
 -2   0  0
 Call-mediator-Test
 -3   0  0
 CallOut-mediator-Test
 -9   0  0
 Clone-mediator-Test
 -   14   0  0
 ConditionalRouting-mediator-Test-
 5   0  0
 Drop-mediator-Test
 -1   0  0
 Message-Store-Test
 -6   0  0
 Enrich-mediator-Test
 -   36   0  0
 Fault-mediator-Test
 -   30   0  0
 Filter-mediator-Test
   -4   0  0
 Header-mediator-Test
 -2   0  0
 In-mediator-Test
  -2   0  0
 Log-mediator-Test
 -1   0  0
 Out-mediator-Test
 -2   0  0
 JMS-transport-Test
 -   20   1  0
 Property-mediator-Test
 -   37   1  0
 PayloadFactory-mediator-Test -
 13  0  0
 Rewrite-mediator-Test  -
   60  0  0
 Router-mediator-Test   -
 8  0  0
 Rule-mediator-Test
 -15  0  0
 Message-Processor-Test -
 3  1  0
 Send-mediator-Test
 -70  0  0
 Sequence-mediator-Test  -
  2  0  0
 Switch-mediator-Test
 -12  0  0
 Validate-mediator-Test
 -   11  0  0
 XQuery-mediator-Test   -
   12  0  0
 XSLT-mediator-Test
 - 7  0  0
 FastXSLT-mediator-Test-
 3  0  0
 Class-mediator-Test
 -5  0  0
 Iterate-mediator-Test
-   31  0  0
 Spring-mediator-Test
 - 5  1  0
 Smook-mediator-Test-
2  1  0
 Script-mediator-Test
-   16  0  0
 ESB-Sample-Test
   - 32  0  0
 TCP-transport-Test
 -  1  0  0
 POX-security-Test
- 8  4 12
 Rest-JSON-Test
 - 2  0  0
 CAR-Deployment
   - 0  0  7
 ScheduleTask-Test
 - 2  0  0
 Scenario-Test
   - 1  0  0
 GZIP-Compression-Test
 -6  0  0

 BR,
 Jeewantha
 --
 Jeewantha Dharmaparakrama
 Software Engineer; WSO2, Inc.; http://wso2.com/
 Phone : (+94) 774726790
 Skype : prasad.jeewantha
 LinkedIn : http://www.linkedin.com/in/jeewanthad
 Twitter: https://twitter.com/jeewamp
 Blog: http://jeewanthad.blogspot.com/

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





 --
 Jeewantha Dharmaparakrama
 Software Engineer; WSO2, Inc.; http://wso2.com/
 Phone : (+94) 774726790
 Skype : prasad.jeewantha
 LinkedIn : http://www.linkedin.com/in/jeewanthad
 Twitter: https://twitter.com/jeewamp
 Blog: http://jeewanthad.blogspot.com/

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


Re: [Dev] Status of ESB 4.8.0 on kernal 4.2.0

2013-08-07 Thread Krishantha Samaraweera
Hi,

Following UM error is all over the logs. I think Asela has fixed the issue
now.

[2013-08-06 22:09:16,683]  INFO {org.wso2.carbon.automation.core.utils.
coreutils.InputStreamHandler} -  Caused by: java.lang.NoSuchMethodError:
org.wso2.carbon.user.core.common.AbstractUserStoreManager.getRoleNames(Ljava/lang/String;IZ)[Ljava/lang/String;
[2013-08-06 22:09:16,683]  INFO {org.wso2.carbon.automation.core.utils.
coreutils.InputStreamHandler} -  at
org.wso2.carbon.user.mgt.UserRealmProxy.getAllRolesNames(UserRealmProxy.java:346)
[2013-08-06 22:09:16,684]  INFO {org.wso2.carbon.automation.core.utils.
coreutils.InputStreamHandler} -  at
org.wso2.carbon.user.mgt.UserAdmin.getAllRolesNames(UserAdmin.java:88)
[2013-08-06 22:09:16,684]  INFO {org.wso2.carbon.automation.core.utils.
coreutils.InputStreamHandler} -  ... 43 more
[2013-08-06 22:09:16,692] ERROR
{org.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient} -
 Unable to get role names list
org.apache.axis2.AxisFault:
org.wso2.carbon.user.core.common.AbstractUserStoreManager.getRoleNames(Ljava/lang/String;IZ)[Ljava/lang/String;
at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(
Utils.java:531)

atorg.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:367)

atorg.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:413)

atorg.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:224)
at org.apache.axis2.client.OperationClient.execute(
OperationClient.java:149)

atorg.wso2.carbon.user.mgt.stub.UserAdminStub.getAllRolesNames(UserAdminStub.java:5707)

atorg.wso2.carbon.automation.api.clients.user.mgt.UserManagementClient.roleNameExists(UserManagementClient.java:207)
at org.wso2.carbon.automation.core.UserPopulator.
createRoleWithAllPermissions(UserPopulator.java:225)
at org.wso2.carbon.automation.core.UserPopulator.createProductUsers(
UserPopulator.java:107)
at org.wso2.carbon.automation.core.UserPopulator.populateUsers(
UserPopulator.java:98)
at org.wso2.carbon.automation.core.PlatformSuiteManager.onStart(
PlatformSuiteManager.java:115)
at org.testng.SuiteRunner.invokeListeners(SuiteRunner.java:196)
at org.testng.SuiteRunner.run(SuiteRunner.java:238)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)

Thanks,
Krishantha.




On Wed, Aug 7, 2013 at 1:56 PM, Nalin Chandraratne na...@wso2.com wrote:

 Hi,

 Please find the attached surefire reports. Note that they were run
 individually and the reports are categorized according to the test-group.

 Thanks,
 Nalin.


 On Wed, Aug 7, 2013 at 12:46 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:



 On Wed, Aug 7, 2013 at 6:20 AM, Jeewantha Dharmaparakrama 
 jeewan...@wso2.com wrote:




 On Wed, Aug 7, 2013 at 12:34 AM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi,

 On Tue, Aug 6, 2013 at 5:30 PM, Jeewantha Dharmaparakrama 
 jeewan...@wso2.com wrote:

 Hi Folks,

 Following are the test results of the pack we built last Friday. The
 tests were run one by one since we cannot run all the tests in one go
 because many tests get skipped.


 @Jeewantha - What's the reason for test skipped ? Is it the same
 connection refused error ?

 AFAIU yes.


 Can you share the surefire report

 Thanks,
 Krishantha.



 However we noticed an API change on org.wso2.carbon.user.core hence
 almost all the tests were skiped on the pack we built today. Once the
 needful change is done on the test framework we could provide an ESB pack
 for QA.



 passed   failed skipped

 Server-Stratup
 -1   0  0
 Throttle-mediator-Test
 -6   1  0
 ProxyService-Test
-  184  47  2
 Endpoint-Test
  -   40   0  0
 LocalEntry-Test
-8   0  0
 nhttp-Transport-Test
   -0   0  8
 Resource-MediaType-Test
 -4   0  0
 Rest-API-Test
  -1   1  0
 Servlet-transport-Test
   -1   0  0
 VFS-transport-Test
   -   24   0  0
 Aggregate-mediator-Test
 -   38   1  0
 Cache-mediator-Test
 -2   0  0
 Call-mediator-Test
 -3   0  0
 CallOut-mediator-Test
  -9   0  0
 Clone-mediator-Test
-   14   0  0
 ConditionalRouting-mediator-Test-
 5   0  0
 Drop-mediator-Test
-1   0  0
 Message-Store-Test
 -6   0  0
 Enrich-mediator-Test
   -   36   0  0
 Fault-mediator-Test
-   30

Re: [Dev] Status of ESB 4.8.0 on kernal 4.2.0

2013-08-07 Thread Asela Pathberiya
There is no any API changes in user core interface... We have just modified
the method in Abstract class and same time we have done the fix in user.mgt
that is used that method.  you have not properly svn up and build it
properly...  this why you can see these errors.

Thanks,
Asela.


On Tue, Aug 6, 2013 at 5:30 PM, Jeewantha Dharmaparakrama 
jeewan...@wso2.com wrote:

 Hi Folks,

 Following are the test results of the pack we built last Friday. The tests
 were run one by one since we cannot run all the tests in one go because
 many tests get skipped.
 However we noticed an API change on org.wso2.carbon.user.core hence
 almost all the tests were skiped on the pack we built today. Once the
 needful change is done on the test framework we could provide an ESB pack
 for QA.



 passed   failed skipped

 Server-Stratup
 -1   0  0
 Throttle-mediator-Test
 -6   1  0
 ProxyService-Test
 -  184  47  2
 Endpoint-Test
  -   40   0  0
 LocalEntry-Test
 -8   0  0
 nhttp-Transport-Test
 -0   0  8
 Resource-MediaType-Test   -
 4   0  0
 Rest-API-Test
  -1   1  0
 Servlet-transport-Test
 -1   0  0
 VFS-transport-Test
 -   24   0  0
 Aggregate-mediator-Test -
 38   1  0
 Cache-mediator-Test   -
 2   0  0
 Call-mediator-Test
 -3   0  0
 CallOut-mediator-Test
 -9   0  0
 Clone-mediator-Test
 -   14   0  0
 ConditionalRouting-mediator-Test-
 5   0  0
 Drop-mediator-Test
 -1   0  0
 Message-Store-Test
 -6   0  0
 Enrich-mediator-Test
 -   36   0  0
 Fault-mediator-Test
 -   30   0  0
 Filter-mediator-Test
 -4   0  0
 Header-mediator-Test  -
 2   0  0
 In-mediator-Test
 -2   0  0
 Log-mediator-Test
 -1   0  0
 Out-mediator-Test
 -2   0  0
 JMS-transport-Test
 -   20   1  0
 Property-mediator-Test-
 37   1  0
 PayloadFactory-mediator-Test -
 13  0  0
 Rewrite-mediator-Test  -
 60  0  0
 Router-mediator-Test   -
 8  0  0
 Rule-mediator-Test  -
   15  0  0
 Message-Processor-Test -
 3  1  0
 Send-mediator-Test  -
70  0  0
 Sequence-mediator-Test  -
 2  0  0
 Switch-mediator-Test-
12  0  0
 Validate-mediator-Test  -
   11  0  0
 XQuery-mediator-Test   -
 12  0  0
 XSLT-mediator-Test   -
 7  0  0
 FastXSLT-mediator-Test-
 3  0  0
 Class-mediator-Test  -
5  0  0
 Iterate-mediator-Test
 -   31  0  0
 Spring-mediator-Test -
 5  1  0
 Smook-mediator-Test-
2  1  0
 Script-mediator-Test
 -   16  0  0
 ESB-Sample-Test
 - 32  0  0
 TCP-transport-Test
   -  1  0  0
 POX-security-Test
- 8  4 12
 Rest-JSON-Test
   - 2  0  0
 CAR-Deployment
 - 0  0  7
 ScheduleTask-Test
 - 2  0  0
 Scenario-Test
 - 1  0  0
 GZIP-Compression-Test  -
   6  0  0

 BR,
 Jeewantha
 --
 Jeewantha Dharmaparakrama
 Software Engineer; WSO2, Inc.; http://wso2.com/
 Phone : (+94) 774726790
 Skype : prasad.jeewantha
 LinkedIn : http://www.linkedin.com/in/jeewanthad
 Twitter: https://twitter.com/jeewamp
 Blog: http://jeewanthad.blogspot.com/

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




-- 
Thanks  Regards,
Asela

Mobile : +94 777 625 933
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Status of ESB 4.8.0 on kernal 4.2.0

2013-08-07 Thread Kasun Indrasiri
On Wed, Aug 7, 2013 at 4:17 PM, Asela Pathberiya as...@wso2.com wrote:

 There is no any API changes in user core interface... We have just
 modified the method in Abstract class and same time we have done the fix in
 user.mgt that is used that method.  you have not properly svn up and build
 it properly...  this why you can see these errors.

 Yeah, we have ran another round of integration tests and we did not
observe this issue with the latest results.
Nalin will send the latest results shortly.

Thanks.

 Thanks,
 Asela.


 On Tue, Aug 6, 2013 at 5:30 PM, Jeewantha Dharmaparakrama 
 jeewan...@wso2.com wrote:

 Hi Folks,

 Following are the test results of the pack we built last Friday. The
 tests were run one by one since we cannot run all the tests in one go
 because many tests get skipped.
 However we noticed an API change on org.wso2.carbon.user.core hence
 almost all the tests were skiped on the pack we built today. Once the
 needful change is done on the test framework we could provide an ESB pack
 for QA.



 passed   failed skipped

 Server-Stratup
   -1   0  0
 Throttle-mediator-Test
 -6   1  0
 ProxyService-Test
 -  184  47  2
 Endpoint-Test
  -   40   0  0
 LocalEntry-Test
-8   0  0
 nhttp-Transport-Test
 -0   0  8
 Resource-MediaType-Test   -
 4   0  0
 Rest-API-Test
  -1   1  0
 Servlet-transport-Test
 -1   0  0
 VFS-transport-Test
 -   24   0  0
 Aggregate-mediator-Test -
 38   1  0
 Cache-mediator-Test
 -2   0  0
 Call-mediator-Test
 -3   0  0
 CallOut-mediator-Test
 -9   0  0
 Clone-mediator-Test
 -   14   0  0
 ConditionalRouting-mediator-Test-
 5   0  0
 Drop-mediator-Test
 -1   0  0
 Message-Store-Test
 -6   0  0
 Enrich-mediator-Test
 -   36   0  0
 Fault-mediator-Test
 -   30   0  0
 Filter-mediator-Test
 -4   0  0
 Header-mediator-Test
 -2   0  0
 In-mediator-Test
  -2   0  0
 Log-mediator-Test
 -1   0  0
 Out-mediator-Test
 -2   0  0
 JMS-transport-Test
 -   20   1  0
 Property-mediator-Test-
 37   1  0
 PayloadFactory-mediator-Test -
 13  0  0
 Rewrite-mediator-Test  -
   60  0  0
 Router-mediator-Test   -
 8  0  0
 Rule-mediator-Test
 -15  0  0
 Message-Processor-Test -
 3  1  0
 Send-mediator-Test  -
70  0  0
 Sequence-mediator-Test  -
  2  0  0
 Switch-mediator-Test-
12  0  0
 Validate-mediator-Test  -
   11  0  0
 XQuery-mediator-Test   -
   12  0  0
 XSLT-mediator-Test
 - 7  0  0
 FastXSLT-mediator-Test-
 3  0  0
 Class-mediator-Test
 -5  0  0
 Iterate-mediator-Test
 -   31  0  0
 Spring-mediator-Test
 - 5  1  0
 Smook-mediator-Test-
2  1  0
 Script-mediator-Test
-   16  0  0
 ESB-Sample-Test
 - 32  0  0
 TCP-transport-Test
   -  1  0  0
 POX-security-Test
- 8  4 12
 Rest-JSON-Test
   - 2  0  0
 CAR-Deployment
 - 0  0  7
 ScheduleTask-Test
   - 2  0  0
 Scenario-Test
   - 1  0  0
 GZIP-Compression-Test  -
   6  0  0

 BR,
 Jeewantha
 --
 Jeewantha Dharmaparakrama
 Software Engineer; WSO2, Inc.; http://wso2.com/
 Phone : (+94) 774726790
 Skype : prasad.jeewantha
 LinkedIn : http://www.linkedin.com/in/jeewanthad
 Twitter: https://twitter.com/jeewamp
 Blog: http://jeewanthad.blogspot.com/

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




 --
 Thanks  Regards,
 Asela

 Mobile : +94 777 625 933

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




-- 
Kasun Indrasiri
Software Architect
WSO2, Inc.; http://wso2.com
lean.enterprise.middleware

cell: +94 71 536 4128
Blog : http://kasunpanorama.blogspot.com/
___
Dev mailing list

[Dev] Status of ESB 4.8.0 on kernal 4.2.0

2013-08-06 Thread Jeewantha Dharmaparakrama
Hi Folks,

Following are the test results of the pack we built last Friday. The tests
were run one by one since we cannot run all the tests in one go because
many tests get skipped.
However we noticed an API change on org.wso2.carbon.user.core hence
almost all the tests were skiped on the pack we built today. Once the
needful change is done on the test framework we could provide an ESB pack
for QA.



passed   failed skipped

Server-Stratup
-1   0  0
Throttle-mediator-Test -
6   1  0
ProxyService-Test-
184  47  2
Endpoint-Test
-   40   0  0
LocalEntry-Test
-8   0  0
nhttp-Transport-Test
-0   0  8
Resource-MediaType-Test   -
4   0  0
Rest-API-Test
-1   1  0
Servlet-transport-Test
-1   0  0
VFS-transport-Test  -
24   0  0
Aggregate-mediator-Test -
38   1  0
Cache-mediator-Test   -
2   0  0
Call-mediator-Test
-3   0  0
CallOut-mediator-Test  -
9   0  0
Clone-mediator-Test -
14   0  0
ConditionalRouting-mediator-Test-
5   0  0
Drop-mediator-Test
-1   0  0
Message-Store-Test -
6   0  0
Enrich-mediator-Test-
36   0  0
Fault-mediator-Test
-   30   0  0
Filter-mediator-Test
-4   0  0
Header-mediator-Test  -
2   0  0
In-mediator-Test
-2   0  0
Log-mediator-Test
-1   0  0
Out-mediator-Test
-2   0  0
JMS-transport-Test  -
20   1  0
Property-mediator-Test-
37   1  0
PayloadFactory-mediator-Test -
13  0  0
Rewrite-mediator-Test  -
60  0  0
Router-mediator-Test   -
8  0  0
Rule-mediator-Test  -
  15  0  0
Message-Processor-Test -
3  1  0
Send-mediator-Test  -
   70  0  0
Sequence-mediator-Test  -
2  0  0
Switch-mediator-Test-
   12  0  0
Validate-mediator-Test  -
11  0  0
XQuery-mediator-Test   -
12  0  0
XSLT-mediator-Test   -
7  0  0
FastXSLT-mediator-Test-
3  0  0
Class-mediator-Test  -
   5  0  0
Iterate-mediator-Test -
  31  0  0
Spring-mediator-Test -
5  1  0
Smook-mediator-Test-
2  1  0
Script-mediator-Test
-   16  0  0
ESB-Sample-Test   -
32  0  0
TCP-transport-Test
-  1  0  0
POX-security-Test
- 8  4 12
Rest-JSON-Test
- 2  0  0
CAR-Deployment-
0  0  7
ScheduleTask-Test
- 2  0  0
Scenario-Test
- 1  0  0
GZIP-Compression-Test  -
6  0  0

BR,
Jeewantha
-- 
Jeewantha Dharmaparakrama
Software Engineer; WSO2, Inc.; http://wso2.com/
Phone : (+94) 774726790
Skype : prasad.jeewantha
LinkedIn : http://www.linkedin.com/in/jeewanthad
Twitter: https://twitter.com/jeewamp
Blog: http://jeewanthad.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Status of ESB 4.8.0 on kernal 4.2.0

2013-08-06 Thread Krishantha Samaraweera
Hi,

On Tue, Aug 6, 2013 at 5:30 PM, Jeewantha Dharmaparakrama 
jeewan...@wso2.com wrote:

 Hi Folks,

 Following are the test results of the pack we built last Friday. The tests
 were run one by one since we cannot run all the tests in one go because
 many tests get skipped.


@Jeewantha - What's the reason for test skipped ? Is it the same connection
refused error ?


 However we noticed an API change on org.wso2.carbon.user.core hence
 almost all the tests were skiped on the pack we built today. Once the
 needful change is done on the test framework we could provide an ESB pack
 for QA.



 passed   failed skipped

 Server-Stratup
 -1   0  0
 Throttle-mediator-Test
 -6   1  0
 ProxyService-Test
 -  184  47  2
 Endpoint-Test
  -   40   0  0
 LocalEntry-Test
-8   0  0
 nhttp-Transport-Test
 -0   0  8
 Resource-MediaType-Test   -
 4   0  0
 Rest-API-Test
  -1   1  0
 Servlet-transport-Test
 -1   0  0
 VFS-transport-Test
 -   24   0  0
 Aggregate-mediator-Test -
 38   1  0
 Cache-mediator-Test   -
 2   0  0
 Call-mediator-Test
 -3   0  0
 CallOut-mediator-Test
 -9   0  0
 Clone-mediator-Test
 -   14   0  0
 ConditionalRouting-mediator-Test-
 5   0  0
 Drop-mediator-Test
 -1   0  0
 Message-Store-Test
 -6   0  0
 Enrich-mediator-Test
 -   36   0  0
 Fault-mediator-Test
 -   30   0  0
 Filter-mediator-Test
 -4   0  0
 Header-mediator-Test  -
 2   0  0
 In-mediator-Test
 -2   0  0
 Log-mediator-Test
 -1   0  0
 Out-mediator-Test
 -2   0  0
 JMS-transport-Test
 -   20   1  0
 Property-mediator-Test-
 37   1  0
 PayloadFactory-mediator-Test -
 13  0  0
 Rewrite-mediator-Test  -
 60  0  0
 Router-mediator-Test   -
 8  0  0
 Rule-mediator-Test  -
   15  0  0
 Message-Processor-Test -
 3  1  0
 Send-mediator-Test  -
70  0  0
 Sequence-mediator-Test  -
 2  0  0
 Switch-mediator-Test-
12  0  0
 Validate-mediator-Test  -
   11  0  0
 XQuery-mediator-Test   -
 12  0  0
 XSLT-mediator-Test   -
 7  0  0
 FastXSLT-mediator-Test-
 3  0  0
 Class-mediator-Test  -
5  0  0
 Iterate-mediator-Test
 -   31  0  0
 Spring-mediator-Test -
 5  1  0
 Smook-mediator-Test-
2  1  0
 Script-mediator-Test
 -   16  0  0
 ESB-Sample-Test
 - 32  0  0
 TCP-transport-Test
   -  1  0  0
 POX-security-Test
- 8  4 12
 Rest-JSON-Test
   - 2  0  0
 CAR-Deployment
 - 0  0  7
 ScheduleTask-Test
   - 2  0  0
 Scenario-Test
 - 1  0  0
 GZIP-Compression-Test  -
   6  0  0

 BR,
 Jeewantha
 --
 Jeewantha Dharmaparakrama
 Software Engineer; WSO2, Inc.; http://wso2.com/
 Phone : (+94) 774726790
 Skype : prasad.jeewantha
 LinkedIn : http://www.linkedin.com/in/jeewanthad
 Twitter: https://twitter.com/jeewamp
 Blog: http://jeewanthad.blogspot.com/

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


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


Re: [Dev] Status of ESB 4.8.0 on kernal 4.2.0

2013-08-06 Thread Jeewantha Dharmaparakrama
On Wed, Aug 7, 2013 at 12:34 AM, Krishantha Samaraweera krishan...@wso2.com
 wrote:

 Hi,

 On Tue, Aug 6, 2013 at 5:30 PM, Jeewantha Dharmaparakrama 
 jeewan...@wso2.com wrote:

 Hi Folks,

 Following are the test results of the pack we built last Friday. The
 tests were run one by one since we cannot run all the tests in one go
 because many tests get skipped.


 @Jeewantha - What's the reason for test skipped ? Is it the same
 connection refused error ?

AFAIU yes.



 However we noticed an API change on org.wso2.carbon.user.core hence
 almost all the tests were skiped on the pack we built today. Once the
 needful change is done on the test framework we could provide an ESB pack
 for QA.



 passed   failed skipped

 Server-Stratup
   -1   0  0
 Throttle-mediator-Test
 -6   1  0
 ProxyService-Test
 -  184  47  2
 Endpoint-Test
  -   40   0  0
 LocalEntry-Test
-8   0  0
 nhttp-Transport-Test
 -0   0  8
 Resource-MediaType-Test   -
 4   0  0
 Rest-API-Test
  -1   1  0
 Servlet-transport-Test
 -1   0  0
 VFS-transport-Test
 -   24   0  0
 Aggregate-mediator-Test -
 38   1  0
 Cache-mediator-Test
 -2   0  0
 Call-mediator-Test
 -3   0  0
 CallOut-mediator-Test
 -9   0  0
 Clone-mediator-Test
 -   14   0  0
 ConditionalRouting-mediator-Test-
 5   0  0
 Drop-mediator-Test
 -1   0  0
 Message-Store-Test
 -6   0  0
 Enrich-mediator-Test
 -   36   0  0
 Fault-mediator-Test
 -   30   0  0
 Filter-mediator-Test
 -4   0  0
 Header-mediator-Test
 -2   0  0
 In-mediator-Test
  -2   0  0
 Log-mediator-Test
 -1   0  0
 Out-mediator-Test
 -2   0  0
 JMS-transport-Test
 -   20   1  0
 Property-mediator-Test-
 37   1  0
 PayloadFactory-mediator-Test -
 13  0  0
 Rewrite-mediator-Test  -
   60  0  0
 Router-mediator-Test   -
 8  0  0
 Rule-mediator-Test
 -15  0  0
 Message-Processor-Test -
 3  1  0
 Send-mediator-Test  -
70  0  0
 Sequence-mediator-Test  -
  2  0  0
 Switch-mediator-Test-
12  0  0
 Validate-mediator-Test  -
   11  0  0
 XQuery-mediator-Test   -
   12  0  0
 XSLT-mediator-Test
 - 7  0  0
 FastXSLT-mediator-Test-
 3  0  0
 Class-mediator-Test
 -5  0  0
 Iterate-mediator-Test
 -   31  0  0
 Spring-mediator-Test
 - 5  1  0
 Smook-mediator-Test-
2  1  0
 Script-mediator-Test
-   16  0  0
 ESB-Sample-Test
 - 32  0  0
 TCP-transport-Test
   -  1  0  0
 POX-security-Test
- 8  4 12
 Rest-JSON-Test
   - 2  0  0
 CAR-Deployment
 - 0  0  7
 ScheduleTask-Test
   - 2  0  0
 Scenario-Test
   - 1  0  0
 GZIP-Compression-Test  -
   6  0  0

 BR,
 Jeewantha
 --
 Jeewantha Dharmaparakrama
 Software Engineer; WSO2, Inc.; http://wso2.com/
 Phone : (+94) 774726790
 Skype : prasad.jeewantha
 LinkedIn : http://www.linkedin.com/in/jeewanthad
 Twitter: https://twitter.com/jeewamp
 Blog: http://jeewanthad.blogspot.com/

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





-- 
Jeewantha Dharmaparakrama
Software Engineer; WSO2, Inc.; http://wso2.com/
Phone : (+94) 774726790
Skype : prasad.jeewantha
LinkedIn : http://www.linkedin.com/in/jeewanthad
Twitter: https://twitter.com/jeewamp
Blog: http://jeewanthad.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev