Re: [Carbon-dev] Error from Qpid when we use ooxml-spreadsheet-schemas-1.1.0.wso2v1.jar bundle with ESB

2011-10-19 Thread Sadeep Jayasumana
Hi,

On Wed, Oct 19, 2011 at 11:15 AM, Kasun Indrasiri ka...@wso2.com wrote:

 I just copied ooxml-spreadsheet-schemas-1.1.0.wso2v1.jar to dropins and
 getting the following error. This gets resolved once we restart the ESB.
 I don't think its specific to this particular bundle, as we have seen this
 error before.


+1. I also have seen the same several times when a JAR is put to dropins.

Thanks,
Sadeep



 [2011-10-19 11:01:21,006]  INFO - CarbonServerManager
 ConfigurationContextService registered in 385ms
 java.lang.NoSuchMethodError:
 org.apache.mina.transport.socket.nio.SocketAcceptor.init(ILedu/emory/mathcs/backport/java/util/concurrent/Executor;)V
  at
 org.apache.qpid.transport.network.mina.MINANetworkDriver.bind(MINANetworkDriver.java:144)
 at org.apache.qpid.server.Main.startup(Main.java:433)
  at org.apache.qpid.server.Main.execute(Main.java:237)
 at org.apache.qpid.server.Main.init(Main.java:101)
  at org.apache.qpid.server.Main.main(Main.java:570)
 at
 org.wso2.carbon.qpid.internal.QpidServiceComponent.activate(QpidServiceComponent.java:90)
  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.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:230)
 at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
  at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
 at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
  at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
 at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:292)
  at
 org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:226)
 at
 org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
  at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
 at
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
  at
 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
 at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
  at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
 at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
  at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:506)
  at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:524)
 at
 org.wso2.carbon.core.services.internal.CarbonServicesServiceComponent.activate(CarbonServicesServiceComponent.java:72)
  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.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:230)
 at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
  at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
 at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
  at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
 at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:292)
  at
 org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:226)
 at
 org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
  at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
 at
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
  at
 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
 at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
  at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
 at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
  at
 

Re: [Carbon-dev] [Carbon-commits] [Carbon] svn commit r114426 - in branches/carbon/3.2.0/features: identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2 identity/relying-pa

2011-10-19 Thread Senaka Fernando
Hi Manjula,

This commit seems to have broken the G-Reg build. Can you please verify that
the P2 Profile generation passes for products that use this feature after
making these changes?

Thanks,
Senaka.

On Wed, Oct 19, 2011 at 10:29 AM, manju...@wso2.com wrote:

 Author: manjular
 Date: Tue Oct 18 21:59:13 2011
 New Revision: 114426
 URL: http://wso2.org/svn/browse/wso2?view=revrevision=114426

 Log:
 Fixing identity feature version in other features

 Modified:

 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/sso-saml/org.wso2.carbon.identity.sso.saml.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/xacml/org.wso2.carbon.identity.xacml.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/stratos/gapp/org.wso2.carbon.stratos.gapp.server.feature/1.5.2/pom.xml

 Modified:
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
(original)
 +++
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
Tue Oct 18 21:59:13 2011
 @@ -128,7 +128,7 @@

  bundleDeforg.igniterealtime.smack.wso2:smack/bundleDef
/bundles
importFeatures
 -
 importFeatureDeforg.wso2.carbon.identity.core.server:${identity.core.feature.version}/importFeatureDef
 +
 importFeatureDeforg.wso2.carbon.identity.core.server:${carbon.platform.patch.version.322}/importFeatureDef
/importFeatures
/configuration
/execution

 Modified:
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
   (original)
 +++
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
   Tue Oct 18 21:59:13 2011
 @@ -108,7 +108,7 @@

  bundleDeforg.igniterealtime.smack.wso2:smack/bundleDef
/bundles
importFeatures
 -
 importFeatureDeforg.wso2.carbon.identity.core.server:${identity.core.feature.version}/importFeatureDef
 +
 importFeatureDeforg.wso2.carbon.identity.core.server:3.2.2/importFeatureDef
/importFeatures
/configuration
/execution

 Modified:
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml
   (original)
 +++
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml
   Tue Oct 18 21:59:13 2011
 @@ -132,7 +132,7 @@
 /importBundles
 importFeatures
 importFeatureDef
 -
  org.wso2.carbon.identity.core.ui:${identity.core.feature.version}
 +
  org.wso2.carbon.identity.core.ui:${patch.version.322}
 /importFeatureDef
 /importFeatures
 /configuration

 Modified:
 

Re: [Carbon-dev] build error in GReg build

2011-10-19 Thread Senaka Fernando
Hi Manjula,

Please have a look.

Thanks,
Senaka.

On Wed, Oct 19, 2011 at 12:54 PM, Selvaratnam Uthaiyashankar 
shan...@wso2.com wrote:

 [ERROR] Cannot complete the install because one or more required items
 could not be found.
 [ERROR]  Software being installed: Identity Relying Party Feature
 3.2.2 (org.wso2.carbon.identity.relying.party.feature.group 3.2.2)
 [ERROR]  Missing requirement: Identity Relying Party Server Feature
 3.2.2 (org.wso2.carbon.identity.relying.party.server.feature.group
 3.2.2) requires 'org.wso2.carbon.identity.core.server.feature.gro
 up [3.2.2,3.3.0)' but it could not be found
 [ERROR]  Cannot satisfy dependency:
 [ERROR]   From: Identity Relying Party Feature 3.2.2
 (org.wso2.carbon.identity.relying.party.feature.group 3.2.2)
 [ERROR]   To: org.wso2.carbon.identity.relying.party.server.feature.group
 [3.2.2]
 [ERROR] Application failed, log file location:

 E:\src\java\carbon_branch\3.2.0\src\products\greg\4.1.0\modules\p2-profile-gen\service\target\p2-agent\configuration\1319008913893.log
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO]

 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 86 minutes 11 seconds
 [INFO] Finished at: Wed Oct 19 12:51:58 IST 2011
 [INFO] Final Memory: 1061M/1680M
 [INFO]
 

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




-- 
*Senaka Fernando*
Product Manager - WSO2 Governance Registry;
Associate Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

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


Re: [Carbon-dev] [Carbon-commits] [Carbon] svn commit r114426 - in branches/carbon/3.2.0/features: identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2 identity/relying-pa

2011-10-19 Thread Manjula Rathnayake
Hi Senaka,

I have committed this without building each product and services, I will
build and check asap.

Thank you.

On Wed, Oct 19, 2011 at 12:57 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Manjula,

 This commit seems to have broken the G-Reg build. Can you please verify
 that the P2 Profile generation passes for products that use this feature
 after making these changes?

 Thanks,
 Senaka.

 On Wed, Oct 19, 2011 at 10:29 AM, manju...@wso2.com wrote:

 Author: manjular
 Date: Tue Oct 18 21:59:13 2011
 New Revision: 114426
 URL: http://wso2.org/svn/browse/wso2?view=revrevision=114426

 Log:
 Fixing identity feature version in other features

 Modified:

 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/sso-saml/org.wso2.carbon.identity.sso.saml.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/xacml/org.wso2.carbon.identity.xacml.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/stratos/gapp/org.wso2.carbon.stratos.gapp.server.feature/1.5.2/pom.xml

 Modified:
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
(original)
 +++
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
Tue Oct 18 21:59:13 2011
 @@ -128,7 +128,7 @@

  bundleDeforg.igniterealtime.smack.wso2:smack/bundleDef
/bundles
importFeatures
 -
 importFeatureDeforg.wso2.carbon.identity.core.server:${identity.core.feature.version}/importFeatureDef
 +
 importFeatureDeforg.wso2.carbon.identity.core.server:${carbon.platform.patch.version.322}/importFeatureDef
/importFeatures
/configuration
/execution

 Modified:
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
   (original)
 +++
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
   Tue Oct 18 21:59:13 2011
 @@ -108,7 +108,7 @@

  bundleDeforg.igniterealtime.smack.wso2:smack/bundleDef
/bundles
importFeatures
 -
 importFeatureDeforg.wso2.carbon.identity.core.server:${identity.core.feature.version}/importFeatureDef
 +
 importFeatureDeforg.wso2.carbon.identity.core.server:3.2.2/importFeatureDef
