Re: [Carbon-dev] Carbon trunk Cassandra 1.x.x upgrade

2012-03-05 Thread Asela Pathberiya
On Mon, Mar 5, 2012 at 12:47 PM, Deependra Ariyadewa d...@wso2.com wrote:



 On Mon, Mar 5, 2012 at 12:33 PM, Rajika Kumarasiri raj...@wso2.comwrote:

 It seems the Cassandra version that you are using tightly couple into the
 an older version of the thrift. In that case we will have to maintain both.


But this may creates some issues. I just checked with IS trunk
distribution,  there are two libthrift jars in plugin ; 0.5.0.wso2v1 and
0.7.0.wso2v1 versions.  it seems to be 0.5.0.wso2v1 has come with
org.wso2.carbon.logging.mgt.feature. And 0.7.0.wso2v1 has come
with org.wso2.carbon.identity.xacml.feature. 0.7.0 (or 0.8.0 latest
version) has been used to support for thrift over SSL. It is better to get
rid of two versions. Basically update to the latest thrift version.

I already experienced some issues with IS trunk distribution and I was able
to get rid of them by removing the old thrift version from the
distribution.

Thanks,
Asela.




 I checked Cassandra next version 1.1.x series and it depends on libthrift
 0.7.0 therefore  Cassandra version upgrades to 1.1.x is not a possible
 solution.

 Thanks,

 Deependra.


 Rajika


 On Mon, Mar 5, 2012 at 11:52 AM, Deependra Ariyadewa d...@wso2.comwrote:



 On Mon, Mar 5, 2012 at 11:41 AM, Rajika Kumarasiri raj...@wso2.comwrote:


 There is a dependency mismatch when I try to start Cassandra in Carbon
 core with libthrift 0.8.0 ( carbon trunk libthrift version) but it works
 fine with libthrift 0.6.1. Please advice me how to resolve this issue and
 let me know if you have any concern regarding above version changes.


 libthrift 0.8.0 is used by the CSG implementation. Can you send the
 errors that you see when use 0.8.0 version ? And what prevent you having
 0.6.1 as well ?


 This is  the error I get:

  Caused by: java.lang.IncompatibleClassChangeError: Implementing class
 at java.lang.ClassLoader.defineClass1(Native Method)
  at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
  at
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
 at
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:601)
  at
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:567)
 at
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:490)
  at
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockClassLoader(ClasspathManager.java:478)
 at
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:458)
  at
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
 at
 org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
  at
 org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:35)
 at
 org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
  at
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
 at
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
  at
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  at
 me.prettyprint.cassandra.connection.client.HThriftClient.getCassandra(HThriftClient.java:64)
 at
 me.prettyprint.cassandra.connection.client.HThriftClient.getCassandra(HThriftClient.java:73)
  at
 me.prettyprint.cassandra.connection.HConnectionManager.operateWithFailover(HConnectionManager.java:239)
 at
 me.prettyprint.cassandra.service.AbstractCluster.describeKeyspaces(AbstractCluster.java:136)
  at
 org.wso2.carbon.cassandra.mgt.CassandraKeyspaceAdmin.getKeyspaces(CassandraKeyspaceAdmin.java:620)
 at
 org.wso2.carbon.cassandra.mgt.CassandraKeyspaceAdmin.listKeyspacesOfCurrentUser(CassandraKeyspaceAdmin.java:135)
  ... 37 more

 Thanks,

 Deependra.


 Rajika



 Thanks,

 Deependra.


 --
 Deependra Ariyadewa
 WSO2, Inc. http://wso2.com/ http://wso2.org

 email d...@wso2.com; cell +94 71 403 5996 ;
 Blog http://risenfall.wordpress.com/
 PGP info: KeyID: 'DC627E6F'


 ___
 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




 --
 Deependra Ariyadewa
 WSO2, Inc. http://wso2.com/ http://wso2.org

 email d...@wso2.com; cell +94 71 403 5996 ;
 Blog http://risenfall.wordpress.com/
 PGP info: KeyID: 'DC627E6F'


 ___
 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] Carbon trunk Cassandra 1.x.x upgrade

2012-03-05 Thread Asela Pathberiya
On Mon, Mar 5, 2012 at 3:56 PM, Tharindu Mathew thari...@wso2.com wrote:

 Asela, could you check whether you can fix the problem without removing
 the jar?

 We will have to maintain two versions if two components have version
 specific dependencies...



Yes will look. As Azeez mentioned, There were no export version defined for
thrift OSGi bundles. It would fix when we defined correct package import
and export versions.

Thanks,
Asela.



 On Mon, Mar 5, 2012 at 3:23 PM, Afkham Azeez az...@wso2.com wrote:

 Yes, it means that people have not specified the correct package import 
 export versions. The different versions of these OSGi bundles can coexist.
 Can we fix these import-export versions at least for these bundles?


 On Mon, Mar 5, 2012 at 3:10 PM, Paul Fremantle p...@wso2.com wrote:

 Are we not using OSGi for these dependencies? Its meant to solve these
 sort of problems!

 Paul


 On 5 March 2012 07:17, Deependra Ariyadewa d...@wso2.com wrote:



 On Mon, Mar 5, 2012 at 12:33 PM, Rajika Kumarasiri raj...@wso2.comwrote:

 It seems the Cassandra version that you are using tightly couple into
 the an older version of the thrift. In that case we will have to maintain
 both.


 I checked Cassandra next version 1.1.x series and it depends on
 libthrift 0.7.0 therefore  Cassandra version upgrades to 1.1.x is not a
 possible solution.

 Thanks,

 Deependra.


 Rajika


 On Mon, Mar 5, 2012 at 11:52 AM, Deependra Ariyadewa d...@wso2.comwrote:



 On Mon, Mar 5, 2012 at 11:41 AM, Rajika Kumarasiri 
 raj...@wso2.comwrote:


 There is a dependency mismatch when I try to start Cassandra in
 Carbon core with libthrift 0.8.0 ( carbon trunk libthrift version) but 
 it
 works fine with libthrift 0.6.1. Please advice me how to resolve this 
 issue
 and let me know if you have any concern regarding above version 
 changes.


 libthrift 0.8.0 is used by the CSG implementation. Can you send the
 errors that you see when use 0.8.0 version ? And what prevent you having
 0.6.1 as well ?


 This is  the error I get:

  Caused by: java.lang.IncompatibleClassChangeError: Implementing class
 at java.lang.ClassLoader.defineClass1(Native Method)
  at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
  at
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:188)
 at
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:601)
  at
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:567)
 at
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:490)
  at
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockClassLoader(ClasspathManager.java:478)
 at
 org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:458)
  at
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
 at
 org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
  at
 org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:35)
 at
 org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
  at
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
 at
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
  at
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  at
 me.prettyprint.cassandra.connection.client.HThriftClient.getCassandra(HThriftClient.java:64)
 at
 me.prettyprint.cassandra.connection.client.HThriftClient.getCassandra(HThriftClient.java:73)
  at
 me.prettyprint.cassandra.connection.HConnectionManager.operateWithFailover(HConnectionManager.java:239)
 at
 me.prettyprint.cassandra.service.AbstractCluster.describeKeyspaces(AbstractCluster.java:136)
  at
 org.wso2.carbon.cassandra.mgt.CassandraKeyspaceAdmin.getKeyspaces(CassandraKeyspaceAdmin.java:620)
 at
 org.wso2.carbon.cassandra.mgt.CassandraKeyspaceAdmin.listKeyspacesOfCurrentUser(CassandraKeyspaceAdmin.java:135)
  ... 37 more

 Thanks,

 Deependra.


 Rajika



 Thanks,

 Deependra.


 --
 Deependra Ariyadewa
 WSO2, Inc. http://wso2.com/ http://wso2.org

 email d...@wso2.com; cell +94 71 403 5996 ;
 Blog http://risenfall.wordpress.com/
 PGP info: KeyID: 'DC627E6F'


 ___
 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




 --
 Deependra Ariyadewa
 WSO2, Inc. http://wso2.com/ http://wso2.org

 email d...@wso2.com; cell +94 71 403 5996 ;
 Blog http://risenfall.wordpress.com/
 PGP info: 

Re: [Carbon-dev] Compilation Failure in Identity Entitlement Component.

2012-02-27 Thread Asela Pathberiya
Hi Sameera,

Sorry. This is fixed now with r121543

Thanks,
Asela.

On Mon, Feb 27, 2012 at 10:03 PM, Sameera Jayasoma same...@wso2.com wrote:

 Hi Devs,

 Seems like these compilation failures are due the recent updates to the
 balana project. Please fix this ASAP. We cannot continue the build due to
 this.

 Thanks,
 Sameera.

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile
 (default-compile) on project org.wso2.carbon.identity.entitlement:
 Compilation failure: Compilation failure:
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/policy/PolicySearch.java:[25,26]
 cannot find symbol
 [ERROR] symbol  : class RequestCtx
 [ERROR] location: package org.wso2.balana.ctx
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/policy/PolicyCollection.java:[27,22]
 cannot find symbol
 [ERROR] symbol  : class Target
 [ERROR] location: package org.wso2.balana
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/policy/PolicyCollection.java:[29,22]
 cannot find symbol
 [ERROR] symbol  : class TargetSection
 [ERROR] location: package org.wso2.balana
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/policy/PolicyCollection.java:[65,25]
 cannot find symbol
 [ERROR] symbol  : class Target
 [ERROR] location: class
 org.wso2.carbon.identity.entitlement.policy.PolicyCollection
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/pip/PIPExtension.java:[21,26]
 cannot find symbol
 [ERROR] symbol  : class RequestCtx
 [ERROR] location: package org.wso2.balana.ctx
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/pip/PIPExtension.java:[48,23]
 cannot find symbol
 [ERROR] symbol  : class RequestCtx
 [ERROR] location: interface
 org.wso2.carbon.identity.entitlement.pip.PIPExtension
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/policy/PolicyTarget.java:[21,22]
 cannot find symbol
 [ERROR] symbol  : class Target
 [ERROR] location: package org.wso2.balana
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/policy/PolicyTarget.java:[31,12]
 cannot find symbol
 [ERROR] symbol  : class Target
 [ERROR] location: class
 org.wso2.carbon.identity.entitlement.policy.PolicyTarget
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/policy/PolicyTarget.java:[35,11]
 cannot find symbol
 [ERROR] symbol  : class Target
 [ERROR] location: class
 org.wso2.carbon.identity.entitlement.policy.PolicyTarget
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/policy/PolicyTarget.java:[39,26]
 cannot find symbol
 [ERROR] symbol  : class Target
 [ERROR] location: class
 org.wso2.carbon.identity.entitlement.policy.PolicyTarget
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/policy/finder/RegistryBasedPolicyFinder.java:[31,22]
 cannot find symbol
 [ERROR] symbol  : class Target
 [ERROR] location: package org.wso2.balana
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/EntitlementUtil.java:[46,26]
 cannot find symbol
 [ERROR] symbol  : class RequestCtx
 [ERROR] location: package org.wso2.balana.ctx
 [ERROR]
 [ERROR]
 /Users/sameera/Work/wso2/checkouts/trunk/graphite/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/EntitlementUtil.java:[85,15]
 cannot find symbol
 [ERROR] symbol  : class RequestCtx
 [ERROR] location: class
 org.wso2.carbon.identity.entitlement.EntitlementUtil
 [ERROR]
 [ERROR]
 

Re: [Carbon-dev] [Bamboo-Build] Carbon-Kernel Carbon-Platform #58 has FAILED (11 tests failed, no failures were new). Change made by 5 authors.

2012-02-22 Thread Asela Pathberiya
On Wed, Feb 22, 2012 at 10:18 PM, Shammi Jayasinghe sha...@wso2.com wrote:



 On Wed, Feb 22, 2012 at 10:09 PM, Pradeep Fernando prad...@wso2.comwrote:

 @Thilina: please have a look


 Hi IS Team,

 Please have a look.



This is fixed in r121211. This has occurred due to the removing of
slf4j dependency from carbon utils. now it is added to component pom file.

Thanks,
Asela.



 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile
 (default-compile) on project org.wso2.carbon.identity.entitlement.mediator:
 Compilation failure: Compilation failure:  22-Feb-2012 08:23:42 [ERROR]
 /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONKERNEL-GRAPHITEBUILD-JOB1/components/identity/org.wso2.carbon.identity.entitlement.mediator/src/main/java/org/wso2/carbon/identity/entitlement/mediator/generatedCode/EntitlementThriftClient.java:[8,16]
 package org.slf4j does not exist  22-Feb-2012 08:23:42 [ERROR]  22-Feb-2012 
 08:23:42 [ERROR]
 /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONKERNEL-GRAPHITEBUILD-JOB1/components/identity/org.wso2.carbon.identity.entitlement.mediator/src/main/java/org/wso2/carbon/identity/entitlement/mediator/generatedCode/EntitlementThriftClient.java:[9,16]
 package org.slf4j does not exist  22-Feb-2012 08:23:42 [ERROR]  22-Feb-2012 
 08:23:42 [ERROR]
 /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONKERNEL-GRAPHITEBUILD-JOB1/components/identity/org.wso2.carbon.identity.entitlement.mediator/src/main/java/org/wso2/carbon/identity/entitlement/mediator/generatedCode/EntitlementThriftClient.java:[134,25]
 cannot find symbol  22-Feb-2012 08:23:42 [ERROR] symbol  : class Logger  
 22-Feb-2012
 08:23:42 [ERROR] location: class
 org.wso2.carbon.identity.entitlement.mediator.generatedCode.EntitlementThriftClient.ProcessorI
   22-Feb-2012
 08:23:42 [ERROR]   22-Feb-2012 08:23:42 [ERROR]
 /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONKERNEL-GRAPHITEBUILD-JOB1/components/identity/org.wso2.carbon.identity.entitlement.mediator/src/main/java/org/wso2/carbon/identity/entitlement/mediator/generatedCode/AuthenticatorService.java:[13,16]
 package org.slf4j does not exist  22-Feb-2012 08:23:42 [ERROR]  22-Feb-2012 
 08:23:42 [ERROR]
 /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONKERNEL-GRAPHITEBUILD-JOB1/components/identity/org.wso2.carbon.identity.entitlement.mediator/src/main/java/org/wso2/carbon/identity/entitlement/mediator/generatedCode/AuthenticatorService.java:[14,16]
 package org.slf4j does not exist  22-Feb-2012 08:23:42 [ERROR]  22-Feb-2012 
 08:23:42 [ERROR]
 /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONKERNEL-GRAPHITEBUILD-JOB1/components/identity/org.wso2.carbon.identity.entitlement.mediator/src/main/java/org/wso2/carbon/identity/entitlement/mediator/generatedCode/AuthenticatorService.java:[133,25]
 cannot find symbol  22-Feb-2012 08:23:42 [ERROR] symbol  : class Logger  
 22-Feb-2012
 08:23:42 [ERROR] location: class
 org.wso2.carbon.identity.entitlement.mediator.generatedCode.AuthenticatorService.ProcessorI
   22-Feb-2012
 08:23:42 [ERROR]   22-Feb-2012 08:23:42 [ERROR]
 /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONKERNEL-GRAPHITEBUILD-JOB1/components/identity/org.wso2.carbon.identity.entitlement.mediator/src/main/java/org/wso2/carbon/identity/entitlement/mediator/generatedCode/EntitlementThriftClient.java:[134,41]
 cannot find symbol  22-Feb-2012 08:23:42 [ERROR] symbol  : variable
 LoggerFactory  22-Feb-2012 08:23:42 [ERROR] location: class
 org.wso2.carbon.identity.entitlement.mediator.generatedCode.EntitlementThriftClient.ProcessorI
   22-Feb-2012
 08:23:42 [ERROR]   22-Feb-2012 08:23:42 [ERROR]
 /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONKERNEL-GRAPHITEBUILD-JOB1/components/identity/org.wso2.carbon.identity.entitlement.mediator/src/main/java/org/wso2/carbon/identity/entitlement/mediator/generatedCode/AuthenticatorService.java:[133,41]
 cannot find symbol  22-Feb-2012 08:23:42 [ERROR] symbol  : variable
 LoggerFactory  22-Feb-2012 08:23:42 [ERROR] location: class
 org.wso2.carbon.identity.entitlement.mediator.generatedCode.AuthenticatorService.ProcessorI
   22-Feb-2012
 08:23:42 [ERROR] - [Help 1]

 Thanks
 Shammi



 On Wed, Feb 22, 2012 at 9:58 PM, Bamboo cbuil...@wso2.org wrote:

  [image: Failed]  
 Carbon-Kernelhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL/›
 Carbon-Platformhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-GRAPHITEBUILD/›
 #58http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-GRAPHITEBUILD-58/
 failed

 This build occurred because it is a dependant of
 WSO2CARBONKERNEL-CARBONCOREKERNELBUILD-31http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-CARBONCOREKERNELBUILD-31
 .

 *11/225* tests failed.
   Failing 
 Jobshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-GRAPHITEBUILD-58/
 Job
 Duration Tests[image: Failed]  Default 
 

Re: [Carbon-dev] Caching Core 3.2.3 mixup {was: Re: Carbon 3.2.3 release : Code freeze : 6 PM IST}

2011-12-09 Thread Asela Pathberiya
Hi Senaka,

I went through, both 3.2.2 and 3.2.3 branches and added the commits that
were missed in 3.2.3 branch.

The problem is some one who needed to create the 3.2.3 branch, has been
created with the old revision of 3.2.2 branch. Therefore some fixes are not
in the 3.2.3 branch. Therefore proper way to fix this is,

1. Delete the existing 3.2.3 branch which has been created with wrong
revision.

2. Create a new 3.2.3 branch from correct release revision of  3.2.2

3. Commit fixes to 3.2.3

Sorry, Hasini or I were not able to do this yesterday, as we have not any
fixes that has been commit in to the 3.2.3 branch already. The best person
is  to fix this who has committed in to the 3.2.3 branch.

However  I hope, now it is fixed  :)

Thanks,
Asela.

On Sat, Dec 10, 2011 at 9:39 AM, Senaka Fernando sen...@wso2.com wrote:

 Hi Asela, Hasini,

 What's the status of this?

 Thanks,
 Senaka.

 On Fri, Dec 9, 2011 at 1:53 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi again,

 So here is the summary. We have changes to caching core that was
 introduced after 3.2.2. But, we also have some issues with regard to some
 fixes that were done in 3.2.2 not appearing in 3.2.3. So, can we first of
 all, review the difference below and decide whether 3.2.3 is up-to-date and
 if not fix that? After that's done, we need to include 3.2.3 into the build
 so that products will have it.

 Thanks,
 Senaka.


 On Fri, Dec 9, 2011 at 1:35 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Asela,

 But there are differences in 3.2.2 and 3.2.3. How did that happen? Also,
 somethings have been added to 3.2.3 which means we need to use 3.2.3 and
 not 3.2.2.

 +++
 $ diff -r 3.2.3 3.2.2
 diff -r
 3.2.3/src/main/java/org/wso2/carbon/caching/core/identity/IdentityCacheEntry.java
 3.2.2/src/main/java/org/wso2/carbon/caching/core/identity/IdentityCacheEntry.java
 32a33
  private String[] cacheEntryArray;
 54a56,59
  public IdentityCacheEntry(String[] cacheEntryArray) {
  this.cacheEntryArray = cacheEntryArray;
  }
 
 77a83,86
 
  public String[] getCacheEntryArray() {
  return cacheEntryArray;
  }
 diff -r
 3.2.3/src/main/java/org/wso2/carbon/caching/infinispan/InfinispanCacheManager.java
 3.2.2/src/main/java/org/wso2/carbon/caching/infinispan/InfinispanCacheManager.java
 88,98d87
 
 
  String tcpConfigFile =
 cacheConfiguration.getProperty(configuration.tcp.configFile);
  if (tcpConfigFile != null) {
  Properties props = new Properties();
  props.setProperty(configurationFile,
 tcpConfigFile.replace(${carbon.home},
  carbonHome));
  log.debug(Setting infinispan tcp configuration file);
  globalConfiguration.setTransportProperties(props);
  }
 
 171d159
  configuration.setUseLockStriping(false);
 +++

 Thanks,
 Senaka.


 On Fri, Dec 9, 2011 at 12:46 PM, Hasini Gunasinghe has...@wso2.comwrote:



 On Fri, Dec 9, 2011 at 12:30 PM, Asela Pathberiya as...@wso2.comwrote:



 On Fri, Dec 9, 2011 at 11:57 AM, Senaka Fernando sen...@wso2.comwrote:

 Hi Asela,

 I see that 3.2.2 version of
 src/main/java/org/wso2/carbon/caching/core/identity/IdentityCacheEntry.java
 have differences over the 3.2.3 version. Can you sort these out and also
 add the 3.2.3 version of caching.core into the mainstream build?


 I am sorry. IdentityCacheEntry class has not been changed after Oct
 17 (before the 3.2.2 release). Identity components are
 still referring to the 3.2.2 caching core. May be 3.2.3 caching core has
 been created before 3.2.2 release or old revision.

 +1, it is an issue with 3.2.3 version, not with 3.2.2 version.

 Thanks,
 Hasini.

 Thanks,
 Asela.



 Thanks,
 Senaka.


 On Fri, Dec 9, 2011 at 11:49 AM, Hasini Gunasinghe 
 has...@wso2.comwrote:

 Hi,

 In 3.2.3 branch, there is caching.core 3.2.3 version.
 I see two issues with that:
 1.  It is not included in latest product packs at [1],
 2.  Seems like it is not a latest copy of 3.2.2 release.. so some of
 the commits that has gone to 3.2.2 are not in 3.2.3 component of it.

 I think this also should be fixed before the code freeze. Would be
 great if some one who has been working with caching.core 3.2.3 component
 can please look into it.

 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-12-07_05-46-09/

 Thanks,
 Hasini.

 On Fri, Dec 9, 2011 at 11:00 AM, Sumedha Rubasinghe 
 sume...@wso2.com wrote:

 G-Reg is having 8 blockers still.  Senaka will reply on the
 possibility of completion.
 /sumedha


 On Fri, Dec 9, 2011 at 10:26 AM, Prabath Siriwardena 
 prab...@wso2.com wrote:

 Hi folks,

 Carbon 3.2.3 branch will be frozen at 6 PM IST 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

Re: [Carbon-dev] Carbon 3.2.3 release : Code freeze : 6 PM IST

2011-12-08 Thread Asela Pathberiya
On Fri, Dec 9, 2011 at 11:57 AM, Senaka Fernando sen...@wso2.com wrote:

 Hi Asela,

 I see that 3.2.2 version of
 src/main/java/org/wso2/carbon/caching/core/identity/IdentityCacheEntry.java
 have differences over the 3.2.3 version. Can you sort these out and also
 add the 3.2.3 version of caching.core into the mainstream build?


I am sorry. IdentityCacheEntry class has not been changed after Oct 17 (before
the 3.2.2 release). Identity components are still referring to the 3.2.2
caching core. May be 3.2.3 caching core has been created before 3.2.2
release or old revision.

Thanks,
Asela.



 Thanks,
 Senaka.


 On Fri, Dec 9, 2011 at 11:49 AM, Hasini Gunasinghe has...@wso2.comwrote:

 Hi,

 In 3.2.3 branch, there is caching.core 3.2.3 version.
 I see two issues with that:
 1.  It is not included in latest product packs at [1],
 2.  Seems like it is not a latest copy of 3.2.2 release.. so some of the
 commits that has gone to 3.2.2 are not in 3.2.3 component of it.

 I think this also should be fixed before the code freeze. Would be great
 if some one who has been working with caching.core 3.2.3 component can
 please look into it.

 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.3/2011-12-07_05-46-09/

 Thanks,
 Hasini.

 On Fri, Dec 9, 2011 at 11:00 AM, Sumedha Rubasinghe sume...@wso2.comwrote:

 G-Reg is having 8 blockers still.  Senaka will reply on the possibility
 of completion.
 /sumedha


 On Fri, Dec 9, 2011 at 10:26 AM, Prabath Siriwardena 
 prab...@wso2.comwrote:

 Hi folks,

 Carbon 3.2.3 branch will be frozen at 6 PM IST 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



 ___
 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




 --
 *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] Trunk build failure in org.wso2.carbon.identity.oauth.server.feature

2011-11-02 Thread Asela Pathberiya
On Wed, Nov 2, 2011 at 11:16 AM, Denis Weerasiri de...@wso2.com wrote:



 On Wed, Nov 2, 2011 at 11:00 AM, Denis Weerasiri de...@wso2.com wrote:

 Hi,
 I'm getting this build error.
 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.4-SNAPSHOT:p2-feature-gen
 (4-p2-feature-generation) on project
 org.wso2.carbon.identity.oauth.server.feature: Could not find the version
 for com.google.common.wso2:google-collect - [Help 1]

 BTW,
 Is it necessary to bundle this jar with this server feature?


We have removed the google-collect orbit bundle and updated it with guava.
So com.google.common.wso2 was removed and updated with guava in the feature
pom.

Thanks,
Asela.



 There's no orbit bundle for this as well. See
 https://svn.wso2.org/repos/wso2/trunk/carbon/orbit/

 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis http://goog_277208233/** [AT] wso2.com*http://wso2.com/
 *
 *
 *site: 
 **https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
 *blog: **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri




 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/
 *
 *
 *site: 
 **https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
 *blog: **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri


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


Re: [Carbon-dev] svn checkout issue in trunk components\identity\org.wso2.carbon.identity.relyingparty

2011-11-01 Thread Asela Pathberiya
On Tue, Nov 1, 2011 at 12:02 PM, Selvaratnam Uthaiyashankar 
shan...@wso2.com wrote:

 $subject due to missing extern.

 svn: warning: Error handling externals definition for
 'src\main\resources\TenantMgtAdminService.wsdl':
 svn: warning: URL '
 https://svn.wso2.org/repos/wso2/trunk/stratos/stratos/components/tenant-mgt/org.wso2.stratos.tenant.mgt.ui/src/main/resources/TenantMgtAdminService.wsdl'
 at revision 115201 doesn't
 exist
 At revision 115201.