/importFeatures
/configuration
/execution

 Modified:
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml
   (original)
 +++
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml
   Tue Oct 18 21:59:13 2011
 @@ -132,7 +132,7 @@
 /importBundles
 importFeatures
 importFeatureDef
 -
  org.wso2.carbon.identity.core.ui:${identity.core.feature.version}
 +
  org.wso2.carbon.identity.core.ui:${patch.version.322}

Re: [Carbon-dev] build error in GReg build

2011-10-19 Thread Manjula Rathnayake
Hi,

looking into this.

Thank you.

On Wed, Oct 19, 2011 at 12:57 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Manjula,

 Please have a look.

 Thanks,
 Senaka.


 On Wed, Oct 19, 2011 at 12:54 PM, Selvaratnam Uthaiyashankar 
 shan...@wso2.com wrote:

 [ERROR] Cannot complete the install because one or more required items
 could not be found.
 [ERROR]  Software being installed: Identity Relying Party Feature
 3.2.2 (org.wso2.carbon.identity.relying.party.feature.group 3.2.2)
 [ERROR]  Missing requirement: Identity Relying Party Server Feature
 3.2.2 (org.wso2.carbon.identity.relying.party.server.feature.group
 3.2.2) requires 'org.wso2.carbon.identity.core.server.feature.gro
 up [3.2.2,3.3.0)' but it could not be found
 [ERROR]  Cannot satisfy dependency:
 [ERROR]   From: Identity Relying Party Feature 3.2.2
 (org.wso2.carbon.identity.relying.party.feature.group 3.2.2)
 [ERROR]   To: org.wso2.carbon.identity.relying.party.server.feature.group
 [3.2.2]
 [ERROR] Application failed, log file location:

 E:\src\java\carbon_branch\3.2.0\src\products\greg\4.1.0\modules\p2-profile-gen\service\target\p2-agent\configuration\1319008913893.log
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO]

 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 86 minutes 11 seconds
 [INFO] Finished at: Wed Oct 19 12:51:58 IST 2011
 [INFO] Final Memory: 1061M/1680M
 [INFO]
 

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




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




-- 
Manjula Rathnayaka
Software Engineer
WSO2, Inc.
Mobile:+94 77 743 1987
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Stratos-dev] Still some products and services are having older versions of jar!!

2011-10-19 Thread Selvaratnam Uthaiyashankar
Hi Sadeep,

Still I am getting carbon.relay-3.2.0 instead of 3.2.2. Can you have a look?

./repository/components/plugins/org.wso2.carbon.relay-3.2.0.jar
[expected version 3.2.2]

shankar

On Wed, Oct 19, 2011 at 12:34 PM, Sadeep Jayasumana sad...@wso2.com wrote:
 Hi,

 This is now fixed for LB.

 Thanks,
 Sadeep

 On Wed, Oct 19, 2011 at 11:59 AM, Dinusha Senanayaka dinu...@wso2.com
 wrote:

 Hi,

 Fixed for DSS. Issue was in org.wso2.carbon.cassandra.mgt.ui.feature/3.2.2
 pom.xml.

 Regards,
 Dinusha.

 On Wed, Oct 19, 2011 at 11:29 AM, Sadeep Jayasumana sad...@wso2.com
 wrote:

 Hi,

 I'll fix this for LB.

 Thanks,
 Sadeep

 On Wed, Oct 19, 2011 at 11:27 AM, Dinusha Senanayaka dinu...@wso2.com
 wrote:

 Hi,

 will fix in dss.

 Regards,
 Dinusha.

 On Wed, Oct 19, 2011 at 9:46 AM, Dimuthu Leelarathne dimut...@wso2.com
 wrote:

 Hi,
 Manager fixed. WSO2stratos-bam also should also be ok, because the fix
 was in bam.feature.
 tx,
 dimuthul
 On Wed, Oct 19, 2011 at 5:52 AM, Selvaratnam Uthaiyashankar
 shan...@wso2.com wrote:

 Note that ESB, AS,  BPS and StratosESB are reported here because of
 qpid-client version. I guess, it should be ok.

 There is another thread regarding this.

 Shankar

 On Wed, Oct 19, 2011 at 5:37 AM, Selvaratnam Uthaiyashankar
 shan...@wso2.com wrote:
  $subject.
 
  Products
  =
  AS
  BAM
  BPS
  BRS
  DataServices
  ESB
  GS
  LB
  Mashup
 
  Services
  ===
  BAM
  BRS
  DSS
  ESB
  Manager
 
  The revision of above builds is r114394
 
  Attachment shows the jar differences. Release managers, please
  attend
  to this as soon as possible.
 
  Regards,
  Shankar
 
  --
  S.Uthaiyashankar
  Senior Architect  Senior Manager
  WSO2 Inc.
  http://wso2.com/ - lean . enterprise . middleware
 



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


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



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




 --
 Sadeep Jayasumana

 Software Engineer
 WSO2 Inc.
 Email - sad...@wso2.com
 Mobile - +94 77 22 66 507

 ___
 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




 --
 Sadeep Jayasumana

 Software Engineer
 WSO2 Inc.
 Email - sad...@wso2.com
 Mobile - +94 77 22 66 507

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





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


Re: [Carbon-dev] What is the correct version of qpid-client?

2011-10-19 Thread Selvaratnam Uthaiyashankar
Hi Rajika,

CEP and MB are still having 0.11.wso2.jar

for CEP, it is in ./samples/lib/qpid-client-0.11.wso2v2.jar
for MB it is in ./client-lib/qpid-client-0.11.wso2v2.jar

Can you have a look?

Thanks

Shankar

On Wed, Oct 19, 2011 at 10:39 AM, Rajika Kumarasiri raj...@wso2.com wrote:


 On Wed, Oct 19, 2011 at 10:01 AM, Selvaratnam Uthaiyashankar
 shan...@wso2.com wrote:

 Thanks Rajika,

 but we can't delete 0.11.wso2v2, since it is pointed by 3.2.1 orbit
 pom.xml. Can you revert deleting 0.11.wso2v2?

 I reverted the commit.

 Also, can you include the new features and orbits to 3.2.2 pom.xml?

 Added new features and into the patch release.
 Thanks for pointing.
 Rajika

 Shankar

 On Wed, Oct 19, 2011 at 9:48 AM, Rajika Kumarasiri raj...@wso2.com
 wrote:
  I fixed the issue by moving the qpid-client oribit bundle version from
  0.11.wso2v2  to 0.11.0.wso2v2. Only MB seems to be using qpid-client
  orbit
  bundle and it's a old version of 0.11.wso2v1.
  Rajika
 
  On Wed, Oct 19, 2011 at 9:00 AM, Rajika Kumarasiri raj...@wso2.com
  wrote:
 
  Yeah. I'll change the orbit version. It's not much work. But I am not
  sure
  if other's depend on qpid-client orbit.
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



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





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


Re: [Carbon-dev] [Stratos-dev] Still some products and services are having older versions of jar!!

2011-10-19 Thread Selvaratnam Uthaiyashankar
Hi Dinusha,

Still i see this jar in Stratos-DSS pack

./repository/components/plugins/org.wso2.carbon.cassandra.mgt.stub-3.2.0.jar
[expected version 3.2.2]

Can you have a look

Shankar

On Wed, Oct 19, 2011 at 11:59 AM, Dinusha Senanayaka dinu...@wso2.com wrote:
 Hi,

 Fixed for DSS. Issue was in org.wso2.carbon.cassandra.mgt.ui.feature/3.2.2
 pom.xml.

 Regards,
 Dinusha.

 On Wed, Oct 19, 2011 at 11:29 AM, Sadeep Jayasumana sad...@wso2.com wrote:

 Hi,

 I'll fix this for LB.

 Thanks,
 Sadeep

 On Wed, Oct 19, 2011 at 11:27 AM, Dinusha Senanayaka dinu...@wso2.com
 wrote:

 Hi,

 will fix in dss.

 Regards,
 Dinusha.

 On Wed, Oct 19, 2011 at 9:46 AM, Dimuthu Leelarathne dimut...@wso2.com
 wrote:

 Hi,
 Manager fixed. WSO2stratos-bam also should also be ok, because the fix
 was in bam.feature.
 tx,
 dimuthul
 On Wed, Oct 19, 2011 at 5:52 AM, Selvaratnam Uthaiyashankar
 shan...@wso2.com wrote:

 Note that ESB, AS,  BPS and StratosESB are reported here because of
 qpid-client version. I guess, it should be ok.

 There is another thread regarding this.

 Shankar

 On Wed, Oct 19, 2011 at 5:37 AM, Selvaratnam Uthaiyashankar
 shan...@wso2.com wrote:
  $subject.
 
  Products
  =
  AS
  BAM
  BPS
  BRS
  DataServices
  ESB
  GS
  LB
  Mashup
 
  Services
  ===
  BAM
  BRS
  DSS
  ESB
  Manager
 
  The revision of above builds is r114394
 
  Attachment shows the jar differences. Release managers, please attend
  to this as soon as possible.
 
  Regards,
  Shankar
 
  --
  S.Uthaiyashankar
  Senior Architect  Senior Manager
  WSO2 Inc.
  http://wso2.com/ - lean . enterprise . middleware
 



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


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



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




 --
 Sadeep Jayasumana

 Software Engineer
 WSO2 Inc.
 Email - sad...@wso2.com
 Mobile - +94 77 22 66 507

 ___
 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





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


Re: [Carbon-dev] [Carbon-commits] [Carbon] svn commit r114426 - in branches/carbon/3.2.0/features: identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2 identity/relying-pa

2011-10-19 Thread Manjula Rathnayake
Hi,

This issue was caused not updating greg product/service for identity core
feature version to 3.2.2. I have missed greg and committed the changes.

Thank you.

On Wed, Oct 19, 2011 at 1:07 PM, Manjula Rathnayake manju...@wso2.comwrote:

 Hi Senaka,

 I have committed this without building each product and services, I will
 build and check asap.

 Thank you.


 On Wed, Oct 19, 2011 at 12:57 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Manjula,

 This commit seems to have broken the G-Reg build. Can you please verify
 that the P2 Profile generation passes for products that use this feature
 after making these changes?

 Thanks,
 Senaka.

 On Wed, Oct 19, 2011 at 10:29 AM, manju...@wso2.com wrote:

 Author: manjular
 Date: Tue Oct 18 21:59:13 2011
 New Revision: 114426
 URL: http://wso2.org/svn/browse/wso2?view=revrevision=114426

 Log:
 Fixing identity feature version in other features

 Modified:

 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/sso-saml/org.wso2.carbon.identity.sso.saml.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/xacml/org.wso2.carbon.identity.xacml.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/stratos/gapp/org.wso2.carbon.stratos.gapp.server.feature/1.5.2/pom.xml

 Modified:
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
(original)
 +++
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
Tue Oct 18 21:59:13 2011
 @@ -128,7 +128,7 @@

  bundleDeforg.igniterealtime.smack.wso2:smack/bundleDef
/bundles
importFeatures
 -
 importFeatureDeforg.wso2.carbon.identity.core.server:${identity.core.feature.version}/importFeatureDef
 +
 importFeatureDeforg.wso2.carbon.identity.core.server:${carbon.platform.patch.version.322}/importFeatureDef
/importFeatures
/configuration
/execution

 Modified:
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
   (original)
 +++
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
   Tue Oct 18 21:59:13 2011
 @@ -108,7 +108,7 @@

  bundleDeforg.igniterealtime.smack.wso2:smack/bundleDef
/bundles
importFeatures
 -
 importFeatureDeforg.wso2.carbon.identity.core.server:${identity.core.feature.version}/importFeatureDef
 +
 importFeatureDeforg.wso2.carbon.identity.core.server:3.2.2/importFeatureDef
/importFeatures
/configuration
/execution

 Modified:
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml
   (original)
 +++
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml
   Tue Oct 18 21:59:13 2011
 @@ -132,7 +132,7 @@
 

Re: [Carbon-dev] [Stratos-dev] Still some products and services are having older versions of jar!!

2011-10-19 Thread Sadeep Jayasumana
Hi,

On Wed, Oct 19, 2011 at 2:15 PM, Selvaratnam Uthaiyashankar 
shan...@wso2.com wrote:

 Hi Sadeep,

 Still I am getting carbon.relay-3.2.0 instead of 3.2.2. Can you have a
 look?


This is fixed as of r114445. Sorry I couldn't detect this one earlier.
Apparently because expected_component_version file I used was not up to
date.

Thanks,
Sadeep


 ./repository/components/plugins/org.wso2.carbon.relay-3.2.0.jar
 [expected version 3.2.2]

 shankar

 On Wed, Oct 19, 2011 at 12:34 PM, Sadeep Jayasumana sad...@wso2.com
 wrote:
  Hi,
 
  This is now fixed for LB.
 
  Thanks,
  Sadeep
 
  On Wed, Oct 19, 2011 at 11:59 AM, Dinusha Senanayaka dinu...@wso2.com
  wrote:
 
  Hi,
 
  Fixed for DSS. Issue was in
 org.wso2.carbon.cassandra.mgt.ui.feature/3.2.2
  pom.xml.
 
  Regards,
  Dinusha.
 
  On Wed, Oct 19, 2011 at 11:29 AM, Sadeep Jayasumana sad...@wso2.com
  wrote:
 
  Hi,
 
  I'll fix this for LB.
 
  Thanks,
  Sadeep
 
  On Wed, Oct 19, 2011 at 11:27 AM, Dinusha Senanayaka dinu...@wso2.com
 
  wrote:
 
  Hi,
 
  will fix in dss.
 
  Regards,
  Dinusha.
 
  On Wed, Oct 19, 2011 at 9:46 AM, Dimuthu Leelarathne 
 dimut...@wso2.com
  wrote:
 
  Hi,
  Manager fixed. WSO2stratos-bam also should also be ok, because the
 fix
  was in bam.feature.
  tx,
  dimuthul
  On Wed, Oct 19, 2011 at 5:52 AM, Selvaratnam Uthaiyashankar
  shan...@wso2.com wrote:
 
  Note that ESB, AS,  BPS and StratosESB are reported here because of
  qpid-client version. I guess, it should be ok.
 
  There is another thread regarding this.
 
  Shankar
 
  On Wed, Oct 19, 2011 at 5:37 AM, Selvaratnam Uthaiyashankar
  shan...@wso2.com wrote:
   $subject.
  
   Products
   =
   AS
   BAM
   BPS
   BRS
   DataServices
   ESB
   GS
   LB
   Mashup
  
   Services
   ===
   BAM
   BRS
   DSS
   ESB
   Manager
  
   The revision of above builds is r114394
  
   Attachment shows the jar differences. Release managers, please
   attend
   to this as soon as possible.
  
   Regards,
   Shankar
  
   --
   S.Uthaiyashankar
   Senior Architect  Senior Manager
   WSO2 Inc.
   http://wso2.com/ - lean . enterprise . middleware
  
 
 
 
  --
  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
 
 
  ___
  Stratos-dev mailing list
  stratos-...@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Sadeep Jayasumana
 
  Software Engineer
  WSO2 Inc.
  Email - sad...@wso2.com
  Mobile - +94 77 22 66 507
 
  ___
  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
 
 
 
 
  --
  Sadeep Jayasumana
 
  Software Engineer
  WSO2 Inc.
  Email - sad...@wso2.com
  Mobile - +94 77 22 66 507
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



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




-- 
Sadeep Jayasumana

Software Engineer
WSO2 Inc.
Email - sad...@wso2.com
Mobile - +94 77 22 66 507
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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

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

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


/Charitha

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


Please try with 'LoadFromRegistry' option.


This did not work.


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

 Hi,

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

 /Charitha




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

 Hi,

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

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

 Thanks,
 Ishani

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


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

 Does the DB has the data?


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



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

 Folks,

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

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

 /Charitha


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

 Thanks,
 Samisa...

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



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



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




 --
 Ishani



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



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




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

cell: +94 71 536 4128
Blog : http://kasunpanorama.blogspot.com/

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


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

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

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

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

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

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

 /Charitha

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


 Please try with 'LoadFromRegistry' option.


 This did not work.


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

 Hi,

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

 /Charitha




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

 Hi,

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

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

 Thanks,
 Ishani

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


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

 Does the DB has the data?


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



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

 Folks,

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

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

 /Charitha


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

 Thanks,
 Samisa...

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



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



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




 --
 Ishani



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



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




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

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.com/

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



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

 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