svn external is removed.

Thanks,
Asela.



 --
 S.Uthaiyashankar
 Senior Architect  Senior Manager
 WSO2 Inc.
 http://wso2.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] [Stratos-dev] Release TODOs - Carbon 3.2.2 Stratos 1.5.2

2011-10-31 Thread Asela Pathberiya
Hi Anuradha,

I have uploaded the IS source pack [1]. Also changed the KEY and the
signatures of all the packs. Please update them also.

[1]
http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/signed-packs/is/

Thanks,
Asela.

On Mon, Oct 31, 2011 at 6:21 PM, Fazlan Sabar faz...@wso2.com wrote:

 Hi Dassa,

 Source pack and the respective .asc, .md5 and .sha1 files for greg can be
 found at [1].


 [1]
 http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/signed-packs/greg/

 Thanks,
 Fazlan


 On Mon, Oct 31, 2011 at 5:50 PM, Dileepa Jayakody dile...@wso2.comwrote:

 Hi Dasun,

 Signed and uploaded carbon binary, docs and source  packs at
 http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/signed-packs/carbon/

 Thanks,
 Dileepa

 On Mon, Oct 31, 2011 at 2:04 PM, Dasunpriya Anuradha 
 anura...@wso2.comwrote:

 It's done.

 Thanks.


 On Mon, Oct 31, 2011 at 1:03 PM, Sanjeewa Malalgoda 
 sanje...@wso2.comwrote:

 yes. we must do it. we have to copy them from previous location.Dasun
 will do it.
 Thanks.


 On Mon, Oct 31, 2011 at 12:52 PM, Kathiravelu Pradeeban 
 pradee...@wso2.com wrote:



 On Mon, Oct 31, 2011 at 12:44 PM, Dasunpriya Anuradha 
 anura...@wso2.com wrote:

 Stratos source packs are added.


 and the previous packs (1.5.1) to be added to the download location of
 the previous releases [1].

 [1] http://dist.wso2.org/downloads/stratos/

 Regards,
 Pradeeban.


 http://wso2.org/downloads/stratos

 Re-packed packs are yet to replace and I'm in the process of doing it.

 Thanks.


 On Mon, Oct 31, 2011 at 9:10 AM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi Dasun,

 We need to add Stratos src packs. They are not added

 Stratos src packs are here.
 /home/build/public_html/releases/carbon/3.2.2/signed-packs/stratos


 tx,
 dimuthul


 On Fri, Oct 28, 2011 at 3:49 PM, Dasunpriya Anuradha 
 anura...@wso2.com wrote:

 RMs/PMs,

 Please don't add the stratos-xxx.xxx packs in the given builder
 locations. We are not hosting them in OT as per the conversation with
 Sanjeewa. And please add the KEYS.txt file in all locations (In each
 products).

 Thanks.

 On Fri, Oct 28, 2011 at 3:35 PM, Samisa Abeysinghe sam...@wso2.com
  wrote:



 On Fri, Oct 28, 2011 at 3:29 PM, Samisa Abeysinghe 
 sam...@wso2.com wrote:



 On Fri, Oct 28, 2011 at 3:28 PM, Dasunpriya Anuradha 
 anura...@wso2.com wrote:

 So what should be the release date in the download pages? Today
 or Monday (31st Oct 2011) ?


 Yes.


 I meant Monday

  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




 --
 ==
 Dasunpriya Anuradha.



 ___
 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




 --
 ==
 Dasunpriya Anuradha.



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




 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

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


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




 --
 ==
 Dasunpriya Anuradha.



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




 --
 Dileepa Jayakody,
 Software Engineer, WSO2 Inc.

 Lean . Enterprise . Middleware


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




 --
 Thanks,
 Fazlan


 ___
 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] [ANN] WSO2 Identity Server 3.2.2 Released...!!!

2011-10-31 Thread Asela Pathberiya
*WSO2 Identity Server 3.2.2 Released...!!!*

The WSO2 Identity Server Development team is pleased to announce the
release of version 3.2.2 of the WSO2 Identity Server (IS).

WSO2 Identity Server 3.2.2 release is available for download at
http://wgoog_1884969033
so2.org/downloads/identity-server/http://wso2.org/downloads/identity-server/


WSO2 Identity Server is an open source Identity and Entitlement management
server having support for OpenID, Information Cards, XACML and SAML.

This is based on revolutionary the WSO2 Carbon framework, which is a
lightweight, high performing platform based on OSGI technology.

All the major features have been developed as pluggable Carbon components.

*New Features In This Release*

* Support passive security token service based on WS-Federation:
Passive Requestor Profile
* Various improvements to security token service including performance
improvements and token persistence support
* Improve to support for 3-legged OAuth
* Improved XACML Basic UI Editor
* Support for pluggable modules to customize the XACML Basic UI Editor
* Support hierarchical resources for Policy decision Point
* Improvement on XACML decision caching and PIP attribute caching
* Various bug fixes and enhancements including architectural
improvements to Apache Axis2/Rampart/Sandesha2 , WSO2 Carbon and other
projects. Fixed issue list is available at
https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=10581

*Key Features*

* Entitlement Engine with XACML 2.0 support.
* Claim based Security Token Service with SAML 1.1/SAML 2.0.
* Information cards support for SAML 1.1/2.0.
* OpenID Provider.
* 2-legged and 3-legged OAuth support.
* Extension points for SAML assertion handling.
* XMPP based multi-factor authentication.
* Improved User Management.
* Claim Management.
* User Profiles and Profile Management.
* XKMS.
* Separable front-end and back-end - a single front-end server can be
used to administer several back-end servers.
* Information Cards provider supporting Managed Information Cards
backed by user name / password and self-issued cards.
* Multi-factor authentication with Information Cards.

*Issues Fixed in This Release*

* WSO2 Identity
Serverhttps://wso2.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=10581

*Known Issues*

* All known issues have been recorded at
https://wso2.org/jira/browse/CARBON

*Reporting Problems*

Issues can be reported using the public JIRA available at
https://wso2.org/jira/browse/CARBON
Contact us
WSO2 Identity Server developers can be contacted via mailing lists:
Carbon Developers List: carbon-dev@wso2.org architect...@wso2.org
Carbon Architecture List: architect...@wso2.org
For details on subscriptions see http://wso2.org/mail
http://wso2.org/mail%20
Wiki: http://wso2.org/wiki/display/carbon/Carbon

Alternatively, questions can also be raised in the forums:h
ttp://www.wso2.org/forum/308

*Support*

We are committed to ensuring that your enterprise middleware deployment is
completely supported from evaluation to production. Our unique approach
ensures that all support leverages our open development methodology and is
provided by the very same engineers who build the technology. For more
details and to take advantage of this unique opportunity
http://wso2.com/support/

For more information about WSO2 Identity Server, please see
http://wso2.org/projects/identity or visit the WSO2 Oxygen
Tankhttp://wso2.org/librarydeveloper portal for addition resources.

Thank you for your interest in WSO2 Identity Server.

*-The WSO2 Identity Server Development Team*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Stratos-dev] Release TODOs - Carbon 3.2.2 Stratos 1.5.2

2011-10-28 Thread Asela Pathberiya
On Fri, Oct 28, 2011 at 1:17 PM, Supun Malinga sup...@wso2.com wrote:

 Hi,
 signed uploaded the as packs to,
 http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/signed-packs/as/


signed packs are uploaded for IS at
http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/signed-packs/is/

Thanks,
Asela



 thanks,

 On Fri, Oct 28, 2011 at 12:57 PM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Fri, Oct 28, 2011 at 12:54 PM, Ranga Siriwardena ra...@wso2.comwrote:

 Hi,

 On Fri, Oct 28, 2011 at 9:01 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 Here are the immediate TODOs
 1. RMs/PMs, please sign the packs and upload the signatures and keys to
 location where builds are hosted ASAP
 2. Host the packs on OT
 3. RM to send release notes out
 4. Builders to deploy jars to m2 repos
 5. Builders to host source jars into m2 source repos


 I will work on completing task 4 and 5 together.


 6. Builders to publish p2 repos


 I will work on this. RMs please check weather all last minute changes
 were applied to p2-repo as well.
 So basically all the newly added features should be there in
 CARBON_HOME/features/repository/3.2.2/pom.xml as well.


 Or else your product features will be broken!

 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




 --
 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] Code freeze for Carbon 3.2.2 Stratos 1.5.2

2011-10-26 Thread Asela Pathberiya
Hi All,

I am going to commit to 3.2.0 branch for fixing following L1 issues which
are related to XACML

https://wso2.org/jira/browse/STRATOS-1796
https://wso2.org/jira/browse/STRATOS-1827

https://wso2.org/jira/browse/CARBON-11354
https://wso2.org/jira/browse/CARBON-11353
https://wso2.org/jira/browse/CARBON-11328

Thanks,
Asela.

On Wed, Oct 26, 2011 at 1:00 PM, Lalaji Sureshika lal...@wso2.com wrote:

 Hi all,

 Javascript stub generator functionality is not working in MS service[1] and
 I need to commit the fix for it.This involves adding 3.2.2 branch for 
 org.wso2.carbon.mashup.javascript-stub-generator
 components/features/products level.Inform Shankar before doing this.

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

 Thanks;

 On Wed, Oct 26, 2011 at 11:10 AM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:

 Hi all,

 I need to commit to fix[1]. This involves adding
 org.apache.httpcomponents.wso2:httpclient to relayingparty.ui feature.

 tx,
 dimuthul

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


 On Wed, Oct 26, 2011 at 11:20 AM, Fazlan Sabar faz...@wso2.com wrote:

 Hi,

 I need to make commit to fix [1], and also pointed out by Senaka in the
 SVN commit r4463 - in
 clients/ba/org.wso2.carbon.governance.services.ui/3.1.0/src/main:
 java/org/wso2/carbon/governance/services/ui/utils resources/web/services


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

 On Wed, Oct 26, 2011 at 6:06 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 The code needs to be absolutely frozen for the release.

 Please make the svn read only at this point. After that only L1s will be
 allowed in.


 On Wed, Oct 26, 2011 at 1:23 AM, Janaka Ranabahu jan...@wso2.comwrote:

 Hi,

 Im going to commit the fix for 
 CARBON-11355https://wso2.org/jira/browse/CARBON-11355
 .

 Thanks,
 Janaka


 On Tue, Oct 25, 2011 at 11:06 PM, Janaka Ranabahu jan...@wso2.comwrote:

 Hi,

 Im going to commit the fix for 
 CARBON-11332https://wso2.org/jira/browse/CARBON-11332
 .

 Thanks,
 Janaka


 On Tue, Oct 25, 2011 at 10:52 PM, Janaka Ranabahu jan...@wso2.comwrote:

 Hi,

 Committing the fix for the following issue.

 CARBON-11347 https://wso2.org/jira/browse/CARBON-11347

 Thanks,
 Janaka


 On Tue, Oct 25, 2011 at 9:26 PM, Sadeep Jayasumana 
 sad...@wso2.comwrote:

 Hi,

 On Tue, Oct 25, 2011 at 7:59 PM, Sadeep Jayasumana sad...@wso2.com
  wrote:

 Hi,

 I'm going to create
 components/endpoint/org.wso2.carbon.endpoint/3.2.2 to do an essential 
 fix
 reported by [1]. Had an offline discussion with Shankar on this.


 Done.

 Thanks,
  Sadeep



 [1] https://wso2.org/jira/browse/ESBJAVA-822

 Thanks,
 Sadeep


 On Tue, Oct 25, 2011 at 7:45 PM, Lalaji Sureshika lal...@wso2.com
  wrote:

 Hi all;

 I'm going to commit the fix to [1] in
 mashup/org.wso2.carbon.javascript-scraper.ui.Since 3.2.2 branch has 
 not
 added to this bundle I'll added necassary modifications in
 components/features/products level.Had a offline chat with Shankar 
 before
 doing this.

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


 On Tue, Oct 25, 2011 at 6:33 PM, Ajith Vitharana aji...@wso2.com
  wrote:

 Hi all,

 I'm going to commit
 to reporting/org.wso2.carbon.reporting.custom.ui/3.2.2 to fix the 
 issue[1]

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

 Thanks
 Ajithn


 On Tue, Oct 25, 2011 at 6:58 PM, Isuru Suriarachchi 
 is...@wso2.com wrote:

 I'm committing the fix for the following issue which is a
 concern for data services and mashup services.

 https://wso2.org/jira/browse/STRATOS-1868

 Thanks,
 ~Isuru


 On Tue, Oct 25, 2011 at 6:44 PM, Selvaratnam Uthaiyashankar 
 shan...@wso2.com wrote:

 On Tue, Oct 25, 2011 at 6:38 PM, Hasini Yatawatte 
 hasi...@wso2.com wrote:
  Hi all,
 
  I'm going to commit a missing fix to
 core/org.wso2.carbon.bootstrap .
  CarbonSecurityManager.java class has been reverted (110767).

 It was reverted by Pradeepan.. Pradeepan, why it was reverted?

 Shankar

  Hence I'm going
  to add it back.
 
  Thanks,
 
  HasiniY.
 
 
  On Tue, Oct 25, 2011 at 6:26 PM, Ajith Vitharana 
 aji...@wso2.com wrote:
 
  Hi all,
  I'm going to commit changes to
   registry/org.wso2.carbon.registry.search.ui/3.2.2.
  This commit is resolved the
  issue https://wso2.org/jira/browse/CARBON-11322
  Thanks
  Ajithn
 
  On Tue, Oct 25, 2011 at 3:22 PM, Kasun Weranga 
 kas...@wso2.com wrote:
 
  Hi,
  I am going to commit a change to
  data-services/org.wso2.carbon.dataservices.core/3.2.2.There 
  was a small
  usability issue identified by recently in DSS 2.6.0, Anjana
 told that it is
  better to commit that fix into 3.2.2 branch.
  Thanks,
  KasunW.
  On Tue, Oct 25, 2011 at 12:05 PM, Shammi Jayasinghe 
 sha...@wso2.com
  wrote:
 
  Hi,
  I am going to commit  following to the 3.2.2 branch
 for fixing the
  bug we have on Message Broker
  1.0.2 version which is unable to create message boxes and
 list message
  boxes when we have enabled
  local transport.
 
 
 3.2.0/components/messagebox/org.wso2.carbon.messagebox.ui/3.2.2
 
 

[Carbon-dev] Creating 3.2.3 branch for WSO2IS 3.2.3 release.

2011-10-25 Thread Asela Pathberiya
Hi All,

We are going to create the Carbon 3.2.3 branch for the IS 3.2.3 release.

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


Re: [Carbon-dev] All the packs are having two securevault

2011-10-24 Thread Asela Pathberiya
On Tue, Oct 25, 2011 at 9:13 AM, Selvaratnam Uthaiyashankar 
shan...@wso2.com wrote:

 $subject (org.wso2.carbon.securevault and org.wso2.securevault)
 duplicated in lib/api as well as repository/components/plugins.


Because secure vault is used to secure the password of mgt-transport.xml and
transport config is built by the org.wso2.carbon.base which is in lib/api.
However we need to fix jar duplication and we are hoping to do it.



 What is the difference between org.wso2.carbon.securevault and
 org.wso2.securevault?


org.wso2.securevault  is the modified synapse secure vault code which is
moved to WSO2-commons. Please refer Carbon-dev mail thread [1]
org.wso2.carbon.securevault initializes the org.wso2.securevault and does
carbon related stuff.

[1]
http://old.nabble.com/Moving-Synapse-Secure-Vault-Code-to-WSO2-Commons-p31599979.html



 org.wso2.carbon.securevault [locations
 ./lib/api/org.wso2.carbon.securevault-3.2.2.jar and
 ./repository/components/plugins/org.wso2.carbon.securevault-3.2.2.jar]
 org.wso2.securevault [locations
 ./lib/api/org.wso2.securevault-1.0.0.jar and
 ./repository/components/plugins/org.wso2.securevault-1.0.0.jar]

 --
 S.Uthaiyashankar
 Senior Architect  Senior Manager
 WSO2 Inc.
 http://wso2.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] Identity Server 3.2.2 Release Readiness

2011-09-21 Thread Asela Pathberiya
On Wed, Sep 21, 2011 at 6:08 PM, Thilina Buddhika thili...@wso2.com wrote:

 Asela, please create a 3.2.3 patched version and carry on the XACML
 improvements in that branch. Also please revert the XACML 3.2.2 components
 to the last stable state.


3.2.3 branch is created.  AFAIK,  3.2.2 component is in a stable state. I
already fixed some minor issues.



 Thanks,
 Thilina


 On Tue, Sep 20, 2011 at 5:47 PM, Thilina Buddhika thili...@wso2.comwrote:

 I will include OAuth to the build.

 Thanks,
 Thilina


 On Tue, Sep 20, 2011 at 5:43 PM, Prabath Siriwardena prab...@wso2.comwrote:

 +1

 We have done improvements to 3-legged OAuth as well and committed to
 the branch...

 Thanks  regards,
 -Prabath

 On Tue, Sep 20, 2011 at 5:15 PM, Thilina Buddhika thili...@wso2.com
 wrote:
  Hi Folks,
  For IS 3.2.2 release, we will including the fixes/improvements for the
  following components.
  - XACML BE and FE components
  - SAML2 SSO BE an FE components
  - OpenID provider FE component
  And there are some fixes gone into Rampart and WSS4J.
  We will be adding the PassiveSTS support back to 3.2.2. (Manjula is
 already
  working it.)
  Asela, please make sure that all the relevant XACML related fixes are
  committed. I will make sure that all the features are branched off and
 P2
  profiles are up-to date.
  Thanks,
  Thilina
 
  --
  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
 
 



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




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

 phone : +94 77 44 88 727
 blog : http://blog.thilinamb.com




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


Re: [Carbon-dev] Has Entitlement mediator has been tested in Stratos?

2011-09-18 Thread Asela Pathberiya
Yes. it has been tested.

On Sun, Sep 18, 2011 at 9:16 PM, Amila Suriarachchi am...@wso2.com wrote:

 hi,

 it seems some one has tried to use the entitlement mediator in Stratos[1].

 thanks,
 Amila.


 [1]
 http://wso2.org/library/articles/2011/06/securing-web-service-integration#comment-23421

 ___
 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] Fwd: [Carbon-build] IS Build Failure in 3.2.2 - Integration Tests

2011-09-01 Thread Asela Pathberiya
Fixed.

Thanks,
Asela.