Re: [Carbon-dev] [Stratos-dev] Still some products and services are having older versions of jar!!

2011-10-19 Thread Selvaratnam Uthaiyashankar
On Wed, Oct 19, 2011 at 2:29 PM, Selvaratnam Uthaiyashankar
shan...@wso2.com wrote:
 Hi Dinusha,

 Still i see this jar in Stratos-DSS pack

This is due to not updating my local copy. It is solved now.

Shankar

 ./repository/components/plugins/org.wso2.carbon.cassandra.mgt.stub-3.2.0.jar
 [expected version 3.2.2]

 Can you have a look

 Shankar

 On Wed, Oct 19, 2011 at 11:59 AM, Dinusha Senanayaka dinu...@wso2.com wrote:
 Hi,

 Fixed for DSS. Issue was in org.wso2.carbon.cassandra.mgt.ui.feature/3.2.2
 pom.xml.

 Regards,
 Dinusha.

 On Wed, Oct 19, 2011 at 11:29 AM, Sadeep Jayasumana sad...@wso2.com wrote:

 Hi,

 I'll fix this for LB.

 Thanks,
 Sadeep

 On Wed, Oct 19, 2011 at 11:27 AM, Dinusha Senanayaka dinu...@wso2.com
 wrote:

 Hi,

 will fix in dss.

 Regards,
 Dinusha.

 On Wed, Oct 19, 2011 at 9:46 AM, Dimuthu Leelarathne dimut...@wso2.com
 wrote:

 Hi,
 Manager fixed. WSO2stratos-bam also should also be ok, because the fix
 was in bam.feature.
 tx,
 dimuthul
 On Wed, Oct 19, 2011 at 5:52 AM, Selvaratnam Uthaiyashankar
 shan...@wso2.com wrote:

 Note that ESB, AS,  BPS and StratosESB are reported here because of
 qpid-client version. I guess, it should be ok.

 There is another thread regarding this.

 Shankar

 On Wed, Oct 19, 2011 at 5:37 AM, Selvaratnam Uthaiyashankar
 shan...@wso2.com wrote:
  $subject.
 
  Products
  =
  AS
  BAM
  BPS
  BRS
  DataServices
  ESB
  GS
  LB
  Mashup
 
  Services
  ===
  BAM
  BRS
  DSS
  ESB
  Manager
 
  The revision of above builds is r114394
 
  Attachment shows the jar differences. Release managers, please attend
  to this as soon as possible.
 
  Regards,
  Shankar
 
  --
  S.Uthaiyashankar
  Senior Architect  Senior Manager
  WSO2 Inc.
  http://wso2.com/ - lean . enterprise . middleware
 



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


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



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




 --
 Sadeep Jayasumana

 Software Engineer
 WSO2 Inc.
 Email - sad...@wso2.com
 Mobile - +94 77 22 66 507

 ___
 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





 --
 S.Uthaiyashankar
 Senior Architect  Senior Manager
 WSO2 Inc.
 http://wso2.com/ - lean . enterprise . middleware




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


Re: [Carbon-dev] [Stratos-dev] Still some products and services are having older versions of jar!!

2011-10-19 Thread Selvaratnam Uthaiyashankar
On Wed, Oct 19, 2011 at 2:32 PM, Sadeep Jayasumana sad...@wso2.com wrote:
 Hi,

 On Wed, Oct 19, 2011 at 2:15 PM, Selvaratnam Uthaiyashankar
 shan...@wso2.com wrote:

 Hi Sadeep,

 Still I am getting carbon.relay-3.2.0 instead of 3.2.2. Can you have a
 look?

 This is fixed as of r114445.

Verified. Thanks Sadeep.

Shankar.

Sorry I couldn't detect this one earlier.
 Apparently because expected_component_version file I used was not up to
 date.

 Thanks,
 Sadeep


 ./repository/components/plugins/org.wso2.carbon.relay-3.2.0.jar
 [expected version 3.2.2]

 shankar

 On Wed, Oct 19, 2011 at 12:34 PM, Sadeep Jayasumana sad...@wso2.com
 wrote:
  Hi,
 
  This is now fixed for LB.
 
  Thanks,
  Sadeep
 
  On Wed, Oct 19, 2011 at 11:59 AM, Dinusha Senanayaka dinu...@wso2.com
  wrote:
 
  Hi,
 
  Fixed for DSS. Issue was in
  org.wso2.carbon.cassandra.mgt.ui.feature/3.2.2
  pom.xml.
 
  Regards,
  Dinusha.
 
  On Wed, Oct 19, 2011 at 11:29 AM, Sadeep Jayasumana sad...@wso2.com
  wrote:
 
  Hi,
 
  I'll fix this for LB.
 
  Thanks,
  Sadeep
 
  On Wed, Oct 19, 2011 at 11:27 AM, Dinusha Senanayaka
  dinu...@wso2.com
  wrote:
 
  Hi,
 
  will fix in dss.
 
  Regards,
  Dinusha.
 
  On Wed, Oct 19, 2011 at 9:46 AM, Dimuthu Leelarathne
  dimut...@wso2.com
  wrote:
 
  Hi,
  Manager fixed. WSO2stratos-bam also should also be ok, because the
  fix
  was in bam.feature.
  tx,
  dimuthul
  On Wed, Oct 19, 2011 at 5:52 AM, Selvaratnam Uthaiyashankar
  shan...@wso2.com wrote:
 
  Note that ESB, AS,  BPS and StratosESB are reported here because of
  qpid-client version. I guess, it should be ok.
 
  There is another thread regarding this.
 
  Shankar
 
  On Wed, Oct 19, 2011 at 5:37 AM, Selvaratnam Uthaiyashankar
  shan...@wso2.com wrote:
   $subject.
  
   Products
   =
   AS
   BAM
   BPS
   BRS
   DataServices
   ESB
   GS
   LB
   Mashup
  
   Services
   ===
   BAM
   BRS
   DSS
   ESB
   Manager
  
   The revision of above builds is r114394
  
   Attachment shows the jar differences. Release managers, please
   attend
   to this as soon as possible.
  
   Regards,
   Shankar
  
   --
   S.Uthaiyashankar
   Senior Architect  Senior Manager
   WSO2 Inc.
   http://wso2.com/ - lean . enterprise . middleware
  
 
 
 
  --
  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
 
 
  ___
  Stratos-dev mailing list
  stratos-...@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Sadeep Jayasumana
 
  Software Engineer
  WSO2 Inc.
  Email - sad...@wso2.com
  Mobile - +94 77 22 66 507
 
  ___
  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
 
 
 
 
  --
  Sadeep Jayasumana
 
  Software Engineer
  WSO2 Inc.
  Email - sad...@wso2.com
  Mobile - +94 77 22 66 507
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



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



 --
 Sadeep Jayasumana

 Software Engineer
 WSO2 Inc.
 Email - sad...@wso2.com
 Mobile - +94 77 22 66 507

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





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


Re: [Carbon-dev] build error in GReg build

2011-10-19 Thread Samisa Abeysinghe
Is this fixed?

On Wed, Oct 19, 2011 at 1:08 PM, Manjula Rathnayake manju...@wso2.comwrote:

 Hi,

 looking into this.

 Thank you.


 On Wed, Oct 19, 2011 at 12:57 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Manjula,

 Please have a look.

 Thanks,
 Senaka.


 On Wed, Oct 19, 2011 at 12:54 PM, Selvaratnam Uthaiyashankar 
 shan...@wso2.com wrote:

 [ERROR] Cannot complete the install because one or more required items
 could not be found.
 [ERROR]  Software being installed: Identity Relying Party Feature
 3.2.2 (org.wso2.carbon.identity.relying.party.feature.group 3.2.2)
 [ERROR]  Missing requirement: Identity Relying Party Server Feature
 3.2.2 (org.wso2.carbon.identity.relying.party.server.feature.group
 3.2.2) requires 'org.wso2.carbon.identity.core.server.feature.gro
 up [3.2.2,3.3.0)' but it could not be found
 [ERROR]  Cannot satisfy dependency:
 [ERROR]   From: Identity Relying Party Feature 3.2.2
 (org.wso2.carbon.identity.relying.party.feature.group 3.2.2)
 [ERROR]   To: org.wso2.carbon.identity.relying.party.server.feature.group
 [3.2.2]
 [ERROR] Application failed, log file location:

 E:\src\java\carbon_branch\3.2.0\src\products\greg\4.1.0\modules\p2-profile-gen\service\target\p2-agent\configuration\1319008913893.log
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO]

 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 86 minutes 11 seconds
 [INFO] Finished at: Wed Oct 19 12:51:58 IST 2011
 [INFO] Final Memory: 1061M/1680M
 [INFO]
 

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




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




 --
 Manjula Rathnayaka
 Software Engineer
 WSO2, Inc.
 Mobile:+94 77 743 1987

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

 Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] build error in GReg build