On Thu, Sep 1, 2011 at 12:02 PM, Ranga Siriwardena ra...@wso2.com wrote:

 Surefire-reports attached.

 -- Forwarded message --
 From: Ranga Siriwardena ra...@wso2.com
 Date: Thu, Sep 1, 2011 at 9:27 AM
 Subject: Re: [Carbon-build] WSO2 Carbon Continuous Build has FAILED
 /home/carbon320/322_carbon/products/is/3.2.2
 To: carbon-bu...@wso2.org
 Cc: Asela Pathberiya as...@wso2.com


 Hi,

 Please Have a look in to the integration test failure.


 On Wed, Aug 31, 2011 at 7:34 PM, WSO2 Carbon 3.2.2 Builder (US1) 
 cbuil...@wso2.org wrote:


 [INFO] Scanning for projects...
 [INFO] Reactor build order:
 [INFO]   WSO2 Identity Server
 [INFO]   WSO2 Identity Server Styles Parent
 [INFO]   Identity Server: UI styles
 [INFO]   WSO2 Identity Server Features Parent
 [INFO]   WSO2 IS - Features Aggregator Module
 [INFO]   WSO2 IS - Style Features
 [INFO]   WSO2 IS - Utils Features
 [INFO]   WSO2 Cloud Identity: UI styles
 [INFO]   WSO2 Stratos - Cloud Identity Features Aggregator Module
 [INFO]   WSO2 Stratos - Cloud Identity Style Features
 [INFO]   WSO2 Stratos - Cloud Identity Utils Features
 [INFO]   WSO2 Cloud Identity - Login User Interface
 [INFO]   WSO2 Cloud Identity - Tenant Configuration User Interface
 [INFO]   WSO2 Carbon - Cloud Identity UI Feature
 [INFO]   WSO2 Cloud Identity - SAML2 SSO Management Aggregator Component
 [INFO]   WSO2 Cloud Identity - SAML2 SSO Management Component
 [INFO]   WSO2 Stratos - Stratos SSO Management Feature Aggregator Module
 [INFO]   WSO2 Stratos - Stratos SSO Management Server Feature
 [INFO]   WSO2 Cloud Identity - SAML2 SSO Management FE Component
 [INFO]   WSO2 Stratos - Stratos SSO Management UI Feature
 [INFO]   WSO2 Stratos - Stratos SSO Management Feature
 [INFO]   WSO2 Identity Server P2 Profile Generation Parent
 [INFO]   WSO2 IS - IS Profile Generation
 [INFO]   WSO2 Stratos - Cloud Identity Profile Generation
 [INFO]   WSO2 Identity Server Distribution Parent
 [INFO]   Identity Server
 [INFO]   WSO2 Cloud Identity - Distribution
 --
 [2011-08-31 10:04:29,604]  INFO
 {org.apache.axis2.deployment.DeploymentEngine} -  Deploying Web service:
 org.wso2.carbon.xkms.mgt -
 [2011-08-31 10:04:29,767]  INFO
 {org.wso2.carbon.core.init.CarbonServerManager} -  Repository   :
 /home/carbon320/322_carbon/products/is/3.2.2/modules/integration/user-admin/target/carbontmp/wso2is-3.2.2/repository/deployment/server/
 [2011-08-31 10:04:30,775]  INFO
 {org.wso2.carbon.identity.provider.Initializer} -  userRP.jks is reloaded.
 [2011-08-31 10:04:31,043]  INFO
 {org.wso2.carbon.core.internal.permission.update.PermissionUpdater} -
  Permission cache updated for tenant 0
 [2011-08-31 10:04:31,044]  INFO
 {org.wso2.carbon.core.init.CarbonServerManager} -
  ConfigurationContextService registered in 1277ms
 [2011-08-31 10:04:31,051]  INFO
 {org.wso2.carbon.core.transports.http.HttpsTransportListener} -  HTTPS port
   : 9443
 [2011-08-31 10:04:31,051]  INFO
 {org.wso2.carbon.core.transports.http.HttpTransportListener} -  HTTP port
  : 9763
 [2011-08-31 10:04:42,216]  INFO {org.apache.qpid.server.Main} -  Qpid
 broker TCP port : 5672
 [2011-08-31 10:04:42,218]  INFO {org.apache.qpid.server.Main} -  Qpid
 broker TLS port : 8672
 [2011-08-31 10:04:42,221]  INFO
 {org.wso2.carbon.qpid.internal.QpidServiceComponent} -  Successfully
 connected to the server on port 5672
 [2011-08-31 10:04:42,291]  INFO
 {org.wso2.carbon.registry.eventing.internal.RegistryEventingServiceComponent}
 -  Successfully Initialized Eventing on Registry
 [2011-08-31 10:04:42,908]  INFO
 {org.wso2.carbon.ui.internal.CarbonUIServiceComponent} -  Mgt Console URL  :
 https://localhost:9443/carbon/
 [2011-08-31 10:04:42,938]  INFO
 {org.wso2.carbon.event.core.internal.builder.EventBrokerBuilderDS} -
  Successfully registered the event broker
 [2011-08-31 10:04:42,962]  INFO
 {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  Started
 Transport Listener Manager
 [2011-08-31 10:04:42,963]  INFO
 {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  Server
 :  WSO2 Identity Server-3.2.0
 [2011-08-31 10:04:42,964]  INFO
 {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  WSO2
 Carbon started in 35 sec
 Successfully started Carbon server. Returning...
 [2011-08-31 10:04:45,005]  INFO
 {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  'admin'
 logged in at [2011-08-31 10:04:45,0005] from IP address 204.13.82.211
 [2011-08-31 10:04:45,080]  INFO
 {org.wso2.carbon.integration.core.ServerLogin} -  Successfully logged :
 JSESSIONID=C19D4DC6F51BA71B54245AACA523CDFE; Path=/; Secure=null;
 HttpOnly=null
 Running User Admin Tests...
 [2011-08-31 10:04:45,126]  INFO
 {org.wso2.carbon.integration.core.AuthenticateStub} -  AuthenticateStub :
 Stub created with session JSESSIONID=C19D4DC6F51BA71B54245AACA523CDFE;
 Path=/; Secure=null; HttpOnly=null
 Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 46.268

Re: [Carbon-dev] How to update claims calling the ClaimManagementService remotely?

2011-08-30 Thread Asela Pathberiya
On Tue, Aug 30, 2011 at 1:26 AM, James McLaughlin 
j...@stonewatercontrols.com wrote:

 Hello,
 We are using the User Management facilities in the ESB (3.0.1) to
 provide authentication and user administration for a remote client
 application. Adding and Authenticating users works no problem, and we
 are able to add claims when we add a User, but we are having some
 issues managing claims. How do we go about Adding, Updating and
 Deleting  claims for a particular User after that User has been
 created? There doesn't seem to be an API supporting these operations
 in the ClaimManagementService.



There is a API for this, called UserProfileMgtService in Identity user
profiles feature. This feature is not shipped with ESB by default and You
need to install it using feature manager which can be found in ESB UI. Here
you need to point to the p2 repository [1] and install 3.0.1 Identity User
Profiles Feature.

[1] http://dist.wso2.org/p2/carbon/releases/3.0.0/




 Thanks in advance,

 Jim
 ___
 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] Usage of cipher-text.properties within products

2011-07-19 Thread Asela Pathberiya
On Tue, Jul 19, 2011 at 12:38 PM, Manisha Gayathri mani...@wso2.com wrote:

 Hi,

 As per the Secure Vault documentation [1] provided with Carbon 3.2.0, under
 'Use Secure Vault with Default Configuration' reads that

 cipher-text.properties is being used as the File based Secret repository
 and can be found in CARBON_HOME/repository/conf

 But when I explore into several carbon products, cipher-text.properties is
 not there in every product.
 As an eg: ESB,CEP etc does not have such file while BPS, AS, G-Reg etc has
 it.

 Since each of these products have registry databases etc, my idea is that
 secret repository should be there in every product.

 Any idea why some products are shipped with cipher-text.properties and some
 products are not?


cipher-text.properties file must be in every product as it is in carbon core
[1]. i think in product level,  it has been excluded. However,  this is not
a critical issue, as user can just create this file,  if it is wanted to use
as the secret repository.

[1]
https://svn.wso2.org/repos/wso2/trunk/carbon/core/distribution/carbon-home/repository/conf/cipher-text.properties



 [1]. http://wso2.org/project/carbon/3.2.0/docs/secure_vault.html

 ~Regards
 *Manisha Eleperuma*
 Business Analyst
 WSO2, Inc.: http://wso2.com
 *email: manisha http://goog_1517641653/**@wso2.comhttp://goog_1517641653/
 ***
 *mobile: +94 71 8279777*


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


Re: [Carbon-dev] Shall we plan to do 3.2.1 feature releases of XACML, OpenID OAuth

2011-07-08 Thread Asela Pathberiya
Hi Thilina,

I have done some bug fixed in the XACML...  But there are still some
critical issues [1], that we need to fix for the XACML feature release.  I
think, it is better, if we can extend the date. I will be update the list
when these issue are fixed.

[1] https://wso2.org/jira/browse/CARBON-10301
[2] https://wso2.org/jira/browse/CARBON-10989
[3] https://wso2.org/jira/browse/CARBON-10990
[4] https://wso2.org/jira/browse/CARBON-10991

Thanks,
Asela.

On Wed, Jun 29, 2011 at 2:39 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Can you please lead this Thilina... IS team it self can do the QA and
 shall we plan the release date to be 8th July..?


 Thanks  regards,
 -Prabath

 On Wed, Jun 29, 2011 at 2:12 PM, Thilina Buddhika thili...@wso2.com
 wrote:
  We need to get the OpenID and XACML features out before the Stratos
 release
  because they contain some critical fixes.
  +1 for including OAuth feature along with these two features.
  Thanks,
  Thilina
 
  On Wed, Jun 29, 2011 at 12:43 PM, Prabath Siriwardena prab...@wso2.com
  wrote:
 
  Shall we plan to do the $subject.. Can we do this by 2nd week of
  July..? If this blocks Stratos in anyway, we can delay.. WDYT..
 
  --
  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
 
 
 
  --
  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
 
 



 --
 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] Creating Carbon 3.2.1 Branch for Entitlement Components

2011-06-20 Thread Asela Pathberiya
Hi All,

We are going to branch (3.2.1) the
org.wso2.carbon.identity.entitlement.stub,
org.wso2.carbon.identity.entitlement,
org.wso2.carbon.identity.entitlement.ui and
org.wso2.carbon.identity.entitlement.mediator components to fix following
L1s and also some critical L2 issues for 3.2.1 IS release.

Please let us know if there are any objections.

[1] https://wso2.org/jira/browse/CARBON-10875
[2] https://wso2.org/jira/browse/CARBON-10876
[3] https://wso2.org/jira/browse/CARBON-10301

Thanks,
Asela.
___
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 has FAILED

2011-06-09 Thread Asela Pathberiya
On Thu, Jun 9, 2011 at 10:26 PM, Denis Weerasiri de...@wso2.com wrote:

 Hi,
 You fixed the axis2-client to trunk as well right?


Yes .fixed with r107568.


 Wonder why we still get this errors.


 On Thu, Jun 9, 2011 at 1:59 PM, WSO2 Carbon 3.2.0 Builder (US1) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 107586
 Node Kind: directory
 Schedule: normal
 Last Changed Author: supun
 Last Changed Rev: 107582
 Last Changed Date: 2011-06-09 07:51:43 -0400 (Thu, 09 Jun 2011) symbol  :
 class EventBrokerServiceStub
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 [ERROR]
 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[203,45]
 cannot find symbol
 symbol  : class EventBrokerServiceStub
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 [ERROR]
 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[215,8]
 cannot find symbol
 symbol  : class ExpirationType
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 [ERROR]
 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[215,44]
 cannot find symbol
 symbol  : class ExpirationType
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 [ERROR]
 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[219,8]
 cannot find symbol
 symbol  : class RenewResponse
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 [ERROR]
 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[226,8]
 cannot find symbol
 symbol  : class AttributedURI
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 [ERROR]
 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[226,36]
 cannot find symbol
 symbol  : class AttributedURI
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 [INFO] 34 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[17,61]
 package org.wso2.carbon.event.client.stub.generated.addressing does not
 exist

 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[18,61]
 package org.wso2.carbon.event.client.stub.generated.addressing does not
 exist

 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[19,61]
 package org.wso2.carbon.event.client.stub.generated.addressing does not
 exist

 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[177,11]
 cannot find symbol
 symbol  : class GetSubscriptionsResponse
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[183,11]
 cannot find symbol
 symbol  : class SubscriptionDetails
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[225,19]
 cannot find symbol
 symbol  : class AttributedURI
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[109,12]
 cannot find symbol
 symbol  : class EventBrokerServiceStub
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[109,49]
 cannot find symbol
 symbol  : class EventBrokerServiceStub
 location: class org.wso2.carbon.event.client.broker.BrokerClient

 /home/carbon320/carbon/components/event/org.wso2.carbon.event.client/3.2.0/src/main/java/org/wso2/carbon/event/client/broker/BrokerClient.java:[111,12]
 cannot find symbol
 symbol  : class EndpointReferenceType
 location: class 

Re: [Carbon-dev] Please fix the trunk

2011-06-08 Thread Asela Pathberiya
On Wed, Jun 8, 2011 at 11:47 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Asela is working on this...


I have already fixed the build failures which are occurred due to the
version changing in securevault, throttling and caching.


 Thanks  regards,
 -Prabath

 On Wed, Jun 8, 2011 at 11:22 AM, Afkham Azeez az...@wso2.com wrote:
  Folks,
  The branch build is stable, but the trunk has been totally broken. We
 would
  be switching back active development to the trunk soon after the release.
  Please can the relevant people fix the trunk today?
  Thanks
  Azeez
 
  --
  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

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


Re: [Carbon-dev] Please fix the trunk

2011-06-08 Thread Asela Pathberiya
On Wed, Jun 8, 2011 at 11:58 AM, Amila Maha Arachchi ami...@wso2.comwrote:



 On Wed, Jun 8, 2011 at 11:47 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Asela is working on this...


 In the process of taking a fresh checkout of trunk in the local builder.
 Will build and see what are the errors.


+1



 Thanks,
 AmilaM.


 Thanks  regards,
 -Prabath

 On Wed, Jun 8, 2011 at 11:22 AM, Afkham Azeez az...@wso2.com wrote:
  Folks,
  The branch build is stable, but the trunk has been totally broken. We
 would
  be switching back active development to the trunk soon after the
 release.
  Please can the relevant people fix the trunk today?
  Thanks
  Azeez
 
  --
  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



 ___
 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-08 Thread Asela Pathberiya
On Thu, Jun 9, 2011 at 6:08 AM, Prabath Siriwardena prab...@wso2.comwrote:

 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.



I think only BAM and AS  are used this for their integration testing and
also AS for their web app sample.




 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
 ___
 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-08 Thread Asela Pathberiya
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.comwrote:

 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


[Carbon-dev] Are we going to merge the trunk dependencies with external trunks

2011-06-01 Thread Asela Pathberiya
Hi All,

In trunk, axis2 , synapse , wss4j... etc  are still pointed to the 3.2.0
branch.  This has caused for build failures in trunk. Therefore we need to
fix this asap. However, We can just avoid most of the build breaks by
changing versions (or pointing to 3.2.0 branch) of WS-commons projects.
AFAIK, it is not the proper way of doing it. The best solution is to merge
our trunk with the external trunks. WDYT?

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


Re: [Carbon-dev] The trunk build is broken

2011-06-01 Thread Asela Pathberiya
On Wed, Jun 1, 2011 at 8:36 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Asela, can you please own this? Basically use the same dependancies as in
 3.2.0 branch on trunk, at least for now.


Sure, will look in to this.



 You can use a separate linux account if you do not want to mess the m2
 repo


 On Wed, Jun 1, 2011 at 9:35 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 Please make sure that the trunk continues to build, irrespective of the
 fact we are releasing from the branch.

 Note that all fixes done on branch are supposed to be done on the trunk.
 Hence, we got to have the trunk building in order to test those fixes.

 Thanks,
 Samisa...

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



 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] The trunk build is broken

2011-06-01 Thread Asela Pathberiya
On Wed, Jun 1, 2011 at 9:14 PM, Asela Pathberiya as...@wso2.com wrote:



 On Wed, Jun 1, 2011 at 8:36 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Asela, can you please own this? Basically use the same dependancies as in
 3.2.0 branch on trunk, at least for now.


 Sure, will look in to this.


I changed the securevault, throttling and caching versions in trunk to the
3.2.0 branch versions (r106893, r106896). Then i was able to build (without
test) the trunk in a clean repo till feature and ESB product...  without any
failures. I will revert them back, when it is necessary.

Thanks,
Asela.






 You can use a separate linux account if you do not want to mess the m2
 repo


 On Wed, Jun 1, 2011 at 9:35 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 Please make sure that the trunk continues to build, irrespective of the
 fact we are releasing from the branch.

 Note that all fixes done on branch are supposed to be done on the trunk.
 Hence, we got to have the trunk building in order to test those fixes.

 Thanks,
 Samisa...

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



 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] WSO2 Carbon Continuous Build has FAILED

2011-05-31 Thread Asela Pathberiya
The reason for build failure was discuss under mail thread  Building Apache
Axis2 - Kernel - is failing on trunk [1]. The issue is that in trunk, still
has the 3.2.0 branched axis2.

[1] http://markmail.org/message/ezjycorq52ums3u5

Thanks,
Asela.

On Tue, May 31, 2011 at 11:49 AM, WSO2 Carbon Builder (US1) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 106605
 Node Kind: directory
 Schedule: normal
 Last Changed Author: senaka
 Last Changed Rev: 106605
 Last Changed Date: 2011-05-31 06:43:57 -0400 (Tue, 31 May 2011) [INFO]
 Deleting /home/carbontrunk/carbon/dependencies/commons/securevault/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/dependencies/commons/securevault/src/main/resources
 [INFO] [compiler:compile {execution: default-compile}]
 Compiling 57 source files to
 /home/carbontrunk/carbon/dependencies/commons/securevault/target/classes
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/dependencies/commons/securevault/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] No sources to compile
 [INFO] [surefire:test {execution: default-test}]
 [INFO] No tests to run.
 [INFO] [bundle:bundle {execution: default-bundle}]
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing
 /home/carbontrunk/carbon/dependencies/commons/securevault/target/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 to
 /home/carbontrunk/.m2/repository/org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 [INFO] [bundle:install {execution: default-install}]
 [INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
 [INFO] Installing
 org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 [INFO] Writing OBR metadata
 [INFO]
 
 [INFO] Building Apache Axis2 - Kernel
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/securevault/org.wso2.securevault/1.0.0/org.wso2.securevault-1.0.0.pom
 [INFO] Unable to find resource
 'org.wso2.securevault:org.wso2.securevault:pom:1.0.0' in repository central
 (http://repo1.maven.org/maven2)
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/securevault/org.wso2.securevault/1.0.0/org.wso2.securevault-1.0.0.jar
 [INFO] Unable to find resource
 'org.wso2.securevault:org.wso2.securevault:jar:1.0.0' in repository central
 (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.wso2.securevault:org.wso2.securevault:jar:1.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.wso2.securevault
 -DartifactId=org.wso2.securevault -Dversion=1.0.0 -Dpackaging=jar
 -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
 there:
  mvn deploy:deploy-file -DgroupId=org.wso2.securevault
 -DartifactId=org.wso2.securevault -Dversion=1.0.0 -Dpackaging=jar
 -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
1) org.apache.axis2:axis2-kernel:jar:1.6.1-wso2v1
2) org.wso2.securevault:org.wso2.securevault:jar:1.0.0

 --
 1 required artifact is missing.

 for artifact:
  org.apache.axis2:axis2-kernel:jar:1.6.1-wso2v1

 from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2)



 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 11 minutes 48 seconds
 [INFO] Finished at: Tue May 31 02:19:30 EDT 2011
 [INFO] Final Memory: 623M/1064M
 [INFO]
 
 ___
 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] WSO2 Carbon Continuous Build has FAILED

2011-05-31 Thread Asela Pathberiya
On Tue, May 31, 2011 at 7:13 PM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Tue, May 31, 2011 at 5:01 PM, Asela Pathberiya as...@wso2.com wrote:

 The reason for build failure was discuss under mail thread  Building
 Apache Axis2 - Kernel - is failing on trunk [1]. The issue is that in
 trunk, still has the 3.2.0 branched axis2.


 Is the Carbon 3.2.0 branch build OK?


Yes



 If so, use the branch like setting on trunk. Note that the trunk is not
 supposed to break.