2011-10-19 Thread Manjula Rathnayake
Hi,

fixed.

Thank you.

On Wed, Oct 19, 2011 at 3:06 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Is this fixed?


 On Wed, Oct 19, 2011 at 1:08 PM, Manjula Rathnayake manju...@wso2.comwrote:

 Hi,

 looking into this.

 Thank you.


 On Wed, Oct 19, 2011 at 12:57 PM, Senaka Fernando sen...@wso2.comwrote:

 Hi Manjula,

 Please have a look.

 Thanks,
 Senaka.


 On Wed, Oct 19, 2011 at 12:54 PM, Selvaratnam Uthaiyashankar 
 shan...@wso2.com wrote:

 [ERROR] Cannot complete the install because one or more required items
 could not be found.
 [ERROR]  Software being installed: Identity Relying Party Feature
 3.2.2 (org.wso2.carbon.identity.relying.party.feature.group 3.2.2)
 [ERROR]  Missing requirement: Identity Relying Party Server Feature
 3.2.2 (org.wso2.carbon.identity.relying.party.server.feature.group
 3.2.2) requires 'org.wso2.carbon.identity.core.server.feature.gro
 up [3.2.2,3.3.0)' but it could not be found
 [ERROR]  Cannot satisfy dependency:
 [ERROR]   From: Identity Relying Party Feature 3.2.2
 (org.wso2.carbon.identity.relying.party.feature.group 3.2.2)
 [ERROR]   To:
 org.wso2.carbon.identity.relying.party.server.feature.group
 [3.2.2]
 [ERROR] Application failed, log file location:

 E:\src\java\carbon_branch\3.2.0\src\products\greg\4.1.0\modules\p2-profile-gen\service\target\p2-agent\configuration\1319008913893.log
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO]

 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 86 minutes 11 seconds
 [INFO] Finished at: Wed Oct 19 12:51:58 IST 2011
 [INFO] Final Memory: 1061M/1680M
 [INFO]
 

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




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




 --
 Manjula Rathnayaka
 Software Engineer
 WSO2, Inc.
 Mobile:+94 77 743 1987

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

 Thanks,
 Samisa...

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



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




-- 
Manjula Rathnayaka
Software Engineer
WSO2, Inc.
Mobile:+94 77 743 1987
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] What is the correct version of qpid-client?

2011-10-19 Thread Amila Suriarachchi
On Wed, Oct 19, 2011 at 2:25 PM, Selvaratnam Uthaiyashankar 
shan...@wso2.com wrote:

 Hi Rajika,

 CEP and MB are still having 0.11.wso2.jar

 for CEP, it is in ./samples/lib/qpid-client-0.11.wso2v2.jar
 for MB it is in ./client-lib/qpid-client-0.11.wso2v2.jar

 Can you have a look?


fixed in the branch.

thanks,
Amila.


 Thanks

 Shankar

 On Wed, Oct 19, 2011 at 10:39 AM, Rajika Kumarasiri raj...@wso2.com
 wrote:
 
 
  On Wed, Oct 19, 2011 at 10:01 AM, Selvaratnam Uthaiyashankar
  shan...@wso2.com wrote:
 
  Thanks Rajika,
 
  but we can't delete 0.11.wso2v2, since it is pointed by 3.2.1 orbit
  pom.xml. Can you revert deleting 0.11.wso2v2?
 
  I reverted the commit.
 
  Also, can you include the new features and orbits to 3.2.2 pom.xml?
 
  Added new features and into the patch release.
  Thanks for pointing.
  Rajika
 
  Shankar
 
  On Wed, Oct 19, 2011 at 9:48 AM, Rajika Kumarasiri raj...@wso2.com
  wrote:
   I fixed the issue by moving the qpid-client oribit bundle version from
   0.11.wso2v2  to 0.11.0.wso2v2. Only MB seems to be using qpid-client
   orbit
   bundle and it's a old version of 0.11.wso2v1.
   Rajika
  
   On Wed, Oct 19, 2011 at 9:00 AM, Rajika Kumarasiri raj...@wso2.com
   wrote:
  
   Yeah. I'll change the orbit version. It's not much work. But I am not
   sure
   if other's depend on qpid-client orbit.
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org
   http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
 
 
 
  --
  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
 
 



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


[Carbon-dev] Integration Test Failure in BAM (Fwd: WSO2 Carbon Continuous Build has FAILED /home/build/carbon/3.2.0/products/bam/1.3.2)

2011-10-19 Thread Ranga Siriwardena
Hi,

Please have a look. Surefire reports attached.


-- Forwarded message --
From: WSO2 Carbon 3.2.2 Builder (US1) cbuil...@wso2.org
Date: Wed, Oct 19, 2011 at 3:11 PM
Subject: WSO2 Carbon Continuous Build has FAILED
/home/build/carbon/3.2.0/products/bam/1.3.2
To: carbon-bu...@wso2.org, ra...@wso2.com, sanje...@wso2.com


Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 114436
Node Kind: directory
Schedule: normal
Last Changed Author: sadeep
Last Changed Rev: 114436
Last Changed Date: 2011-10-18 23:57:48 -0700 (Tue, 18 Oct 2011)[delete]
Deleting directory
/home/build/carbon/3.2.0/products/carbon/3.2.2/modules/distribution/target/maven-archiver
  [delete] Deleting directory
/home/build/carbon/3.2.0/products/carbon/3.2.2/modules/distribution/target/wso2carbon-core-3.2.2
  [delete] Deleting:
/home/build/carbon/3.2.0/products/carbon/3.2.2/modules/distribution/target/wso2carbon-3.2.2.jar
  [delete] Deleting directory
/home/build/carbon/3.2.0/products/carbon/3.2.2/modules/distribution/target/site
  [delete] Deleting directory
/home/build/carbon/3.2.0/products/carbon/3.2.2/modules/distribution/src/site
[INFO] Executed tasks
[INFO]
[INFO]
[INFO]

[INFO] Reactor Summary:
[INFO]

[INFO] WSO2 Carbon - Parent .. SUCCESS
[1.065s]
[INFO] WSO2 Carbon - UI styles ... SUCCESS
[10.881s]
[INFO] WSO2 Carbon - Style Feature ... SUCCESS
[0.153s]
[INFO] WSO2 Carbon - Profile Generation .. SUCCESS
[48.448s]
[INFO] WSO2 Carbon - Distribution  SUCCESS
[28.073s]
[INFO]

[INFO]

[INFO] BUILD SUCCESSFUL
[INFO]

[INFO] Total time: 1 minute 29 seconds
[INFO] Finished at: Wed Oct 19 01:27:57 PDT 2011
[INFO] Final Memory: 68M/1244M
[INFO]

[INFO] Scanning for projects...
[INFO]

[INFO] Building Maven Default Project
[INFO]task-segment: [clean]
[INFO]

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Cannot execute mojo: clean. It requires a project with an existing
pom.xml, but the build is not using one.
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time:  1 second
[INFO] Finished at: Wed Oct 19 01:27:58 PDT 2011
[INFO] Final Memory: 7M/981M
[INFO]

[INFO] Scanning for projects...
[INFO]

[INFO] Building Maven Default Project
[INFO]task-segment: [clean, install]
[INFO]

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Cannot execute mojo: clean. It requires a project with an existing
pom.xml, but the build is not using one.
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time:  1 second
[INFO] Finished at: Wed Oct 19 01:27:59 PDT 2011
[INFO] Final Memory: 7M/981M
[INFO]