In trunk, axis2 , synapse , wss4j... etc  are pointed to 3.2.0 branch.
these projects have dependencies to WS-commons projects (caching, secure
vault) which are in 3.2.0 branch. But in trunk we have SNAPSHOT versions
WS-commons projects. Therefore when we are building axis2 in trunk , it
searches for secure vault version which is in 3.2.0 branch.  We can just
avoid the build break by changing versions (or pointing to 3.2.0 branch) of
WS-commons projects. If we do that , we need to change these versions across
hole carbon trunk.  AFAIK,  axis2 , synapse ... must be merge with the
external trunk.





 [1] http://markmail.org/message/ezjycorq52ums3u5

 Thanks,
 Asela.


 On Tue, May 31, 2011 at 11:49 AM, WSO2 Carbon Builder (US1) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 106605
 Node Kind: directory
 Schedule: normal
 Last Changed Author: senaka
 Last Changed Rev: 106605
 Last Changed Date: 2011-05-31 06:43:57 -0400 (Tue, 31 May 2011) [INFO]
 Deleting /home/carbontrunk/carbon/dependencies/commons/securevault/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/dependencies/commons/securevault/src/main/resources
 [INFO] [compiler:compile {execution: default-compile}]
 Compiling 57 source files to
 /home/carbontrunk/carbon/dependencies/commons/securevault/target/classes
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/dependencies/commons/securevault/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] No sources to compile
 [INFO] [surefire:test {execution: default-test}]
 [INFO] No tests to run.
 [INFO] [bundle:bundle {execution: default-bundle}]
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing
 /home/carbontrunk/carbon/dependencies/commons/securevault/target/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 to
 /home/carbontrunk/.m2/repository/org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 [INFO] [bundle:install {execution: default-install}]
 [INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
 [INFO] Installing
 org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 [INFO] Writing OBR metadata
 [INFO]
 
 [INFO] Building Apache Axis2 - Kernel
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/securevault/org.wso2.securevault/1.0.0/org.wso2.securevault-1.0.0.pom
 [INFO] Unable to find resource
 'org.wso2.securevault:org.wso2.securevault:pom:1.0.0' in repository central
 (http://repo1.maven.org/maven2)
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/securevault/org.wso2.securevault/1.0.0/org.wso2.securevault-1.0.0.jar
 [INFO] Unable to find resource
 'org.wso2.securevault:org.wso2.securevault:jar:1.0.0' in repository central
 (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.wso2.securevault:org.wso2.securevault:jar:1.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.wso2.securevault
 -DartifactId=org.wso2.securevault -Dversion=1.0.0 -Dpackaging=jar
 -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
 there:
  mvn deploy:deploy-file -DgroupId=org.wso2.securevault
 -DartifactId=org.wso2.securevault -Dversion=1.0.0 -Dpackaging=jar
 -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
1) org.apache.axis2:axis2-kernel:jar:1.6.1-wso2v1
2) org.wso2.securevault:org.wso2.securevault:jar:1.0.0

 --
 1 required artifact is missing.

 for artifact:
  org.apache.axis2:axis2-kernel:jar:1.6.1-wso2v1

 from the specified remote

Re: [Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-05-31 Thread Asela Pathberiya
On Tue, May 31, 2011 at 8:03 PM, Asela Pathberiya as...@wso2.com wrote:



 On Tue, May 31, 2011 at 7:13 PM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Tue, May 31, 2011 at 5:01 PM, Asela Pathberiya as...@wso2.com wrote:

 The reason for build failure was discuss under mail thread  Building
 Apache Axis2 - Kernel - is failing on trunk [1]. The issue is that in
 trunk, still has the 3.2.0 branched axis2.


 Is the Carbon 3.2.0 branch build OK?


 Yes



 If so, use the branch like setting on trunk. Note that the trunk is not
 supposed to break.

 n.
 In trunk, axis2 , synapse , wss4j... etc  are pointed to 3.2.0 branch.
 these projects have dependencies to WS-commons projects (caching, secure
 vault) which are in 3.2.0 branch. But in trunk we have SNAPSHOT versions
 WS-commons projects. Therefore when we are building axis2 in trunk , it
 searches for secure vault version which is in 3.2.0 branch.  We can just
 avoid the build break by changing versions (or pointing to 3.2.0 branch) of
 WS-commons projects. If we do that , we need to change these versions across
 hole carbon trunk.  AFAIK,  axis2 , synapse ... must be merge with the
 external trunk.


Just to fix this build failure, Shall i change the versions of above
WS-commons projects in trunk or ...  ? But AFAIK, it is not a better
solution.








 [1] http://markmail.org/message/ezjycorq52ums3u5

 Thanks,
 Asela.


 On Tue, May 31, 2011 at 11:49 AM, WSO2 Carbon Builder (US1) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 106605
 Node Kind: directory
 Schedule: normal
 Last Changed Author: senaka
 Last Changed Rev: 106605
 Last Changed Date: 2011-05-31 06:43:57 -0400 (Tue, 31 May 2011) [INFO]
 Deleting /home/carbontrunk/carbon/dependencies/commons/securevault/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/dependencies/commons/securevault/src/main/resources
 [INFO] [compiler:compile {execution: default-compile}]
 Compiling 57 source files to
 /home/carbontrunk/carbon/dependencies/commons/securevault/target/classes
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/dependencies/commons/securevault/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] No sources to compile
 [INFO] [surefire:test {execution: default-test}]
 [INFO] No tests to run.
 [INFO] [bundle:bundle {execution: default-bundle}]
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing
 /home/carbontrunk/carbon/dependencies/commons/securevault/target/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 to
 /home/carbontrunk/.m2/repository/org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 [INFO] [bundle:install {execution: default-install}]
 [INFO] Parsing file:/home/carbontrunk/.m2/repository/repository.xml
 [INFO] Installing
 org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 [INFO] Writing OBR metadata
 [INFO]
 
 [INFO] Building Apache Axis2 - Kernel
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/securevault/org.wso2.securevault/1.0.0/org.wso2.securevault-1.0.0.pom
 [INFO] Unable to find resource
 'org.wso2.securevault:org.wso2.securevault:pom:1.0.0' in repository central
 (http://repo1.maven.org/maven2)
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/securevault/org.wso2.securevault/1.0.0/org.wso2.securevault-1.0.0.jar
 [INFO] Unable to find resource
 'org.wso2.securevault:org.wso2.securevault:jar:1.0.0' in repository central
 (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.wso2.securevault:org.wso2.securevault:jar:1.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.wso2.securevault
 -DartifactId=org.wso2.securevault -Dversion=1.0.0 -Dpackaging=jar
 -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
 there:
  mvn deploy:deploy-file -DgroupId=org.wso2.securevault
 -DartifactId=org.wso2.securevault -Dversion=1.0.0 -Dpackaging=jar
 -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
1

Re: [Carbon-dev] Building Apache Axis2 - Kernel - is failing on trunk

2011-05-26 Thread Asela Pathberiya
Hi Fazlan,

In trunk, still has the 3.2.0 branched axis2 [1]. AFAIK, actually now it
should be merged with the axis2 trunk.  However , you can avoid this error
by building the 3.2.0 branched secure vault [2].

[1]
https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/axis2

[2]
https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/commons/securevault

Thanks,
Asela.

On Thu, May 26, 2011 at 11:00 PM, Fazlan Sabar faz...@wso2.com wrote:

 Hi,

 I am getting the following error when trying to build trunk,

 [INFO] Writing OBR metadata
 [INFO]
 
 [INFO] Building WSO2 Secure Vault
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/fazlan/svn/carbon/dependencies/commons/securevault/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/fazlan/svn/carbon/dependencies/commons/securevault/src/main/resources
 [INFO] [compiler:compile {execution: default-compile}]
 Compiling 57 source files to
 /home/fazlan/svn/carbon/dependencies/commons/securevault/target/classes
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/fazlan/svn/carbon/dependencies/commons/securevault/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Not compiling test sources
 [INFO] [surefire:test {execution: default-test}]
 [INFO] Tests are skipped.
 [INFO] [bundle:bundle {execution: default-bundle}]
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing
 /home/fazlan/svn/carbon/dependencies/commons/securevault/target/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 to
 /home/fazlan/.m2/repository/org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 [INFO] [bundle:install {execution: default-install}]
 [INFO] Parsing file:/home/fazlan/.m2/repository/repository.xml
 [INFO] *Installing
 org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 *
 [INFO] Writing OBR metadata
 [INFO]
 
 [INFO] Building Apache Axis2 - Kernel
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/securevault/org.wso2.securevault/1.0.0/org.wso2.securevault-1.0.0.pom
 [INFO] Unable to find resource
 'org.wso2.securevault:org.wso2.securevault:pom:1.0.0' in repository central
 (http://repo1.maven.org/maven2)
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/securevault/org.wso2.securevault/1.0.0/org.wso2.securevault-1.0.0.jar
 [INFO] Unable to find resource
 'org.wso2.securevault:org.wso2.securevault:jar:1.0.0' in repository central
 (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.wso2.securevault:org.wso2.securevault:jar:1.0.0

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.securevault
 -DartifactId=org.wso2.securevault -Dversion=1.0.0 -Dpackaging=jar
 -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the file
 there:
   mvn deploy:deploy-file -DgroupId=org.wso2.securevault
 -DartifactId=org.wso2.securevault -Dversion=1.0.0 -Dpackaging=jar
 -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
1) org.apache.axis2:axis2-kernel:jar:1.6.1-wso2v1
2) *org.wso2.securevault:org.wso2.securevault:jar:1.0.0*

 --
 1 required artifact is missing.

 for artifact:
   org.apache.axis2:axis2-kernel:jar:1.6.1-wso2v1

 from the specified remote repositories:
   apache.snapshots (http://repository.apache.org/snapshots),
   central (http://repo1.maven.org/maven2)



 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 15 minutes 7 seconds
 [INFO] Finished at: Thu May 26 22:33:59 IST 2011
 [INFO] Final Memory: 259M/938M
 [INFO]
 

Re: [Carbon-dev] Building Apache Axis2 - Kernel - is failing on trunk

2011-05-26 Thread Asela Pathberiya
/saxon-xqj/8.9/saxon-xqj-8.9.pom
 [INFO] Unable to find resource 'net.sf.saxon:saxon-xqj:pom:8.9' in
 repository wso2-m2 (http://dist.wso2.org/maven2/)
 Downloading:
 http://repo1.maven.org/maven2/net/sf/saxon/saxon-xqj/8.9/saxon-xqj-8.9.pom
 [INFO] Unable to find resource 'net.sf.saxon:saxon-xqj:pom:8.9' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://dist.wso2.org/maven2//org/wso2/caching/wso2caching-core/3.5.0/wso2caching-core-3.5.0.pom
 [INFO] Unable to find resource
 'org.wso2.caching:wso2caching-core:pom:3.5.0' in repository wso2-m2 (
 http://dist.wso2.org/maven2/)
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/caching/wso2caching-core/3.5.0/wso2caching-core-3.5.0.pom
 [INFO] Unable to find resource
 'org.wso2.caching:wso2caching-core:pom:3.5.0' in repository central (
 http://repo1.maven.org/maven2)
 Downloading:
 http://dist.wso2.org/maven2//org/wso2/caching/wso2caching-core/3.5.0/wso2caching-core-3.5.0.jar
 [INFO] Unable to find resource
 'org.wso2.caching:wso2caching-core:jar:3.5.0' in repository wso2-m2 (
 http://dist.wso2.org/maven2/)
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/caching/wso2caching-core/3.5.0/wso2caching-core-3.5.0.jar
 [INFO] Unable to find resource
 'org.wso2.caching:wso2caching-core:jar:3.5.0' in repository central (
 http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.wso2.caching:wso2caching-core:jar:3.5.0

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.caching
 -DartifactId=wso2caching-core -Dversion=3.5.0 -Dpackaging=jar
 -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the file
 there:
   mvn deploy:deploy-file -DgroupId=org.wso2.caching
 -DartifactId=wso2caching-core -Dversion=3.5.0 -Dpackaging=jar
 -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
   1) org.apache.synapse:Apache-Synapse:pom:2.1.0-wso2v2
   2) *org.wso2.caching:wso2caching-core:jar:3.5.0*


 On Thu, May 26, 2011 at 11:34 PM, Asela Pathberiya as...@wso2.com wrote:

 Hi Fazlan,

 In trunk, still has the 3.2.0 branched axis2 [1]. AFAIK, actually now it
 should be merged with the axis2 trunk.  However , you can avoid this error
 by building the 3.2.0 branched secure vault [2].

 [1]
 https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/axis2

 [2]
 https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/dependencies/commons/securevault

 Thanks,
 Asela.

 On Thu, May 26, 2011 at 11:00 PM, Fazlan Sabar faz...@wso2.com wrote:

 Hi,

 I am getting the following error when trying to build trunk,

 [INFO] Writing OBR metadata
 [INFO]
 
 [INFO] Building WSO2 Secure Vault
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/fazlan/svn/carbon/dependencies/commons/securevault/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/fazlan/svn/carbon/dependencies/commons/securevault/src/main/resources
 [INFO] [compiler:compile {execution: default-compile}]
 Compiling 57 source files to
 /home/fazlan/svn/carbon/dependencies/commons/securevault/target/classes
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/fazlan/svn/carbon/dependencies/commons/securevault/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Not compiling test sources
 [INFO] [surefire:test {execution: default-test}]
 [INFO] Tests are skipped.
 [INFO] [bundle:bundle {execution: default-bundle}]
 [INFO] [install:install {execution: default-install}]
  [INFO] Installing
 /home/fazlan/svn/carbon/dependencies/commons/securevault/target/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 to
 /home/fazlan/.m2/repository/org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 [INFO] [bundle:install {execution: default-install}]
 [INFO] Parsing file:/home/fazlan/.m2/repository/repository.xml
 [INFO] *Installing
 org/wso2/securevault/org.wso2.securevault/1.0.0-SNAPSHOT/org.wso2.securevault-1.0.0-SNAPSHOT.jar
 *
 [INFO] Writing OBR metadata
 [INFO]
 
 [INFO

Re: [Carbon-dev] XACML 2.0 Conformance Tests

2011-05-19 Thread Asela Pathberiya
On Thu, May 19, 2011 at 4:57 PM, Prabath Siriwardena prab...@wso2.comwrote:

 Thanks a lot for doing this...


 Yes, Thanks Pavithra,


 Asela, can you please add integration tests for these...


  I will work on this



 Thanks  regards,
 -Prabath

 On Thu, May 19, 2011 at 4:53 PM, Pavithra Madurangi pavit...@wso2.com
 wrote:
  I tested the whole set of policies in XACML 2.0 confirmation test suite
 and
  following are the issues found. Issue [2] contains all the policies that
  returned responses which were different from the responses in the test
  suite.
 
  [1] https://wso2.org/jira/browse/CARBON-9688
  [2] https://wso2.org/jira/browse/CARBON-10074
 
  Regards,
  Pavithra
 
  On Mon, May 16, 2011 at 10:28 AM, Pavithra Madurangi pavit...@wso2.com
  wrote:
 
  I tested  some scenarios found in XACML 2.0 confirmation test suite and
  reported the issue found. But I could not complete the whole test suite.
 
  Regards,
  Pavithra
 
  On Mon, May 16, 2011 at 10:04 AM, Asela Pathberiya as...@wso2.com
 wrote:
 
 
  On Mon, May 16, 2011 at 9:59 AM, Prabath Siriwardena prab...@wso2.com
 
  wrote:
 
  I guess we need to have this for 3.2.0 release.. and fix any
  non-conformance...
 
  Asela, do you have any cycles to work on this...?
 
  Sure.. will look into it...
 
  Thanks,
  Asela.
 
  Thanks  regards,
  -Prabath
 
  On Tue, Mar 1, 2011 at 1:46 PM, Prabath Siriwardana prab...@wso2.com
 
  wrote:
  
  
   On Tue, Mar 1, 2011 at 1:40 PM, Afkham Azeez az...@wso2.com
 wrote:
  
   Why can't these cases go into the IS product in the Carbon trunk?
 We
   have
   plans to move the test framework into the mainstream codebase
 anyway.
  
   +1
   Thanks  regards,
   -Prabath
  
   On Tue, Mar 1, 2011 at 10:47 AM, Charitha Kankanamge
   chari...@wso2.com
   wrote:
  
   Hi Prabath,
  
   This will be included in IS admin test framework which will be
   commenced
   soon.
  
   Regards
   Charitha
  
   On Tue, Mar 1, 2011 at 9:47 AM, Prabath Siriwardana
   prab...@wso2.com
   wrote:
  
   Great..! Also I guess we can easily automate these tests. The
   confirmation test suite comes with a set of predefined requests
 and
   responses in XML. IS XACML engine has an admin service API which
   accepts the
   requests and returns back the response. So lets try to automate
   this...
   Thanks  regards,
   -Prabath
  
   On Tue, Mar 1, 2011 at 9:43 AM, Pavithra Madurangi
   pavit...@wso2.com
   wrote:
  
   Hi Prabath,
  
   Added them to IS test cases.
  
   Regards,
   Pavithra
  
   On Mon, Feb 28, 2011 at 10:33 PM, Prabath Siriwardana
   prab...@wso2.com wrote:
  
   Hi Charitha,
   Please add [1] to the IS test cases...
   --
   Thanks  Regards,
   Prabath
  
  
   [1]:
 http://www.oasis-open.org/committees/download.php/14846/xacml2.0-ct-v.0.4.zip
   [2]: https://wso2.org/jira/browse/CARBON-6861
  
   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
  
  
  
  
  
   --
   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
  
  
  
  
   --
   Afkham Azeez
   Senior Software Architect  Senior Manager; 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
  
 
 
 
  --
  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 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

Re: [Carbon-dev] Using Sun proprietary APIs in carbon

2011-05-19 Thread Asela Pathberiya
On Fri, May 20, 2011 at 9:43 AM, Thilina Buddhika thili...@wso2.com wrote:

 For Base64 encoding/decoding, we have been using the utilities provided by
 Axiom in most places.


+1,  Fixed this with axiom in Secure Vault and Cipher Tool.

Thanks,
 Thilina

 On Fri, May 20, 2011 at 9:31 AM, Denis Weerasiri de...@wso2.com wrote:

 Hi,
 In some modules like (Logging Services, Issue Tracker, Secure Vault,
 Cipher Tool etc) warnings pop up like

 [WARNING] ... sun.misc.BASE64Encoder is Sun proprietary API and may be 
 removed in a future release

 When using some application servers (i.e WebSphere, WebLogic), won't this be 
 an issue?


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




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


Re: [Carbon-dev] carbon/corebuild failure

2011-05-18 Thread Asela Pathberiya
Please take svn up in dependencies/commons/ciphertool and build.

Thanks,
Asela.

On Wed, May 18, 2011 at 6:33 PM, Afkham Azeez az...@wso2.com wrote:

 [INFO] Deleting
 /Users/azeez/projects/wso2/org/trunk/carbon/core/distribution/target
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.wso2.ciphertool:org.wso2.ciphertool:jar:SNAPSHOT

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.ciphertool
 -DartifactId=org.wso2.ciphertool -Dversion=SNAPSHOT -Dpackaging=jar
 -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the file
 there:
   mvn deploy:deploy-file -DgroupId=org.wso2.ciphertool
 -DartifactId=org.wso2.ciphertool -Dversion=SNAPSHOT -Dpackaging=jar
 -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
   1) org.wso2.carbon:wso2carbon-core:pom:3.2.0-SNAPSHOT
   2) org.wso2.ciphertool:org.wso2.ciphertool:jar:SNAPSHOT

 --
 1 required artifact is missing.

 for artifact:
   org.wso2.carbon:wso2carbon-core:pom:3.2.0-SNAPSHOT

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



 NOTE: Maven is executing in offline mode. Any artifacts not already in your
 local
 repository will be inaccessible.


 [INFO] 

 --
 *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] carbon/corebuild failure

2011-05-18 Thread Asela Pathberiya
On Wed, May 18, 2011 at 7:09 PM, Afkham Azeez az...@wso2.com wrote:

 Why is this SNAPSHOT and not 3.2.0-SNAPSHOT?


Actually I just have done it without thinking much..  When i went through
other Wso2 commons projects (org.wso2.xkms, org.wso2.xfer..  etc) , their
version also have been kept as SNAPSHOT. Therefore I repeated the same for
ciphertool project. If this is wrong,  Please let me know .

Thanks,
Asela.




 On Wed, May 18, 2011 at 7:04 PM, Asela Pathberiya as...@wso2.com wrote:

 Please take svn up in dependencies/commons/ciphertool and build.

 Thanks,
 Asela.


 On Wed, May 18, 2011 at 6:33 PM, Afkham Azeez az...@wso2.com wrote:

 [INFO] Deleting
 /Users/azeez/projects/wso2/org/trunk/carbon/core/distribution/target
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.wso2.ciphertool:org.wso2.ciphertool:jar:SNAPSHOT

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.ciphertool
 -DartifactId=org.wso2.ciphertool -Dversion=SNAPSHOT -Dpackaging=jar
 -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the file
 there:
   mvn deploy:deploy-file -DgroupId=org.wso2.ciphertool
 -DartifactId=org.wso2.ciphertool -Dversion=SNAPSHOT -Dpackaging=jar
 -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
   1) org.wso2.carbon:wso2carbon-core:pom:3.2.0-SNAPSHOT
   2) org.wso2.ciphertool:org.wso2.ciphertool:jar:SNAPSHOT

 --
 1 required artifact is missing.

 for artifact:
   org.wso2.carbon:wso2carbon-core:pom:3.2.0-SNAPSHOT

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



 NOTE: Maven is executing in offline mode. Any artifacts not already in
 your local
 repository will be inaccessible.


 [INFO] 

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





 --
 *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] carbon/corebuild failure

2011-05-18 Thread Asela Pathberiya
On Wed, May 18, 2011 at 7:56 PM, Pradeep Fernando prad...@wso2.com wrote:

 hi,

 On Wed, May 18, 2011 at 7:17 PM, Asela Pathberiya as...@wso2.com wrote:
 
 
  On Wed, May 18, 2011 at 7:09 PM, Afkham Azeez az...@wso2.com wrote:
 
  Why is this SNAPSHOT and not 3.2.0-SNAPSHOT?
 
  Actually I just have done it without thinking much..  When i went through
  other Wso2 commons projects (org.wso2.xkms, org.wso2.xfer..  etc) , their
  version also have been kept as SNAPSHOT.

 this is wrong. when we branch out this will become simply, xkms.jar
 (no proper version).
 We cant deploy these to our maven repos, without proper versioning. I
 think we should fix them all.


Yes, It should be like that.  I will fix ciphertool version to
3.2.0-SNAPSHOT , Then xkms and xfer versions to 3.2.0-SNAPSHOT (or any other
SNAPSHOT version. ex-  in wsdl-validator, it is 1.2.0-SNAPSHOT)?  Please
confirm.

Thanks,
Asela.



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


Re: [Carbon-dev] Moving Synapse Secure Vault Code to WSO2-Commons

2011-05-17 Thread Asela Pathberiya
On Fri, May 13, 2011 at 2:16 PM, Asela Pathberiya as...@wso2.com wrote:



 On Fri, May 13, 2011 at 2:02 PM, Isuru Suriarachchi is...@wso2.comwrote:

 Hi Asela,

 Why is the version of this secure vault trunk code [1] set to 1.0.0?
 Shouldn't it be a SNAPSHOT?


 Thanks, Isuru for pointing it.   It was my fault..  will change it to
 SNAPSHOT.


Done. If building issue,  Please take svn up  dependencies/commons and also
in root pom.xml


 Thanks,
 ~Isuru

 [1] https://svn.wso2.org/repos/wso2/trunk/commons/securevault

 On Thu, May 12, 2011 at 7:51 PM, Asela Pathberiya as...@wso2.com wrote:

 This is done. Please take a svn update on dependancies and build
 dependencies/commons/securevault.

 Thanks,
 Asela.


 On Thu, May 12, 2011 at 9:56 AM, Asela Pathberiya as...@wso2.com wrote:

 Hi All,

 We are going to move the synapse secure vault code in to the Wso2-commons
 for this release,  AFAIK, there was a discussion on moving synapse secure
 vault to the WS-Commons, But it seems to be delay. Patch which is in jira
 [1] must be applied to the Carbon  3.2.0 axis2  branch. If patch is applied
 without moving the secure vault, this would create a synapse dependency for
 axis2.
 New package name would be org.wso2.securevault instead of
 org.apache.synapse.securevault

 Please let us know if there are any objections.

 [1] https://issues.apache.org/jira/browse/AXIS2-4725

 Thanks,
 Asela.



 ___
 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



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


Re: [Carbon-dev] Secure vault causes build failure in Axis2`

2011-05-17 Thread Asela Pathberiya
Fixed the build failure.

On Wed, May 18, 2011 at 12:49 AM, Afkham Azeez az...@wso2.com wrote:

 I saw the following error when I ran mvn install -o

 [INFO] [bundle:bundle {execution: default-bundle}]
 [ERROR] Error building bundle
 org.apache.axis2:org.apache.axis2.osgi:bundle:1.6.1-wso2v1 : Unresolved
 references to [org.wso2.securevault] by class(es) on the
 Bundle-Classpath[Jar:dot]: [org/apache/axis2/engine/AxisConfiguration.class,
 org/apache/axis2/deployment/AxisConfigBuilder.class]
 [ERROR] Error(s) found in bundle configuration
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Error(s) found in bundle configuration

 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 36 minutes 18 seconds
 [INFO] Finished at: Wed May 18 00:33:55 IST 2011
 [INFO] Final Memory: 715M/1668M


 --
 *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-commits] [Carbon] svn commit r94446 - in branches/carbon/3.2.0/dependencies/axis2/modules/kernel: . src/org/apache/axis2/deployment src/org/apache/axis2/engine

2011-05-17 Thread Asela Pathberiya
On Wed, May 18, 2011 at 2:04 AM, Afkham Azeez az...@wso2.com wrote:

 This is causing a build break it seems. Also, how are you planning to
 getting this fix into the Apache trunk?


I missed to commit a pom. Fixed in r94467. There is a jira[1] for this (all
changes are not in this jira).  AFAIK, there is a discussion of moving
synapse secure vault to WS-Commons, till we need to keep it as WSO2-commons
and patch the axis2 internally.

[1] https://issues.apache.org/jira/browse/AXIS2-4725




 On Tue, May 17, 2011 at 11:54 AM, as...@wso2.com wrote:

 Author: asela
 Date: Mon May 16 23:24:49 2011
 New Revision: 94446
 URL: http://wso2.org/svn/browse/wso2?view=revrevision=94446

 Log:
 Appling secure vault patch for Axis2 - AXIS2-4725  and Adding method to
 resolve password of NIO SSL and Mail transport. But Please note
 implementation must be in the underline transport code in all defined
 transports, actually not in Axis2. It is Ta ODO item for next release by
 keeping secure vault as WS-commoms or WSO2-commons  project. In 3.2.0, we
 are condsider only on email and NIO-SSL

 Modified:
   branches/carbon/3.2.0/dependencies/axis2/modules/kernel/pom.xml

 branches/carbon/3.2.0/dependencies/axis2/modules/kernel/src/org/apache/axis2/deployment/AxisConfigBuilder.java

 branches/carbon/3.2.0/dependencies/axis2/modules/kernel/src/org/apache/axis2/engine/AxisConfiguration.java

 Modified: branches/carbon/3.2.0/dependencies/axis2/modules/kernel/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/dependencies/axis2/modules/kernel/pom.xml?rev=94446r1=94445r2=94446view=diff

 ==
 --- branches/carbon/3.2.0/dependencies/axis2/modules/kernel/pom.xml
 (original)
 +++ branches/carbon/3.2.0/dependencies/axis2/modules/kernel/pom.xml
 Mon May 16 23:24:49 2011
 @@ -96,6 +96,11 @@
 artifactIdcommons-io/artifactId
 scopetest/scope
 /dependency
 +dependency
 +groupIdorg.wso2.securevault/groupId
 +artifactIdorg.wso2.securevault/artifactId
 +version1.0.0-SNAPSHOT/version
 +/dependency
 /dependencies
 scm
 connectionscm:svn:
 http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/kernel
 /connection

 Modified:
 branches/carbon/3.2.0/dependencies/axis2/modules/kernel/src/org/apache/axis2/deployment/AxisConfigBuilder.java
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/dependencies/axis2/modules/kernel/src/org/apache/axis2/deployment/AxisConfigBuilder.java?rev=94446r1=94445r2=94446view=diff

 ==
 ---
 branches/carbon/3.2.0/dependencies/axis2/modules/kernel/src/org/apache/axis2/deployment/AxisConfigBuilder.java
  (original)
 +++
 branches/carbon/3.2.0/dependencies/axis2/modules/kernel/src/org/apache/axis2/deployment/AxisConfigBuilder.java
  Mon May 16 23:24:49 2011
 @@ -53,6 +53,8 @@
  import org.apache.axis2.util.ThreadContextMigratorUtil;
  import org.apache.commons.logging.Log;
  import org.apache.commons.logging.LogFactory;
 +import org.wso2.securevault.SecretResolver;
 +import org.wso2.securevault.SecretResolverFactory;

  import javax.xml.namespace.QName;
  import javax.xml.stream.XMLStreamException;
 @@ -87,7 +89,7 @@
 public void populateConfig() throws DeploymentException {
 try {
 OMElement config_element = buildOM();
 -
 +
  axisConfig.setSecretResolver(SecretResolverFactory.create(config_element,
 false));
 if (!TAG_AXISCONFIG.equals(config_element.getLocalName())) {
 throw new
 DeploymentException(Messages.getMessage(badelementfound, TAG_AXISCONFIG,

 config_element.getLocalName()));
 @@ -644,6 +646,7 @@
 try {
 Iterator itr = transport.getChildrenWithName(new
 QName(TAG_PARAMETER));
 processParameters(itr, transportIN, axisConfig);
 +resolveTransportPasswords(transportIN);
 // adding to axis2 config
 axisConfig.addTransportIn(transportIN);
 transportReceivers.add(transportIN);
 @@ -692,6 +695,7 @@
 Iterator itr = transport.getChildrenWithName(new
 QName(TAG_PARAMETER));

 processParameters(itr, transportout, axisConfig);
 +resolveTransportPasswords(transportout);
 // adding to axis2 config
 axisConfig.addTransportOut(transportout);
 } catch (NoClassDefFoundError e) {
 @@ -785,4 +789,69 @@
 Class phaseClass =
 Loader.loadClass(axisConfig.getSystemClassLoader(), className);
 return (Phase) phaseClass.newInstance();
 }
 +
 +/**
 + * This is to resolve secured passwords of the transport sender and
 listeners.
 + * But this implementation must be in the underline transport code.
  TODO
 + * 

Re: [Carbon-dev] Distributed caching should be tested thoroughly

2011-05-17 Thread Asela Pathberiya
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


Re: [Carbon-dev] What is the relation ship with Realm Configuration and UserStoremanager

2011-05-16 Thread Asela Pathberiya
On Tue, May 17, 2011 at 8:50 AM, Amila Suriarachchi am...@wso2.com wrote:

 hi,

 I changed the Role name user name and connection names in user-mgt.xml as
 follows.

  Configuration
 AdminRoleadminRole/AdminRole
 AdminUser
  UserNameamila/UserName
  Passwordadmin123/Password
 /AdminUser
 EveryOneRoleNameeveryoneRole/EveryOneRoleName !-- By
 default users in this role sees the registry root --

  Property name=ConnectionNameuid=amila,ou=system/Property
 Property name=ConnectionPasswordadmin123/Property


 and getting this exception.


AFAIK, ConnectionName means that an existing user in LDAP who has permission
to read users and attributes and also perform searches on the LDAP server.
This user has been defined for LDAP as admin  (dn - uid=admin ,ou=system
) and password as admin. Therefore you need to connect to the LDAP using
above user and change it. Exception has occurred due to that there is no
such user called uid=amila,ou=system, in LDAP when server is started.

However you can change Admin user by changing the admin configuration
parameters which can be found in embedded-ldap.xml and also by configuring
same value as Admin user in user-mgt.xml

Thanks,
Asela.




 [2011-05-17 08:43:11,550] ERROR
 {org.wso2.carbon.user.core.ldap.LDAPConnectionContext} -  Error obtaining
 connection. [LDAP: error code 49 - cannot bind the principalDn.]
 javax.naming.AuthenticationException: [LDAP: error code 49 - cannot bind
 the principalDn.]
 at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3014)
 at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2960)
 at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2762)
 at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2676)
 at com.sun.jndi.ldap.LdapCtx.init(LdapCtx.java:288)
 at
 com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
 at
 com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
 at
 com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
 at
 com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
 at
 org.wso2.carbon.utils.multitenancy.CarbonContextHolder$CarbonInitialJNDIContextFactory.getInitialContext(CarbonContextHolder.java:755)
 at
 javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
 at
 javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
 at javax.naming.InitialContext.init(InitialContext.java:223)
 at javax.naming.InitialContext.init(InitialContext.java:197)
 at
 javax.naming.directory.InitialDirContext.init(InitialDirContext.java:82)
 at
 org.wso2.carbon.user.core.ldap.LDAPConnectionContext.getContext(LDAPConnectionContext.java:93)
 at
 org.wso2.carbon.user.core.ldap.LDAPUserStoreManager.init(LDAPUserStoreManager.java:102)
 at
 org.wso2.carbon.user.core.ldap.ApacheDSUserStoreManager.init(ApacheDSUserStoreManager.java:93)
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
 Method)
 at
 sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
 at
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
 at
 org.wso2.carbon.user.core.common.DefaultRealm.createObjectWithOptions(DefaultRealm.java:194)
 at
 org.wso2.carbon.user.core.common.DefaultRealm.initializeObjects(DefaultRealm.java:147)
 at
 org.wso2.carbon.user.core.common.DefaultRealm.init(DefaultRealm.java:113)
 at
 org.wso2.carbon.user.core.common.DefaultRealmService.initializeRealm(DefaultRealmService.java:226)
 at
 org.wso2.carbon.user.core.common.DefaultRealmService.init(DefaultRealmService.java:104)
 at
 org.wso2.carbon.user.core.common.DefaultRealmService.init(DefaultRealmService.java:117)
 at
 org.wso2.carbon.user.core.internal.Activator.startDeploy(Activator.java:51)
 at
 org.wso2.carbon.user.core.internal.BundleCheckActivator.start(BundleCheckActivator.java:54)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)
 at java.security.AccessController.doPrivileged(Native Method)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)
 at
 org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
 at
 org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
 at
 org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
 at
 org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
 at
 

Re: [Carbon-dev] XACML 2.0 Conformance Tests

2011-05-15 Thread Asela Pathberiya
On Mon, May 16, 2011 at 9:59 AM, Prabath Siriwardena prab...@wso2.comwrote:

 I guess we need to have this for 3.2.0 release.. and fix any
 non-conformance...

 Asela, do you have any cycles to work on this...?


Sure.. will look into it...

Thanks,
Asela.


 Thanks  regards,
 -Prabath

 On Tue, Mar 1, 2011 at 1:46 PM, Prabath Siriwardana prab...@wso2.com
 wrote:
 
 
  On Tue, Mar 1, 2011 at 1:40 PM, Afkham Azeez az...@wso2.com wrote:
 
  Why can't these cases go into the IS product in the Carbon trunk? We
 have
  plans to move the test framework into the mainstream codebase anyway.
 
  +1
  Thanks  regards,
  -Prabath
 
  On Tue, Mar 1, 2011 at 10:47 AM, Charitha Kankanamge chari...@wso2.com
 
  wrote:
 
  Hi Prabath,
 
  This will be included in IS admin test framework which will be
 commenced
  soon.
 
  Regards
  Charitha
 
  On Tue, Mar 1, 2011 at 9:47 AM, Prabath Siriwardana prab...@wso2.com
  wrote:
 
  Great..! Also I guess we can easily automate these tests. The
  confirmation test suite comes with a set of predefined requests and
  responses in XML. IS XACML engine has an admin service API which
 accepts the
  requests and returns back the response. So lets try to automate
 this...
  Thanks  regards,
  -Prabath
 
  On Tue, Mar 1, 2011 at 9:43 AM, Pavithra Madurangi pavit...@wso2.com
 
  wrote:
 
  Hi Prabath,
 
  Added them to IS test cases.
 
  Regards,
  Pavithra
 
  On Mon, Feb 28, 2011 at 10:33 PM, Prabath Siriwardana
  prab...@wso2.com wrote:
 
  Hi Charitha,
  Please add [1] to the IS test cases...
  --
  Thanks  Regards,
  Prabath
 
  [1]:
 http://www.oasis-open.org/committees/download.php/14846/xacml2.0-ct-v.0.4.zip
  [2]: https://wso2.org/jira/browse/CARBON-6861
 
  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
 
 
 
 
 
  --
  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
 
 
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; 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
 



 --
 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] Error while building mediation-initializer

2011-05-13 Thread Asela Pathberiya
Fixed. Please take svn up in components/mediation-initializer.

Thanks,
Asela.

On Fri, May 13, 2011 at 11:54 AM, Muhammed Shariq sha...@wso2.com wrote:

 I am getting the following error while building mediation-initializer, any
 ideas what could be the cause?

 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 50 source files to
 /home/shariq/src/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/shariq/src/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/src/main/java/org/wso2/carbon/mediation/initializer/ServiceBusInitializer.java:[27,37]
 package org.apache.synapse.securevault does not exist

 [ERROR]
 /home/shariq/src/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/src/main/java/org/wso2/carbon/mediation/initializer/ServiceBusInitializer.java:[399,40]
 cannot find symbol
 symbol  : variable SecurityConstants
 location: class org.wso2.carbon.mediation.initializer.ServiceBusInitializer

 [INFO] 2 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/shariq/src/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/src/main/java/org/wso2/carbon/mediation/initializer/ServiceBusInitializer.java:[27,37]
 package org.apache.synapse.securevault does not exist

 /home/shariq/src/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/src/main/java/org/wso2/carbon/mediation/initializer/ServiceBusInitializer.java:[399,40]
 cannot find symbol
 symbol  : variable SecurityConstants
 location: class org.wso2.carbon.mediation.initializer.ServiceBusInitializer

 Thanks,
 Shariq.


 ___
 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] WSO2 Carbon Continuous Build has FAILED

2011-05-13 Thread Asela Pathberiya
Fixed.

Thanks,
Asela

On Fri, May 13, 2011 at 11:53 AM, WSO2 EC2 Carbon Builder cbuil...@wso2.org
 wrote:

 [INFO] Local OBR update disabled (enable with -DobrRepository)
 [INFO]
 
 [INFO] Building WSO2 Carbon - Mediation Initializer
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting
 /home/carbon/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/target
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/carbon/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting
 /home/carbon/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 50 source files to
 /home/carbon/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/carbon/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/src/main/java/org/wso2/carbon/mediation/initializer/ServiceBusInitializer.java:[27,37]
 package org.apache.synapse.securevault does not exist

 [ERROR]
 /home/carbon/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/src/main/java/org/wso2/carbon/mediation/initializer/ServiceBusInitializer.java:[399,40]
 cannot find symbol
 symbol  : variable SecurityConstants
 location: class org.wso2.carbon.mediation.initializer.ServiceBusInitializer

 [INFO] 2 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/carbon/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/src/main/java/org/wso2/carbon/mediation/initializer/ServiceBusInitializer.java:[27,37]
 package org.apache.synapse.securevault does not exist

 /home/carbon/carbon/components/mediation-initializer/org.wso2.carbon.mediation.initializer/src/main/java/org/wso2/carbon/mediation/initializer/ServiceBusInitializer.java:[399,40]
 cannot find symbol
 symbol  : variable SecurityConstants
 location: class org.wso2.carbon.mediation.initializer.ServiceBusInitializer


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 105 minutes 8 seconds
 [INFO] Finished at: Fri May 13 06:23:10 UTC 2011
 [INFO] Final Memory: 1364M/1840M
 [INFO]
 
 ___
 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] Moving Synapse Secure Vault Code to WSO2-Commons

2011-05-13 Thread Asela Pathberiya
On Fri, May 13, 2011 at 2:02 PM, Isuru Suriarachchi is...@wso2.com wrote:

 Hi Asela,

 Why is the version of this secure vault trunk code [1] set to 1.0.0?
 Shouldn't it be a SNAPSHOT?


Thanks, Isuru for pointing it.   It was my fault..  will change it to
SNAPSHOT.

Thanks,
Asela.



 Thanks,
 ~Isuru

 [1] https://svn.wso2.org/repos/wso2/trunk/commons/securevault

 On Thu, May 12, 2011 at 7:51 PM, Asela Pathberiya as...@wso2.com wrote:

 This is done. Please take a svn update on dependancies and build
 dependencies/commons/securevault.

 Thanks,
 Asela.


 On Thu, May 12, 2011 at 9:56 AM, Asela Pathberiya as...@wso2.com wrote:

 Hi All,

 We are going to move the synapse secure vault code in to the Wso2-commons
 for this release,  AFAIK, there was a discussion on moving synapse secure
 vault to the WS-Commons, But it seems to be delay. Patch which is in jira
 [1] must be applied to the Carbon  3.2.0 axis2  branch. If patch is applied
 without moving the secure vault, this would create a synapse dependency for
 axis2.
 New package name would be org.wso2.securevault instead of
 org.apache.synapse.securevault

 Please let us know if there are any objections.

 [1] https://issues.apache.org/jira/browse/AXIS2-4725

 Thanks,
 Asela.



 ___
 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


___
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 has FAILED

2011-05-13 Thread Asela Pathberiya
This already has been fixed.

On Fri, May 13, 2011 at 2:30 PM, WSO2 EC2 Carbon Builder
cbuil...@wso2.orgwrote:

 [ERROR]
 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/admin/DataServiceAdmin.java:[433,12]
 cannot find symbol
 symbol  : class SecretResolver
 location: class org.wso2.carbon.dataservices.core.admin.DataServiceAdmin

 [ERROR]
 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/admin/DataServiceAdmin.java:[433,44]
 cannot find symbol
 symbol  : variable SecretResolverFactory
 location: class org.wso2.carbon.dataservices.core.admin.DataServiceAdmin

 [ERROR]
 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/DBUtils.java:[538,2]
 cannot find symbol
 symbol  : class SecretResolver
 location: class org.wso2.carbon.dataservices.core.DBUtils

 [ERROR]
 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/DataServiceFactory.java:[142,15]
 cannot find symbol
 symbol  : variable SecurityConstants
 location: class org.wso2.carbon.dataservices.core.DataServiceFactory

 [ERROR]
 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/DataServiceFactory.java:[144,4]
 cannot find symbol
 symbol  : class SecretResolver
 location: class org.wso2.carbon.dataservices.core.DataServiceFactory

 [ERROR]
 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/DataServiceFactory.java:[144,36]
 cannot find symbol
 symbol  : variable SecretResolverFactory
 location: class org.wso2.carbon.dataservices.core.DataServiceFactory

 [INFO] 18 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/engine/DataService.java:[23,37]
 package org.apache.synapse.securevault does not exist

 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/engine/DataService.java:[117,12]
 cannot find symbol
 symbol  : class SecretResolver
 location: class org.wso2.carbon.dataservices.core.engine.DataService

 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/engine/DataService.java:[549,11]
 cannot find symbol
 symbol  : class SecretResolver
 location: class org.wso2.carbon.dataservices.core.engine.DataService

 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/engine/DataService.java:[553,34]
 cannot find symbol
 symbol  : class SecretResolver
 location: class org.wso2.carbon.dataservices.core.engine.DataService

 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/admin/DataServiceAdmin.java:[37,37]
 package org.apache.synapse.securevault does not exist

 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/admin/DataServiceAdmin.java:[38,37]
 package org.apache.synapse.securevault does not exist

 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/DBUtils.java:[63,37]
 package org.apache.synapse.securevault does not exist

 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/DataServiceFactory.java:[27,37]
 package org.apache.synapse.securevault does not exist

 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/DataServiceFactory.java:[28,37]
 package org.apache.synapse.securevault does not exist

 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/DataServiceFactory.java:[29,37]
 package org.apache.synapse.securevault does not exist

 /home/carbon/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/admin/DataServiceAdmin.java:[347,12]
 cannot find symbol
 symbol  : class SecretResolver
 location: class org.wso2.carbon.dataservices.core.admin.DataServiceAdmin

 

Re: [Carbon-dev] Moving Synapse Secure Vault Code to WSO2-Commons

2011-05-12 Thread Asela Pathberiya
This is done. Please take a svn update on dependancies and build
dependencies/commons/securevault.

Thanks,
Asela.

On Thu, May 12, 2011 at 9:56 AM, Asela Pathberiya as...@wso2.com wrote:

 Hi All,

 We are going to move the synapse secure vault code in to the Wso2-commons
 for this release,  AFAIK, there was a discussion on moving synapse secure
 vault to the WS-Commons, But it seems to be delay. Patch which is in jira
 [1] must be applied to the Carbon  3.2.0 axis2  branch. If patch is applied
 without moving the secure vault, this would create a synapse dependency for
 axis2.
 New package name would be org.wso2.securevault instead of
 org.apache.synapse.securevault

 Please let us know if there are any objections.

 [1] https://issues.apache.org/jira/browse/AXIS2-4725

 Thanks,
 Asela.

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


[Carbon-dev] Test failures in Synapse Core

2011-05-12 Thread Asela Pathberiya
Hi All,

I am getting some test failures in synapse core.  Please let me know, If I
have missed any thing.

Running org.apache.synapse.mediators.transform.url.URLRewriteMediatorTest
Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.32 sec 
FAILURE!
Running org.apache.synapse.mediators.eip.CloneMediatorTest

Running org.apache.synapse.config.xml.URLRewriteMediatorSerializationTest
Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec 
FAILURE!
Running org.apache.synapse.mediators.TestUtils


Results :

Failed tests:

Tests run: 259, Failures: 4, Errors: 0, Skipped: 0

[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] There are test failures.
[INFO]

[INFO] Trace
org.apache.maven.BuildFailureException: There are test failures.
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test
failures.
at
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:425)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
... 17 more
[INFO]

[INFO] Total time: 2 minutes 45 seconds
[INFO] Finished at: Fri May 13 00:13:08 IST 2011
[INFO] Final Memory: 74M/374M
[INFO]

asela@asela-laptop:~/Carbon/New_trunk/carbon/test-den/dependencies/synapse/modules/core$



Thanks,
Asela.
___
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 has FAILED /home/carbon/carbon/products/is

2011-05-11 Thread Asela Pathberiya
Will looking into this.

Thanks,
Asela.

On Wed, May 11, 2011 at 7:52 PM, WSO2 Carbon-Builder cbuil...@wso2.orgwrote:

 [INFO] Installing org.wso2.carbon.registry.profiles.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.core.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.provider.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.user.profile.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.xacml.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.sso.saml.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.relying.party.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.claim.mgt.feature.group 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.claim.mgt.feature.group 3.2.0.SNAPSHOT.
 [INFO] Installing
 org.wso2.carbon.identity.authenticator.token.feature.group 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.um.ws.service.server.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.stratos.identity.styles.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing org.wso2.stratos.identity.utils.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.common.feature.group 1.1.0.SNAPSHOT.
 [INFO] Installing org.wso2.stratos.identity.ui.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing org.wso2.stratos.identity.saml2.sso.mgt.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing
 org.wso2.carbon.identity.provider.openid.admin.feature.group 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.tenant.mgt.core.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing
 org.wso2.carbon.identity.relying.party.server.feature.group 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.relying.party.ui.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.load.balance.agent.server.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.load.balance.agent.ui.feature.group
 1.1.0.SNAPSHOT.
 [ERROR] Cannot complete the install because one or more required items
 could not be found.
 [ERROR]  Software being installed: Identity XACML Feature 3.2.0.SNAPSHOT
 (org.wso2.carbon.identity.xacml.feature.group 3.2.0.SNAPSHOT)
 [ERROR]  Missing requirement: Identity XACML UI Feature 3.2.0.SNAPSHOT
 (org.wso2.carbon.identity.xacml.ui.feature.group 3.2.0.SNAPSHOT) requires
 'org.wso2.carbon.discovery.ui.feature.group [3.2.0.SNAPSHOT,3.3.0)' but it
 could not be found
 [ERROR]  Cannot satisfy dependency:
 [ERROR]   From: Identity XACML Feature 3.2.0.SNAPSHOT
 (org.wso2.carbon.identity.xacml.feature.group 3.2.0.SNAPSHOT)
 [ERROR]   To: org.wso2.carbon.identity.xacml.ui.feature.group
 [3.2.0.SNAPSHOT]
 [ERROR] Application failed, log file location:
 /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/p2-agent/configuration/1305123735559.log
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO]

 [INFO]
 
 [INFO] Trace
 org.apache.maven.lifecycle.LifecycleExecutionException:
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
 org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
 org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.plugin.MojoExecutionException:
at org.wso2.maven.p2.ProfileGenMojo.execute(ProfileGenMojo.java:170)
at
 

Re: [Carbon-dev] WSO2 Carbon Continuous Build has FAILED /home/carbon/carbon/products/is

2011-05-11 Thread Asela Pathberiya
Fixed.


On Wed, May 11, 2011 at 8:01 PM, Asela Pathberiya as...@wso2.com wrote:

 Will looking into this.

 Thanks,
 Asela.

 On Wed, May 11, 2011 at 7:52 PM, WSO2 Carbon-Builder cbuil...@wso2.orgwrote:

 [INFO] Installing org.wso2.carbon.registry.profiles.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.core.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.provider.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.user.profile.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.xacml.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.sso.saml.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.relying.party.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.claim.mgt.feature.group 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.claim.mgt.feature.group 3.2.0.SNAPSHOT.
 [INFO] Installing
 org.wso2.carbon.identity.authenticator.token.feature.group 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.um.ws.service.server.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.stratos.identity.styles.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing org.wso2.stratos.identity.utils.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.common.feature.group 1.1.0.SNAPSHOT.
 [INFO] Installing org.wso2.stratos.identity.ui.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing org.wso2.stratos.identity.saml2.sso.mgt.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing
 org.wso2.carbon.identity.provider.openid.admin.feature.group 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.tenant.mgt.core.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing
 org.wso2.carbon.identity.relying.party.server.feature.group 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.identity.relying.party.ui.feature.group
 3.2.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.load.balance.agent.server.feature.group
 1.1.0.SNAPSHOT.
 [INFO] Installing org.wso2.carbon.load.balance.agent.ui.feature.group
 1.1.0.SNAPSHOT.
 [ERROR] Cannot complete the install because one or more required items
 could not be found.
 [ERROR]  Software being installed: Identity XACML Feature 3.2.0.SNAPSHOT
 (org.wso2.carbon.identity.xacml.feature.group 3.2.0.SNAPSHOT)
 [ERROR]  Missing requirement: Identity XACML UI Feature 3.2.0.SNAPSHOT
 (org.wso2.carbon.identity.xacml.ui.feature.group 3.2.0.SNAPSHOT) requires
 'org.wso2.carbon.discovery.ui.feature.group [3.2.0.SNAPSHOT,3.3.0)' but it
 could not be found
 [ERROR]  Cannot satisfy dependency:
 [ERROR]   From: Identity XACML Feature 3.2.0.SNAPSHOT
 (org.wso2.carbon.identity.xacml.feature.group 3.2.0.SNAPSHOT)
 [ERROR]   To: org.wso2.carbon.identity.xacml.ui.feature.group
 [3.2.0.SNAPSHOT]
 [ERROR] Application failed, log file location:
 /home/carbon/carbon/products/is/modules/p2-profile-gen/service/target/p2-agent/configuration/1305123735559.log
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO]

 [INFO]
 
 [INFO] Trace
 org.apache.maven.lifecycle.LifecycleExecutionException:
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
 org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
 org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.plugin.MojoExecutionException:
at
 org.wso2

[Carbon-dev] Moving Synapse Secure Vault Code to WSO2-Commons

2011-05-11 Thread Asela Pathberiya
Hi All,

We are going to move the synapse secure vault code in to the Wso2-commons
for this release,  AFAIK, there was a discussion on moving synapse secure
vault to the WS-Commons, But it seems to be delay. Patch which is in jira
[1] must be applied to the Carbon  3.2.0 axis2  branch. If patch is applied
without moving the secure vault, this would create a synapse dependency for
axis2.
New package name would be org.wso2.securevault instead of
org.apache.synapse.securevault

Please let us know if there are any objections.

[1] https://issues.apache.org/jira/browse/AXIS2-4725

Thanks,
Asela.
___
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 has FAILED

2011-05-07 Thread Asela Pathberiya
On Sat, May 7, 2011 at 12:50 PM, Afkham Azeez az...@wso2.com wrote:

 Asela/Thilina, any idea why this is failing?


Fixed




 On Sat, May 7, 2011 at 12:42 PM, WSO2 Carbon-Builder cbuil...@wso2.orgwrote:

 May 7, 2011 12:42:35 PM wssec.TestWSSecurityWSS199 verify
 INFO: Before verifying UsernameToken
 May 7, 2011 12:42:35 PM wssec.TestWSSecurityWSS199 verify
 INFO: After verifying UsernameToken
 May 7, 2011 12:42:35 PM wssec.TestWSSecurityWSS234 testSignature
 INFO: Before Signing
 Tests run: 160, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.759
 sec  FAILURE!
 testSAMLSignedKeyHolderSendKeyValue(wssec.TestWSSecurityNewST3)  Time
 elapsed: 0.065 sec   ERROR!
 org.apache.ws.security.WSSecurityException: General security error (SAML
 token security failure)
at
 org.apache.ws.security.saml.SAMLUtil.getSAMLKeyInfo(SAMLUtil.java:176)
at
 org.apache.ws.security.saml.SAMLUtil.getSAMLKeyInfo(SAMLUtil.java:80)
at
 org.apache.ws.security.processor.SignatureProcessor.verifyXMLSignature(SignatureProcessor.java:371)
at
 org.apache.ws.security.processor.SignatureProcessor.handleToken(SignatureProcessor.java:116)
at
 org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:332)
at
 org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:249)
at
 org.apache.ws.security.WSSecurityEngine.processSecurityHeader(WSSecurityEngine.java:202)
at wssec.TestWSSecurityNewST3.verify(TestWSSecurityNewST3.java:281)
at
 wssec.TestWSSecurityNewST3.testSAMLSignedKeyHolderSendKeyValue(TestWSSecurityNewST3.java:217)

 Running components.PackageTests
 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec

 Results :

 Tests in error:
  testSAMLSignedKeyHolderSendKeyValue(wssec.TestWSSecurityNewST3)

 Tests run: 167, Failures: 0, Errors: 1, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbon/carbon/dependencies/wss4j/target/surefire-reports for the
 individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 71 minutes 3 seconds
 [INFO] Finished at: Sat May 07 12:42:35 IST 2011
 [INFO] Final Memory: 1280M/1905M
 [INFO]
 
 ___
 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


Re: [Carbon-dev] What is org.wso2.pwprovider ?

2011-05-03 Thread Asela Pathberiya
On Fri, Apr 29, 2011 at 8:09 PM, Asela Pathberiya as...@wso2.com wrote:

 Hi All,

 I have removed the pwprovider dependency from carbon core as we are not
 going to use it further..  New password provider (i.e implementation of
 SecretCallbackHandler  in synapse secure vault) is committed to
 /commons/secret-provider/  and also cipher tool code to use for encryption
 is committed to /commons/ciphertool/


 I have added a svn external to commons/secret-provider trunk [1] from [2].

[1]
https://svn.wso2.org/repos/wso2/trunk/carbon/dependencies/commons/secret-provider
[2] https://svn.wso2.org/repos/wso2/trunk/commons/secret-provider/

 I have added a svn external to commons/ciphertool trunk [3] from [4].

[3]
https://svn.wso2.org/repos/wso2/trunk/carbon/dependencies/commons/ciphertool
[4] https://svn.wso2.org/repos/wso2/trunk/commons/ciphertool/



 Thanks,
 Asela.





 On Tue, Jan 4, 2011 at 11:34 AM, Sumedha Rubasinghe sume...@wso2.comwrote:

 Is packaging naming convention right?
 Online build does not seem to download it. From where can I find the
 source?

 /sumedha

 Encountered following when building latest carbon-core trunk.

 Missing:
 --
 1) org.wso2.pwprovider:org.wso2.pwprovider:jar:1.6.4

   Try downloading the file manually from the project website.

Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.pwprovider
 -DartifactId=org.wso2.pwprovider -Dversion=1.6.4 -Dpackaging=jar
 -Dfile=/path/to/file




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://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] Shipping Secret-Provider and CipherTool with Carbon Core

2011-05-03 Thread Asela Pathberiya
Hi All,

According to the following mail thread [1]. I have removed the
org.wso2.pwprovider and  we are going to add  new two jars to the default
carbon distribution

1.
org.wso2.carbon.securevault.secretcallbackhandler.DefaultSecretCallbackHandler,
is the SecreatCallbackHandler implementation of synapse secure vault. This
is a sample implementation (actually the default secret provider for carbon)
to demonstrate how synapse secure vault can be used with carbon products. we
are hoping to put this jar into the lib and  repository/component/lib or
repository/component/dropins (as a osgi bundle) in defualt carbon
distribution. Please let us know what is the best place to keep this jar (or
osgi bundle) in default carbon distribution.
This class would  be used, Only when secure vault has configured (Not used
by default and not a dependency for any other component)

2. org.wso2.carbon.securevault.ciphertool.CipherTool, is the simple command
line tool that can be used to encrypt the plain text values and to configure
the default secure vault configurations. we are hoping to put this jar in to
lib and update the ciphertool scripts in bin directory.

Please let us know if there are any objections.

[1] http://www.mail-archive.com/carbon-dev@wso2.org/msg09310.html

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


Re: [Carbon-dev] Shipping Secret-Provider and CipherTool with Carbon Core

2011-05-03 Thread Asela Pathberiya
On Tue, May 3, 2011 at 1:04 PM, Sameera Jayasoma same...@wso2.com wrote:

 Hi Asela,

 On Tue, May 3, 2011 at 12:34 PM, Asela Pathberiya as...@wso2.com wrote:

 Hi All,

 According to the following mail thread [1]. I have removed the
 org.wso2.pwprovider and  we are going to add  new two jars to the default
 carbon distribution

 1.
 org.wso2.carbon.securevault.secretcallbackhandler.DefaultSecretCallbackHandler,
 is the SecreatCallbackHandler implementation of synapse secure vault. This
 is a sample implementation (actually the default secret provider for carbon)
 to demonstrate how synapse secure vault can be used with carbon products. we
 are hoping to put this jar into the lib and  repository/component/lib or
 repository/component/dropins (as a osgi bundle) in defualt carbon
 distribution. Please let us know what is the best place to keep this jar (or
 osgi bundle) in default carbon distribution.
 This class would  be used, Only when secure vault has configured (Not used
 by default and not a dependency for any other component)


 I guess, you can merge this bit of code the org.wso2.carbon.securevault
 component in Carbon Core. Then you don't have to worry about the packaging
 mechanism.


+1.  Yes. I hope, we can do it.



 2. org.wso2.carbon.securevault.ciphertool.CipherTool, is the simple
 command line tool that can be used to encrypt the plain text values and to
 configure the default secure vault configurations. we are hoping to put this
 jar in to lib and update the ciphertool scripts in bin directory.


 This is a separate tool right? Therefore you can keep this bit of code in
 the dependencies section. But you need to change the package name. How about
 org.wso2.ciphertool?


Noted. will changed.



 Thanks,
 Sameera


 Please let us know if there are any objections.

 [1] http://www.mail-archive.com/carbon-dev@wso2.org/msg09310.html

 Thanks,
 Asela.



 ___
 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] What is org.wso2.pwprovider ?

2011-04-29 Thread Asela Pathberiya
Hi All,

I have removed the pwprovider dependency from carbon core as we are not
going to use it further..  New password provider (i.e implementation of
SecretCallbackHandler  in synapse secure vault) is committed to
/commons/secret-provider/  and also cipher tool code to use for encryption
is committed to /commons/ciphertool/

Thanks,
Asela.





On Tue, Jan 4, 2011 at 11:34 AM, Sumedha Rubasinghe sume...@wso2.comwrote:

 Is packaging naming convention right?
 Online build does not seem to download it. From where can I find the
 source?

 /sumedha

 Encountered following when building latest carbon-core trunk.

 Missing:
 --
 1) org.wso2.pwprovider:org.wso2.pwprovider:jar:1.6.4

   Try downloading the file manually from the project website.

Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.pwprovider
 -DartifactId=org.wso2.pwprovider -Dversion=1.6.4 -Dpackaging=jar
 -Dfile=/path/to/file




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://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] Security scenario wizard - scenario images

2011-04-04 Thread Asela Pathberiya
On Sat, Apr 2, 2011 at 8:37 AM, Afkham Azeez az...@wso2.com wrote:

 Some improvements
 1. Convert BMPs to PNGs
 2. Use nicer looking icons
 3. Add proper tool tips to the icons
 4. Show the icons in a separate column; perhaps the middle column, in
 between the scenario summary  scenario description
 5. In the images, show the scenario ID along with the summary. You could
 have a heading at the top which has the scenario ID and summary.
 e.g. Scenario 1:  Username Token over HTTPS


updated UI with above changes...




 On Sat, Apr 2, 2011 at 8:26 AM, Afkham Azeez az...@wso2.com wrote:



 On Fri, Apr 1, 2011 at 5:38 PM, Asela Pathberiya as...@wso2.com wrote:



 On Fri, Apr 1, 2011 at 3:25 PM, Asela Pathberiya as...@wso2.com wrote:



 On Fri, Apr 1, 2011 at 3:22 PM, Afkham Azeez az...@wso2.com wrote:

 Wizard. These images clearly show the message exchange between the
 parties for each scenario.


 On Fri, Apr 1, 2011 at 3:18 PM, Isuru Suriarachchi is...@wso2.comwrote:

 Are we going to add the images into the documentation or into the UI
 Wizard?


 UI Wizard..  Image would be opened in the another tab.  will commit
 those stuff soon


 committed.  we can improve, if needed.


 Please change the bmp files to png or gif. We can reduce the size a lot by
 converting it to those formats.







 On Fri, Apr 1, 2011 at 3:14 PM, Afkham Azeez az...@wso2.com wrote:

 Hi Asela,
 Sometime back you were working on $subject. However, I do not see
 those images in the current security wizard. What happened to that work?

 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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




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




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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*






 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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*




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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] Security scenario wizard - scenario images

2011-04-01 Thread Asela Pathberiya
On Fri, Apr 1, 2011 at 3:22 PM, Afkham Azeez az...@wso2.com wrote:

 Wizard. These images clearly show the message exchange between the parties
 for each scenario.


 On Fri, Apr 1, 2011 at 3:18 PM, Isuru Suriarachchi is...@wso2.com wrote:

 Are we going to add the images into the documentation or into the UI
 Wizard?


UI Wizard..  Image would be opened in the another tab.  will commit those
stuff soon




 On Fri, Apr 1, 2011 at 3:14 PM, Afkham Azeez az...@wso2.com wrote:

 Hi Asela,
 Sometime back you were working on $subject. However, I do not see those
 images in the current security wizard. What happened to that work?

 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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




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




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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] Security scenario wizard - scenario images

2011-04-01 Thread Asela Pathberiya
On Fri, Apr 1, 2011 at 3:25 PM, Asela Pathberiya as...@wso2.com wrote:



 On Fri, Apr 1, 2011 at 3:22 PM, Afkham Azeez az...@wso2.com wrote:

 Wizard. These images clearly show the message exchange between the parties
 for each scenario.


 On Fri, Apr 1, 2011 at 3:18 PM, Isuru Suriarachchi is...@wso2.comwrote:

 Are we going to add the images into the documentation or into the UI
 Wizard?


 UI Wizard..  Image would be opened in the another tab.  will commit those
 stuff soon


committed.  we can improve, if needed.






 On Fri, Apr 1, 2011 at 3:14 PM, Afkham Azeez az...@wso2.com wrote:

 Hi Asela,
 Sometime back you were working on $subject. However, I do not see those
 images in the current security wizard. What happened to that work?

 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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




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




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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] Lot of page rendering issues in latest Identity Server (29th March Build)

2011-03-29 Thread Asela Pathberiya
On Wed, Mar 30, 2011 at 10:32 AM, Pavithra Madurangi pavit...@wso2.comwrote:

 Hi IS team,

 There are lots of issues in the latest IS build (29th March) and due to
 them testing cannot be continued. I've listed those issues below. Please
 provide a new pack with fixes.

 [1] https://wso2.org/jira/browse/CARBON-9199
 [2] https://wso2.org/jira/browse/CARBON-9200
 [3] https://wso2.org/jira/browse/CARBON-9201


Fixed.  issue were due to stub changes.. imports are not properly done.
will provide a new pack soon.

Thanks,
Asela.




 Regards,
 Pavithra

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


Re: [Carbon-dev] Build error while building from top

2011-03-28 Thread Asela Pathberiya
Fixed.

Thanks,
Asela.



On Mon, Mar 28, 2011 at 9:16 PM, Fazlan Sabar faz...@wso2.com wrote:

 Hi Folks,

 I get the following error, same with online or offline mode. The pom.xml
 at *service-stubs level* contains the following,

 *moduleorg.wso2.carbon.identity.relyingparty.stub/module*

 but *no* physical directory in my file system, I took several updates
 at service-stubs just now and didn't see any.

 fazlan@fazlan-laptop:~/projects/carbon/trunk/carbon/service-stubs$ mvn
 clean install -Dmaven.test.skip=true -o
 [INFO]
 NOTE: Maven is executing in offline mode. Any artifacts not already in your
 local
 repository will be inaccessible.

 [INFO] Scanning for projects...
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: unknown

 Reason: Could not find the model file
 '/home/fazlan/projects/carbon/trunk/carbon/service-stubs/org.wso2.carbon.identity.relyingparty.stub'.
 for project unknown


 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Could not find the model
 file
 '/home/fazlan/projects/carbon/trunk/carbon/service-stubs/org.wso2.carbon.identity.relyingparty.stub'.
 for project unknown
  at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:432)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:300)
  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
  at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
  at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.project.ProjectBuildingException: Could not
 find the model file
 '/home/fazlan/projects/carbon/trunk/carbon/service-stubs/org.wso2.carbon.identity.relyingparty.stub'.
 for project unknown
  at
 org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1585)
 at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:506)
  at
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
 at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:632)
  at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:515)
 at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:588)
  at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:419)
 ... 11 more
 Caused by: java.io.FileNotFoundException:
 /home/fazlan/projects/carbon/trunk/carbon/service-stubs/org.wso2.carbon.identity.relyingparty.stub
 (No such file or directory)
 at java.io.FileInputStream.open(Native Method)
  at java.io.FileInputStream.init(FileInputStream.java:106)
 at hidden.org.codehaus.plexus.util.xml.XmlReader.init(XmlReader.java:124)
  at
 hidden.org.codehaus.plexus.util.xml.XmlStreamReader.init(XmlStreamReader.java:67)
 at
 hidden.org.codehaus.plexus.util.ReaderFactory.newXmlReader(ReaderFactory.java:113)
  at
 org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1580)
 ... 17 more
 [INFO]
 
 [INFO] Total time: 1 second
 [INFO] Finished at: Mon Mar 28 21:10:42 IST 2011
 [INFO] Final Memory: 17M/490M
 [INFO]
 
 fazlan@fazlan-laptop:~/projects/carbon/trunk/carbon/service-stubs$

 On Mon, Mar 28, 2011 at 7:39 PM, Afkham Azeez az...@wso2.com wrote:

 Who? Please send flowers to the build breaker :)


 On Mon, Mar 28, 2011 at 7:26 PM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Mon, Mar 28, 2011 at 7:25 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Fixed! And no I did not break it :)


 And svn blame showed who broke it :P


 On Mon, Mar 28, 2011 at 5:28 PM, Afkham Azeez az...@wso2.com wrote:

 [INFO] Scanning for projects...
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Project 'org.wso2.carbon:org.wso2.carbon.message.store.stub' is
 duplicated in the reactor
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 

Re: [Carbon-dev] Error at IS startup (21st March build)

2011-03-21 Thread Asela Pathberiya
On Tue, Mar 22, 2011 at 9:29 AM, Kasun Indrasiri ka...@wso2.com wrote:

 We got a similar error on the ESB build yesterday. Please check
 bundles.info to verify that the required bundles are listed. Although,
 rebuilding will resolve this, there seems to have some issues here.


Thanks Kasun.  Yes .. entries are not listed in bundles.info.  seems to be
issue with build time.



 On Tue, Mar 22, 2011 at 9:14 AM, Pavithra Madurangi pavit...@wso2.comwrote:

 Hi IS team,

 The startup error mentioned at [1] still occurs in latest IS (21st March
 build). Please have a look.

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

 Regards,
 Pavithra



 ___
 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] Error at IS startup (21st March build)

2011-03-21 Thread Asela Pathberiya
On Tue, Mar 22, 2011 at 9:54 AM, Asela Pathberiya as...@wso2.com wrote:



 On Tue, Mar 22, 2011 at 9:29 AM, Kasun Indrasiri ka...@wso2.com wrote:

 We got a similar error on the ESB build yesterday. Please check
 bundles.info to verify that the required bundles are listed. Although,
 rebuilding will resolve this, there seems to have some issues here.


 Thanks Kasun.  Yes .. entries are not listed in bundles.info.  seems to be
 issue with build time.


I meant that issue seems to be occur when building the product. :)

Will check by rebuilding the product. however we need to look in to the
issue.





 On Tue, Mar 22, 2011 at 9:14 AM, Pavithra Madurangi pavit...@wso2.comwrote:

 Hi IS team,

 The startup error mentioned at [1] still occurs in latest IS (21st March
 build). Please have a look.

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

 Regards,
 Pavithra



 ___
 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] Cannot build components - dataservices

2011-03-15 Thread Asela Pathberiya
Very sorry.. It was my fault. I could not inform other on this change.. :(


On Tue, Mar 15, 2011 at 10:24 PM, Waruna Ranasinghe war...@wso2.com wrote:

 I reverted the api changes done in securevault module in synapse branch as
 per Asela's request.

 Reverted back to r89734


Waruna,  thanks for reverting this and keeping the build stable



 Thanks,
 Waruna

 On Tue, Mar 15, 2011 at 8:59 PM, Afkham Azeez az...@wso2.com wrote:

 [INFO] Compiling 109 source files to
 /Users/azeez/projects/wso2/org/trunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/DataServiceFactory.java:[137,57]
 cannot find symbol
 symbol  : method create(org.apache.axiom.om.OMElement,boolean)
 location: class org.apache.synapse.securevault.SecretResolverFactory

 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/admin/DataServiceAdmin.java:[340,65]
 cannot find symbol
 symbol  : method create(org.apache.axiom.om.OMElement,boolean)
 location: class org.apache.synapse.securevault.SecretResolverFactory

 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/admin/DataServiceAdmin.java:[426,65]
 cannot find symbol
 symbol  : method create(org.apache.axiom.om.OMElement,boolean)
 location: class org.apache.synapse.securevault.SecretResolverFactory

 [INFO] 3 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /Users/azeez/projects/wso2/org/trunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/DataServiceFactory.java:[137,57]
 cannot find symbol
 symbol  : method create(org.apache.axiom.om.OMElement,boolean)
 location: class org.apache.synapse.securevault.SecretResolverFactory

 /Users/azeez/projects/wso2/org/trunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/admin/DataServiceAdmin.java:[340,65]
 cannot find symbol
 symbol  : method create(org.apache.axiom.om.OMElement,boolean)
 location: class org.apache.synapse.securevault.SecretResolverFactory

 /Users/azeez/projects/wso2/org/trunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/admin/DataServiceAdmin.java:[426,65]
 cannot find symbol
 symbol  : method create(org.apache.axiom.om.OMElement,boolean)
 location: class org.apache.synapse.securevault.SecretResolverFactory


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 3 minutes 43 seconds
 [INFO] Finished at: Tue Mar 15 20:57:58 IST 2011
 [INFO] Final Memory: 394M/988M


 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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: %2B94%2077%203320919+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




 --
 -
 Waruna Ranasinghe
 Senior Software Engineer, WSO2

 Mobile: +94 724 318285
 BLOG: http://warunapw.blogspot.com

 www.wso2.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] Testing Carbon-3.2.0 source packs

2011-03-09 Thread Asela Pathberiya
On Thu, Mar 10, 2011 at 10:40 AM, Charitha Kankanamge chari...@wso2.comwrote:

 Folks,
 I just downloaded carbon-3.2.0 source pack (wso2carbon-3.2.0-SNAPSHOT-src)
 and got to know it cannot be built at the moment. Last time we did the
 mistake by delaying  the testing of source packs (and not even testing some
 source packs)because of the dependencies were not uploaded to the repos. Is
 there any way to start testing source packs early in a release cycle?


Normally source packs should be created by getting a fresh svn co from
tagged location. Therefore I do not think that there is much use of testing
them early.

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


Re: [Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-05 Thread Asela Pathberiya
Fixed ... sorry. forget to commit some changes...

Thanks,
Asela.

On Sat, Mar 5, 2011 at 12:39 PM, WSO2 Builder buil...@wso2.org wrote:

 [WARNING] Warning building bundle
 org.wso2.carbon:org.wso2.carbon.identity.user.profile.ui:bundle:3.2.0-SNAPSHOT
 : Importing packages that are never refered to by any class on the
 Bundle-Classpath[Jar:dot]: [org.wso2.carbon.identity.user.profile.ui.i18n]
 [INFO] [install:install]
 [INFO] Installing
 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.user.profile.ui/target/org.wso2.carbon.identity.user.profile.ui-3.2.0-SNAPSHOT.jar
 to
 /home/carbon/.m2/repository/org/wso2/carbon/org.wso2.carbon.identity.user.profile.ui/3.2.0-SNAPSHOT/org.wso2.carbon.identity.user.profile.ui-3.2.0-SNAPSHOT.jar
 [INFO] [bundle:install]
 [INFO] Parsing file:/home/carbon/.m2/repository/repository.xml
 [INFO] Installing
 org/wso2/carbon/org.wso2.carbon.identity.user.profile.ui/3.2.0-SNAPSHOT/org.wso2.carbon.identity.user.profile.ui-3.2.0-SNAPSHOT.jar
 [INFO] Writing OBR metadata
 [INFO]
 
 [INFO] Building WSO2 Carbon - Identity Entitlement
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] Deleting directory
 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.entitlement/target
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 3 resources
 [INFO] [compiler:compile]
 [INFO] Compiling 17 source files to
 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.entitlement/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/EntitlementPolicyAdminService.java:[64,46]
 unreported exception java.lang.Exception; must be caught or declared to be
 thrown

 [ERROR]
 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/EntitlementPolicyAdminService.java:[174,46]
 unreported exception java.lang.Exception; must be caught or declared to be
 thrown

 [ERROR]
 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/EntitlementPolicyAdminService.java:[189,46]
 unreported exception java.lang.Exception; must be caught or declared to be
 thrown

 [INFO] 3 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/EntitlementPolicyAdminService.java:[64,46]
 unreported exception java.lang.Exception; must be caught or declared to be
 thrown

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/EntitlementPolicyAdminService.java:[174,46]
 unreported exception java.lang.Exception; must be caught or declared to be
 thrown

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/EntitlementPolicyAdminService.java:[189,46]
 unreported exception java.lang.Exception; must be caught or declared to be
 thrown


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 112 minutes
 [INFO] Finished at: Sat Mar 05 12:38:58 IST 2011
 [INFO] Final Memory: 1090M/1729M
 [INFO]
 
 ___
 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] Store some encrypted data in GREG

2011-03-03 Thread Asela Pathberiya
On Thu, Mar 3, 2011 at 12:24 PM, Srinath Perera srin...@wso2.com wrote:

 Can we use secure vault here? is that only for passowords in config
 files? --Srinath


Yes we can. But In secure vault also it is not straight, same as above, by
using an encrypt() method in EncryptionProvider class.. There is separate
tool called cipherTool for encrypting passwords in config files or command
line given plain text.. Therefore it can not be used pragmatically..

Thanks
Asela


 On Mon, Feb 28, 2011 at 10:26 AM, Rajika Kumarasiri raj...@wso2.com
 wrote:
  Thanks that helped.
 
  Rajika
 
  On Mon, Feb 28, 2011 at 10:19 AM, Thilina Buddhika thili...@wso2.com
  wrote:
 
  Yes, In Carbon-Core/CryptoUtil class, there are two methods called
  encrypt() and decrypt(). You can invoke the encrypt method passing the
 plain
  text password and get it encrypted before storing it in the registry.
 These
  methods use the primary key pair for encryption/decryption.
  Hope this helps.
  Thanks,
  Thilina
 
  On Mon, Feb 28, 2011 at 10:05 AM, Rajika Kumarasiri raj...@wso2.com
  wrote:
 
  I need to store some passwords in GREG. Is there a way to achieve this
 ?
 
  Rajika
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Thilina Buddhika
  Senior Software Engineer
  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
 
 



 --
 
 Srinath Perera, Ph.D.
   Senior Software Architect, WSO2 Inc.
   Visiting Lecturer, University of Moratuwa
   Member, Apache Software Foundation
   Research Scientist, Lanka Software Foundation
   Blog: http://srinathsview.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] Tool tip script

2011-02-22 Thread Asela Pathberiya
On Tue, Feb 22, 2011 at 6:09 PM, Chanaka Jayasena chan...@wso2.com wrote:

 Hi all,

 I created a simple tool tip script to fulfil a requirement to show an image
 as a tool tip. I commit the script to Carbon UI Core bundle. It use YUI
 panel to display the tool tip.

 This is how you can use it in a carbon ui bundle.

 1 - Include following js,css library files which are in the core ui.

 link rel=stylesheet type=text/css
 href=../yui/build/container/assets/skins/sam/container.css

 script type=text/javascript
 src=../yui/build/yahoo-dom-event/yahoo-dom-event.js/script
 script type=text/javascript
 src=../yui/build/container/container-min.js/script
 script type=text/javascript
 src=../yui/build/element/element-min.js/script
 script type=text/javascript src=../admin/js/widgets.js/script


 2 - Define the mouseover event listener.

  a href=# onmouseover=showTooltip(this,'tool tip text') /Mouse Over
 This Text/a


Thanks Chanaka...  This can be used to improved the security and entitlement
UI wizards



 thanks,
 Chanaka

 ___
 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] Latest packs available for testing

2011-02-06 Thread Asela Pathberiya
On Mon, Feb 7, 2011 at 10:53 AM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Mon, Feb 7, 2011 at 10:44 AM, Pavithra Madurangi pavit...@wso2.comwrote:

 Identity server 3.2.0 is not available in [1]. Since it's going to be
 release in chunk 1, please provide a build.

 [1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/


 IS folks, please have a look at build log inside [1] and see what has gone
 wrong!


I will look into this


 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] Latest packs available for testing

2011-02-06 Thread Asela Pathberiya
On Mon, Feb 7, 2011 at 11:33 AM, Asela Pathberiya as...@wso2.com wrote:



 On Mon, Feb 7, 2011 at 10:53 AM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Mon, Feb 7, 2011 at 10:44 AM, Pavithra Madurangi pavit...@wso2.comwrote:

 Identity server 3.2.0 is not available in [1]. Since it's going to be
 release in chunk 1, please provide a build.

 [1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/


 IS folks, please have a look at build log inside [1] and see what has gone
 wrong!


Fixed. Please take svn up in products/is/modules/distribution

Thanks,
Asela.


 I will look into this


 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] [Builds] Product builds based on Carbon 3.2.0-SNAPSHOT

2011-02-05 Thread Asela Pathberiya
On Sat, Feb 5, 2011 at 6:44 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Sameera,

 On Sat, Feb 5, 2011 at 5:57 PM, Sameera Jayasoma same...@wso2.com wrote:



 On Sat, Feb 5, 2011 at 4:43 PM, Sameera Jayasoma same...@wso2.comwrote:



 On Sat, Feb 5, 2011 at 1:44 PM, Sameera Jayasoma same...@wso2.comwrote:

 Hi,

 Please find the Carbon core, Appserver, G-Reg packs at [1]. I will
 update the list when other packs are available.


 ESB packs are available.


 IS packs are available.

 * ESB and G-Reg folks, I am getting some exceptions while starting the
 these packs up. But startup was ok. Please look into those issues.


 Will have a look.



 * ESB, Appserver and G-Reg folks, please update your build scripts to
 generate source packs.


 We don't generate source packs for product builds, from the POMs. If you
 try to do that, you will notice that the sources under
 carbon-trunk/product/NAME are included but nothing else. The sources
 generated for carbon and IS are wrong (see the sizes of the packs), and
 should be fixed. IIRC, we have scripts for generating source packs (Asela?).


Yes. those sources are wrong. Actually there is no such script yet. Will
create a one.  IMO, it is better to host the source pack after  tagging the
svn.

Thanks,
Asela.


 Thanks,
 Senaka.


 Thanks
 Sameera


 Thanks
 Sameera

 [1] 
 http://builder.wso2.org/~carbon/releases/carbon/3.2.0/build-1/http://builder.wso2.org/%7Ecarbon/releases/carbon/3.2.0/build-1/

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




 --
 *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://www.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] [Builds] Product builds based on Carbon 3.2.0-SNAPSHOT

2011-02-05 Thread Asela Pathberiya
On Sat, Feb 5, 2011 at 10:00 PM, Senaka Fernando sen...@wso2.com wrote:



 On Sat, Feb 5, 2011 at 9:53 PM, Asela Pathberiya as...@wso2.com wrote:



 On Sat, Feb 5, 2011 at 6:44 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Sameera,

 On Sat, Feb 5, 2011 at 5:57 PM, Sameera Jayasoma same...@wso2.comwrote:



 On Sat, Feb 5, 2011 at 4:43 PM, Sameera Jayasoma same...@wso2.comwrote:



 On Sat, Feb 5, 2011 at 1:44 PM, Sameera Jayasoma same...@wso2.comwrote:

 Hi,

 Please find the Carbon core, Appserver, G-Reg packs at [1]. I will
 update the list when other packs are available.


 ESB packs are available.


 IS packs are available.

 * ESB and G-Reg folks, I am getting some exceptions while starting the
 these packs up. But startup was ok. Please look into those issues.


 Will have a look.



 * ESB, Appserver and G-Reg folks, please update your build scripts to
 generate source packs.


 We don't generate source packs for product builds, from the POMs. If you
 try to do that, you will notice that the sources under
 carbon-trunk/product/NAME are included but nothing else. The sources
 generated for carbon and IS are wrong (see the sizes of the packs), and
 should be fixed. IIRC, we have scripts for generating source packs (Asela?).


 Yes. those sources are wrong. Actually there is no such script yet. Will
 create a one.


 Cool. Just to understand what you'd be doing in here; we just need to:

 1. copy the entire source tree to location X


Actually get the fresh svn co from the tagged location

2. run 'svn stat' and remove everything that's unrelated
 3. and remove all src/target folders (if you simply remove all target
 folders, some packages that have target in it may get removed too)


If fresh checkout, can omit this


 4. and then remove all .svn files
 5. and finally remove other products


just rename directory as product as followings  :) . Then root pom is also
must be changed

products/is/*   product/*


 6. and zip it

 Did I miss something?


No... that was done when building source packs for previous releases.


 Thanks,
 Senaka.


 IMO, it is better to host the source pack after  tagging the svn.

 Thanks,
 Asela.


 Thanks,
 Senaka.


 Thanks
 Sameera


 Thanks
 Sameera

 [1] 
 http://builder.wso2.org/~carbon/releases/carbon/3.2.0/build-1/http://builder.wso2.org/%7Ecarbon/releases/carbon/3.2.0/build-1/

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




 --
 *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://www.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://www.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] client-truststore.jks the default trust-store of Carbon

2011-02-04 Thread Asela Pathberiya
On Fri, Feb 4, 2011 at 7:00 PM, Thilina Buddhika thili...@wso2.com wrote:

 Hi Devs,

 Currently we are setting wso2carbon.jks as the default trust-store in a
 Carbon instance. This is set during the server startup inside  the
 CarbonServerManager class.

 IMO, it should be client-truststore.jks which should be set as the default
 trust-store in Carbon while treating wso2carbon.jks only as the primary key
 store. Usually users manage their primary key stores separately from the
 trust store. But with the current implementation, they have to import some
 of certificates to the primary key store to get certain scenarios working.


+1  Then we are not going to ship the CA certificates with wso2carbon.jks ?

Thanks,
Asela.



 Also for transports, we are using wso2carbon.jks as the key store while
 using client-truststore.jks as the trust-store. So it will be more
 consistent to use client-truststore.jks as the system wide trust store
 instead of the wso2carbon.jks.

 To make this change, we have to add a new configuration element to the
 carbon.xml similar to the existing key store configuration.

 Let us know your feedback on this.

 Thanks,
 Thilina

 --
 Thilina Buddhika
 Senior Software Engineer
 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


Re: [Carbon-dev] Carbon 3.2.0 - Chunk -1 Release

2011-02-01 Thread Asela Pathberiya
On Mon, Jan 31, 2011 at 9:59 PM, Prabath Siriwardana prab...@wso2.comwrote:

 Hi,

 I guess we are planning to have Carbon, AS, ESB, GReg and IS as the
 chunk - 1 product releases...

 Can we have someone from each product to act as the release manager of
 each...


I will be managing the IS release.

Thanks,
Asela.



 --
 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.0 - Chunk -1 Release

2011-02-01 Thread Asela Pathberiya
On Wed, Feb 2, 2011 at 11:27 AM, Prabath Siriwardana prab...@wso2.comwrote:

 Release managers of each product please take the ownership of
 maintaining the builds..


I think it is better to take the ownership of creating source distribution
for each product by the release manager..

Thanks,
Asela.



 Thanks in advance...

 Thanks  regards,
 -Prabath

 On Wed, Feb 2, 2011 at 10:50 AM, Samisa Abeysinghe sam...@wso2.com
 wrote:
 
 
  On Wed, Feb 2, 2011 at 9:41 AM, Charitha Kankanamge chari...@wso2.com
  wrote:
 
  Hi,
 
  After 27th of January, we do not see any build in [1]. Is there any
 other
  location we should look at to get the latest builds? If now, can someone
  please fix the build and provide us with packs for testing?
 
  Packs have been broken since 27th. So there are build breaks that need to
 be
  fixed.
 
  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
 
 



 --
 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] Error when generating p2 profile for IS

2011-01-25 Thread Asela Pathberiya
On Tue, Jan 25, 2011 at 4:05 PM, Amila Jayasekara ami...@wso2.com wrote:

 Hi All,
  When generating p2 profile for IS server i am getting following error,

 [INFO] Cannot complete the install because one or more required items could
 not be found.
 [INFO]  Software being installed: Identity Core Feature 3.2.0.SNAPSHOT
 (org.wso2.carbon.identity.core.feature.group 3.2.0.SNAPSHOT)
 [INFO]  *Missing requirement: Identity Core Feature 3.2.0.SNAPSHOT
 (org.wso2.carbon.identity.core.feature.group 3.2.0.SNAPSHOT) requires
 'org.wso2.carbon.core.feature.group [3.2.0.SNAPSHOT,3.3.0)' but it could not
 be found*
 [INFO] Application failed, log file location:
 /home/amila/development/wso2/carbon/trunk/products/is/modules/p2-profile-gen/target/p2-agent/configuration/1295951347893.log
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO]
 ...
 ..

 Detail log is attached to the mail.

 To my understanding the dependent org.wso2.carbon.core.feature.group
 (3.2.0-SNAPSHOT) is there in the repository. But still p2 is complaining.
 Where else do i need to check for the correct version and above named
 feature bundle ?


Fixed by updating wso2carbon artifact id (to wso2carbon-core). Please take
svn up in product/is

Thanks,
Asela.



 Please let me know how i can resolve this issue.

 Thanks in advance.
 AmilaJ


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


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


Re: [Carbon-dev] WSRealmBuilder

2011-01-21 Thread Asela Pathberiya
On Fri, Jan 21, 2011 at 8:12 PM, Indika Kumara ind...@wso2.com wrote:

 Hi all,

 As per [1] , there was  the 'WSRealmBuilder'  to obtain a UserRealm  in a
 client program. It seems that it is not in the 3.1.0.


  It must be in org.wso2.carbon.um.ws.api which can be found under
components/remote-usermgt

Thanks,
Asela.


 Could some please tell me the new API to be used for the same purpose. I
 tried to find it from the carbon core codebase but was unsuccessful.

 Thanks,

 Indika

 [1]
 http://blog.facilelogin.com/2010/05/managing-users-and-roles-with-wso2.html


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


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


[Carbon-dev] Carbon Server startup fails on trunk

2011-01-17 Thread Asela Pathberiya
Hi All,

I am getting following error when carbon server is startup.  Have i miss any
thing ?


Exception in thread main javax.xml.stream.FactoryConfigurationError:
Provider com.ctc.wstx.stax.WstxInputFactory not found
at javax.xml.stream.XMLInputFactory.newInstance(Unknown Source)
at org.apache.axiom.om.util.StAXUtils$7.run(StAXUtils.java:505)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.axiom.om.util.StAXUtils.newXMLInputFactory(StAXUtils.java:495)
at
org.apache.axiom.om.util.StAXUtils.getXMLInputFactory_perClassLoader(StAXUtils.java:566)
at
org.apache.axiom.om.util.StAXUtils.getXMLInputFactory(StAXUtils.java:172)
at
org.apache.axiom.om.util.StAXUtils.getXMLInputFactory(StAXUtils.java:137)
at
org.apache.axiom.om.util.StAXUtils.createXMLStreamReader(StAXUtils.java:224)
at
org.apache.axiom.om.util.StAXUtils.createXMLStreamReader(StAXUtils.java:218)
at
org.apache.axiom.om.impl.builder.StAXOMBuilder.init(StAXOMBuilder.java:170)
at
org.wso2.carbon.caching.core.CacheConfiguration.load(CacheConfiguration.java:115)
at
org.wso2.carbon.utils.multitenancy.CarbonContextHolder.clinit(CarbonContextHolder.java:137)
at org.wso2.carbon.server.Main.main(Main.java:81)

Thanks,
Asela.
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] What is org.wso2.pwprovider ?

2011-01-03 Thread Asela Pathberiya
On Tue, Jan 4, 2011 at 11:34 AM, Sumedha Rubasinghe sume...@wso2.comwrote:

 Is packaging naming convention right?


org.wso2.pwprovider is related with carbon secure vault patch. This must be
renamed. (we have already discussed to changed the secure vault stuff). But
i just applied the patch which was in carbon 3.1.0 to make sure that the
everything is in trunk.


 Online build does not seem to download it. From where can I find the
 source?


Please take a svn up in dependencies and build the
dependencies/commons/pwprovider

Thanks,
Asela.


 /sumedha

 Encountered following when building latest carbon-core trunk.

 Missing:
 --
 1) org.wso2.pwprovider:org.wso2.pwprovider:jar:1.6.4

   Try downloading the file manually from the project website.

Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.pwprovider
 -DartifactId=org.wso2.pwprovider -Dversion=1.6.4 -Dpackaging=jar
 -Dfile=/path/to/file




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


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


Re: [Carbon-dev] What is org.wso2.pwprovider ?

2011-01-03 Thread Asela Pathberiya
On Tue, Jan 4, 2011 at 12:13 PM, Indika Kumara ind...@wso2.com wrote:

 Hi Prabath,

 Sometime ago, we decided (in synapse DEV list) to move the Synapse secure
 vault to WS-commons so that axis2 ( + transports) can use it. I even
 provided a patch (only part of the solution).


If Synapse secure vault does not contain any dependencies with synapse.
IMO, it is better to investigate on using it for carbon configuration files
rather than building an another secure vault approach. WDYT?

Thanks,
Asela.


 Thanks,

 Indika


 On Tue, Jan 4, 2011 at 12:32 PM, Prabath Siriwardana prab...@wso2.comwrote:

 Thanks Indika.. We are in the process of building a common secure vault
 approach - for all configuration files , could be carbon/synapse/axis2 and
 make it a WSO2 commons project..

 Thanks  regards,
 -Prabath


 On Tue, Jan 4, 2011 at 11:50 AM, Indika Kumara ind...@wso2.com wrote:

 Prabath

 That secure vault is based on the custom code done for a specific user.
 The original secure vault is in Synapse and it is described at [1]. Asela
 and I discuss about that yesterday.

 Thanks,

 Indika

 [1]
 http://wso2.org/project/esb/java/3.0.1/docs/securing_secret_information.html

 On Tue, Jan 4, 2011 at 12:14 PM, Prabath Siriwardana 
 prab...@wso2.comwrote:

 This should be a WSO2 commons project [which is part of secure vault]
 and we also need to fix the naming

 Thanks  regards,
 -Prabath

 On Tue, Jan 4, 2011 at 11:34 AM, Sumedha Rubasinghe 
 sume...@wso2.comwrote:

 Is packaging naming convention right?
 Online build does not seem to download it. From where can I find the
 source?

 /sumedha

 Encountered following when building latest carbon-core trunk.

 Missing:
 --
 1) org.wso2.pwprovider:org.wso2.pwprovider:jar:1.6.4

   Try downloading the file manually from the project website.

Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.pwprovider
 -DartifactId=org.wso2.pwprovider -Dversion=1.6.4 -Dpackaging=jar
 -Dfile=/path/to/file




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



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



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


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


Re: [Carbon-dev] Chunk-2 release readiness - on Carbon 3.1.0

2010-12-16 Thread Asela Pathberiya
On Thu, Dec 16, 2010 at 1:22 PM, Sameera Jayasoma same...@wso2.com wrote:



 On Thu, Dec 16, 2010 at 2:40 AM, Hasini Gunasinghe has...@wso2.comwrote:

 Hi all,

 This is to inform that as per offline discussion of Prabath, Samisa, Asela
 and myself, it was decided to release IS with chunk 3. Following is a
 description about the reason for moving it to chunk 3.

 Embedded-apacheds server was supposed to be shipped with IS as
 its default  user store, as a new feature. There are some attributes in
 claim-dialect that are not supported by ApacheDS by default
 (issue: CARBON-8215). Some of those attributes are required in some other
 features like openID (issue: CARBON-8054). In order to resolve those issues
 and to introduce custom attributes with a custom object class, there needs
 to be changes made in user-core. Also, there are other issues (for example:
 CARBON-8171 https://wso2.org/jira/browse/CARBON-8171) that needs fixes
 in user-core.

 Since the chunk 3 is released with a patched version of carbon-core, those
 can be fixed.


 For the chunk 3 products, we can do a  Carbon Core 3.1.1 release if
 necessary.


Yes. but as i know, chunk 3 would be based on 3.2.0.

Thanks,
Asela.



 Thanks
 Sameera


 Thanks,
 Hasini.

 On Thu, Dec 16, 2010 at 12:09 PM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 Hi Shammi,
 Please fix the following BRS L1 issue. This issue has been fixed in AS
 release by patching carbon AFAIK. Pradeep knows the solution.

 [1]https://wso2.org/jira/browse/CARBON-8397 - Code gen does not work
 when BRS is deployed on app servers

 Regards
 Charitha



 On Tue, Dec 14, 2010 at 11:10 PM, Pradeep Fernando prad...@wso2.comwrote:

 hi all,

 please find the chunk 2 p2 repo  (all the features belonging to the
 products in chunk 1 release and the upcoming chunk 2 release).

 I have a versioning issue for  couple of features related to brs  is
 styles. will add those in the next build after clarifying those.

 http://builder.wso2.org/~carbon/releases/carbon/3.1.0/chunk2/http://builder.wso2.org/%7Ecarbon/releases/carbon/3.1.0/chunk2/

 thanks.
 --Pradeep

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



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



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


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


Re: [Carbon-dev] Differences in registry core trunk and 3.1.0 branch

2010-12-14 Thread Asela Pathberiya
Hi Sadeep,

This diff is related to the secure vault. As we are going to change secure
vault stuff, patch is not applied to trunk. New implementation would be
available on the trunk.

Thanks,
Asela.

On Tue, Dec 14, 2010 at 5:31 PM, Sadeep Jayasumana sad...@wso2.com wrote:

 Hi,

 $subject. Diff file is attached.

 --
 Sadeep Jayasumana

 Software Engineer
 WSO2 Inc.
 Email - sad...@wso2.com
 Mobile - +94 77 22 66 507

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


Re: [Carbon-dev] Chunk-2 release readiness - on Carbon 3.1.0

2010-12-13 Thread Asela Pathberiya
On Mon, Dec 13, 2010 at 8:56 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Some of the chunk 2 product builds are broken.


 Release managers need to have a look and fix these ASAP.


There was a issue with wss4j version. Thilina has already fixed it.




 On Sun, Dec 12, 2010 at 6:59 PM, Pradeep Fernando prad...@wso2.comwrote:

 On Sun, Dec 12, 2010 at 5:50 PM, Sameera Jayasoma same...@wso2.com
 wrote:
  Hi,
 
  Can we unfroze the Branch for chunk2 products? Btw we are fixing only L1
  issues. Please don't commit to the released components/features.
 
  Pradeep, Can you upload all the artifacts of the products released in
 chunk1
  and remove relavent modules from the pom.xml? Talk to Senaka, if you
 need
  more help on this.
 will do.

 -Pradeep

 
  Thanks
  Sameera
 
  On Sat, Dec 11, 2010 at 7:36 PM, Senaka Fernando sen...@wso2.com
 wrote:
 
  Hi Nuwan,
 
  Not yet. Will talk to Charitha, finalize on whether we have nothing
 left
  in Chunk1, create tag and unfreeze.
 
  Thanks,
  Senaka.
 
  On Sat, Dec 11, 2010 at 6:44 PM, Nuwan Bandara nu...@wso2.com wrote:
 
  Hi Senaka,
 
  On Sat, Dec 11, 2010 at 2:52 PM, Senaka Fernando sen...@wso2.com
 wrote:
 
  Folks of DSS, BRS, GS and IS, are you all set for a release in ~1
 week
  (20th December)?
 
  Yeah, so far from GS side we are on schedule, but we have only done
  development level QA, After a proper QA round I guess we can correctly
  predict. :)
 
  Also, Is the branch unfrozen now ?, I need to do some modifications do
  the dependencies (Shindig), which I havent done yet.
 
  Regards,
  /Nuwan
 
 
  Thanks,
  Senaka.
 
  On Wed, Dec 8, 2010 at 1:58 PM, Anjana Fernando anj...@wso2.com
 wrote:
 
  Hi,
 
  On Wed, Dec 8, 2010 at 1:05 PM, Sumedha Rubasinghe 
 sume...@wso2.com
  wrote:
  
  
   On Wed, Dec 8, 2010 at 12:46 PM, Anjana Fernando anj...@wso2.com
 
   wrote:
  
   Hi,
  
   After a talk with Dr.Sanjiva, we decided to go with the new
 feature,
  
   Would be helpful if you mention what this is.. ;-) ... or else
 attach
   a
   screenshot of whiteboard for the benefit of all remote readers of
 the
   list.
 
  Yeah :), sorry, the discussed topic is what I've mentioned in the
 mail
  @architecture with the subject Improved Complex Type Results in
 DSS.
  Basically, this is to improve the result structure of data services
 so
  it can have nested elements/attributes, so the user can model the
  result in any format he likes.
 
  Cheers,
  Anjana.
 
  
   /sumedha
  
  
  
   so we need to do some UI changes for it as well, so by Friday we
   should be able to code freeze.
  
   Regards,
   Anjana.
  
   On Tue, Dec 7, 2010 at 9:51 AM, Anjana Fernando anj...@wso2.com
 
   wrote:
Hi Prabath,
   
There are a few pending tasks that we have to have a meeting
 and
discuss with Dr.Sanjiva, it's an extension to the data services
result
format we have. Most of it is already implemented, just has to
verify
if we are going ahead with it or not, and if we are, there are
some
small UI changes to be done.
   
As for the docs and all, the majority is completed, Amani was
working
on them in the last few days. Prabath was finishing up a new
feature
in DSS, adding a timer task functionality, we have to add some
small
UI functionality and update the docs for that.
   
And there were some non-high priority jiras that can all be
resolved
in a few hours time.
   
Regards,
Anjana.
   
On Tue, Dec 7, 2010 at 8:09 AM, Prabath Siriwardana
prab...@wso2.com
wrote:
Thanks Nuwan for the update..
Asela/Anjana... how are we doing with the IS/DSS releases..?
 Are
we in
a
position to code freeze for those by this Thursday...?
Thanks  regards,
-Prabath
   
On Mon, Dec 6, 2010 at 12:40 PM, Nuwan Bandara 
 nu...@wso2.com
wrote:
   
Hi,
We are still working on trunk, due to the fact that chunk 1
products
are
using dashboard in the branch and it is frozen to commit.
 once
the
chunck 1
products are released, we are planing to merge the changes to
the
branch
again.
At the moment I am working on .dar deployment which is broken
 in
3.0.1 release. Other than that all features planed for the
release are
completed and committed to the trunk. Lalaji is also working
 on
product Docs
and almost complete.
Thanks  Regards,
/Nuwan
   
On Mon, Dec 6, 2010 at 11:51 AM, Prabath Siriwardana
prab...@wso2.com
wrote:
   
[resending with the correct subject]
Hi Nuwan, Asela, Anjana,
Can you please update the list on the status of GS, IS and
DSS..?
These products are planned to go as chunk-2 [earlier we had
 BPS
too -
but
moved in to chunk-1 now.]
   
We need to plan to code freeze on these products by
 Thursday...
--
Thanks  Regards,
Prabath
   
   
___
Carbon-dev mailing list

Re: [Carbon-dev] Source Packs for AS, MS and G-Reg releases {was: RC3 Builds for the Chunk1 release(Appserver, bps, ms) {was: [Builds] RC2 Builds for the Chunk1 release(Appserver, greg, bps, ms)}}

2010-12-12 Thread Asela Pathberiya
On Sun, Dec 12, 2010 at 12:26 AM, Senaka Fernando sen...@wso2.com wrote:

 Hi Asela,

 Need your help in this. Now that the releases are done. We need to do this
 asap; build source packs on a clean repo, publish all artifacts to Maven,
 Tag branch, and unfreeze the code.


Sorry for late reply..  For 3.0.1 release, sources packs were created after
all chucks are released.  Artifacts which are related to each chuck were
uploaded to repo when chuck was tagged. As there were few component in
3.0.1, this was done by manually.



 Do we have a process to follow? are there any scripts that automate this?


+1 for having a script.



 Thanks,
 Senaka.

 On Sat, Dec 11, 2010 at 2:44 AM, Senaka Fernando sen...@wso2.com wrote:

 You can find these at [1]. Note that G-Reg is released.

 http://builder.wso2.org/%7Ecarbon/releases/carbon/3.1.0/chunk1/rc3/

 Thanks,
 Senaka.

 On Sat, Dec 11, 2010 at 1:02 AM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 After a few last minute issues, AppServer binary pack [1] is ready for
 release now.

 [1]http://builder.wso2.org/~carbon/releases/carbon/3.1.0/chunk1/rc3/http://builder.wso2.org/%7Ecarbon/releases/carbon/3.1.0/chunk1/rc3/

 But we cannot host the documentation pack until we fix the system
 requirements section of wso2appserver-4.0.0-docs/installation_guide.html and
 wso2appserver-4.0.0-docs/installation_src.html. These guides mention
 jre1.5 as minimum but it should be 1.6
 Please fix these two documents and upload a new docs pack.

 Regards
 Charitha



 On Fri, Dec 10, 2010 at 10:56 PM, Nirodha Pramod niro...@wso2.comwrote:

 Hi,

 Issue is in the Doc distribution, I think the binary distribution is
 ready to be released.

 Thanks,
 Nirodha.



 On Fri, Dec 10, 2010 at 10:42 PM, Ruchira Wageesha ruch...@wso2.comwrote:

 Hi,

 There was an unclosed tag in the doc which prevents copying it into doc
 distribution. I just fixed it. We need to rebuild mashup docs.

 Thanks,
 Ruchira


 On Fri, Dec 10, 2010 at 9:49 PM, Nirodha Pramod niro...@wso2.comwrote:

 Hi,
  above issue is still there in RC3 10-Dec-2010 15:30 8.8M, Doc.

 regards,



 Nirodha.


 On Fri, Dec 10, 2010 at 9:47 PM, Nirodha Pramod niro...@wso2.comwrote:

 Hi,

 Doc is still not updated correctly. Though there is a link for
 'sparql' under Host objects, the link is dead. 'sparqlhostobject.html' 
 needs
 to be included.

 Thanks,
 Nirodha.


 On Fri, Dec 10, 2010 at 1:57 PM, Ruchira Wageesha 
 ruch...@wso2.comwrote:

 Hi Norodha,

 Sparql doc was added. Now it should be ready to go.

 Ruchira


 On Fri, Dec 10, 2010 at 1:43 PM, Nirodha Pramod 
 niro...@wso2.comwrote:

 Hi,

 I think Mashup 2.2.0 is ready to be released when the doc is
 updated on Sparql.

 Thanks,
 Nirodha.


 On Fri, Dec 10, 2010 at 3:54 AM, Senaka Fernando 
 sen...@wso2.comwrote:



 On Fri, Dec 10, 2010 at 2:57 AM, Pradeep Fernando 
 prad...@wso2.com wrote:

 On Thu, Dec 9, 2010 at 9:37 PM, Senaka Fernando sen...@wso2.com
 wrote:
  Please note that the G-Reg, BPS and MS packs are available. The
 AppServer
  pack and P2 repo will be available once Pradeep has finished
 with the
  product specific fixes.

 Hi,

 I am done with Document edits. You can trig a build.


 Updated, [1] with AS build, and p2-repo.

 [1]
 http://builder.wso2.org/~carbon/releases/carbon/3.1.0/chunk1/rc2/http://builder.wso2.org/%7Ecarbon/releases/carbon/3.1.0/chunk1/rc2/

 Thanks,
 Senaka.



 --Pradeep

 
  Thanks,
  Senaka.
 
  On Thu, Dec 9, 2010 at 9:33 PM, Senaka Fernando 
 sen...@wso2.com wrote:
 
  FYI.
 
 
 http://builder.wso2.org/~carbon/releases/carbon/3.1.0/chunk1/rc2/http://builder.wso2.org/%7Ecarbon/releases/carbon/3.1.0/chunk1/rc2/
 
  Thanks,
  Senaka.
 
  --
  Senaka Fernando
  Associate Technical Lead  Product Manager - WSO2 G-Reg;
  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://www.linkedin.com/in/senakafernando
 
  Lean . Enterprise . Middleware
 
 
 
 
  --
  Senaka Fernando
  Associate Technical Lead  Product Manager - WSO2 G-Reg;
  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://www.linkedin.com/in/senakafernando
 
  Lean . Enterprise . Middleware
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Pradeep Fernando
 Software Engineer
 WSO2 Inc; http://wso2.com/

 blog: http://pradeepfernando.blogspot.com/
 m: +94776603662

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




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com*
 Member; Apache Software Foundation; http://apache.org

 E-mail: 

Re: [Carbon-dev] Chunk-2 release readiness - on Carbon 3.1.0

2010-12-06 Thread Asela Pathberiya
On Tue, Dec 7, 2010 at 8:09 AM, Prabath Siriwardana prab...@wso2.comwrote:

 Thanks Nuwan for the update..

 Asela/Anjana... how are we doing with the IS/DSS releases..? Are we in a
 position to code freeze for those by this Thursday...?


There are two blockers (security related) [1], [2] that must be  fixed. I
will look into them today. Hasini is looking in to the issues [3] of
embedded-apacheds server which are also critical.  I hope we can do the code
freeze on thursday.  However i will update the list today with the status of
above issues.

[1] https://wso2.org/jira/browse/CARBON-8280
[2] https://wso2.org/jira/browse/CARBON-8286
[3] https://wso2.org/jira/browse/CARBON-8215

Thanks,
Asela.


 Thanks  regards,
 -Prabath


 On Mon, Dec 6, 2010 at 12:40 PM, Nuwan Bandara nu...@wso2.com wrote:

 Hi,

 We are still working on trunk, due to the fact that chunk 1 products are
 using dashboard in the branch and it is frozen to commit. once the chunck 1
 products are released, we are planing to merge the changes to the branch
 again.

 At the moment I am working on .dar deployment which is broken in
 3.0.1 release. Other than that all features planed for the release are
 completed and committed to the trunk. Lalaji is also working on product Docs
 and almost complete.

 Thanks  Regards,
 /Nuwan

 On Mon, Dec 6, 2010 at 11:51 AM, Prabath Siriwardana prab...@wso2.comwrote:

 [resending with the correct subject]

 Hi Nuwan, Asela, Anjana,

 Can you please update the list on the status of GS, IS and DSS..?

 These products are planned to go as chunk-2 [earlier we had BPS too - but
 moved in to chunk-1 now.]

 We need to plan to code freeze on these products by Thursday...

 --
 Thanks  Regards,
 Prabath



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




 --
 Thanks  Regards,

 Nuwan Bandara
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

 http://www.nuwanbando.com

 http://www.nuwanbando.com/

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




 --
 Thanks  Regards,
 Prabath Siriwardena


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

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


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


Re: [Carbon-dev] Latest BPS-2.1.0 Build

2010-12-06 Thread Asela Pathberiya
Hi Milinda,

Are we changing the BPS version to 2.0.2 (not 2.1.0)?  BPS pack which is
build now, is wso2bps-2.0.2.zip.

Thanks,
Asela.

On Tue, Dec 7, 2010 at 10:29 AM, Asanka Abeysinghe asan...@wso2.com wrote:

 JDK build 22 not 23 (1.6_022) :).
 - Asanka


 On Tue, Dec 7, 2010 at 8:51 AM, pavithra madurangi pavit...@wso2.comwrote:

 Hi,

 I'll get the environment ready and will start testing giving high priority
 to the scenarios mentioned by Asanka and Kasun.

 Regards,
 Pavithra

 On Tue, Dec 7, 2010 at 8:48 AM, Charitha Kankanamge chari...@wso2.comwrote:

 Thanks Asanka!

 Pavithra,
 Please get this environment ready. There are ozone images with RHEL (but
 I'm not sure about version 4)

 Regards
 Charitha


 On Tue, Dec 7, 2010 at 8:43 AM, Asanka Abeysinghe asan...@wso2.comwrote:

 Hi Charitha,
 Please find the information in-line.
 Thx
 Asanka

 On Tue, Dec 7, 2010 at 8:08 AM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 Hi Asanka,

 Since we will not get sufficient time for all platform test
 combinations, can you please let us know the most important test setup
 requirements for this BPS release?

 OS - ?

 RHEL-4

 JVM - ?

 Sun JDK-1.6_023

 separated registry setup or standalone?

 JDBC backed remote registry connects to a MySQL cluster

 DBMS?

 Above + system registry runs on default/embedded H2

 Standalone or embedded into app server? if so, what is the app server?

 Standalone

 Any specific browser?

 Not specific (latest FF and IE8)


 Thanks!

 Charitha




 On Tue, Dec 7, 2010 at 12:45 AM, Asanka Abeysinghe 
 asan...@wso2.comwrote:



 On Tue, Dec 7, 2010 at 12:21 AM, Kasun Indrasiri ka...@wso2.comwrote:

 We have to specifically test with a service chaining scenario and
 check whether the xml attributes get drop from the final response.


 Addition to that a basic smoke test and Activity Recovery and Failure
 feature [1]  needs to be test.
 - Asanka

 [1] http://ode.apache.org/activity-failure-and-recovery.html



 Thanks.


 On Mon, Dec 6, 2010 at 12:53 PM, Waruna Ranasinghe 
 war...@wso2.comwrote:

 Hi All,

 I also updated release-note and README.


 Thanks,
 Waruna


 On Mon, Dec 6, 2010 at 8:06 AM, Milinda Pathirage mili...@wso2.com
  wrote:

 Hi Prabath,
 I updated release-note and README. Just need to update docs. But I
 think we can release docs separately from the product.

 Thanks
 Milinda


 On Mon, Dec 6, 2010 at 4:29 PM, Prabath Siriwardana 
 prab...@wso2.com wrote:

 Thanks Asela for hosting this..

 Pavithra, can you please sync up with Asanka to identify the
 highest priority test scenarios...

 Waruna, can you please update the release note and the docs

 Thanks  regards,
 -Prabath

 On Mon, Dec 6, 2010 at 5:38 PM, Asela Pathberiya 
 as...@wso2.comwrote:

 Hi All,

 Can be found here [1]

 [1]
 http://builder.wso2.org/~carbon/releases/carbon/3.1.0/latest/http://builder.wso2.org/%7Ecarbon/releases/carbon/3.1.0/latest/

 Thanks,
 Asela.

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




 --
 Thanks  Regards,
 Prabath Siriwardena

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

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




 --
 Milinda Pathirage
 Technical Lead and Product Manager, Business Process Server - WSO2
 Inc; http://wso2.com
 Blog: http://blog.mpathirage.com

 Lean Enterprise Middleware

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




 --

 -
 Waruna Ranasinghe
 WSO2 Inc.
 www.wso2.com - Lean . Enterprise . Middleware

 BLOG: http://warunapw.blogspot.com


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




 --
 Asanka Abeysinghe,
 Director, Solutions Architecture, WSO2,Inc., http://wso2.com/,
 e: asan...@wso2.com, m: +94 77 734 0064, p: +1 408 754 7388 - 51272,

 b: http://blog.asanka.org, t: http://twitter.com/asankama,

 Lean . Enterprise . Middleware

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



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




 --
 Asanka Abeysinghe,
 Director, Solutions Architecture, WSO2,Inc., http://wso2.com/,
 e: asan

Re: [Carbon-dev] Latest BPS-2.1.0 Build

2010-12-06 Thread Asela Pathberiya
On Tue, Dec 7, 2010 at 10:39 AM, Milinda Pathirage mili...@wso2.com wrote:

 BPS version for this release is 2.0.2.



Please find the new BPS- 2.0.2 build from here [1]

[1] http://builder.wso2.org/~carbon/releases/carbon/3.1.0/latest/

Thanks,
Asela.



 Thanks
 Milinda


 On Tue, Dec 7, 2010 at 7:07 AM, Asela Pathberiya as...@wso2.com wrote:

 Hi Milinda,

 Are we changing the BPS version to 2.0.2 (not 2.1.0)?  BPS pack which is
 build now, is wso2bps-2.0.2.zip.

 Thanks,
 Asela.


 On Tue, Dec 7, 2010 at 10:29 AM, Asanka Abeysinghe asan...@wso2.comwrote:

 JDK build 22 not 23 (1.6_022) :).
 - Asanka


 On Tue, Dec 7, 2010 at 8:51 AM, pavithra madurangi pavit...@wso2.comwrote:

 Hi,

 I'll get the environment ready and will start testing giving high
 priority to the scenarios mentioned by Asanka and Kasun.

 Regards,
 Pavithra

 On Tue, Dec 7, 2010 at 8:48 AM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 Thanks Asanka!

 Pavithra,
 Please get this environment ready. There are ozone images with RHEL
 (but I'm not sure about version 4)

 Regards
 Charitha


 On Tue, Dec 7, 2010 at 8:43 AM, Asanka Abeysinghe asan...@wso2.comwrote:

 Hi Charitha,
 Please find the information in-line.
 Thx
 Asanka

 On Tue, Dec 7, 2010 at 8:08 AM, Charitha Kankanamge 
 chari...@wso2.com wrote:

 Hi Asanka,

 Since we will not get sufficient time for all platform test
 combinations, can you please let us know the most important test setup
 requirements for this BPS release?

 OS - ?

 RHEL-4

 JVM - ?

 Sun JDK-1.6_023

 separated registry setup or standalone?

 JDBC backed remote registry connects to a MySQL cluster

 DBMS?

 Above + system registry runs on default/embedded H2

 Standalone or embedded into app server? if so, what is the app
 server?

 Standalone

 Any specific browser?

 Not specific (latest FF and IE8)


 Thanks!

 Charitha




 On Tue, Dec 7, 2010 at 12:45 AM, Asanka Abeysinghe asan...@wso2.com
  wrote:



 On Tue, Dec 7, 2010 at 12:21 AM, Kasun Indrasiri ka...@wso2.comwrote:

 We have to specifically test with a service chaining scenario and
 check whether the xml attributes get drop from the final response.


 Addition to that a basic smoke test and Activity Recovery and
 Failure feature [1]  needs to be test.
 - Asanka

 [1] http://ode.apache.org/activity-failure-and-recovery.html



 Thanks.


 On Mon, Dec 6, 2010 at 12:53 PM, Waruna Ranasinghe 
 war...@wso2.com wrote:

 Hi All,

 I also updated release-note and README.


 Thanks,
 Waruna


 On Mon, Dec 6, 2010 at 8:06 AM, Milinda Pathirage 
 mili...@wso2.com wrote:

 Hi Prabath,
 I updated release-note and README. Just need to update docs. But
 I think we can release docs separately from the product.

 Thanks
 Milinda


 On Mon, Dec 6, 2010 at 4:29 PM, Prabath Siriwardana 
 prab...@wso2.com wrote:

 Thanks Asela for hosting this..

 Pavithra, can you please sync up with Asanka to identify the
 highest priority test scenarios...

 Waruna, can you please update the release note and the docs

 Thanks  regards,
 -Prabath

 On Mon, Dec 6, 2010 at 5:38 PM, Asela Pathberiya 
 as...@wso2.com wrote:

 Hi All,

 Can be found here [1]

 [1]
 http://builder.wso2.org/~carbon/releases/carbon/3.1.0/latest/http://builder.wso2.org/%7Ecarbon/releases/carbon/3.1.0/latest/

 Thanks,
 Asela.

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




 --
 Thanks  Regards,
 Prabath Siriwardena

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

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




 --
 Milinda Pathirage
 Technical Lead and Product Manager, Business Process Server -
 WSO2 Inc; http://wso2.com
 Blog: http://blog.mpathirage.com

 Lean Enterprise Middleware

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




 --

 -
 Waruna Ranasinghe
 WSO2 Inc.
 www.wso2.com - Lean . Enterprise . Middleware

 BLOG: http://warunapw.blogspot.com


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




 --
 Asanka Abeysinghe,
 Director, Solutions Architecture, WSO2,Inc., http://wso2.com/,
 e: asan...@wso2.com, m: +94 77 734 0064, p: +1 408 754 7388 -
 51272,
 b: http://blog.asanka.org, t: http://twitter.com/asankama,

 Lean . Enterprise . Middleware

Re: [Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2010-12-05 Thread Asela Pathberiya
On Sun, Dec 5, 2010 at 12:31 PM, Thilina Buddhika thili...@wso2.com wrote:

 Fixed.


Thanks for fixing it..



 Earlier Axis2 parent pom [1] was referring to neethi-3.0.0-SNAPSHOT which
 had a dependency on axiom 1.2.11-SNAPSHOT. Fixed it by including a direct
 dependency to neethi 2.0.4.wso2v2 which is the correct version.

 But leaving axis2 with this neethi version could result in build failures
 in other code-gen operations that involve policies defined in the WSDL.

 Thanks,
 Thilina

 [1] -
 https://svn.wso2.org/repos/wso2/branches/carbon/3.1.0/dependencies/axis2/modules/parent/pom.xml


 On Sun, Dec 5, 2010 at 11:18 AM, Senaka Fernando sen...@wso2.com wrote:



 On Sun, Dec 5, 2010 at 9:54 AM, Asela Pathberiya as...@wso2.com wrote:



 On Sun, Dec 5, 2010 at 7:31 AM, WSO2 Builder buil...@wso2.org wrote:

 [INFO] Executed tasks
 [INFO] [compiler:compile]
 [INFO] Compiling 37 source files to
 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/target/classes
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/openid/OpenIDConsumer.java:[43,51]
 package org.wso2.carbon.identity.relyingparty.ui.dto does not exist

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/openid/OpenIDConsumer.java:[44,51]
 package org.wso2.carbon.identity.relyingparty.ui.dto does not exist

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/openid/OpenIDConsumer.java:[236,11]
 cannot find symbol
 symbol  : class OpenIDDTO
 location: class
 org.wso2.carbon.identity.relyingparty.ui.openid.OpenIDConsumer

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/openid/extensions/OpenIDExtension.java:[25,51]
 package org.wso2.carbon.identity.relyingparty.ui.dto does not exist

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/openid/extensions/OpenIDExtension.java:[44,39]
 cannot find symbol
 symbol  : class ClaimDTO
 location: interface
 org.wso2.carbon.identity.relyingparty.ui.openid.extensions.OpenIDExtension

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[29,47]
 cannot find symbol
 symbol  : class RelyingPartyServiceStub
 location: package org.wso2.carbon.identity.relyingparty.ui

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[30,0]
 package org.wso2.carbon.identity.relyingparty.ui.dto does not exist

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[38,12]
 cannot find symbol
 symbol  : class RelyingPartyServiceStub
 location: class
 org.wso2.carbon.identity.relyingparty.ui.client.RelyingPartyServiceClient

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[82,48]
 cannot find symbol
 symbol  : class InfoCardDTO
 location: class
 org.wso2.carbon.identity.relyingparty.ui.client.RelyingPartyServiceClient

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[82,11]
 cannot find symbol
 symbol  : class InfoCardSignInDTO
 location: class
 org.wso2.carbon.identity.relyingparty.ui.client.RelyingPartyServiceClient

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[144,44]
 cannot find symbol
 symbol  : class OpenIDDTO
 location: class
 org.wso2.carbon.identity.relyingparty.ui.client.RelyingPartyServiceClient

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[144,11]
 cannot find symbol



 Compilation failure is due to missing generated code. stubs are not
 generated. I also experienced the same issue when online build is run

Re: [Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2010-12-04 Thread Asela Pathberiya
On Sun, Dec 5, 2010 at 7:31 AM, WSO2 Builder buil...@wso2.org wrote:

 [INFO] Executed tasks
 [INFO] [compiler:compile]
 [INFO] Compiling 37 source files to
 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/target/classes
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/openid/OpenIDConsumer.java:[43,51]
 package org.wso2.carbon.identity.relyingparty.ui.dto does not exist

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/openid/OpenIDConsumer.java:[44,51]
 package org.wso2.carbon.identity.relyingparty.ui.dto does not exist

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/openid/OpenIDConsumer.java:[236,11]
 cannot find symbol
 symbol  : class OpenIDDTO
 location: class
 org.wso2.carbon.identity.relyingparty.ui.openid.OpenIDConsumer

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/openid/extensions/OpenIDExtension.java:[25,51]
 package org.wso2.carbon.identity.relyingparty.ui.dto does not exist

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/openid/extensions/OpenIDExtension.java:[44,39]
 cannot find symbol
 symbol  : class ClaimDTO
 location: interface
 org.wso2.carbon.identity.relyingparty.ui.openid.extensions.OpenIDExtension

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[29,47]
 cannot find symbol
 symbol  : class RelyingPartyServiceStub
 location: package org.wso2.carbon.identity.relyingparty.ui

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[30,0]
 package org.wso2.carbon.identity.relyingparty.ui.dto does not exist

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[38,12]
 cannot find symbol
 symbol  : class RelyingPartyServiceStub
 location: class
 org.wso2.carbon.identity.relyingparty.ui.client.RelyingPartyServiceClient

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[82,48]
 cannot find symbol
 symbol  : class InfoCardDTO
 location: class
 org.wso2.carbon.identity.relyingparty.ui.client.RelyingPartyServiceClient

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[82,11]
 cannot find symbol
 symbol  : class InfoCardSignInDTO
 location: class
 org.wso2.carbon.identity.relyingparty.ui.client.RelyingPartyServiceClient

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[144,44]
 cannot find symbol
 symbol  : class OpenIDDTO
 location: class
 org.wso2.carbon.identity.relyingparty.ui.client.RelyingPartyServiceClient

 /home/carbon/stratos/carbon/components/identity/org.wso2.carbon.identity.relyingparty.ui/3.1.0/src/main/java/org/wso2/carbon/identity/relyingparty/ui/client/RelyingPartyServiceClient.java:[144,11]
 cannot find symbol



Compilation failure is due to missing generated code. stubs are not
generated. I also experienced the same issue when online build is run.
Actual issue seems to following.  Will look into it.

INFO] [antrun:run {execution: source-code-generation}]
[INFO] Executing tasks
 [java] Retrieving document at
'src/main/resources/RelyingPartyService.wsdl'.
 [java] log4j:WARN No appenders could be found for logger
(org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder).
 [java] log4j:WARN Please initialize the log4j system properly.
 [java] Exception in thread main java.lang.NoClassDefFoundError:
org/apache/axiom/om/OMXMLBuilderFactory
 [java] at
org.apache.neethi.PolicyEngine.getPolicy(PolicyEngine.java:82)
 [java] at
org.apache.axis2.util.PolicyUtil.getPolicyComponent(PolicyUtil.java:182)
 [java] at

Re: [Carbon-dev] apacheds-server component broken on 3.1.0 branch Fwd: WSO2 Carbon Continuous Build has FAILED

2010-12-02 Thread Asela Pathberiya
On Thu, Dec 2, 2010 at 10:38 PM, Thilina Buddhika thili...@wso2.com wrote:

 Fixed the compilation failure with a temporary fix, so that continuous
 build won't remain broken.  HasiniG will look into the code and include the
 proper fix. This component is used only by IS at the moment.


It seems to be that commit [1] has been forgotten to commit to the 3.1.0
branch.

[1]
http://wso2.org/svn/browse/wso2/trunk/carbon/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/tenant/Tenant.java?view=diffr1=82832r2=82833pathrev=82833



 Thanks,
 Thilina


 On Thu, Dec 2, 2010 at 9:03 PM, Samisa Abeysinghe sam...@wso2.com wrote:


 [INFO]
 
 [INFO] Building WSO2 Carbon - Directory Server
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO] [compiler:compile]
 [INFO] Compiling 3 source files to
 /home/carbon/stratos/carbon/components/apacheds-server/org.wso2.carbon.directory/3.1.0/target/classes
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/carbon/stratos/carbon/components/apacheds-server/org.wso2.carbon.directory/3.1.0/src/main/java/org/wso2/carbon/directory/tenant/LDAPTenantManagerService.java:[128,20]
 cannot find symbol
 symbol  : method getAdminFullName()
 location: class org.wso2.carbon.user.core.tenant.Tenant

 /home/carbon/stratos/carbon/components/apacheds-server/org.wso2.carbon.directory/3.1.0/src/main/java/org/wso2/carbon/directory/tenant/LDAPTenantManagerService.java:[129,55]
 cannot find symbol
 symbol  : method getAdminFullName()
 location: class org.wso2.carbon.user.core.tenant.Tenant


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 34 seconds
 [INFO] Finished at: Thu Dec 02 20:54:05 IST 2010
 [INFO] Final Memory: 223M/1252M
 [INFO]
 

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




 --
 Thilina Buddhika
 Senior Software Engineer

 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
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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


Re: [Carbon-dev] WSO2 Carbon Platform Chunk-1 Release Readiness...

2010-12-02 Thread Asela Pathberiya
On Fri, Dec 3, 2010 at 4:37 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 Someone need to look into the License Manager and get the licenses done for
 this release.

 We have this intern who got it to work. We can ask for his help if needed.


I will look in to it. I got help of License Manager for 3.0.1 release. it
uses mysql. If we have a mysql instance in builder machine. we can install
it there.

Thanks,
Asela.




 On Thu, Dec 2, 2010 at 4:30 PM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Thu, Dec 2, 2010 at 3:54 PM, Prabath Siriwardana prab...@wso2.comwrote:

 Hi Sameera,

 Can we get the latest packs to QA with the L1 fixes


 The packs are continuously being built on local builder. So if you commit
 the fixes now, they will be there in the build after the next (not in
 immediate next)

 Thanks,
 Samisa...

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



 Thanks,
 Samisa...

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




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


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


Re: [Carbon-dev] WSO2 Carbon Platform Chunk-1 Release Readiness...

2010-12-02 Thread Asela Pathberiya
On Fri, Dec 3, 2010 at 9:36 AM, Sameera Jayasoma same...@wso2.com wrote:

 Hi Asela,

 Can you please fix this issue[1]?. Updating license.txt in Carbon core

 Thanks
 Sameera

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


Fixed for carbon core.

Thanks,
Asela.




 On Fri, Dec 3, 2010 at 9:01 AM, Asela Pathberiya as...@wso2.com wrote:



 On Fri, Dec 3, 2010 at 4:37 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 Someone need to look into the License Manager and get the licenses done
 for this release.

 We have this intern who got it to work. We can ask for his help if
 needed.


 I will look in to it. I got help of License Manager for 3.0.1 release. it
 uses mysql. If we have a mysql instance in builder machine. we can install
 it there.

 Thanks,
 Asela.




 On Thu, Dec 2, 2010 at 4:30 PM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Thu, Dec 2, 2010 at 3:54 PM, Prabath Siriwardana 
 prab...@wso2.comwrote:

 Hi Sameera,

 Can we get the latest packs to QA with the L1 fixes


 The packs are continuously being built on local builder. So if you
 commit the fixes now, they will be there in the build after the next (not 
 in
 immediate next)

 Thanks,
 Samisa...

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



 Thanks,
 Samisa...

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




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



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


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


Re: [Carbon-dev] [Builds] WSO2 Carbon Platform 3.1.0 Chunk - 1

2010-11-28 Thread Asela Pathberiya
On Sun, Nov 28, 2010 at 12:13 AM, Sameera Jayasoma same...@wso2.com wrote:

 Hi,

 The commit [1] has introduced the following change to the TomcatServer
 class.

 @@ -295,7 +295,7 @@
 }

 public void initCarbonContext(Request request) throws Exception {
 -if(!isWebappManagementEnabled || realmService == null) {
 +if(!isWebappManagementEnabled) {
 return;
 }
 String tenantDomain = getTenantDomain(request);

 This change has introduced the issue mentioned by Charitha. Please explain
 reason for this change.

 I am reverting this change for the moment. Please explain the reason for
 doing this and fix it properly.



Sorry..  it is a big mistake.  my bad : (.   Thanks for pointing out and
reverting..

I have done some local changes to TomcatServer.java in my machine for some
testing purpose and when i was committing to secure vault, I have mistakenly
committed teh TomcatServer.java file (which is not relevant)

Thanks,
Asela.




 Thanks
 Sameera

 [1] http://wso2.org/svn/browse/wso2?revision=82651view=revision


 On Sat, Nov 27, 2010 at 11:19 PM, Sameera Jayasoma same...@wso2.comwrote:

 Seems like this issue exists in the latest appserver packs also. This
 comes from the webapp mgt component. If you remove that component and
 restart the product, you can access the mgt console. We are looking into the
 issue.

 Thanks
 Sameera


 On Fri, Nov 26, 2010 at 5:09 PM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 Hi Sameera,

 Sorry, this build (AppServer) is unusable. We cannot even access
 management console due to the following NPE.

 [2010-11-26 17:05:48,620] ERROR {org.wso2.carbon.server.TomcatServer} -
 Could not handle request: /carbon/
 java.lang.NullPointerException
 at
 org.wso2.carbon.server.TomcatServer.initCarbonContext(TomcatServer.java:307)
 at
 org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:248)
 at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
 at
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
 at
 org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
 at
 org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
 at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
 at java.lang.Thread.run(Thread.java:619)
 [2010-11-26 17:05:48,693] ERROR {org.wso2.carbon.server.TomcatServer} -
 Could not handle request: /favicon.ico
 java.lang.NullPointerException
 at
 org.wso2.carbon.server.TomcatServer.initCarbonContext(TomcatServer.java:307)
 at
 org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:248)
 at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
 at
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
 at
 org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
 at
 org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
 at
 org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
 at
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)

 Regards
 Charitha


 On Fri, Nov 26, 2010 at 3:47 PM, Sameera Jayasoma same...@wso2.comwrote:

 Hi Charitha,

 Added the Appserver binary and doc distribution to the same location.
 And also a P2 repository containing features belongs to the appserver is
 added.

 Thanks
 Sameera


 On Fri, Nov 26, 2010 at 3:18 PM, Charitha Kankanamge chari...@wso2.com
  wrote:

 Hi Sameera,
 Could you host the associated P2-repo please? It is essential to test
 carbon core.

 Regards
 Charitha

 On Fri, Nov 26, 2010 at 12:36 PM, Sameera Jayasoma 
 same...@wso2.comwrote:

 Hi Folks,

 Chunk 1 release builds are available at

 http://builder.wso2.org/~carbon/releases/carbon/3.1.0/latest/http://builder.wso2.org/%7Ecarbon/releases/carbon/3.1.0/latest/

 Only the Carbon Core distribution is there. Will update the list once
 the other builds are available.

 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
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev



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




 --
 Sameera 

Re: [Carbon-dev] Update Documentation of UM Kernel in Carbon Core

2010-11-28 Thread Asela Pathberiya
On Sun, Nov 28, 2010 at 9:06 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Asela,

 Please note, [1]. Please also update the sections that have been commented
 out in the user-mgt.xml as needed. And, it seems that the user-mgt.xml has
 gone through some serious changes.

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


Fixed.

Thanks,
Asela.



 Thanks,
 Senaka.

 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 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://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


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


Re: [Carbon-dev] WSO2 Carbon Platform Chunk-1 Release Readiness...

2010-11-25 Thread Asela Pathberiya
On Thu, Nov 25, 2010 at 4:11 PM, Prabath Siriwardana prab...@wso2.comwrote:

 Hi Sameera,

 I guess we have fixed all L1/L2 s on Carbon Core.. ? Do we have any more..?


There is L1 [1] with oracle db script. will trigger, when it is fixed

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



 Thanks  regards,
 -Prabath


 On Thu, Nov 25, 2010 at 4:09 PM, Tharindu Mathew thari...@wso2.comwrote:



 On Thu, Nov 25, 2010 at 9:17 AM, Senaka Fernando sen...@wso2.com wrote:

 Hi Prabath,

 Tharindu needs a few more hours to complete [1]. Asela will need sometime
 (unless he has already done it) to add secure vault to the core. I need
 sometime (can be done by noon today) to finish-up fixing a classloading
 issue, [2]. And, the G-Reg team is currently working on fixing the
 documentation (@ product-level), which includes README, release-note etc.

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

 Fixed with revision 82779.


 [2] https://wso2.org/jira/browse/CARBON-7801

 Thanks,
 Senaka.


 On Thu, Nov 25, 2010 at 7:38 AM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 Please have a look at [1], we could not run carbon-3.1.0 on websphere.

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

 /Charitha



 On Wed, Nov 24, 2010 at 10:44 PM, Prabath Siriwardana prab...@wso2.com
  wrote:



 On Wed, Nov 24, 2010 at 10:38 PM, Ruchira Wageesha 
 ruch...@wso2.comwrote:

 Hi,

 There is change in wsdl2form component that I missed to commit.


 +1 to commit  - Thanks for informing the list before committing...

 Thanks  regards,
 -Prabath



 regards,
 Ruchira


 On Wed, Nov 24, 2010 at 8:14 PM, Prabath Siriwardana 
 prab...@wso2.com wrote:

 Code is frozen for Carbon Core and BRS, GReg, App Server and MS
 related components..

 If you are fixing any L1/L2 issues, please announce that on this list
 before committing..

 Thanks  regards,
 -Prabath

 --
 Ruchira Wageesha
 Software Engineer - WSO2 Inc. www.wso2.com

 Email: ruch...@wso2.com Blog: ruchirawagee...@blogspot.com
 Mobile: +94771083016, +94714439028

 Lean . Enterprise . Middleware

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




 --
 Thanks  Regards,
 Prabath Siriwardena

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

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



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




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 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://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


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




 --
 Regards,

 Tharindu Mathew

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


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




 --
 Thanks  Regards,
 Prabath Siriwardena

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

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


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


Re: [Carbon-dev] WSO2 Carbon Platform Chunk-1 Release Readiness...

2010-11-25 Thread Asela Pathberiya
On Thu, Nov 25, 2010 at 4:22 PM, Asela Pathberiya as...@wso2.com wrote:



 On Thu, Nov 25, 2010 at 4:11 PM, Prabath Siriwardana prab...@wso2.comwrote:

 Hi Sameera,

 I guess we have fixed all L1/L2 s on Carbon Core.. ? Do we have any
 more..?


 There is L1 [1] with oracle db script. will trigger, when it is fixed

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



Fixed.





 Thanks  regards,
 -Prabath


 On Thu, Nov 25, 2010 at 4:09 PM, Tharindu Mathew thari...@wso2.comwrote:



 On Thu, Nov 25, 2010 at 9:17 AM, Senaka Fernando sen...@wso2.comwrote:

 Hi Prabath,

 Tharindu needs a few more hours to complete [1]. Asela will need
 sometime (unless he has already done it) to add secure vault to the core. I
 need sometime (can be done by noon today) to finish-up fixing a 
 classloading
 issue, [2]. And, the G-Reg team is currently working on fixing the
 documentation (@ product-level), which includes README, release-note etc.

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

 Fixed with revision 82779.


 [2] https://wso2.org/jira/browse/CARBON-7801

 Thanks,
 Senaka.


 On Thu, Nov 25, 2010 at 7:38 AM, Charitha Kankanamge chari...@wso2.com
  wrote:

 Please have a look at [1], we could not run carbon-3.1.0 on websphere.

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

 /Charitha



 On Wed, Nov 24, 2010 at 10:44 PM, Prabath Siriwardana 
 prab...@wso2.com wrote:



 On Wed, Nov 24, 2010 at 10:38 PM, Ruchira Wageesha 
 ruch...@wso2.comwrote:

 Hi,

 There is change in wsdl2form component that I missed to commit.


 +1 to commit  - Thanks for informing the list before committing...

 Thanks  regards,
 -Prabath



 regards,
 Ruchira


 On Wed, Nov 24, 2010 at 8:14 PM, Prabath Siriwardana 
 prab...@wso2.com wrote:

 Code is frozen for Carbon Core and BRS, GReg, App Server and MS
 related components..

 If you are fixing any L1/L2 issues, please announce that on this
 list before committing..

 Thanks  regards,
 -Prabath

 --
 Ruchira Wageesha
 Software Engineer - WSO2 Inc. www.wso2.com

 Email: ruch...@wso2.com Blog: ruchirawagee...@blogspot.com
 Mobile: +94771083016, +94714439028

 Lean . Enterprise . Middleware

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




 --
 Thanks  Regards,
 Prabath Siriwardena

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

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



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




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 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://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


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




 --
 Regards,

 Tharindu Mathew

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


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




 --
 Thanks  Regards,
 Prabath Siriwardena

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

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



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


Re: [Carbon-dev] Exporting org.apache.html package from carbon xerces orbit bundle

2010-11-25 Thread Asela Pathberiya
On Wed, Aug 18, 2010 at 12:43 PM, Asela Pathberiya as...@wso2.com wrote:

 Hi Sameera,

 Thanks for your info. Here org.apache.html.* package has been 
 importedinternally so it is not wanted to visible to  OSGI. Therefore I am 
 changing
 the pom.xml in orbit project to export the org.apache.html.* package in to
 xercesImpl-2.8.1.wso2v2.jar.


I did the same change to Carbon 3.1.0 branch and trunk now. I updated xerces
2.8.1.wso2v1 to 2.8.1.wso2v2.  I have forget to commit changes to trunk
which was done for 3.0.1.  Sorry my bad :( .

Thanks,
Asela.



 Thanks,
 Asela.


 On Tue, Aug 17, 2010 at 8:55 PM, Sameera Jayasoma same...@wso2.comwrote:

 Hi Asela,

 AFAIK, we are not using xercesImpl in the form of a bundle although it is
 available in the orbit project. You can only find xerces jar files in the
 CARBON_HOME/lib and CARBON_HOME/lib/endorsed directories. But xerces
 packages are visible to OSGi bundles as packages exported from the
 application classloader. Please have a look at the launch.ini file inside
 the Carbon webapp.

 You may need to append all the subpackages of org.apache.html.* to the
 launch.ini file.

 Thanks
 Sameera

  On Tue, Aug 17, 2010 at 6:30 PM, Asela Pathberiya as...@wso2.comwrote:

  Hi All,

 All the packages of xercesImpl-2.8.1.jar are not exported from carbon
 xerces orbit bundle. To fix this issue [1], I am going to export the org
 .apache.html.* package (org.apache.html.dom.HTMLDocumentImpl.class) from
 xerces orbit bundle. I hope this may not cause any side effects. WDYT?

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

 Thanks,
 Asela.



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




 --
 Sameera Jayasoma
 Technical Lead
 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
 https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



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


  1   2   >