[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 

Re: [Carbon-dev] Still some products and services are having older versions of jar!!

2011-10-19 Thread Selvaratnam Uthaiyashankar
All of these issues are fixed now. Thanks a lot for the prompt action.

Shankar

On Wed, Oct 19, 2011 at 5:37 AM, Selvaratnam Uthaiyashankar
shan...@wso2.com wrote:
 $subject.

 Products
 =
 AS
 BAM
 BPS
 BRS
 DataServices
 ESB
 GS
 LB
 Mashup

 Services
 ===
 BAM
 BRS
 DSS
 ESB
 Manager

 The revision of above builds is r114394

 Attachment shows the jar differences. Release managers, please attend
 to this as soon as possible.

 Regards,
 Shankar

 --
 S.Uthaiyashankar
 Senior Architect  Senior Manager
 WSO2 Inc.
 http://wso2.com/ - lean . enterprise . middleware




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


Re: [Carbon-dev] Integration Test Failure in BAM (Fwd: WSO2 Carbon Continuous Build has FAILED /home/build/carbon/3.2.0/products/bam/1.3.2)

2011-10-19 Thread Ranga Siriwardena
Hi,

Please ignore this test issue because it can not reproduce now.
I think this happened because of parallel product builds. Really sorry for
the noise.


On Wed, Oct 19, 2011 at 3:22 PM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi,

 Please have a look. Surefire reports attached.


 -- Forwarded message --
 From: WSO2 Carbon 3.2.2 Builder (US1) cbuil...@wso2.org
 Date: Wed, Oct 19, 2011 at 3:11 PM
 Subject: WSO2 Carbon Continuous Build has FAILED
 /home/build/carbon/3.2.0/products/bam/1.3.2
 To: carbon-bu...@wso2.org, ra...@wso2.com, sanje...@wso2.com


 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 114436
 Node Kind: directory
 Schedule: normal
 Last Changed Author: sadeep
 Last Changed Rev: 114436
 Last Changed Date: 2011-10-18 23:57:48 -0700 (Tue, 18 Oct 2011)[delete]
 Deleting directory
 /home/build/carbon/3.2.0/products/carbon/3.2.2/modules/distribution/target/maven-archiver
   [delete] Deleting directory
 /home/build/carbon/3.2.0/products/carbon/3.2.2/modules/distribution/target/wso2carbon-core-3.2.2
   [delete] Deleting:
 /home/build/carbon/3.2.0/products/carbon/3.2.2/modules/distribution/target/wso2carbon-3.2.2.jar
   [delete] Deleting directory
 /home/build/carbon/3.2.0/products/carbon/3.2.2/modules/distribution/target/site
   [delete] Deleting directory
 /home/build/carbon/3.2.0/products/carbon/3.2.2/modules/distribution/src/site
 [INFO] Executed tasks
 [INFO]
 [INFO]
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 
 [INFO] WSO2 Carbon - Parent .. SUCCESS
 [1.065s]
 [INFO] WSO2 Carbon - UI styles ... SUCCESS
 [10.881s]
 [INFO] WSO2 Carbon - Style Feature ... SUCCESS
 [0.153s]
 [INFO] WSO2 Carbon - Profile Generation .. SUCCESS
 [48.448s]
 [INFO] WSO2 Carbon - Distribution  SUCCESS
 [28.073s]
 [INFO]
 
 [INFO]
 
 [INFO] BUILD SUCCESSFUL
 [INFO]
 
 [INFO] Total time: 1 minute 29 seconds
 [INFO] Finished at: Wed Oct 19 01:27:57 PDT 2011
 [INFO] Final Memory: 68M/1244M
 [INFO]
 
 [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Building Maven Default Project
 [INFO]task-segment: [clean]
 [INFO]
 
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Cannot execute mojo: clean. It requires a project with an existing
 pom.xml, but the build is not using one.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Wed Oct 19 01:27:58 PDT 2011
 [INFO] Final Memory: 7M/981M
 [INFO]
 
 [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Building Maven Default Project
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Cannot execute mojo: clean. It requires a project with an existing
 pom.xml, but the build is not using one.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Wed Oct 19 01:27:59 PDT 2011
 [INFO] Final Memory: 7M/981M
 [INFO]
 
 [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

Re: [Carbon-dev] [Carbon-commits] [Carbon] svn commit r114426 - in branches/carbon/3.2.0/features: identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2 identity/relying-pa

2011-10-19 Thread Senaka Fernando
Hi Manjula,

Thanks for fixing this.

Thanks,
Senaka.

On Wed, Oct 19, 2011 at 2:32 PM, Manjula Rathnayake manju...@wso2.comwrote:

 Hi,

 This issue was caused not updating greg product/service for identity core
 feature version to 3.2.2. I have missed greg and committed the changes.

 Thank you.


 On Wed, Oct 19, 2011 at 1:07 PM, Manjula Rathnayake manju...@wso2.comwrote:

 Hi Senaka,

 I have committed this without building each product and services, I will
 build and check asap.

 Thank you.


 On Wed, Oct 19, 2011 at 12:57 PM, Senaka Fernando sen...@wso2.comwrote:

 Hi Manjula,

 This commit seems to have broken the G-Reg build. Can you please verify
 that the P2 Profile generation passes for products that use this feature
 after making these changes?

 Thanks,
 Senaka.

 On Wed, Oct 19, 2011 at 10:29 AM, manju...@wso2.com wrote:

 Author: manjular
 Date: Tue Oct 18 21:59:13 2011
 New Revision: 114426
 URL: http://wso2.org/svn/browse/wso2?view=revrevision=114426

 Log:
 Fixing identity feature version in other features

 Modified:

 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/sso-saml/org.wso2.carbon.identity.sso.saml.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/identity/xacml/org.wso2.carbon.identity.xacml.server.feature/3.2.2/pom.xml

 branches/carbon/3.2.0/features/stratos/gapp/org.wso2.carbon.stratos.gapp.server.feature/1.5.2/pom.xml

 Modified:
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
(original)
 +++
 branches/carbon/3.2.0/features/identity/identity-provider/org.wso2.carbon.identity.provider.server.feature/3.2.2/pom.xml
Tue Oct 18 21:59:13 2011
 @@ -128,7 +128,7 @@

  bundleDeforg.igniterealtime.smack.wso2:smack/bundleDef
/bundles
importFeatures
 -
 importFeatureDeforg.wso2.carbon.identity.core.server:${identity.core.feature.version}/importFeatureDef
 +
 importFeatureDeforg.wso2.carbon.identity.core.server:${carbon.platform.patch.version.322}/importFeatureDef
/importFeatures
/configuration
/execution

 Modified:
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
   (original)
 +++
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.server.feature/3.2.2/pom.xml
   Tue Oct 18 21:59:13 2011
 @@ -108,7 +108,7 @@

  bundleDeforg.igniterealtime.smack.wso2:smack/bundleDef
/bundles
importFeatures
 -
 importFeatureDeforg.wso2.carbon.identity.core.server:${identity.core.feature.version}/importFeatureDef
 +
 importFeatureDeforg.wso2.carbon.identity.core.server:3.2.2/importFeatureDef
/importFeatures
/configuration
/execution

 Modified:
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml?rev=114426r1=114425r2=114426view=diff

 ==
 ---
 branches/carbon/3.2.0/features/identity/relying-party/org.wso2.carbon.identity.relying.party.ui.feature/3.2.2/pom.xml
   (original)
 +++
 

[Carbon-dev] Latest 3.2.2 packs for testing (Fwd: WSO2 Carbon Continuous Build was SUCCESSFUL)

2011-10-19 Thread Ranga Siriwardena
Hi All,

Latest 3.2.2 packs are available for testing under [1].
Please note that, these packs were build with revision 114437.  And also
these packs includes product level fixes provided by revision 114443 ,
114445 , 114448 , 114450 , 114451 and 114454 because of the importance of
those fixes.

[1]
http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/2011-10-19_03-48-04/


-- Forwarded message --
From: WSO2 Carbon 3.2.2 Builder (US1) cbuil...@wso2.org
Date: Wed, Oct 19, 2011 at 4:21 PM
Subject: WSO2 Carbon Continuous Build was SUCCESSFUL
To: carbon-bu...@wso2.org, ra...@wso2.com, sanje...@wso2.com


Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 114436
Node Kind: directory
Schedule: normal
Last Changed Author: sadeep
Last Changed Rev: 114436
Last Changed Date: 2011-10-18 23:57:48 -0700 (Tue, 18 Oct 2011)
[INFO]

2011-10-19_03-48-04
Carbon  packs are available at :
http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/latest/
tail -n50 $CARBON_SRC_HOME/build.log


Thanks.
Ranga.
-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Identity Server: STS pluggable authentication mechanisms

2011-10-19 Thread Thilina Buddhika
Sorry, I forgot to add the reference.

http://axis.apache.org/axis2/java/rampart/rampartconfig-guide.html

Thanks,
Thilina

On Wed, Oct 19, 2011 at 3:25 AM, Michael Smith msm...@cbnco.com wrote:

 Thilina Buddhika wrote:
 
 
  On Tue, Oct 18, 2011 at 3:47 PM, Samisa Abeysinghe sam...@wso2.com
  mailto:sam...@wso2.com wrote:
 
  I assume that this is possible with a call back plugged in. Any
  identity server folks like to comment?
 
 
  Yes. This is doable with a custom callback handler implementation.
 
  From Identity Server 3.2.0 release upwards, it is possible to use a
  custom policy which is stored in the registry to secure the STS. When
  defining this custom policy, you can include your custom callback
  handler class in the rampart config. section. More information about the
  rampart config options is available here.

 Hi Thilina,

 Thanks for the reply. Was the word here at the end of that sentence
 meant to be a link? It didn't make it through the mailing list. I
 couldn't find any documentation about defining a custom policy, although
 after reading through the code it looks like I could start by copying
 the policy from security scenario 1.

 Mike

 
 
 
  On Fri, Oct 14, 2011 at 9:30 PM, Michael Smith msm...@cbnco.com
  mailto:msm...@cbnco.com wrote:
 
  Hi,
 
  Is there a way to define a custom token validation mechanism
  when using
  WSO2 IS as an STS to issue SAMLv2 tokens?
 
  I'd like to configure WSO2 to pass UsernameTokens to a custom
  class for
  authentication, and if fails, to fall back to the standard
  UsernameToken
  processor.
 
  Thanks,
  Mike
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com http://wso2.com/
  http://wso2.org http://wso2.org/
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org mailto: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




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

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


Re: [Carbon-dev] Identity Server: STS pluggable authentication mechanisms

2011-10-19 Thread Michael Smith
Hi Thilina,

Is there a reference for creating a custom STS policy?

Looking in the source I found scenario1-policy.xml which defines the 
UsernameToken security policy. I was hoping to use it as a reference, but 
it doesn't have a RampartConfig element, nor does it define a password 
callback.

Thanks,
Mike

On Wed, 19 Oct 2011, Thilina Buddhika wrote:

 Sorry, I forgot to add the reference.
 
 http://axis.apache.org/axis2/java/rampart/rampartconfig-guide.html
 
 Thanks,
 Thilina
 
 On Wed, Oct 19, 2011 at 3:25 AM, Michael Smith msm...@cbnco.com wrote:
 
  Thilina Buddhika wrote:
  
  
   On Tue, Oct 18, 2011 at 3:47 PM, Samisa Abeysinghe sam...@wso2.com
   mailto:sam...@wso2.com wrote:
  
   I assume that this is possible with a call back plugged in. Any
   identity server folks like to comment?
  
  
   Yes. This is doable with a custom callback handler implementation.
  
   From Identity Server 3.2.0 release upwards, it is possible to use a
   custom policy which is stored in the registry to secure the STS. When
   defining this custom policy, you can include your custom callback
   handler class in the rampart config. section. More information about the
   rampart config options is available here.
 
  Hi Thilina,
 
  Thanks for the reply. Was the word here at the end of that sentence
  meant to be a link? It didn't make it through the mailing list. I
  couldn't find any documentation about defining a custom policy, although
  after reading through the code it looks like I could start by copying
  the policy from security scenario 1.
 
  Mike
 
  
  
  
   On Fri, Oct 14, 2011 at 9:30 PM, Michael Smith msm...@cbnco.com
   mailto:msm...@cbnco.com wrote:
  
   Hi,
  
   Is there a way to define a custom token validation mechanism
   when using
   WSO2 IS as an STS to issue SAMLv2 tokens?
  
   I'd like to configure WSO2 to pass UsernameTokens to a custom
   class for
   authentication, and if fails, to fall back to the standard
   UsernameToken
   processor.
  
   Thanks,
   Mike
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org mailto:Carbon-dev@wso2.org
   http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
   Thanks,
   Samisa...
  
   Samisa Abeysinghe
   VP Engineering
   WSO2 Inc.
   http://wso2.com http://wso2.com/
   http://wso2.org http://wso2.org/
  
  
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org mailto: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
 
 
 
 
 -- 
 Thilina Buddhika
 Associate Technical Lead
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware
 
 phone : +94 77 44 88 727
 blog : http://blog.thilinamb.com
 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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

2011-10-19 Thread Afkham Azeez
Charitha,
Do you have ConfigurationManagement enabled in your clustering setup?

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

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

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


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

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

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

 /Charitha

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


 Please try with 'LoadFromRegistry' option.


 This did not work.


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

 Hi,

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

 /Charitha




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

 Hi,

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

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

 Thanks,
 Ishani

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


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

 Does the DB has the data?


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



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

 Folks,

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

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

 /Charitha


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

 Thanks,
 Samisa...

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



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



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




 --
 Ishani



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



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




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

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.com/

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



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

 Thanks,
 Samisa...

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



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




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

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

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

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


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

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




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

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

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


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

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

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

 /Charitha

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


 Please try with 'LoadFromRegistry' option.


 This did not work.


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

 Hi,

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

 /Charitha




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

 Hi,

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

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

 Thanks,
 Ishani

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


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

 Does the DB has the data?


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



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

 Folks,

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

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

 /Charitha


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

 Thanks,
 Samisa...

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



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



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




 --
 Ishani



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



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




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

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.com/

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



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

 Thanks,
 Samisa...

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



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




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

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

2011-10-19 Thread Afkham Azeez
Not cluster management. Folks, please read my articles on cluster
configuration, or the relevant chapter in the Axis2 book. Without properly
understanding the concepts, you may run into all sorts of issues.


Sent from my phone
On Oct 19, 2011 7:23 PM, Charitha Kankanamge chari...@wso2.com wrote:


 On Wed, Oct 19, 2011 at 6:25 PM, Afkham Azeez az...@wso2.com wrote:

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


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

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




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

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

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


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

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

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

 /Charitha

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


 Please try with 'LoadFromRegistry' option.


 This did not work.


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

 Hi,

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

 /Charitha




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

 Hi,

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

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

 Thanks,
 Ishani

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


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

 Does the DB has the data?


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



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

 Folks,

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

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

 /Charitha


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

 Thanks,
 Samisa...

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



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



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




 --
 Ishani



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



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




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

 cell: +94 71 536 4128
 Blog : http://kasunpanorama.blogspot.com/

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



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

 Thanks,
 Samisa...

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



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




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; 

Re: [Carbon-dev] WSO2 Carbon Continuous Build has FAILED /home/build/carbon/3.2.0/products/greg/4.1.0

2011-10-19 Thread Ranga Siriwardena
Hi,

Integration test failed in GREG. Sure-fire reports attached.
Please have a look.

On Wed, Oct 19, 2011 at 8:59 PM, WSO2 Carbon 3.2.2 Builder (US1) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 114484
 Node Kind: directory
 Schedule: normal
 Last Changed Author: thilini
 Last Changed Rev: 114484
 Last Changed Date: 2011-10-19 06:23:14 -0700 (Wed, 19 Oct 2011) [2011-10-19
 08:29:49,585]  WARN {org.apache.commons.httpclient.HttpConnection} -
  HttpConnectionManager is null.  Connection cannot be released.
 [2011-10-19 08:29:49,585]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,613]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,613]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,644]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,644]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,668]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,668]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,679]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,679]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,705]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,705]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,730]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,730]  WARN
 {org.apache.commons.httpclient.HttpConnection} -  HttpConnectionManager is
 null.  Connection cannot be released.
 [2011-10-19 08:29:49,742]  INFO
 {org.wso2.carbon.core.services.authentication.AuthenticationAdmin} -
  'admin' logged out at [2011-10-19 08:29:49,0741]
 [2011-10-19 08:29:49,755]  INFO
 {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  'admin'
 logged in at [2011-10-19 08:29:49,0755] from IP address 66.240.237.226
 [2011-10-19 08:29:49,757]  INFO
 {org.wso2.carbon.integration.core.ServerLogin} -  Successfully logged :
 JSESSIONID=6DCB437637BAAD267AF6A4F04368BF0A; Path=/; Secure=null;
 HttpOnly=null
 Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 83.271 sec
  FAILURE!

 Results :

 Failed tests:
  testTemplate(org.wso2.carbon.app.test.registry.FileSystemImportExport)

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

 Shutting down server...
 Saving Code Coverage Details...
 Completed Saving Code Coverage Details.
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/build/carbon/3.2.0/products/greg/4.1.0/modules/integration/registry/app-remote-registry-test/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 12 minutes 48 seconds
 [INFO] Finished at: Wed Oct 19 08:29:51 PDT 2011
 [INFO] Final Memory: 304M/1022M
 [INFO]
 



Thanks.
Ranga.
-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.
---
Test set: org.wso2.carbon.app.test.registry.TestRunner
---
Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 83.271 sec  
FAILURE!
testTemplate(org.wso2.carbon.app.test.registry.FileSystemImportExport)  Time 
elapsed: 0.682 sec   FAILURE!
junit.framework.AssertionFailedError: File System Import Export Test Failed
at junit.framework.Assert.fail(Assert.java:47)
at 
org.wso2.carbon.app.test.registry.FileSystemImportExport.runSuccessCase(FileSystemImportExport.java:47)
at 

Re: [Carbon-dev] Latest 3.2.2 packs for testing (Fwd: WSO2 Carbon Continuous Build was SUCCESSFUL)

2011-10-19 Thread Ranga Siriwardena
FYI.
Updated packs with revision 114484 are hosted in [2].

[2]
http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/2011-10-19_10-26-40/

-- Forwarded message --
From: WSO2 Carbon 3.2.2 Builder (US1) cbuil...@wso2.org
Date: Wed, Oct 19, 2011 at 11:02 PM
Subject: WSO2 Carbon Continuous Build was SUCCESSFUL
To: carbon-bu...@wso2.org, ra...@wso2.com, sanje...@wso2.com


Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 114484
Node Kind: directory
Schedule: normal
Last Changed Author: thilini
Last Changed Rev: 114484
Last Changed Date: 2011-10-19 06:23:14 -0700 (Wed, 19 Oct 2011) [INFO]
Extracting feature org.wso2.carbon:org.wso2.
carbon.governance.metadata.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.registry.ws.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.registry.profiles.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.governance.notifications.configuration.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.governance.gadgets.impactanalysis.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.governance.gadgets.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.governance.gadgets.lifecycle.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.governance.gadgets.resourceimpact.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.registry.activities.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.governance.lifecycle.management.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.registry.core.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.registry.contentsearch.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.registry.associations.dependencies.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.registry.community.features.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.registry.extensions.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.registry.jcr.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.registry.uddi.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.governance.platform.extensions.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.identity.sso.saml.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.broker.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.tryit.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.bpel.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.localentry.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.mediation.initializer.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.mediators.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.reporting.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.reporting.custom.ui.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.mediation.artifactuploader.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.sequences.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.adminconsole.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.jsservices.feature
[INFO] Extracting feature
org.wso2.carbon:org.wso2.carbon.rule.service.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.admin.mgt.feature
[INFO] Copying resources
[INFO] Running Equinox P2 Publisher Application for Repository Generation
[INFO] Generating metadata for ..
[INFO] Generation completed with success [66 seconds].
[INFO] Running Equinox P2 Category Publisher Application for the Generated
Repository
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/build/carbon/3.2.0/features/repository/3.2.2/pom.xml
to
/home/build/.m2/repository/org/wso2/carbon/wso2carbon-feature-repository/3.2.2/wso2carbon-feature-repository-3.2.2.pom
[INFO]

[INFO] BUILD SUCCESSFUL
[INFO]

[INFO] Total time: 1 minute 59 seconds
[INFO] Finished at: Wed Oct 19 10:31:55 PDT 2011
[INFO] Final Memory: 20M/981M
[INFO]

2011-10-19_10-26-40
Carbon  packs are available at :
http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/latest/
tail -n50 $CARBON_SRC_HOME/build.log




On Wed, Oct 19, 2011 at 4:52 PM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi All,

 Latest 3.2.2 packs are available for testing under [1].
 Please note that, these packs were build with revision 114437.  And also
 these packs includes product level fixes provided by revision 114443 ,
 114445 , 114448 , 114450 , 114451 and 114454 because of the importance of
 those fixes.

 [1]
 

Re: [Carbon-dev] Latest 3.2.2 packs for testing (Fwd: WSO2 Carbon Continuous Build was SUCCESSFUL)

2011-10-19 Thread Prabath Siriwardena
Can you please host the p2-repo too..

Thanks  regards,
-Prabath

On Wed, Oct 19, 2011 at 4:52 PM, Ranga Siriwardena ra...@wso2.com wrote:
 Hi All,

 Latest 3.2.2 packs are available for testing under [1].
 Please note that, these packs were build with revision 114437.  And also
 these packs includes product level fixes provided by revision 114443 ,
 114445 , 114448 , 114450 , 114451 and 114454 because of the importance of
 those fixes.

 [1]
 http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/2011-10-19_03-48-04/


 -- Forwarded message --
 From: WSO2 Carbon 3.2.2 Builder (US1) cbuil...@wso2.org
 Date: Wed, Oct 19, 2011 at 4:21 PM
 Subject: WSO2 Carbon Continuous Build was SUCCESSFUL
 To: carbon-bu...@wso2.org, ra...@wso2.com, sanje...@wso2.com


 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 114436
 Node Kind: directory
 Schedule: normal
 Last Changed Author: sadeep
 Last Changed Rev: 114436
 Last Changed Date: 2011-10-18 23:57:48 -0700 (Tue, 18 Oct 2011)
 [INFO]
 
 2011-10-19_03-48-04
 Carbon  packs are available at :
 http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/latest/
 tail -n50 $CARBON_SRC_HOME/build.log


 Thanks.
 Ranga.
 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.


 ___
 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] Latest 3.2.2 packs for testing (Fwd: WSO2 Carbon Continuous Build was SUCCESSFUL)

2011-10-19 Thread Ranga Siriwardena
Hi,

Yes. We normally host p2-repo under the same location.
It is not there  in [1] because of a build failure in p2-repo . Now it is
fixed and available in latest builds[2].

[1]
http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/2011-10-19_03-48-04/
[2]
http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/2011-10-19_15-08-33/

On Thu, Oct 20, 2011 at 10:24 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Can you please host the p2-repo too..

 Thanks  regards,
 -Prabath

 On Wed, Oct 19, 2011 at 4:52 PM, Ranga Siriwardena ra...@wso2.com wrote:
  Hi All,
 
  Latest 3.2.2 packs are available for testing under [1].
  Please note that, these packs were build with revision 114437.  And also
  these packs includes product level fixes provided by revision 114443 ,
  114445 , 114448 , 114450 , 114451 and 114454 because of the importance of
  those fixes.
 
  [1]
 
 http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/2011-10-19_03-48-04/
 
 
  -- Forwarded message --
  From: WSO2 Carbon 3.2.2 Builder (US1) cbuil...@wso2.org
  Date: Wed, Oct 19, 2011 at 4:21 PM
  Subject: WSO2 Carbon Continuous Build was SUCCESSFUL
  To: carbon-bu...@wso2.org, ra...@wso2.com, sanje...@wso2.com
 
 
  Repository Root: https://svn.wso2.org/repos/wso2
  Repository UUID: a5903396-d722-0410-b921-86c7d4935375
  Revision: 114436
  Node Kind: directory
  Schedule: normal
  Last Changed Author: sadeep
  Last Changed Rev: 114436
  Last Changed Date: 2011-10-18 23:57:48 -0700 (Tue, 18 Oct 2011)
  [INFO]
  
  2011-10-19_03-48-04
  Carbon  packs are available at :
  http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/latest/
  tail -n50 $CARBON_SRC_HOME/build.log
 
 
  Thanks.
  Ranga.
  --
  Ranga Siriwardena
  Software Engineer
  WSO2 Inc.
 
 
  ___
  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



Thanks.
Ranga.
-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev