Re: [Carbon-dev] Test Failure in Carbon Core

2011-03-30 Thread Chamara Silva
Workaround -
1.  Build service-stubs/org.wso2.carbon.stub (Because of dependency
missing issue)
2.  Build  carbon core without test
3.  Build carbon_core/integration with test enable.

Thank you,
Chamara



On Wed, Mar 30, 2011 at 11:11 AM, Isuru Suriarachchi is...@wso2.com wrote:

 I'll have a look into this..

 Thanks,
 ~Isuru


 On Wed, Mar 30, 2011 at 10:57 AM, Thilini Ishaka thil...@wso2.com wrote:

 I also get the same error and need to fix this (carbon core test enabled
 build) asap as the esb coverage results are still in progress.

 Thanks


 On Wed, Mar 30, 2011 at 10:52 AM, Chamara Silva cham...@wso2.com wrote:

 There are test failure in carbon core persistence manager unit test.

 Regards,
 Chamara

  
 [INFO] Building WSO2 Carbon - Kernel
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting file set:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target
 (included: [**], excluded: [])
 [WARNING] POM for 'bouncycastle:bcprov-jdk15:pom:132:compile' is invalid.

 Its dependencies (if any) will NOT be available to the current build.
 [INFO] snapshot org.wso2.carbon:org.wso2.carbon.context:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 106 source files to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 10 MetaType Descriptors to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 5 entries.
 [INFO] Generating 5 Service Component Descriptors to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [antrun:run {execution: create_aar}]
 [INFO] Executing tasks
 [mkdir] Created dir:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version/META-INF
  [copy] Copying 1 file to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version
  [copy] Copying 2 files to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version/META-INF
   [jar] Building jar:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/Version.aar
[delete] Deleting directory
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version
 [INFO] Executed tasks
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 0 resource
 [INFO] Copying 2 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 6 source files to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/test-classes
 [INFO] [surefire:test {execution: default-test}]
 [INFO] Surefire report directory:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/surefire-reports

 ---
  T E S T S
 ---
 Running org.wso2.carbon.core.test.persistence.PersistenceManagerTest
 log4j:WARN No appenders could be found for logger
 (org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
 log4j:WARN Please initialize the log4j system properly.
 Tests run: 13, Failures: 3, Errors: 2, Skipped: 0, Time elapsed: 3.314
 sec  FAILURE!
 Running org.wso2.carbon.core.test.persistence.PersistenceUtilsTest
 log4j:WARN No appenders could be found for logger
 (org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
 log4j:WARN Please initialize the log4j system properly.
 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.115 sec
 Running org.wso2.carbon.core.test.config.CarbonAxisConfiguratorTest
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
 Running 

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-30 Thread Tharindu Mathew
Sorry for the late reply. But I recall both the impact analysis gadgets
depending on this.

Senaka, are you sure you ran through all the code?

/carbon/components/gauges$ grep Gov -i
./org.wso2.carbon.gauges.ui/src/main/resources/web/gauges/gadgets/flash/flashdata-ajaxprocessor.jsp
 ~ specific language governing permissions and limitations
%@ page import=org.wso2.carbon.gauges.ui.GovImpactAnalysisDataProcessor%
// adding governance gadgets
 GovImpactAnalysisDataProcessor processor = new
GovImpactAnalysisDataProcessor(config, session, request);


On Wed, Mar 30, 2011 at 4:25 AM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 2:29 AM, Senaka Fernando sen...@wso2.com wrote:

 Hi all,

 Who uses Gauges? Tharindu and I discussed this, and apparently was under
 the impression that BAM no longer uses this and Governance components
 (Gadgets) depends on this. But, grepping through the source code did not
 reveal any references. But, I found that BAM had something called,
 bam.gauges.ui, [1]. Now, if BAM has its own gauges UI, and if Governance
 components does not need this, can we simply scrap this off?


 +1



 [1]
 https://svn.wso2.org/repos/wso2/trunk/carbon/components/bam/org.wso2.carbon.bam.gauges.ui

 Thanks,
 Senaka.


 On Tue, Mar 29, 2011 at 6:56 PM, Hasini Gunasinghe has...@wso2.comwrote:

 Hi,

 The gauges stub and related component/features were fixed. It builds
 without compilation errors up to features.

 But since there were ambiguous imports in ui component and the resolving
 of imports were done without the context knowledge, i did not commit it. All
 the relevant diff files are attached here with.

 It would be great if the product team/s who uses this gauges
 component/feature, could please apply them and verify and commit.

 Thanks,
 Hasini.

 On Tue, Mar 29, 2011 at 6:14 PM, Hasini Gunasinghe has...@wso2.comwrote:

 Hi,

 Can someone please confirm which product uses the gauges ui component
 and hence the gauges stub? I checked with BAM and G-Reg. But it is not much
 clear which product/s exactly uses it.

 Thanks,
 Hasini.

 On Tue, Mar 29, 2011 at 2:44 PM, Hasini Gunasinghe has...@wso2.comwrote:



 On Tue, Mar 29, 2011 at 12:48 PM, Samisa Abeysinghe 
 sam...@wso2.comwrote:

 I see that we are almost done, but not yet there.

 Please make sure to update this thread, if it is going to take more
 time than EOD today.

 Hi,

 Just to update...

 We have completed the sub migration of the components related to IS.

 There are few stubs used by other products, assigned to us as follows:

 ec2-client
 email-verification
 gauges


 We will work on fixing them too before EOD today. Please let us know if
 any of you are already working on them or have done them already.

 Thanks,
 Hasini.


 On Mon, Mar 28, 2011 at 10:37 PM, Kalpanie Wanigaratne 
 kalpa...@wso2.com wrote:



 On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez az...@wso2.comwrote:

 Some people who are yet to finish the stub work are;
 SupunM
 HasiniG
 Shariq
 KasunW
 Kalpanie - Doesn't use any stubs. Updated the document.


  Regards

 Kalpanie




 Asela
 HasiniY


 On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez az...@wso2.comwrote:

 Many of these have still not been fixed.

 See
 https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnchl=enpli=1#gid=0

 On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe 
 sam...@wso2.com wrote:

  Why do we still see code generation when building components?

 [INFO]
 
 [INFO] Building WSO2 Carbon - Registry - Web Service Client
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: 
 checking
 for updates from wso2-nexus
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
 checking
 for updates from wso2-nexus
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] [build-helper:add-source {execution: add-source}]
 [INFO] Source directory:
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
 added.
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 *[INFO] [antrun:run {execution: source-code-generation}]*
 [INFO] Executing tasks
  [java] Retrieving document at
 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
  [java] Mar 28, 2011 12:28:22 PM
 

Re: [Carbon-dev] org.wso2.carbon:org.wso2.carbon.stub:jar:3.2.0-SNAPSHOT not in snapshot repository.

2011-03-30 Thread Pradeep Fernando
hi,

 I uploaded the jars during the first round (only stub jars). Now the
OSGIfying effort is happening. it will take some time, to deploy
those.

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


Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-30 Thread Pradeep Fernando
hi,

The carbon-core is complete, except for AuthenticationAdmin.wsdl .
this service is being used by number of parties. Fixing this (package
renaming) would break most of the existing things.

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


[Carbon-dev] Registry Resource properties not getting updated??

2011-03-30 Thread Isuru Suriarachchi
Hi Senka,

There's a test failure in Carbon core persistence manager. When updating
existing service Resource properties, existing Resource is read from the
registry and the new property is added to the Resource object and then done
a registry.put.

if (configRegistry.resourceExists(serviceResourcePath)) {
Resource serviceResource =
configRegistry.get(serviceResourcePath);
serviceResource.setProperty(propertyName, propertyValue);
configRegistry.put(serviceResourcePath, serviceResource);
serviceResource.discard();
}

But the property is not written to the Registry. This issue was not there
before. Can you please have a look into this?

Thanks,
~Isuru

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

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


Re: [Carbon-dev] Is it possible to put the eventing service in to carbon context?

2011-03-30 Thread Supun Kamburugamuva
I can simply put the eventing service in to mediation initializer and
then put it to the configuration context as a property. But this may
be not the correct approach.

Thanks,
Supun..

On Wed, Mar 30, 2011 at 11:24 AM, Indika Kumara ind...@wso2.com wrote:
 A year back, I wrote a class to be used in the rule mediator to pick some
 OSGI services. Many OSGI services exposed from the carbon components cannot
 be otherwise accessed by a mediator.

 Thanks,

 Indika

 [1]
 https://svn.wso2.org/repos/wso2/trunk/carbon/components/rule/org.wso2.carbon.rule.server/src/main/java/org/wso2/carbon/rule/server/OSGIServiceLocator.java

 On Wed, Mar 30, 2011 at 11:46 AM, Supun Kamburugamuva su...@wso2.com
 wrote:

 From a ESB mediator we would like to get the EventBroker service. But
 since mediators are fragments they cannot access this service. Is it
 possible to put the eventing service in to carbon context?

 Thanks,
 --
 Supun Kamburugamuva
 Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
 Member, Apache Software Foundation; http://www.apache.org
 WSO2 Inc.;  http://wso2.org
 E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
 Blog: http://supunk.blogspot.com
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev





-- 
Supun Kamburugamuva
Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
Member, Apache Software Foundation; http://www.apache.org
WSO2 Inc.;  http://wso2.org
E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
Blog: http://supunk.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Is it possible to put the eventing service in to carbon context?

2011-03-30 Thread Indika Kumara
But, would it be possible to move all these things in to CarbonContext?
OSGIServiceLocator was a generic class to locate a service and there is no
relation with rule or a particular OSGI service and was a workaround to
lookup an OSGI service when it is impossible to use a declarative service
reference for accessing an OSGI service.

~ Indika

On Wed, Mar 30, 2011 at 12:17 PM, Supun Kamburugamuva su...@wso2.comwrote:

 I can simply put the eventing service in to mediation initializer and
 then put it to the configuration context as a property. But this may
 be not the correct approach.

 Thanks,
 Supun..

 On Wed, Mar 30, 2011 at 11:24 AM, Indika Kumara ind...@wso2.com wrote:
  A year back, I wrote a class to be used in the rule mediator to pick some
  OSGI services. Many OSGI services exposed from the carbon components
 cannot
  be otherwise accessed by a mediator.
 
  Thanks,
 
  Indika
 
  [1]
 
 https://svn.wso2.org/repos/wso2/trunk/carbon/components/rule/org.wso2.carbon.rule.server/src/main/java/org/wso2/carbon/rule/server/OSGIServiceLocator.java
 
  On Wed, Mar 30, 2011 at 11:46 AM, Supun Kamburugamuva su...@wso2.com
  wrote:
 
  From a ESB mediator we would like to get the EventBroker service. But
  since mediators are fragments they cannot access this service. Is it
  possible to put the eventing service in to carbon context?
 
  Thanks,
  --
  Supun Kamburugamuva
  Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
  Member, Apache Software Foundation; http://www.apache.org
  WSO2 Inc.;  http://wso2.org
  E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
  Blog: http://supunk.blogspot.com
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Supun Kamburugamuva
 Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
 Member, Apache Software Foundation; http://www.apache.org
 WSO2 Inc.;  http://wso2.org
 E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
 Blog: http://supunk.blogspot.com

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


Re: [Carbon-dev] No packs for testing after 21st

2011-03-30 Thread Charitha Kankanamge
There is no AppServer pack as well

/Charitha

On Wed, Mar 30, 2011 at 10:38 AM, Pavithra Madurangi pavit...@wso2.comwrote:

 Hi Denis,

 Latest BPS pack (29th March) is not available at [1].

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

 Regards,
 Pavithra

 On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri de...@wso2.com wrote:



 On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge 
 chari...@wso2.comwrote:

 Folks,
 Please host new packs for testing immediately. 21st is the latest
 available in local builder. We are not supposed to test using local packs
 provided by devs. RMs, please make sure to host latest builds in local
 builder (10.100.1.43)

 Latest packs are at
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/

 Regards
 Charitha



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




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


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



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


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


Re: [Carbon-dev] Test Failure in Carbon Core

2011-03-30 Thread Chamara Silva
On Wed, Mar 30, 2011 at 11:50 AM, Isuru Suriarachchi is...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 11:38 AM, Chamara Silva cham...@wso2.com wrote:

 Workaround -
 1.  Build service-stubs/org.wso2.carbon.stub (Because of dependency
 missing issue)
 2.  Build  carbon core without test
 3.  Build carbon_core/integration with test enable.


 This won't fix the issue. I think you've mixed up with a separate issue :).
 This issue is a real test failure in the persistence manager.


yes i agree.because of this test failure we unable to get carbon core test
jar.without carbon core test jar we cant continue code coverage testing.so i
propose this workaround until fix persistence manager test failure.

Regards,
Chamara


 Thanks,
 ~Isuru



 Thank you,
 Chamara



 On Wed, Mar 30, 2011 at 11:11 AM, Isuru Suriarachchi is...@wso2.comwrote:

 I'll have a look into this..

 Thanks,
 ~Isuru


 On Wed, Mar 30, 2011 at 10:57 AM, Thilini Ishaka thil...@wso2.comwrote:

 I also get the same error and need to fix this (carbon core test enabled
 build) asap as the esb coverage results are still in progress.

 Thanks


 On Wed, Mar 30, 2011 at 10:52 AM, Chamara Silva cham...@wso2.comwrote:

 There are test failure in carbon core persistence manager unit test.

 Regards,
 Chamara


  
 [INFO] Building WSO2 Carbon - Kernel
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting file set:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target
 (included: [**], excluded: [])
 [WARNING] POM for 'bouncycastle:bcprov-jdk15:pom:132:compile' is
 invalid.

 Its dependencies (if any) will NOT be available to the current build.
 [INFO] snapshot org.wso2.carbon:org.wso2.carbon.context:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 106 source files to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 10 MetaType Descriptors to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 5 entries.
 [INFO] Generating 5 Service Component Descriptors to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [antrun:run {execution: create_aar}]
 [INFO] Executing tasks
 [mkdir] Created dir:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version/META-INF
  [copy] Copying 1 file to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version
  [copy] Copying 2 files to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version/META-INF
   [jar] Building jar:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/Version.aar
[delete] Deleting directory
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version
 [INFO] Executed tasks
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 0 resource
 [INFO] Copying 2 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 6 source files to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/test-classes
 [INFO] [surefire:test {execution: default-test}]
 [INFO] Surefire report directory:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/surefire-reports

 ---
  T E S T S
 ---
 Running org.wso2.carbon.core.test.persistence.PersistenceManagerTest
 log4j:WARN No appenders could be found for logger
 (org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
 log4j:WARN Please initialize the log4j system 

Re: [Carbon-dev] G-REG - 29/03/2011 build is unusable

2011-03-30 Thread Janaka Ranabahu
On Wed, Mar 30, 2011 at 11:28 AM, Janaka Ranabahu jan...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 10:40 AM, Evanthika Amarasiri 
 evanth...@wso2.comwrote:

 Hi,

 Came across the following blockers in the G-Reg pack built on 29/03/2011.
 Please be kind enough to fix these issues and provide us a stable build.

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

 Im looking in to this issue. Will update this thread once this is finished.


This issue has been fixed with r91079. It seems like this commit was not
reflected in this build.

Thanks,
Janaka


 Thanks,
 Janaka


 [2] - https://wso2.org/jira/browse/CARBON-9204
 [3] - https://wso2.org/jira/browse/CARBON-9203

 Regards,
 Evanthika

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




 --
 Janaka Ranabahu
 Software Engineer
 WSO2 Inc.

 Mobile +94 718370861
 Email : jan...@wso2.com
 Blog : janakaranabahu.blogspot.com




-- 
Janaka Ranabahu
Software Engineer
WSO2 Inc.

Mobile +94 718370861
Email : jan...@wso2.com
Blog : janakaranabahu.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] G-REG - 29/03/2011 build is unusable

2011-03-30 Thread Sadeep Jayasumana
On Wed, Mar 30, 2011 at 11:57 AM, Janaka Ranabahu jan...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 11:28 AM, Janaka Ranabahu jan...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 10:40 AM, Evanthika Amarasiri evanth...@wso2.com
  wrote:

 Hi,

 Came across the following blockers in the G-Reg pack built on 29/03/2011.
 Please be kind enough to fix these issues and provide us a stable build.

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

 Im looking in to this issue. Will update this thread once this is
 finished.


 This issue has been fixed with r91079. It seems like this commit was not
 reflected in this build.

 Thanks,
 Janaka


 Thanks,
 Janaka


 [2] - https://wso2.org/jira/browse/CARBON-9204

 [3] - https://wso2.org/jira/browse/CARBON-9203

 Fixed this one today morning with r91196.

Sadeep



 Regards,
 Evanthika

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




 --
 Janaka Ranabahu
 Software Engineer
 WSO2 Inc.

 Mobile +94 718370861
 Email : jan...@wso2.com
 Blog : janakaranabahu.blogspot.com




 --
 Janaka Ranabahu
 Software Engineer
 WSO2 Inc.

 Mobile +94 718370861
 Email : jan...@wso2.com
 Blog : janakaranabahu.blogspot.com


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




-- 
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] G-REG - 29/03/2011 build is unusable

2011-03-30 Thread Janaka Ranabahu
On Wed, Mar 30, 2011 at 11:57 AM, Janaka Ranabahu jan...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 11:28 AM, Janaka Ranabahu jan...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 10:40 AM, Evanthika Amarasiri evanth...@wso2.com
  wrote:

 Hi,

 Came across the following blockers in the G-Reg pack built on 29/03/2011.
 Please be kind enough to fix these issues and provide us a stable build.

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

 Im looking in to this issue. Will update this thread once this is
 finished.


 This issue has been fixed with r91079. It seems like this commit was not
 reflected in this build.

 Thanks,
 Janaka


 Thanks,
 Janaka


 [2] - https://wso2.org/jira/browse/CARBON-9204

 Hi,

This was also related to the error in [1] and it was also fixed with r91079.

Thanks,
Janaka


 [3] - https://wso2.org/jira/browse/CARBON-9203

 Regards,
 Evanthika

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




 --
 Janaka Ranabahu
 Software Engineer
 WSO2 Inc.

 Mobile +94 718370861
 Email : jan...@wso2.com
 Blog : janakaranabahu.blogspot.com




 --
 Janaka Ranabahu
 Software Engineer
 WSO2 Inc.

 Mobile +94 718370861
 Email : jan...@wso2.com
 Blog : janakaranabahu.blogspot.com




-- 
Janaka Ranabahu
Software Engineer
WSO2 Inc.

Mobile +94 718370861
Email : jan...@wso2.com
Blog : janakaranabahu.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Test Failure in Carbon Core

2011-03-30 Thread Thilini Ishaka
On Wed, Mar 30, 2011 at 11:57 AM, Chamara Silva cham...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 11:50 AM, Isuru Suriarachchi is...@wso2.comwrote:



 On Wed, Mar 30, 2011 at 11:38 AM, Chamara Silva cham...@wso2.com wrote:

 Workaround -
 1.  Build service-stubs/org.wso2.carbon.stub (Because of dependency
 missing issue)
 2.  Build  carbon core without test
 3.  Build carbon_core/integration with test enable.


 This won't fix the issue. I think you've mixed up with a separate issue
 :). This issue is a real test failure in the persistence manager.


 yes i agree.because of this test failure we unable to get carbon core test
 jar.without carbon core test jar we cant continue code coverage testing.so i
 propose this workaround until fix persistence manager test failure.


yes, please.



 Regards,
 Chamara


 Thanks,
 ~Isuru



 Thank you,
 Chamara



 On Wed, Mar 30, 2011 at 11:11 AM, Isuru Suriarachchi is...@wso2.comwrote:

 I'll have a look into this..

 Thanks,
 ~Isuru


 On Wed, Mar 30, 2011 at 10:57 AM, Thilini Ishaka thil...@wso2.comwrote:

 I also get the same error and need to fix this (carbon core test
 enabled build) asap as the esb coverage results are still in progress.

 Thanks


 On Wed, Mar 30, 2011 at 10:52 AM, Chamara Silva cham...@wso2.comwrote:

 There are test failure in carbon core persistence manager unit test.

 Regards,
 Chamara


  
 [INFO] Building WSO2 Carbon - Kernel
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting file set:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target
 (included: [**], excluded: [])
 [WARNING] POM for 'bouncycastle:bcprov-jdk15:pom:132:compile' is
 invalid.

 Its dependencies (if any) will NOT be available to the current build.
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.context:3.2.0-SNAPSHOT: checking for 
 updates
 from wso2-nexus
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 106 source files to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 10 MetaType Descriptors to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 5 entries.
 [INFO] Generating 5 Service Component Descriptors to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [antrun:run {execution: create_aar}]
 [INFO] Executing tasks
 [mkdir] Created dir:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version/META-INF
  [copy] Copying 1 file to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version
  [copy] Copying 2 files to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version/META-INF
   [jar] Building jar:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/Version.aar
[delete] Deleting directory
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/version
 [INFO] Executed tasks
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 0 resource
 [INFO] Copying 2 resources
 [INFO] Copying 3 resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 6 source files to
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/test-classes
 [INFO] [surefire:test {execution: default-test}]
 [INFO] Surefire report directory:
 /home/chamara/wso2/framework-migration/carbon_source/carbon/core/org.wso2.carbon.core/target/surefire-reports

 ---
  T E S T S
 ---
 Running org.wso2.carbon.core.test.persistence.PersistenceManagerTest
 log4j:WARN No appenders could be found for logger
 

Re: [Carbon-dev] No packs for testing after 21st

2011-03-30 Thread Amila Maha Arachchi
Hi,

Due to some build failures in products (due to stub migration process)
following product were not built last night. During a build cycle, only the
successfully built products get copied to the place where we host them.
Therefore we have to wait until the next build cycle completes to get the
other product packs. Even then, theres no guarantee that next build cycle
will provide new packs because that cycle could break even without going to
the product level (due to stub migration process). I'm afraid we cant do
much until all these changes are completed (I think it almost done by now)

Current build cycle was started around 10.30am today and it is in the
dependencies at the moment.

These are the products which failed last night (according to the build
failure emails)

MB
CEP
BRS
BPS
ESB
DSS
MS
AppServer
IS

Thanks,
AmilaM.

On Wed, Mar 30, 2011 at 11:56 AM, Charitha Kankanamge chari...@wso2.comwrote:

 There is no AppServer pack as well

 /Charitha


 On Wed, Mar 30, 2011 at 10:38 AM, Pavithra Madurangi pavit...@wso2.comwrote:

 Hi Denis,

 Latest BPS pack (29th March) is not available at [1].

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

 Regards,
 Pavithra

 On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri de...@wso2.com wrote:



 On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge chari...@wso2.com
  wrote:

 Folks,
 Please host new packs for testing immediately. 21st is the latest
 available in local builder. We are not supposed to test using local packs
 provided by devs. RMs, please make sure to host latest builds in local
 builder (10.100.1.43)

 Latest packs are at
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/

 Regards
 Charitha



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




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


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



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



 ___
 Carbon-dev 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] Minimum Maven version is 2.2.0?

2011-03-30 Thread Waruna Ranasinghe
Hi all,

We can inform/force the users to use maven 2.2.0 by adding the following
configuration to the carbon root pom. So that the user who builds Carbon
knows that he needs at least Maven 2.2.0 to build it, prior coming to maven
site plugin execution. WDYT?

prerequisites

maven2.2.1/maven

/prerequisites

Thanks,
Waruna
On Wed, Mar 30, 2011 at 11:27 AM, Denis Weerasiri de...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 10:54 AM, Hiranya Jayathilaka hira...@wso2.comwrote:



 On Wed, Mar 30, 2011 at 10:40 AM, Danushka Menikkumbura 
 danus...@wso2.com wrote:

 Apparently the maven site plugin requires maven 2.2.0.


 Yes, the registry component has done some upgrades yesterday and now we no
 longer can build with Maven 2.1. I also had to upgrade my Maven
 installation.

 There's another thread on this ([Carbon-dev] Update doxia plugin used for
 Javadoc). Samisa mentioned we have to migrate to maven 2.2.x, to avoid
 build to hangs abruptly. On the other hand Isuru mentioned build should
 work with any Maven 2.x.


 Thanks,
 Hiranya



 Danushka

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




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

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




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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Adding DS support into AS

2011-03-30 Thread Isuru Suriarachchi
On Tue, Mar 29, 2011 at 3:41 PM, Anjana Fernando anj...@wso2.com wrote:

 Hi Isuru,

 On Tue, Mar 29, 2011 at 3:11 PM, Isuru Suriarachchi is...@wso2.com
 wrote:
 
  No ACK from DS team? Shall I move this dashboard registration into DS
 styles
  bundle's component.xml?

 Yeah, as you mentioned, guess we have it in the wrong place, please do
 make the change.


Anjana, I removed it from the DS UI component.xml. But it's already
registered in the DS styles bundle component.xml. So the product should have
the dashboard. Can you please build DS and confirm this?

Thanks,
~Isuru



 Cheers,
 Anjana.

  Thanks,
  ~Isuru
 
 
  There's one more thing that I forgot to mention in my initial mail.
 Should
  we add DS features into AS Stratos service as well? May be that's not
  necessary as the user gets access to all the services including DS
 service.
  Thanks,
  ~Isuru
 
 
 
 
  2. How are we going to manage documentation? Are we going to add all
 DS
  related docs into AS docs pack or can we add a link to the DS
 documentation?
 
  For a user it is convenient to have everything in a single download.
 
 
  3. Are we going to ship all the DS samples in AS as well? Or is it
  enough to ship one or two most commonly used ones?
 
 
  Again, for users it is convenient if all related items are there in the
  same place. I'd prefer to have samples/dataservices/ and have externals
 to
  all DS samples.
 
 
  Thanks,
  ~Isuru
 
  --
  Isuru Suriarachchi
  Technical Lead  Product Manager, WSO2 Application Server
  WSO2 Inc. http://wso2.com
  email : is...@wso2.com
  blog : http://isurues.wordpress.com/
 
  lean . enterprise . middleware
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; WSO2, Inc.;
 http://wso2.com,
 
  Member; Apache Software Foundation; http://www.apache.org/
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
 
 
  --
  Isuru Suriarachchi
  Technical Lead  Product Manager, WSO2 Application Server
  WSO2 Inc. http://wso2.com
  email : is...@wso2.com
  blog : http://isurues.wordpress.com/
 
  lean . enterprise . middleware
 
 
 
 
  --
  Isuru Suriarachchi
  Technical Lead  Product Manager, WSO2 Application Server
  WSO2 Inc. http://wso2.com
  email : is...@wso2.com
  blog : http://isurues.wordpress.com/
 
  lean . enterprise . middleware
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Anjana Fernando
 Software Engineer
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware




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

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


Re: [Carbon-dev] Adding DS support into AS

2011-03-30 Thread Anjana Fernando
On Wed, Mar 30, 2011 at 12:54 PM, Isuru Suriarachchi is...@wso2.com wrote:

 Anjana, I removed it from the DS UI component.xml. But it's already
 registered in the DS styles bundle component.xml. So the product should have
 the dashboard. Can you please build DS and confirm this?

Sure, will do, at the moment I'm having some trouble starting DSS
properly, due to some qpid configuration file missing, will update
this as soon as I get it sorted out.

Cheers,
Anjana.

 Thanks,
 ~Isuru


 Cheers,
 Anjana.

  Thanks,
  ~Isuru
 
 
  There's one more thing that I forgot to mention in my initial mail.
  Should
  we add DS features into AS Stratos service as well? May be that's not
  necessary as the user gets access to all the services including DS
  service.
  Thanks,
  ~Isuru
 
 
 
 
  2. How are we going to manage documentation? Are we going to add all
  DS
  related docs into AS docs pack or can we add a link to the DS
  documentation?
 
  For a user it is convenient to have everything in a single download.
 
 
  3. Are we going to ship all the DS samples in AS as well? Or is it
  enough to ship one or two most commonly used ones?
 
 
  Again, for users it is convenient if all related items are there in
  the
  same place. I'd prefer to have samples/dataservices/ and have
  externals to
  all DS samples.
 
 
  Thanks,
  ~Isuru
 
  --
  Isuru Suriarachchi
  Technical Lead  Product Manager, WSO2 Application Server
  WSO2 Inc. http://wso2.com
  email : is...@wso2.com
  blog : http://isurues.wordpress.com/
 
  lean . enterprise . middleware
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; WSO2, Inc.;
  http://wso2.com,
 
  Member; Apache Software Foundation; http://www.apache.org/
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
 
 
  --
  Isuru Suriarachchi
  Technical Lead  Product Manager, WSO2 Application Server
  WSO2 Inc. http://wso2.com
  email : is...@wso2.com
  blog : http://isurues.wordpress.com/
 
  lean . enterprise . middleware
 
 
 
 
  --
  Isuru Suriarachchi
  Technical Lead  Product Manager, WSO2 Application Server
  WSO2 Inc. http://wso2.com
  email : is...@wso2.com
  blog : http://isurues.wordpress.com/
 
  lean . enterprise . middleware
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Anjana Fernando
 Software Engineer
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware



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

 lean . enterprise . middleware





-- 
Anjana Fernando
Software Engineer
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] Release Readiness - DSS

2011-03-30 Thread Prabath Abeysekera
Hi,

Here's an update with regard to the $subject.
*
*
*1.Stub Separation*
Stub Separation has been completed for all components owned by DSS team and
the necessary
changes have been properly incorporated to all associated components.

*2.Integration Tests*
We'd already covered up most of the core functionalities and right now
working on composing
some additional test cases (that we've later identified) to make sure we've
all possible
functional scenarios covered.

*3.Fixing bugs*
Currently, no L1L2 issues exist against DSS. The only couple of issues that
are there
(almost all of them are related to breadcrumbs) in the UI are being
resolved.



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

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


[Carbon-dev] wso2 committers+=hasiniy

2011-03-30 Thread Afkham Azeez
It is my distinct pleasure to welcome Hasini Yatawatte to WSO2
committership. Congratulations  thanks for your contributions so far.

-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*http://www.apache.org/
*
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Notes from MB status meeting

2011-03-30 Thread Rajika Kumarasiri
On Tue, Mar 29, 2011 at 4:57 PM, Rajika Kumarasiri raj...@wso2.com wrote:



 On Tue, Mar 22, 2011 at 5:33 PM, Rajika Kumarasiri raj...@wso2.comwrote:



 9) TLS: this is needed by CSG. For MB its obviously important, but if we
 can't fix it by 1.0 then we will go ahead anyway and fix in a 1.01 or 1.1
 shortly after. Action: Rajika to look at it.


 I fixed some UI issues in CSG in last couple of days.I'll look into this
 now.


 I have fixed this now.


FYI.

Qpid uses the excellent TCP/IP framework based on NIO Apache Mina[0]
underling for all TCP/IP operations. When comes to SSL, Qpid has registered
an invalid order of the SSL processor which causes this problem. By fixing
the order of the SSL filter the issue was fixed. You can find more
information here[1].

Rajika


[0] - http://mina.apache.org/
[1] - http://mail-archives.apache.org/mod_mbox/qpid-dev/201103.mbox/browser
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Components online build hangs at components/governance/org.wso2.carbon.governance.api/

2011-03-30 Thread Afkham Azeez
[INFO] Generating 1 Service Component Descriptors to
/Users/azeez/projects/wso2/org/trunk/carbon/components/governance/org.wso2.carbon.governance.api/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 100 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle
org.wso2.carbon:org.wso2.carbon.governance.api:bundle:3.2.0-SNAPSHOT : There
are split packages, use directive -split-package:=(merge-first|merge-last)
on instruction to get rid of this warning:
org.wso2.carbon.governance.api.internal, classpath: [Jar:., Jar:jsr107cache,
Jar:log4j, Jar:org.wso2.carbon.logging, Jar:org.apache.log4j,
Jar:commons-logging, Jar:qpid-broker, Jar:org.wso2.carbon.base, Jar:axiom,
Jar:mail, Jar:activation, Jar:axiom-impl, Jar:axiom-api,
Jar:geronimo-activation_1.1_spec, Jar:geronimo-javamail_1.4_spec, Jar:jaxen,
Jar:geronimo-stax-api_1.0_spec, Jar:axiom-dom, Jar:xml-apis, Jar:xercesImpl,
Jar:xalan, Jar:org.wso2.carbon.queuing, Jar:synapse-securevault, Jar:jline,
Jar:commons-cli, Jar:commons-lang, Jar:commons-io, Jar:commons-codec,
Jar:org.wso2.carbon.core, Jar:org.eclipse.osgi,
Jar:org.eclipse.osgi.services, Jar:org.eclipse.equinox.http.helper,
Jar:org.wso2.carbon.bridge, Jar:servlet-api, Jar:org.wso2.carbon.utils,
Jar:axis2, Jar:axis2-adb, Jar:axis2-kernel,
Jar:geronimo-ws-metadata_2.0_spec, Jar:geronimo-jta_1.1_spec,
Jar:commons-httpclient, Jar:commons-fileupload, Jar:XmlSchema, Jar:neethi,
Jar:woden-api, Jar:woden-impl-dom, Jar:woden-impl-commons, Jar:jsr311-api,
Jar:axis2-clustering, Jar:tomcat-tribes, Jar:tomcat-juli,
Jar:tomcat-embed-logging-juli, Jar:axis2-codegen, Jar:axis2-mtompolicy,
Jar:axis2-saaj, Jar:geronimo-saaj_1.3_spec, Jar:axis2-adb-codegen,
Jar:axis2-xmlbeans, Jar:xmlbeans, Jar:ant, Jar:ant-launcher,
Jar:axis2-metadata, Jar:geronimo-jaxws_2.2_spec, Jar:xml-resolver,
Jar:jaxb-impl, Jar:jaxb-api, Jar:stax-api, Jar:jaxb-xjc, Jar:jaxws-tools,
Jar:axis2-spring, Jar:spring-core, Jar:spring-beans, Jar:spring-context,
Jar:aopalliance, Jar:spring-web, Jar:axis2-jaxws,
Jar:geronimo-annotation_1.0_spec, Jar:axis2-transport-http, Jar:httpcore,
Jar:axis2-java2wsdl, Jar:axis2-transport-local, Jar:axis2-transport-base,
Jar:axis2-transport-mail, Jar:axis2-transport-tcp, Jar:axis2-transport-udp,
Jar:axis2-transport-xmpp, Jar:smack, Jar:smackx, Jar:mex, Jar:stax-api,
Jar:smack, Jar:smack, Jar:smackx, Jar:smackx, Jar:bcprov-jdk15,
Jar:org.wso2.carbon.context, Jar:org.wso2.carbon.registry.core,
Jar:commons-io, Jar:annotations, Jar:XmlSchema,
Jar:org.wso2.carbon.registry.api, Jar:org.wso2.carbon.registry.xboot,
Jar:org.wso2.carbon.user.core, Jar:org.wso2.carbon.user.api,
Jar:commons-dbcp, Jar:commons-dbcp, Jar:commons-pool,
Jar:org.wso2.pwprovider, Jar:xmlunit, Jar:compass, Jar:compass,
Jar:lucene-core, Jar:pdfbox, Jar:fontbox, Jar:jempbox, Jar:bcmail-jdk14,
Jar:bcprov-jdk14, Jar:poi, Jar:poi, Jar:poi-scratchpad, Jar:poi-scratchpad,
Jar:commons-collections, Jar:commons-collections, Jar:validateutility,
Jar:org.wso2.carbon.registry.extensions, Jar:commons-beanutils,
Jar:org.eclipse.equinox.common, Jar:org.eclipse.equinox.simpleconfigurator,
Jar:org.eclipse.equinox.util, Jar:org.eclipse.equinox.ds,
Jar:org.eclipse.equinox.http.servlet, Jar:org.eclipse.equinox.jsp.jasper,
Jar:javax.servlet.jsp, Jar:org.apache.jasper, Jar:org.apache.commons.el,
Jar:org.apache.commons.logging, Jar:org.eclipse.equinox.app,
Jar:org.eclipse.equinox.concurrent, Jar:org.eclipse.equinox.frameworkadmin,
Jar:org.eclipse.equinox.frameworkadmin.equinox,
Jar:org.eclipse.equinox.p2.directorywatcher,
Jar:org.eclipse.equinox.p2.exemplarysetup,
Jar:org.eclipse.equinox.p2.extensionlocation,
Jar:org.eclipse.equinox.p2.garbagecollector,
Jar:org.eclipse.equinox.p2.jarprocessor,
Jar:org.eclipse.equinox.p2.metadata.generator,
Jar:org.eclipse.equinox.p2.reconciler.dropins,
Jar:org.eclipse.equinox.p2.publisher,
Jar:org.eclipse.equinox.p2.repository.tools,
Jar:org.eclipse.equinox.p2.repository,
Jar:org.eclipse.equinox.p2.touchpoint.natives,
Jar:org.eclipse.equinox.p2.updatechecker,
Jar:org.eclipse.equinox.preferences, Jar:org.eclipse.equinox.registry,
Jar:org.eclipse.equinox.security,
Jar:org.eclipse.equinox.simpleconfigurator.manipulator,
Jar:org.eclipse.equinox.p2.updatesite, Jar:org.eclipse.core.commands,
Jar:org.eclipse.core.contenttype, Jar:org.eclipse.core.expressions, Jar:
org.eclipse.core.jobs, Jar:org.eclipse.core.net,
Jar:org.eclipse.core.runtime,
Jar:org.eclipse.core.runtime.compatibility.auth,
Jar:org.wso2.carbon.registry.servlet, Jar:org.wso2.carbon.registry.uddi,
Jar:juddi, Jar:juddi-core-openjpa, Jar:uddi-ws, Jar:jaxws-rt, Jar:jaxws-api,
Jar:saaj-api, Jar:jsr250-api, Jar:jsr181-api, Jar:saaj-impl,

[Carbon-dev] Status of service stub generation

2011-03-30 Thread Afkham Azeez
Seems like everything is complete except for Gadgets (Nuwan). Asela, you
have mentioned that you provided a patch for Guages, did this get committed?


https://spreadsheets0.google.com/a/wso2.com/ccc?hl=enkey=taHbzov3zrnrIcPElzSJ3bwhl=en#gid=0

-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*http://www.apache.org/
*
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Status of exclusions effort

2011-03-30 Thread Samisa Abeysinghe
Ping!

On Mon, Mar 28, 2011 at 12:12 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Folks, what is going on with $subject?

 Thanks,
 Samisa...

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



Thanks,
Samisa...

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


Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Hasini Gunasinghe
On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote:

 Seems like everything is complete except for Gadgets (Nuwan). Asela, you
 have mentioned that you provided a patch for Guages, did this get committed?


Hi,
It was me who attached the patches. Sorry, forgot to update the assigned
name in the spreadsheet. Please refer the discussion regarding it by the
relevant product teams using that component, at the thread with the topic:
 Code generation still not completely fixed?. That has not come to a
conclusion though.
Thanks,
Hasini.




 https://spreadsheets0.google.com/a/wso2.com/ccc?hl=enkey=taHbzov3zrnrIcPElzSJ3bwhl=en#gid=0

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


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


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


Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Afkham Azeez
On Wed, Mar 30, 2011 at 2:15 PM, Hasini Gunasinghe has...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote:

 Seems like everything is complete except for Gadgets (Nuwan). Asela, you
 have mentioned that you provided a patch for Guages, did this get committed?


 Hi,
 It was me who attached the patches. Sorry, forgot to update the assigned
 name in the spreadsheet. Please refer the discussion regarding it by the
 relevant product teams using that component, at the thread with the topic:
  Code generation still not completely fixed?. That has not come to a
 conclusion though.


RMs, PMs, please reply.


 Thanks,
 Hasini.




 https://spreadsheets0.google.com/a/wso2.com/ccc?hl=enkey=taHbzov3zrnrIcPElzSJ3bwhl=en#gid=0

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


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





-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*http://www.apache.org/
*
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Nuwan Bandara
Hi Azeez,

On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote:

 Seems like everything is complete except for Gadgets (Nuwan). Asela, you
 have mentioned that you provided a patch for Guages, did this get committed?


I have completed this, but couldn't mention that in the spreadsheet.

Regards,
/Nuwan





 https://spreadsheets0.google.com/a/wso2.com/ccc?hl=enkey=taHbzov3zrnrIcPElzSJ3bwhl=en#gid=0

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




-- 
Thanks  Regards,

Nuwan Bandara
Software Engineer
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware

http://www.nuwanbando.com

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


Re: [Carbon-dev] Status of exclusions effort

2011-03-30 Thread Selvaratnam Uthaiyashankar
We haven't really started it effectively. Still trying to build with tests,
so that we can make sure the exclusions are done properly.

Our plan is as follows:

- Will not modify any poms under dependency/*
- Will define all the dependency of orbit/* as optional ( so that whoever
using the orbit as dependency will not get orbit's transitive dependencies)
- also, will try to exclude any transitive dependencies identified in orbit
build which are not packed in final product release

Every components and products should use only orbit dependencies. (There are
some non-orbit dependencies used in core, we are going to leave it for the
moment). If they got compiled upto this time due to transitive dependencies
coming through orbit, they will start failing after above change. We have to
find and fix them

Sameera mentioned that there might be some test failures due to this change,
because some of the jars will not be available in classpath (which were
included due to transitive dependencies upto this time). We have to find
them and fix it. Thats the reason why we are trying to get the build with
tests running before starting the exclusion.

Sameera and me are hoping to start today.

Regards,
Shankar

On Wed, Mar 30, 2011 at 2:06 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Ping!


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

 Folks, what is going on with $subject?

 Thanks,
 Samisa...

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



 Thanks,
 Samisa...

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




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




-- 
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] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Udayanga Wickramasinghe
Hi,
i am getting the following stack trace when starting up ESB..what would be
the possible cause?

[2011-03-30 13:49:29,128]  INFO - InputOutputAdaptersComponent There is no
adapters-component.conf.. Using the default configuration
[2011-03-30 13:49:33,898]  INFO - RegistryCoreServiceComponent Registry
Mode: READ-WRITE
[Broker] BRK-1006 : Using configuration :
/home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
Logging configuration error: unable to read file
/home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/log4j.xml
Using the fallback internal log4j.properties configuration
Error initialising message broker:
org.apache.commons.configuration.ConfigurationException:
java.lang.NullPointerException
org.apache.commons.configuration.ConfigurationException:
java.lang.NullPointerException
at
org.apache.qpid.server.registry.ApplicationRegistry.configure(ApplicationRegistry.java:263)
at
org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:283)
at
org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:161)
at
org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:138)
at org.apache.qpid.server.Main.startup(Main.java:310)
at org.apache.qpid.server.Main.execute(Main.java:231)
at org.apache.qpid.server.Main.init(Main.java:101)
at org.apache.qpid.server.Main.main(Main.java:530)
at
org.wso2.carbon.qpid.internal.QpidServiceComponent.activate(QpidServiceComponent.java:75)
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.apache.qpid.wso2.internal.QpidBundleActivator.start(QpidBundleActivator.java:43)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)
at

[Carbon-dev] cleanRegistry option is no longer required?

2011-03-30 Thread Afkham Azeez
Evanthika has filed this bug https://wso2.org/jira/browse/CARBON-8836

Can somebody explain why this is no longer required and what is the
alternative to this?

-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*http://www.apache.org/
*
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Supun Malinga
Hi,

We have completed all appserver related stubs.

thanks,

On Wed, Mar 30, 2011 at 2:22 PM, Nuwan Bandara nu...@wso2.com wrote:

 Hi Azeez,

 On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote:

 Seems like everything is complete except for Gadgets (Nuwan). Asela, you
 have mentioned that you provided a patch for Guages, did this get committed?


 I have completed this, but couldn't mention that in the spreadsheet.

 Regards,
 /Nuwan





 https://spreadsheets0.google.com/a/wso2.com/ccc?hl=enkey=taHbzov3zrnrIcPElzSJ3bwhl=en#gid=0

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




 --
 Thanks  Regards,

 Nuwan Bandara
 Software Engineer

 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

 http://www.nuwanbando.com

 http://www.nuwanbando.com/

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




-- 
Supun Malinga,

Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com sup...@wso2.com
mobile - 071 56 91 321
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Pending L1 L2 issues

2011-03-30 Thread Afkham Azeez
There are many simple documentation L1 issues which are low hanging fruits.
Can we fix those simple ones to get the L1 count down fast?


On Wed, Mar 30, 2011 at 1:58 PM, Afkham Azeez az...@wso2.com wrote:

 Please look at the attached pie charts. There are many people who have a
 lot of issues on their plate. Also, there are a significant number of issues
 under other; 26L1, 56L2! If the assignees think they won't be able to
 complete the issues assigned to them on time, please shout now so that we
 can reassign your issues.


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




-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*http://www.apache.org/
*
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Danushka Menikkumbura
missed features/qpid

Danushka

On Wed, Mar 30, 2011 at 2:40 PM, Danushka Menikkumbura danus...@wso2.comwrote:

 Where do you have the qpid configuration files in your dist?. Have you
 updated and built the following?.

 dependecies/qpid
 orbig/qpid
 components/qpid
 and the esb

 Danushka

 On Wed, Mar 30, 2011 at 2:32 PM, Udayanga Wickramasinghe 
 udaya...@wso2.com wrote:

  Hi,
 i am getting the following stack trace when starting up ESB..what would be
 the possible cause?

 [2011-03-30 13:49:29,128]  INFO - InputOutputAdaptersComponent There is no
 adapters-component.conf.. Using the default configuration
 [2011-03-30 13:49:33,898]  INFO - RegistryCoreServiceComponent Registry
 Mode: READ-WRITE
 [Broker] BRK-1006 : Using configuration :
 /home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
 Logging configuration error: unable to read file
 /home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/log4j.xml
 Using the fallback internal log4j.properties configuration
 Error initialising message broker:
 org.apache.commons.configuration.ConfigurationException:
 java.lang.NullPointerException
 org.apache.commons.configuration.ConfigurationException:
 java.lang.NullPointerException
 at
 org.apache.qpid.server.registry.ApplicationRegistry.configure(ApplicationRegistry.java:263)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:283)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:161)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:138)
 at org.apache.qpid.server.Main.startup(Main.java:310)
 at org.apache.qpid.server.Main.execute(Main.java:231)
 at org.apache.qpid.server.Main.init(Main.java:101)
 at org.apache.qpid.server.Main.main(Main.java:530)
 at
 org.wso2.carbon.qpid.internal.QpidServiceComponent.activate(QpidServiceComponent.java:75)
 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.apache.qpid.wso2.internal.QpidBundleActivator.start(QpidBundleActivator.java:43)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)
 at java.security.AccessController.doPrivileged(Native Method)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)
 at
 org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
 at
 org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
 at
 org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
 at
 

Re: [Carbon-dev] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Manjula Rathnayake
On Wed, Mar 30, 2011 at 2:41 PM, Danushka Menikkumbura danus...@wso2.comwrote:

 missed features/qpid


build features/event too

Thank you.


 Danushka

 On Wed, Mar 30, 2011 at 2:40 PM, Danushka Menikkumbura 
 danus...@wso2.comwrote:

 Where do you have the qpid configuration files in your dist?. Have you
 updated and built the following?.

 dependecies/qpid
 orbig/qpid
 components/qpid
 and the esb

 Danushka

 On Wed, Mar 30, 2011 at 2:32 PM, Udayanga Wickramasinghe 
 udaya...@wso2.com wrote:

  Hi,
 i am getting the following stack trace when starting up ESB..what would
 be the possible cause?

 [2011-03-30 13:49:29,128]  INFO - InputOutputAdaptersComponent There is
 no adapters-component.conf.. Using the default configuration
 [2011-03-30 13:49:33,898]  INFO - RegistryCoreServiceComponent Registry
 Mode: READ-WRITE
 [Broker] BRK-1006 : Using configuration :
 /home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
 Logging configuration error: unable to read file
 /home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/log4j.xml
 Using the fallback internal log4j.properties configuration
 Error initialising message broker:
 org.apache.commons.configuration.ConfigurationException:
 java.lang.NullPointerException
 org.apache.commons.configuration.ConfigurationException:
 java.lang.NullPointerException
 at
 org.apache.qpid.server.registry.ApplicationRegistry.configure(ApplicationRegistry.java:263)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:283)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:161)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:138)
 at org.apache.qpid.server.Main.startup(Main.java:310)
 at org.apache.qpid.server.Main.execute(Main.java:231)
 at org.apache.qpid.server.Main.init(Main.java:101)
 at org.apache.qpid.server.Main.main(Main.java:530)
 at
 org.wso2.carbon.qpid.internal.QpidServiceComponent.activate(QpidServiceComponent.java:75)
 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.apache.qpid.wso2.internal.QpidBundleActivator.start(QpidBundleActivator.java:43)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)
 at java.security.AccessController.doPrivileged(Native Method)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)
 at
 org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
 at
 

Re: [Carbon-dev] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Danushka Menikkumbura
Where do you have the qpid configuration files in your dist?. Have you
updated and built the following?.

dependecies/qpid
orbig/qpid
components/qpid
and the esb

Danushka

On Wed, Mar 30, 2011 at 2:32 PM, Udayanga Wickramasinghe
udaya...@wso2.comwrote:

 Hi,
 i am getting the following stack trace when starting up ESB..what would be
 the possible cause?

 [2011-03-30 13:49:29,128]  INFO - InputOutputAdaptersComponent There is no
 adapters-component.conf.. Using the default configuration
 [2011-03-30 13:49:33,898]  INFO - RegistryCoreServiceComponent Registry
 Mode: READ-WRITE
 [Broker] BRK-1006 : Using configuration :
 /home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
 Logging configuration error: unable to read file
 /home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/log4j.xml
 Using the fallback internal log4j.properties configuration
 Error initialising message broker:
 org.apache.commons.configuration.ConfigurationException:
 java.lang.NullPointerException
 org.apache.commons.configuration.ConfigurationException:
 java.lang.NullPointerException
 at
 org.apache.qpid.server.registry.ApplicationRegistry.configure(ApplicationRegistry.java:263)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:283)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:161)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:138)
 at org.apache.qpid.server.Main.startup(Main.java:310)
 at org.apache.qpid.server.Main.execute(Main.java:231)
 at org.apache.qpid.server.Main.init(Main.java:101)
 at org.apache.qpid.server.Main.main(Main.java:530)
 at
 org.wso2.carbon.qpid.internal.QpidServiceComponent.activate(QpidServiceComponent.java:75)
 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.apache.qpid.wso2.internal.QpidBundleActivator.start(QpidBundleActivator.java:43)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)
 at java.security.AccessController.doPrivileged(Native Method)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)
 at
 org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
 at
 org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
 at
 org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
 at
 org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
 at
 

Re: [Carbon-dev] SCXML based LC configuration

2011-03-30 Thread Srinath Perera
Hi Janaka,

Thanks for the demo, it looks good and I will setup a review. Few TODOs

1. We need a concreate scenario and create a sample lifecycle xml for
the scenario
2. put the comments in the user guide in the sample xml explainining
what different tags do
3. add actions with transitions in to the example
4. write a OT article

Thanks
Srinath



On Wed, Mar 30, 2011 at 11:04 AM, Srinath Perera srin...@wso2.com wrote:
 send an invite for 1.30-2.30 --Srinath

 On Wed, Mar 30, 2011 at 10:58 AM, Janaka Ranabahu jan...@wso2.com wrote:


 On Wed, Mar 30, 2011 at 10:56 AM, Srinath Perera srin...@wso2.com wrote:

 If you are not too busy, can you give a demo with life cycle things to
 myself and senaka

 Sure. Can you tell me a time slot when both of you are free. If it is
 possible, I can do it now
 Thanks,
 Janaka

 --Srinath

 On Wed, Mar 30, 2011 at 10:44 AM, Janaka Ranabahu jan...@wso2.com wrote:
  Hi,
  On Wed, Mar 30, 2011 at 8:42 AM, Srinath Perera srin...@wso2.com
  wrote:
 
  I did following
 
  1. build the trunk ..
  2. replace with your jars
  3. went to lifecycles .. add new .. and save on default one
 
  I believe here you have used the non SCXML based life cycle since the
  jars I
  provide you does not change the default life cycle to the SCXML based
  one.
  These modifications are done and have been committed to the trunk.
 
  4. it save a life cycles with the same name without any problem
 
 
  Did you mean you were able to save 2 life cycles with the same name?
  This is
  not possible in the registry since it checks the name of the life cycle
  at
  the point of saving and if it is an existing one, an error is given to
  the
  user. I will check on this further and will update this thread.
  Thanks,
  Janaka
 
  Now it does not let me delete or update any lifecycle at all
 
   ERROR {org.apache.axis2.rpc.receivers.RPCMessageReceiver} -  Unable
  to remove aspect
  java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at
 
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at
 
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at
 
  org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
         at
 
  org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:117)
         at
 
  org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
         at
 
  org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
         at
  org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
         at
 
  org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
         at
 
  org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
         at
 
  org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:206)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
         at
 
  org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
         at
 
  org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
         at
 
  org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
         at
  org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:155)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
         at
 
  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
         at
 
  org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
         at
 
  org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
         at
 
  org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
         at
 
  org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:498)
         at
 
  org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
         at
 
  org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
         at
  org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:238)
         at
 
  org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:562)
         at
 
  org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
         at
 
  org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:394)
         at
 
  org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:391)
         at
 

Re: [Carbon-dev] SCXML based LC configuration

2011-03-30 Thread Janaka Ranabahu
Hi Srinath,


On Wed, Mar 30, 2011 at 2:50 PM, Srinath Perera srin...@wso2.com wrote:

 Hi Janaka,

 Thanks for the demo, it looks good and I will setup a review. Few TODOs

 1. We need a concreate scenario and create a sample lifecycle xml for
 the scenario
 2. put the comments in the user guide in the sample xml explainining
 what different tags do
 3. add actions with transitions in to the example
 4. write a OT article


Will do them and update this thread.

Thanks,
Janaka


 Thanks
 Srinath



 On Wed, Mar 30, 2011 at 11:04 AM, Srinath Perera srin...@wso2.com wrote:
  send an invite for 1.30-2.30 --Srinath
 
  On Wed, Mar 30, 2011 at 10:58 AM, Janaka Ranabahu jan...@wso2.com
 wrote:
 
 
  On Wed, Mar 30, 2011 at 10:56 AM, Srinath Perera srin...@wso2.com
 wrote:
 
  If you are not too busy, can you give a demo with life cycle things to
  myself and senaka
 
  Sure. Can you tell me a time slot when both of you are free. If it is
  possible, I can do it now
  Thanks,
  Janaka
 
  --Srinath
 
  On Wed, Mar 30, 2011 at 10:44 AM, Janaka Ranabahu jan...@wso2.com
 wrote:
   Hi,
   On Wed, Mar 30, 2011 at 8:42 AM, Srinath Perera srin...@wso2.com
   wrote:
  
   I did following
  
   1. build the trunk ..
   2. replace with your jars
   3. went to lifecycles .. add new .. and save on default one
  
   I believe here you have used the non SCXML based life cycle since the
   jars I
   provide you does not change the default life cycle to the SCXML based
   one.
   These modifications are done and have been committed to the trunk.
  
   4. it save a life cycles with the same name without any problem
  
  
   Did you mean you were able to save 2 life cycles with the same name?
   This is
   not possible in the registry since it checks the name of the life
 cycle
   at
   the point of saving and if it is an existing one, an error is given
 to
   the
   user. I will check on this further and will update this thread.
   Thanks,
   Janaka
  
   Now it does not let me delete or update any lifecycle at all
  
ERROR {org.apache.axis2.rpc.receivers.RPCMessageReceiver} -  Unable
   to remove aspect
   java.lang.reflect.InvocationTargetException
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
 Method)
  at
  
  
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at
  
  
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at
  
  
 org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
  at
  
  
 org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:117)
  at
  
  
 org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
  at
  
  
 org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
  at
   org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
  at
  
  
 org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
  at
  
  
 org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
  at
  
  
 org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:206)
  at
 javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
  at
 javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
  at
  
  
 org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
  at
  
  
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
  at
  
  
 org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
  at
 javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
  at
   org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:155)
  at
 javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
  at
  
  
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
  at
  
  
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
  at
  
  
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
  at
  
  
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
  at
  
  
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:498)
  at
  
  
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
  at
  
  
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
  at
   org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:238)
  at
  
  
 

Re: [Carbon-dev] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Udayanga Wickramasinghe
Hi,

On Wed, Mar 30, 2011 at 2:40 PM, Danushka Menikkumbura danus...@wso2.comwrote:

 Where do you have the qpid configuration files in your dist?. Have you
 updated and built the following?.

 i cant see qpid related configs in /repository/conf :(...yes i did take an
update of everything yesterday..
newy i'll try again with an update on qpid stuff..thnx

Regards
Udayanga


 dependecies/qpid
 orbig/qpid
 components/qpid
 and the esb

 Danushka

 On Wed, Mar 30, 2011 at 2:32 PM, Udayanga Wickramasinghe 
 udaya...@wso2.com wrote:

 Hi,
 i am getting the following stack trace when starting up ESB..what would be
 the possible cause?

 [2011-03-30 13:49:29,128]  INFO - InputOutputAdaptersComponent There is no
 adapters-component.conf.. Using the default configuration
 [2011-03-30 13:49:33,898]  INFO - RegistryCoreServiceComponent Registry
 Mode: READ-WRITE
 [Broker] BRK-1006 : Using configuration :
 /home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
 Logging configuration error: unable to read file
 /home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/log4j.xml
 Using the fallback internal log4j.properties configuration
 Error initialising message broker:
 org.apache.commons.configuration.ConfigurationException:
 java.lang.NullPointerException
 org.apache.commons.configuration.ConfigurationException:
 java.lang.NullPointerException
 at
 org.apache.qpid.server.registry.ApplicationRegistry.configure(ApplicationRegistry.java:263)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:283)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:161)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:138)
 at org.apache.qpid.server.Main.startup(Main.java:310)
 at org.apache.qpid.server.Main.execute(Main.java:231)
 at org.apache.qpid.server.Main.init(Main.java:101)
 at org.apache.qpid.server.Main.main(Main.java:530)
 at
 org.wso2.carbon.qpid.internal.QpidServiceComponent.activate(QpidServiceComponent.java:75)
 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.apache.qpid.wso2.internal.QpidBundleActivator.start(QpidBundleActivator.java:43)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)
 at java.security.AccessController.doPrivileged(Native Method)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)
 at
 org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
 at
 

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread WSO2 Builder
[ERROR] 
/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[11,34]
 cannot find symbol
symbol  : class UserAdminStub
location: package org.wso2.carbon.user.mgt.ui

[ERROR] 
/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[53,18]
 cannot find symbol
symbol  : class UserAdminStub
location: class org.wso2.carbon.messagebox.ui.UIUtils

[ERROR] 
/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[118,54]
 cannot find symbol
symbol  : class UserAdminStub
location: class org.wso2.carbon.messagebox.ui.UIUtils

[ERROR] 
/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,8]
 cannot find symbol
symbol  : class UserAdminStub
location: class org.wso2.carbon.messagebox.ui.UIUtils

[ERROR] 
/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,33]
 cannot find symbol
symbol  : class UserAdminStub
location: class org.wso2.carbon.messagebox.ui.UIUtils

[ERROR] 
/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[123,17]
 cannot find symbol
symbol  : class ListUsersUserAdminExceptionException
location: class org.wso2.carbon.messagebox.ui.UIUtils

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

/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[9,34]
 cannot find symbol
symbol  : class ListUsersUserAdminExceptionException
location: package org.wso2.carbon.user.mgt.ui

/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[11,34]
 cannot find symbol
symbol  : class UserAdminStub
location: package org.wso2.carbon.user.mgt.ui

/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[53,18]
 cannot find symbol
symbol  : class UserAdminStub
location: class org.wso2.carbon.messagebox.ui.UIUtils

/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[118,54]
 cannot find symbol
symbol  : class UserAdminStub
location: class org.wso2.carbon.messagebox.ui.UIUtils

/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,8]
 cannot find symbol
symbol  : class UserAdminStub
location: class org.wso2.carbon.messagebox.ui.UIUtils

/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,33]
 cannot find symbol
symbol  : class UserAdminStub
location: class org.wso2.carbon.messagebox.ui.UIUtils

/home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[123,17]
 cannot find symbol
symbol  : class ListUsersUserAdminExceptionException
location: class org.wso2.carbon.messagebox.ui.UIUtils


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 201 minutes 9 seconds
[INFO] Finished at: Wed Mar 30 14:59:11 IST 2011
[INFO] Final Memory: 1409M/1792M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] FYI - Adding alchim.snapshots repo

2011-03-30 Thread Dimuthu Leelarathne
Hi,

I need to add a snapshot repo to the dependencies/openid4java build -
temporarily.

Let me explain why. Upto today dependencies/openid4java was not added to the
build. Our functionality is running and being tested from openid4java
snapshot. I am going to add it today.  It needs higgins snapshots available
at http://alchim.sf.net/download/snapshots. Even though I see
alchim.snapshot as added to Nexus in the dependencies/openid4java/pom.xml,
since it was never compiled it was never added to Nexus cache.

I tried running an online build, but it doesn't populate Nexus either.

I promise to get this fixed before end of week. Pradeep will also help me to
look into the problem.

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


Re: [Carbon-dev] Pending L1 L2 issues

2011-03-30 Thread Samisa Abeysinghe
Are we going to wait till we are done with exclusions.

On Wed, Mar 30, 2011 at 2:40 PM, Afkham Azeez az...@wso2.com wrote:

 There are many simple documentation L1 issues which are low hanging fruits.
 Can we fix those simple ones to get the L1 count down fast?


 On Wed, Mar 30, 2011 at 1:58 PM, Afkham Azeez az...@wso2.com wrote:

 Please look at the attached pie charts. There are many people who have a
 lot of issues on their plate. Also, there are a significant number of issues
 under other; 26L1, 56L2! If the assignees think they won't be able to
 complete the issues assigned to them on time, please shout now so that we
 can reassign your issues.


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




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


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

 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] ESB startup error : initializing message broker ERROR

2011-03-30 Thread Danushka Menikkumbura
They now reside in repository/conf/advanced

Thanks,
Danushka

On Wed, Mar 30, 2011 at 2:55 PM, Udayanga Wickramasinghe
udaya...@wso2.comwrote:

 Hi,

 On Wed, Mar 30, 2011 at 2:40 PM, Danushka Menikkumbura 
 danus...@wso2.comwrote:

 Where do you have the qpid configuration files in your dist?. Have you
 updated and built the following?.

 i cant see qpid related configs in /repository/conf :(...yes i did take an
 update of everything yesterday..
 newy i'll try again with an update on qpid stuff..thnx

 Regards
 Udayanga


 dependecies/qpid
 orbig/qpid
 components/qpid
 and the esb

 Danushka

 On Wed, Mar 30, 2011 at 2:32 PM, Udayanga Wickramasinghe 
 udaya...@wso2.com wrote:

  Hi,
 i am getting the following stack trace when starting up ESB..what would
 be the possible cause?

 [2011-03-30 13:49:29,128]  INFO - InputOutputAdaptersComponent There is
 no adapters-component.conf.. Using the default configuration
 [2011-03-30 13:49:33,898]  INFO - RegistryCoreServiceComponent Registry
 Mode: READ-WRITE
 [Broker] BRK-1006 : Using configuration :
 /home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
 Logging configuration error: unable to read file
 /home/usw/install/wso2-svn/carbon/products/esb/modules/distribution/product/target/wso2esb-4.0.0-SNAPSHOT/repository/conf/qpid/etc/log4j.xml
 Using the fallback internal log4j.properties configuration
 Error initialising message broker:
 org.apache.commons.configuration.ConfigurationException:
 java.lang.NullPointerException
 org.apache.commons.configuration.ConfigurationException:
 java.lang.NullPointerException
 at
 org.apache.qpid.server.registry.ApplicationRegistry.configure(ApplicationRegistry.java:263)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:283)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:161)
 at
 org.apache.qpid.server.registry.ApplicationRegistry.initialise(ApplicationRegistry.java:138)
 at org.apache.qpid.server.Main.startup(Main.java:310)
 at org.apache.qpid.server.Main.execute(Main.java:231)
 at org.apache.qpid.server.Main.init(Main.java:101)
 at org.apache.qpid.server.Main.main(Main.java:530)
 at
 org.wso2.carbon.qpid.internal.QpidServiceComponent.activate(QpidServiceComponent.java:75)
 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.apache.qpid.wso2.internal.QpidBundleActivator.start(QpidBundleActivator.java:43)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)
 at java.security.AccessController.doPrivileged(Native Method)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)
 

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

2011-03-30 Thread Manjula Rathnayake
HI all,

This was caused by stub changes on UserAdminStub. This was fixed today
around 12.30 PM.

Thank you.

On Wed, Mar 30, 2011 at 2:59 PM, WSO2 Builder buil...@wso2.org wrote:

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[11,34]
 cannot find symbol
 symbol  : class UserAdminStub
 location: package org.wso2.carbon.user.mgt.ui

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[53,18]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[118,54]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,8]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,33]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[123,17]
 cannot find symbol
 symbol  : class ListUsersUserAdminExceptionException
 location: class org.wso2.carbon.messagebox.ui.UIUtils

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

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[9,34]
 cannot find symbol
 symbol  : class ListUsersUserAdminExceptionException
 location: package org.wso2.carbon.user.mgt.ui

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[11,34]
 cannot find symbol
 symbol  : class UserAdminStub
 location: package org.wso2.carbon.user.mgt.ui

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[53,18]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[118,54]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,8]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,33]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[123,17]
 cannot find symbol
 symbol  : class ListUsersUserAdminExceptionException
 location: class org.wso2.carbon.messagebox.ui.UIUtils


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 201 minutes 9 seconds
 [INFO] Finished at: Wed Mar 30 14:59:11 IST 2011
 [INFO] Final Memory: 1409M/1792M
 [INFO]
 
 ___
 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] Pending L1 L2 issues

2011-03-30 Thread Afkham Azeez
Shankar  Sameera are trying to figure out the best way to do this. So,
until that, it will be a wastage of time if everybody just waits. Also, it
might be possible for  just a few people to sit together and fix exclusions.
And there are many simple doc related L1s, so people can start working on
such L1s.


On Wed, Mar 30, 2011 at 3:02 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Are we going to wait till we are done with exclusions.

 On Wed, Mar 30, 2011 at 2:40 PM, Afkham Azeez az...@wso2.com wrote:

 There are many simple documentation L1 issues which are low hanging
 fruits. Can we fix those simple ones to get the L1 count down fast?


 On Wed, Mar 30, 2011 at 1:58 PM, Afkham Azeez az...@wso2.com wrote:

 Please look at the attached pie charts. There are many people who have a
 lot of issues on their plate. Also, there are a significant number of issues
 under other; 26L1, 56L2! If the assignees think they won't be able to
 complete the issues assigned to them on time, please shout now so that we
 can reassign your issues.


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




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


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

 Thanks,
 Samisa...

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






-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*http://www.apache.org/
*
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Status of exclusions effort

2011-03-30 Thread Sameera Jayasoma
On Wed, Mar 30, 2011 at 2:24 PM, Selvaratnam Uthaiyashankar 
shan...@wso2.com wrote:

 We haven't really started it effectively. Still trying to build with tests,
 so that we can make sure the exclusions are done properly.

 Our plan is as follows:

 - Will not modify any poms under dependency/*
 - Will define all the dependency of orbit/* as optional ( so that whoever
 using the orbit as dependency will not get orbit's transitive dependencies)
 - also, will try to exclude any transitive dependencies identified in orbit
 build which are not packed in final product release

 Every components and products should use only orbit dependencies. (There
 are some non-orbit dependencies used in core, we are going to leave it for
 the moment). If they got compiled upto this time due to transitive
 dependencies coming through orbit, they will start failing after above
 change. We have to find and fix them

 Sameera mentioned that there might be some test failures due to this
 change, because some of the jars will not be available in classpath (which
 were included due to transitive dependencies upto this time). We have to
 find them and fix it. Thats the reason why we are trying to get the build
 with tests running before starting the exclusion.

 Sameera and me are hoping to start today.


Yes. The plan is to get a working build today and proceed with few orbit
bundles. And tomorrow, we are gonna have a meeting with the team who are
working on the exclusions task.

Thanks
Sameeera


 Regards,
 Shankar

 On Wed, Mar 30, 2011 at 2:06 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Ping!


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

 Folks, what is going on with $subject?

 Thanks,
 Samisa...

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



 Thanks,
 Samisa...

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




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




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




-- 
Sameera Jayasoma
Technical Lead and Product Manager, WSO2 Carbon

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://tech.jayasoma.org

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


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

2011-03-30 Thread Afkham Azeez
We are still waiting for the day where that elusive Build Successful mail
will be received

On Wed, Mar 30, 2011 at 3:04 PM, Manjula Rathnayake manju...@wso2.comwrote:

 HI all,

 This was caused by stub changes on UserAdminStub. This was fixed today
 around 12.30 PM.

 Thank you.


 On Wed, Mar 30, 2011 at 2:59 PM, WSO2 Builder buil...@wso2.org wrote:

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[11,34]
 cannot find symbol
 symbol  : class UserAdminStub
 location: package org.wso2.carbon.user.mgt.ui

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[53,18]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[118,54]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,8]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,33]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 [ERROR]
 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[123,17]
 cannot find symbol
 symbol  : class ListUsersUserAdminExceptionException
 location: class org.wso2.carbon.messagebox.ui.UIUtils

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

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[9,34]
 cannot find symbol
 symbol  : class ListUsersUserAdminExceptionException
 location: package org.wso2.carbon.user.mgt.ui

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[11,34]
 cannot find symbol
 symbol  : class UserAdminStub
 location: package org.wso2.carbon.user.mgt.ui

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[53,18]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[118,54]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,8]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[59,33]
 cannot find symbol
 symbol  : class UserAdminStub
 location: class org.wso2.carbon.messagebox.ui.UIUtils

 /home/carbon/carbon/components/messagebox/org.wso2.carbon.messagebox.ui/src/main/java/org/wso2/carbon/messagebox/ui/UIUtils.java:[123,17]
 cannot find symbol
 symbol  : class ListUsersUserAdminExceptionException
 location: class org.wso2.carbon.messagebox.ui.UIUtils


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 201 minutes 9 seconds
 [INFO] Finished at: Wed Mar 30 14:59:11 IST 2011
 [INFO] Final Memory: 1409M/1792M
 [INFO]
 
 ___
 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




-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*http://www.apache.org/
*
email: **az...@wso2.com* az...@wso2.com* cell: 

Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Buddhika Chamith
BAM related stub changes are done.

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


Re: [Carbon-dev] Pending L1 L2 issues

2011-03-30 Thread Supun Kamburugamuva
We are still having some gaps in the implementations to fill. We will
dedicate more time on fixing issues gradually.

Thanks,
Supun..

On Wed, Mar 30, 2011 at 3:07 PM, Afkham Azeez az...@wso2.com wrote:
 Shankar  Sameera are trying to figure out the best way to do this. So,
 until that, it will be a wastage of time if everybody just waits. Also, it
 might be possible for  just a few people to sit together and fix exclusions.
 And there are many simple doc related L1s, so people can start working on
 such L1s.

 On Wed, Mar 30, 2011 at 3:02 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Are we going to wait till we are done with exclusions.

 On Wed, Mar 30, 2011 at 2:40 PM, Afkham Azeez az...@wso2.com wrote:

 There are many simple documentation L1 issues which are low hanging
 fruits. Can we fix those simple ones to get the L1 count down fast?

 On Wed, Mar 30, 2011 at 1:58 PM, Afkham Azeez az...@wso2.com wrote:

 Please look at the attached pie charts. There are many people who have a
 lot of issues on their plate. Also, there are a significant number of 
 issues
 under other; 26L1, 56L2! If the assignees think they won't be able to
 complete the issues assigned to them on time, please shout now so that we
 can reassign your issues.


 --
 Afkham Azeez
 Senior Software Architect  Senior Manager; WSO2, Inc.;
 http://wso2.com,

 Member; Apache Software Foundation; http://www.apache.org/
 email: az...@wso2.com cell: +94 77 3320919
 blog: http://blog.afkham.org
 twitter: http://twitter.com/afkham_azeez
 linked-in: http://lk.linkedin.com/in/afkhamazeez

 Lean . Enterprise . Middleware



 --
 Afkham Azeez
 Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,

 Member; Apache Software Foundation; http://www.apache.org/
 email: az...@wso2.com cell: +94 77 3320919
 blog: http://blog.afkham.org
 twitter: http://twitter.com/afkham_azeez
 linked-in: http://lk.linkedin.com/in/afkhamazeez

 Lean . Enterprise . Middleware

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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering

 WSO2 Inc.
 http://wso2.com
 http://wso2.org





 --
 Afkham Azeez
 Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,

 Member; Apache Software Foundation; http://www.apache.org/
 email: az...@wso2.com cell: +94 77 3320919
 blog: http://blog.afkham.org
 twitter: http://twitter.com/afkham_azeez
 linked-in: http://lk.linkedin.com/in/afkhamazeez

 Lean . Enterprise . Middleware

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





-- 
Supun Kamburugamuva
Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
Member, Apache Software Foundation; http://www.apache.org
WSO2 Inc.;  http://wso2.org
E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
Blog: http://supunk.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] cleanRegistry option is no longer required?

2011-03-30 Thread Sumedha Rubasinghe
And we have --dump option. But AFAIK we have written a separate script to do
the same.

/sumedha

On Wed, Mar 30, 2011 at 2:35 PM, Afkham Azeez az...@wso2.com wrote:

 Evanthika has filed this bug https://wso2.org/jira/browse/CARBON-8836

 Can somebody explain why this is no longer required and what is the
 alternative to this?

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


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


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


[Carbon-dev] Recent registry changes seem to have broken service-mgt tests

2011-03-30 Thread Afkham Azeez
Mar 30, 2011 3:11:00 PM org.wso2.carbon.registry.core.session.UserRegistry
addRootCollection
SEVERE: Failed to add the root collection to the coreRegistry.
java.lang.NullPointerException
 at
org.wso2.carbon.registry.core.jdbc.dao.JDBCPathCache.getPathID(JDBCPathCache.java:237)
at
org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.getResourceID(JDBCResourceDAO.java:62)
 at
org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.resourceExists(JDBCResourceDAO.java:145)
at
org.wso2.carbon.registry.core.utils.RegistryUtils.systemResourceShouldBeAdded(RegistryUtils.java:559)
 at
org.wso2.carbon.registry.core.session.UserRegistry.addRootCollection(UserRegistry.java:333)
at
org.wso2.carbon.registry.core.session.UserRegistry.init(UserRegistry.java:262)
 at
org.wso2.carbon.registry.core.session.UserRegistry.init(UserRegistry.java:199)
at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getUserRegistry(EmbeddedRegistryService.java:426)
 at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:291)
at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:275)
 at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:261)
at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.configure(EmbeddedRegistryService.java:218)
 at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.init(EmbeddedRegistryService.java:98)
at
org.wso2.carbon.registry.core.config.RegistryContext.getEmbeddedRegistryService(RegistryContext.java:630)
 at
org.wso2.carbon.service.mgt.TestServiceGroupAdmin.setUp(TestServiceGroupAdmin.java:54)
at junit.framework.TestCase.runBare(TestCase.java:128)
 at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
 at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
 at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
 at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
 at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
 at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Mar 30, 2011 3:11:00 PM org.wso2.carbon.registry.core.config.RegistryContext
getEmbeddedRegistryService
SEVERE: Couldn't initialize EmbeddedRegistryService. Failed to add the root
collection to the coreRegistry.
org.wso2.carbon.registry.core.exceptions.RegistryException: Failed to add
the root collection to the coreRegistry.
at
org.wso2.carbon.registry.core.session.UserRegistry.addRootCollection(UserRegistry.java:371)
 at
org.wso2.carbon.registry.core.session.UserRegistry.init(UserRegistry.java:262)
at
org.wso2.carbon.registry.core.session.UserRegistry.init(UserRegistry.java:199)
 at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getUserRegistry(EmbeddedRegistryService.java:426)
at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:291)
 at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:275)
at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.getSystemRegistry(EmbeddedRegistryService.java:261)
 at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.configure(EmbeddedRegistryService.java:218)
at
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistryService.init(EmbeddedRegistryService.java:98)
 at
org.wso2.carbon.registry.core.config.RegistryContext.getEmbeddedRegistryService(RegistryContext.java:630)
at
org.wso2.carbon.service.mgt.TestServiceGroupAdmin.setUp(TestServiceGroupAdmin.java:54)
 at junit.framework.TestCase.runBare(TestCase.java:128)
at junit.framework.TestResult$1.protect(TestResult.java:106)
 at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
 at junit.framework.TestCase.run(TestCase.java:120)
at 

Re: [Carbon-dev] wso2 committers+=hasiniy

2011-03-30 Thread Hasini Yatawatte
Hi,

Thanks a lot for accepting me as a committer .I will try my best to
contribute to WSO2 in the future as well.

Thanks,

Best Regards,


On Wed, Mar 30, 2011 at 1:46 PM, Afkham Azeez az...@wso2.com wrote:

 It is my distinct pleasure to welcome Hasini Yatawatte to WSO2
 committership. Congratulations  thanks for your contributions so far.

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


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




-- 
Hasini Randika Yatawatte,
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] Status of service stub generation

2011-03-30 Thread Hasini Gunasinghe
IS related stub changes were finished by yesterday.

Thanks,
Hasini.

On Wed, Mar 30, 2011 at 3:19 PM, Buddhika Chamith buddhi...@wso2.comwrote:

 BAM related stub changes are done.

 Regards,
 Buddhika

 ___
 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] Status of service stub generation

2011-03-30 Thread Prabath Abeysekera
Hi,

Changes related to the components owned by DSS team are done!

On Wed, Mar 30, 2011 at 2:19 PM, Afkham Azeez az...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 2:15 PM, Hasini Gunasinghe has...@wso2.comwrote:



 On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote:

 Seems like everything is complete except for Gadgets (Nuwan). Asela, you
 have mentioned that you provided a patch for Guages, did this get committed?


 Hi,
 It was me who attached the patches. Sorry, forgot to update the assigned
 name in the spreadsheet. Please refer the discussion regarding it by the
 relevant product teams using that component, at the thread with the topic:
  Code generation still not completely fixed?. That has not come to a
 conclusion though.


 RMs, PMs, please reply.


 Thanks,
 Hasini.




 https://spreadsheets0.google.com/a/wso2.com/ccc?hl=enkey=taHbzov3zrnrIcPElzSJ3bwhl=en#gid=0

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


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





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


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



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

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


Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Dinithi Nallaperuma
Hi,

GS related service stub generation is done.

On Wed, Mar 30, 2011 at 3:50 PM, Prabath Abeysekera praba...@wso2.comwrote:

 Hi,

 Changes related to the components owned by DSS team are done!

 On Wed, Mar 30, 2011 at 2:19 PM, Afkham Azeez az...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 2:15 PM, Hasini Gunasinghe has...@wso2.comwrote:



 On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote:

 Seems like everything is complete except for Gadgets (Nuwan). Asela, you
 have mentioned that you provided a patch for Guages, did this get 
 committed?


 Hi,
 It was me who attached the patches. Sorry, forgot to update the assigned
 name in the spreadsheet. Please refer the discussion regarding it by the
 relevant product teams using that component, at the thread with the topic:
  Code generation still not completely fixed?. That has not come to a
 conclusion though.


 RMs, PMs, please reply.


 Thanks,
 Hasini.




 https://spreadsheets0.google.com/a/wso2.com/ccc?hl=enkey=taHbzov3zrnrIcPElzSJ3bwhl=en#gid=0

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


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





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


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



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

 http://harshana05.blogspot.com/


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




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


Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Amila Maha Arachchi
Hi,

Stratos components done except billing. Didnt do it due to changes being
done at the moment. Will do it after them. Hope it is not a problem for the
excercise.

Thanks,
AmilaM.

On Wed, Mar 30, 2011 at 4:01 PM, Dinithi Nallaperuma dini...@wso2.comwrote:

 Hi,

 GS related service stub generation is done.

 On Wed, Mar 30, 2011 at 3:50 PM, Prabath Abeysekera praba...@wso2.comwrote:

 Hi,

 Changes related to the components owned by DSS team are done!

 On Wed, Mar 30, 2011 at 2:19 PM, Afkham Azeez az...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 2:15 PM, Hasini Gunasinghe has...@wso2.comwrote:



 On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote:

 Seems like everything is complete except for Gadgets (Nuwan). Asela,
 you have mentioned that you provided a patch for Guages, did this get
 committed?


 Hi,
 It was me who attached the patches. Sorry, forgot to update the assigned
 name in the spreadsheet. Please refer the discussion regarding it by the
 relevant product teams using that component, at the thread with the topic:
  Code generation still not completely fixed?. That has not come to a
 conclusion though.


 RMs, PMs, please reply.


  Thanks,
 Hasini.




 https://spreadsheets0.google.com/a/wso2.com/ccc?hl=enkey=taHbzov3zrnrIcPElzSJ3bwhl=en#gid=0

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


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





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


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



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

 http://harshana05.blogspot.com/


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




 --
 Regards,
 Dinithi Nallaperuma


 ___
 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] Status of service stub generation

2011-03-30 Thread Shammi Jayasinghe
Hi,

CEP, BRS and Event Related changes done.

Thanks
Shammi

On Wed, Mar 30, 2011 at 4:25 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi,

 Stratos components done except billing. Didnt do it due to changes being
 done at the moment. Will do it after them. Hope it is not a problem for the
 excercise.

 Thanks,
 AmilaM.


 On Wed, Mar 30, 2011 at 4:01 PM, Dinithi Nallaperuma dini...@wso2.comwrote:

 Hi,

 GS related service stub generation is done.

 On Wed, Mar 30, 2011 at 3:50 PM, Prabath Abeysekera praba...@wso2.comwrote:

 Hi,

 Changes related to the components owned by DSS team are done!

 On Wed, Mar 30, 2011 at 2:19 PM, Afkham Azeez az...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 2:15 PM, Hasini Gunasinghe has...@wso2.comwrote:



 On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote:

 Seems like everything is complete except for Gadgets (Nuwan). Asela,
 you have mentioned that you provided a patch for Guages, did this get
 committed?


 Hi,
 It was me who attached the patches. Sorry, forgot to update the
 assigned name in the spreadsheet. Please refer the discussion regarding it
 by the relevant product teams using that component, at the thread with the
 topic:  Code generation still not completely fixed?. That has not
 come to a conclusion though.


 RMs, PMs, please reply.


  Thanks,
 Hasini.




 https://spreadsheets0.google.com/a/wso2.com/ccc?hl=enkey=taHbzov3zrnrIcPElzSJ3bwhl=en#gid=0

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


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





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


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



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

 http://harshana05.blogspot.com/


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




 --
 Regards,
 Dinithi Nallaperuma


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



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




-- 
Best Regards,*

Shammi Jayasinghe*
Senior Software Engineer; WSO2, Inc.; http://wso2.com,
mobile: +94 71 4493085
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Status of service stub generation

2011-03-30 Thread Manjula Rathnayake
Hi,

MB related changes too done.

Thank you.

On Wed, Mar 30, 2011 at 4:27 PM, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi,

 CEP, BRS and Event Related changes done.

 Thanks
 Shammi


 On Wed, Mar 30, 2011 at 4:25 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi,

 Stratos components done except billing. Didnt do it due to changes being
 done at the moment. Will do it after them. Hope it is not a problem for the
 excercise.

 Thanks,
 AmilaM.


 On Wed, Mar 30, 2011 at 4:01 PM, Dinithi Nallaperuma dini...@wso2.comwrote:

 Hi,

 GS related service stub generation is done.

 On Wed, Mar 30, 2011 at 3:50 PM, Prabath Abeysekera 
 praba...@wso2.comwrote:

 Hi,

 Changes related to the components owned by DSS team are done!

 On Wed, Mar 30, 2011 at 2:19 PM, Afkham Azeez az...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 2:15 PM, Hasini Gunasinghe has...@wso2.comwrote:



 On Wed, Mar 30, 2011 at 2:05 PM, Afkham Azeez az...@wso2.com wrote:

 Seems like everything is complete except for Gadgets (Nuwan). Asela,
 you have mentioned that you provided a patch for Guages, did this get
 committed?


 Hi,
 It was me who attached the patches. Sorry, forgot to update the
 assigned name in the spreadsheet. Please refer the discussion regarding 
 it
 by the relevant product teams using that component, at the thread with 
 the
 topic:  Code generation still not completely fixed?. That has not
 come to a conclusion though.


 RMs, PMs, please reply.


  Thanks,
 Hasini.




 https://spreadsheets0.google.com/a/wso2.com/ccc?hl=enkey=taHbzov3zrnrIcPElzSJ3bwhl=en#gid=0

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


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





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


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



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

 http://harshana05.blogspot.com/


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




 --
 Regards,
 Dinithi Nallaperuma


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



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




 --
 Best Regards,*

 Shammi Jayasinghe*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085



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




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


[Carbon-dev] Event component still generating code

2011-03-30 Thread Afkham Azeez
[INFO] Source directory:
/Users/azeez/projects/wso2/org/trunk/carbon/components/event/org.wso2.carbon.event.client/target/generated-code/src
added.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] [antrun:run {execution: source-code-generation}]
[INFO] Executing tasks
 [java] Retrieving document at
'/Users/azeez/projects/wso2/org/trunk/carbon/components/event/org.wso2.carbon.event.client/src/main/resources/eventing-new.wsdl'.
 [java] Retrieving schema at 'eventing.xsd', relative to
'file:/Users/azeez/projects/wso2/org/trunk/carbon/components/event/org.wso2.carbon.event.client/src/main/resources/eventing-new.wsdl'.
 [java] Retrieving schema at 'addressing.xsd', relative to
'file:/Users/azeez/projects/wso2/org/trunk/carbon/components/event/org.wso2.carbon.event.client/src/main/resources/eventing.xsd'.
 [java] Retrieving schema at 'eventing-extended.xsd', relative to
'file:/Users/azeez/projects/wso2/org/trunk/carbon/components/event/org.wso2.carbon.event.client/src/main/resources/eventing.xsd'.
 [java] Retrieving schema at 'http://www.w3.org/2001/xml.xsd', relative
to
'file:/Users/azeez/projects/wso2/org/trunk/carbon/components/event/org.wso2.carbon.event.client/src/main/resources/eventing.xsd'.


-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*http://www.apache.org/
*
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Testing transaction mediator with the standalone transaction provider - Atomikas

2011-03-30 Thread Rajika Kumarasiri
It'd be great if we can test the transaction mediator with the newly added
Atomikas standalone transaction manager. Once this is in place that'll be a
good feature addition for ESB as well.

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


[Carbon-dev] Build break in identity provider

2011-03-30 Thread Tharindu Mathew
0.9.6.SNAPSHOTwso2v1?? What is this version?

I built openid4java dependencies and orbit and changed the version to
0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I assume
this is a typo that should not have been committed.

I will commit this change. Please shout if you have a concern.

[INFO]

[INFO] Building WSO2 Carbon - Identity Provider
[INFO]task-segment: [install]
[INFO]

Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
[INFO] Unable to find resource
'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
repository wso2-nexus (
http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading:
http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
[INFO] Unable to find resource
'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
repository central (http://repo1.maven.org/maven2)
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
[INFO] snapshot
org.wso2.carbon:org.wso2.carbon.identity.relyingparty:3.2.0-SNAPSHOT:
checking for updates from wso2-nexus
[INFO] Unable to find resource
'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
repository wso2-nexus (
http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading:
http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
[INFO] Unable to find resource
'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
repository central (http://repo1.maven.org/maven2)
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

Missing:
--
1) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

  Try downloading the file manually from the project website.

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

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

  Path to dependency:
  1)
org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT
  2) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

--
1 required artifact is missing.

for artifact:
  org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT

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



[INFO]

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

[INFO] Total time: 13 minutes 15 seconds
[INFO] Finished at: Wed Mar 30 17:07:55 IST 2011
[INFO] Final Memory: 488M/1694M
[INFO]



-- 
Regards,

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


[Carbon-dev] IMPORTANT] Take some time to go through all Carbon L1 L2 issues assigned to you

2011-03-30 Thread Afkham Azeez
Team,
Please take some time today and tomorrow to go through all issues assigned
to you. I'm sure some of these are fixed, while others can be lowered in
priority. However, before lowering the priority talk to me or send a mail to
this list. Please estimate the complexities of these issues and figure out
whether you can finish fixing the bugs on time. If you feel you cannot do
so, please talk to me. We will try to have those assigned to others.

Thanks
-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*http://www.apache.org/
*
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Dimuthu Leelarathne
Hi,

This is not a typo. I followed the format number.number.number.qualifier.

Please see the commits 91237 and 91240

thanks,
dimuthu



On Wed, Mar 30, 2011 at 5:25 PM, Tharindu Mathew thari...@wso2.com wrote:

 0.9.6.SNAPSHOTwso2v1?? What is this version?

 I built openid4java dependencies and orbit and changed the version to
 0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I assume
 this is a typo that should not have been committed.

 I will commit this change. Please shout if you have a concern.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Identity Provider
 [INFO]task-segment: [install]
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.identity.relyingparty:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

   Try downloading the file manually from the project website.

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

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

   Path to dependency:
   1)
 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT
   2) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

 --
 1 required artifact is missing.

 for artifact:
   org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT

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



 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 13 minutes 15 seconds
 [INFO] Finished at: Wed Mar 30 17:07:55 IST 2011
 [INFO] Final Memory: 488M/1694M
 [INFO]
 


 --
 Regards,

 Tharindu


 ___
 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] Pending L1 L2 issues

2011-03-30 Thread Samisa Abeysinghe
On Wed, Mar 30, 2011 at 3:21 PM, Supun Kamburugamuva su...@wso2.com wrote:

 We are still having some gaps in the implementations to fill.


What are those?


 We will
 dedicate more time on fixing issues gradually.

 Thanks,
 Supun..

 On Wed, Mar 30, 2011 at 3:07 PM, Afkham Azeez az...@wso2.com wrote:
  Shankar  Sameera are trying to figure out the best way to do this. So,
  until that, it will be a wastage of time if everybody just waits. Also,
 it
  might be possible for  just a few people to sit together and fix
 exclusions.
  And there are many simple doc related L1s, so people can start working on
  such L1s.
 
  On Wed, Mar 30, 2011 at 3:02 PM, Samisa Abeysinghe sam...@wso2.com
 wrote:
 
  Are we going to wait till we are done with exclusions.
 
  On Wed, Mar 30, 2011 at 2:40 PM, Afkham Azeez az...@wso2.com wrote:
 
  There are many simple documentation L1 issues which are low hanging
  fruits. Can we fix those simple ones to get the L1 count down fast?
 
  On Wed, Mar 30, 2011 at 1:58 PM, Afkham Azeez az...@wso2.com wrote:
 
  Please look at the attached pie charts. There are many people who have
 a
  lot of issues on their plate. Also, there are a significant number of
 issues
  under other; 26L1, 56L2! If the assignees think they won't be able to
  complete the issues assigned to them on time, please shout now so that
 we
  can reassign your issues.
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; WSO2, Inc.;
  http://wso2.com,
 
  Member; Apache Software Foundation; http://www.apache.org/
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; WSO2, Inc.;
 http://wso2.com,
 
  Member; Apache Software Foundation; http://www.apache.org/
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
 
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
 
  Member; Apache Software Foundation; http://www.apache.org/
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Supun Kamburugamuva
 Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
 Member, Apache Software Foundation; http://www.apache.org
 WSO2 Inc.;  http://wso2.org
 E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
 Blog: http://supunk.blogspot.com

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] Pending L1 L2 issues

2011-03-30 Thread Supun Kamburugamuva
I'm working on eventing. Hiranya is working on getting the integration
tests to work. Udayanga is working on completing the template editor.

Thanks,
Supun..

On Wed, Mar 30, 2011 at 6:45 PM, Samisa Abeysinghe sam...@wso2.com wrote:


 On Wed, Mar 30, 2011 at 3:21 PM, Supun Kamburugamuva su...@wso2.com wrote:

 We are still having some gaps in the implementations to fill.

 What are those?


 We will
 dedicate more time on fixing issues gradually.

 Thanks,
 Supun..

 On Wed, Mar 30, 2011 at 3:07 PM, Afkham Azeez az...@wso2.com wrote:
  Shankar  Sameera are trying to figure out the best way to do this. So,
  until that, it will be a wastage of time if everybody just waits. Also,
  it
  might be possible for  just a few people to sit together and fix
  exclusions.
  And there are many simple doc related L1s, so people can start working
  on
  such L1s.
 
  On Wed, Mar 30, 2011 at 3:02 PM, Samisa Abeysinghe sam...@wso2.com
  wrote:
 
  Are we going to wait till we are done with exclusions.
 
  On Wed, Mar 30, 2011 at 2:40 PM, Afkham Azeez az...@wso2.com wrote:
 
  There are many simple documentation L1 issues which are low hanging
  fruits. Can we fix those simple ones to get the L1 count down fast?
 
  On Wed, Mar 30, 2011 at 1:58 PM, Afkham Azeez az...@wso2.com wrote:
 
  Please look at the attached pie charts. There are many people who
  have a
  lot of issues on their plate. Also, there are a significant number of
  issues
  under other; 26L1, 56L2! If the assignees think they won't be able to
  complete the issues assigned to them on time, please shout now so
  that we
  can reassign your issues.
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; WSO2, Inc.;
  http://wso2.com,
 
  Member; Apache Software Foundation; http://www.apache.org/
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; WSO2, Inc.;
  http://wso2.com,
 
  Member; Apache Software Foundation; http://www.apache.org/
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
 
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
 
  Member; Apache Software Foundation; http://www.apache.org/
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Supun Kamburugamuva
 Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
 Member, Apache Software Foundation; http://www.apache.org
 WSO2 Inc.;  http://wso2.org
 E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
 Blog: http://supunk.blogspot.com

 Thanks,
 Samisa...

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






-- 
Supun Kamburugamuva
Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
Member, Apache Software Foundation; http://www.apache.org
WSO2 Inc.;  http://wso2.org
E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
Blog: http://supunk.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Notes from MB status meeting

2011-03-30 Thread Samisa Abeysinghe
On Wed, Mar 30, 2011 at 1:48 PM, Rajika Kumarasiri raj...@wso2.com wrote:



 On Tue, Mar 29, 2011 at 4:57 PM, Rajika Kumarasiri raj...@wso2.comwrote:



 On Tue, Mar 22, 2011 at 5:33 PM, Rajika Kumarasiri raj...@wso2.comwrote:



 9) TLS: this is needed by CSG. For MB its obviously important, but if we
 can't fix it by 1.0 then we will go ahead anyway and fix in a 1.01 or 1.1
 shortly after. Action: Rajika to look at it.


 I fixed some UI issues in CSG in last couple of days.I'll look into this
 now.


 I have fixed this now.


 FYI.

 Qpid uses the excellent TCP/IP framework based on NIO Apache Mina[0]
 underling for all TCP/IP operations. When comes to SSL, Qpid has registered
 an invalid order of the SSL processor which causes this problem. By fixing
 the order of the SSL filter the issue was fixed. You can find more
 information here[1].


Good detective work. I hope it is working now!

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] Pending L1 L2 issues

2011-03-30 Thread Supun Kamburugamuva
On Wed, Mar 30, 2011 at 6:48 PM, Supun Kamburugamuva su...@wso2.com wrote:
 I'm working on eventing. Hiranya is working on getting the integration
 tests to work. Udayanga is working on completing the template editor.

And Ratha is working on the bug fixes.

Thanks,
Supun..

 Thanks,
 Supun..

 On Wed, Mar 30, 2011 at 6:45 PM, Samisa Abeysinghe sam...@wso2.com wrote:


 On Wed, Mar 30, 2011 at 3:21 PM, Supun Kamburugamuva su...@wso2.com wrote:

 We are still having some gaps in the implementations to fill.

 What are those?


 We will
 dedicate more time on fixing issues gradually.

 Thanks,
 Supun..

 On Wed, Mar 30, 2011 at 3:07 PM, Afkham Azeez az...@wso2.com wrote:
  Shankar  Sameera are trying to figure out the best way to do this. So,
  until that, it will be a wastage of time if everybody just waits. Also,
  it
  might be possible for  just a few people to sit together and fix
  exclusions.
  And there are many simple doc related L1s, so people can start working
  on
  such L1s.
 
  On Wed, Mar 30, 2011 at 3:02 PM, Samisa Abeysinghe sam...@wso2.com
  wrote:
 
  Are we going to wait till we are done with exclusions.
 
  On Wed, Mar 30, 2011 at 2:40 PM, Afkham Azeez az...@wso2.com wrote:
 
  There are many simple documentation L1 issues which are low hanging
  fruits. Can we fix those simple ones to get the L1 count down fast?
 
  On Wed, Mar 30, 2011 at 1:58 PM, Afkham Azeez az...@wso2.com wrote:
 
  Please look at the attached pie charts. There are many people who
  have a
  lot of issues on their plate. Also, there are a significant number of
  issues
  under other; 26L1, 56L2! If the assignees think they won't be able to
  complete the issues assigned to them on time, please shout now so
  that we
  can reassign your issues.
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; WSO2, Inc.;
  http://wso2.com,
 
  Member; Apache Software Foundation; http://www.apache.org/
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; WSO2, Inc.;
  http://wso2.com,
 
  Member; Apache Software Foundation; http://www.apache.org/
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
 
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
 
 
  --
  Afkham Azeez
  Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
 
  Member; Apache Software Foundation; http://www.apache.org/
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Supun Kamburugamuva
 Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
 Member, Apache Software Foundation; http://www.apache.org
 WSO2 Inc.;  http://wso2.org
 E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
 Blog: http://supunk.blogspot.com

 Thanks,
 Samisa...

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






 --
 Supun Kamburugamuva
 Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
 Member, Apache Software Foundation; http://www.apache.org
 WSO2 Inc.;  http://wso2.org
 E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
 Blog: http://supunk.blogspot.com




-- 
Supun Kamburugamuva
Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
Member, Apache Software Foundation; http://www.apache.org
WSO2 Inc.;  http://wso2.org
E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
Blog: http://supunk.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Testing transaction mediator with the standalone transaction provider - Atomikas

2011-03-30 Thread Paul Fremantle
Rajika

Please raise a JIRA.

Thanks
Paul

On 30 March 2011 12:26, Rajika Kumarasiri raj...@wso2.com wrote:

 It'd be great if we can test the transaction mediator with the newly added
 Atomikas standalone transaction manager. Once this is in place that'll be a
 good feature addition for ESB as well.

 Rajika

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




-- 
Paul Fremantle
CTO and Co-Founder, WSO2
OASIS WS-RX TC Co-chair, VP, Apache Synapse

Office: +44 844 484 8143
Cell: +44 798 447 4618

blog: http://pzf.fremantle.org
twitter.com/pzfreo
p...@wso2.com

wso2.com Lean Enterprise Middleware

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


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread WSO2 Builder
Aservice-stubs/org.wso2.carbon.event.client.stub/src/main/java
Aservice-stubs/org.wso2.carbon.event.client.stub/src/main/resources
A
service-stubs/org.wso2.carbon.event.client.stub/src/main/resources/BrokerSecurityManager.wsdl
A
service-stubs/org.wso2.carbon.event.client.stub/src/main/resources/addressing.xsd
A
service-stubs/org.wso2.carbon.event.client.stub/src/main/resources/AuthenticationAdminService.wsdl
A
service-stubs/org.wso2.carbon.event.client.stub/src/main/resources/eventing.wsdl
A
service-stubs/org.wso2.carbon.event.client.stub/src/main/resources/eventing-extended.xsd
A
service-stubs/org.wso2.carbon.event.client.stub/src/main/resources/eventing.xsd
A
service-stubs/org.wso2.carbon.event.client.stub/src/main/resources/eventing-new.wsdl
Aservice-stubs/org.wso2.carbon.event.client.stub/pom.xml
Uservice-stubs/org.wso2.carbon.authenticator.stub/pom.xml
Updated to revision 91272.
Path: .
URL: https://svn.wso2.org/repos/wso2/trunk/carbon
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 91272
Node Kind: directory
Schedule: normal
Last Changed Author: shammi
Last Changed Rev: 91272
Last Changed Date: 2011-03-30 19:23:38 +0530 (Wed, 30 Mar 2011)

Wed Mar 30 19:38:43 IST 2011
[INFO] Scanning for projects...
Downloading: http://repo1.maven.org/maven2/org/apache/apache/8/apache-8.pom
757/?
1957/?
3725/?
6945/?
10734/?
13698/?
14054/?
   
Downloading: http://dist.wso2.org/maven2//org/apache/apache/7/apache-7.pom
1/14K
2/14K
3/14K
5/14K
6/14K
8/14K
9/14K
10/14K
12/14K
13/14K
14/14K
14K downloaded  (apache-7.pom)
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] Error building POM (may not be this project's POM).


Project ID: unknown

Reason: Could not find the model file 
'/home/carbon/carbon/components/mediators/event/org.wso2.carbon.mediator.event'.
 for project unknown


[INFO] 
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Could not find the model file 
'/home/carbon/carbon/components/mediators/event/org.wso2.carbon.mediator.event'.
 for project unknown
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:272)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at 
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Could not find 
the model file 
'/home/carbon/carbon/components/mediators/event/org.wso2.carbon.mediator.event'.
 for project unknown
at 
org.apache.maven.project.DefaultMavenProjectBuilder.readModel(DefaultMavenProjectBuilder.java:1575)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:506)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
Caused by: java.io.FileNotFoundException: 
/home/carbon/carbon/components/mediators/event/org.wso2.carbon.mediator.event 
(No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.init(FileInputStream.java:106)
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Tharindu Mathew
I believe then the version should 0.9.6.SNAPSHOT-wso2v1

On Wed, Mar 30, 2011 at 6:15 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 This is not a typo. I followed the format number.number.number.qualifier.

 Please see the commits 91237 and 91240

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 5:25 PM, Tharindu Mathew thari...@wso2.comwrote:

 0.9.6.SNAPSHOTwso2v1?? What is this version?

 I built openid4java dependencies and orbit and changed the version to
 0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I assume
 this is a typo that should not have been committed.

 I will commit this change. Please shout if you have a concern.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Identity Provider
 [INFO]task-segment: [install]
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.identity.relyingparty:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

   Try downloading the file manually from the project website.

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

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

   Path to dependency:
   1)
 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT
   2) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

 --
 1 required artifact is missing.

 for artifact:
   org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT

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



 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 13 minutes 15 seconds
 [INFO] Finished at: Wed Mar 30 17:07:55 IST 2011
 [INFO] Final Memory: 488M/1694M
 [INFO]
 


 --
 Regards,

 Tharindu


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





-- 
Regards,

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


Re: [Carbon-dev] Gadget Server Remember Me functionality.

2011-03-30 Thread Nuwan Bandara
Hi Guys,

Any concerns regarding this implementation ? If not we would like to proceed
with completing this for the coming release.

The respective Jira is at [1]

Regards,
/Nuwan

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


On Mon, Mar 28, 2011 at 10:10 AM, Nuwan Bandara nu...@wso2.com wrote:

 Hi Guys,

 In GS TODO list of improvements, we have the task of integrating
 Remember-me functionality for the Gadget Server login page. Lalji had
 investigated into integrating this feature, but have hit few blocking
 points.

 The main reason why it is not straightforward in integrating as for other
 products is that GS is running on HTTP. In carbon-core ui the remember me
 cookie is set in secure context and GS cannot use this cookie directly. If
 we are going to use it as it is now, we will have to save the cookie in a
 non-secure context. I had a chat with DimuthuL, regarding this, since it
 introduces a security whole, where an intruder can do replay attacks from
 this cookie, and get into HTTPS running mgt console.

 The only solution is to implement the same functionality for HTTP with a
 deferent cookie (UUID) and use it only for the HTTP session. If we are to
 implement this feature, there are some changes to be done in Carbon-core
 (Need to duplicate the same code which is done for HTTPS based remember-me).

 We would like to know, if we can do theses changes and replicate this
 feature for HTTP context? or since we are closing the release dates should
 we postpone this for the next release ?

 --
 Thanks  Regards,

 Nuwan Bandara
 Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

 http://www.nuwanbando.com

 http://www.nuwanbando.com/




-- 
Thanks  Regards,

Nuwan Bandara
Software Engineer
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware

http://www.nuwanbando.com

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


Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Dimuthu Leelarathne
Hi,

For dependencies you put the version like that. For orbit bundles the format
is nubmer.nuber.number.qualifier.

Thanks,
Dimuthu

On Wed, Mar 30, 2011 at 7:42 PM, Tharindu Mathew thari...@wso2.com wrote:

 I believe then the version should 0.9.6.SNAPSHOT-wso2v1


 On Wed, Mar 30, 2011 at 6:15 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 This is not a typo. I followed the format number.number.number.qualifier.

 Please see the commits 91237 and 91240

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 5:25 PM, Tharindu Mathew thari...@wso2.comwrote:

 0.9.6.SNAPSHOTwso2v1?? What is this version?

 I built openid4java dependencies and orbit and changed the version to
 0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I assume
 this is a typo that should not have been committed.

 I will commit this change. Please shout if you have a concern.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Identity Provider
 [INFO]task-segment: [install]
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.identity.relyingparty:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

   Try downloading the file manually from the project website.

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

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

   Path to dependency:
   1)
 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT
   2) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

 --
 1 required artifact is missing.

 for artifact:
   org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT

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



 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 13 minutes 15 seconds
 [INFO] Finished at: Wed Mar 30 17:07:55 IST 2011
 [INFO] Final Memory: 488M/1694M
 [INFO]
 


 --
 Regards,

 Tharindu


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





 --
 Regards,

 Tharindu


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


Re: [Carbon-dev] Gadget Server Remember Me functionality.

2011-03-30 Thread Afkham Azeez
Go ahead.


On Wed, Mar 30, 2011 at 7:50 PM, Nuwan Bandara nu...@wso2.com wrote:

 Hi Guys,

 Any concerns regarding this implementation ? If not we would like to
 proceed with completing this for the coming release.

 The respective Jira is at [1]

 Regards,
 /Nuwan

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



 On Mon, Mar 28, 2011 at 10:10 AM, Nuwan Bandara nu...@wso2.com wrote:

 Hi Guys,

 In GS TODO list of improvements, we have the task of integrating
 Remember-me functionality for the Gadget Server login page. Lalji had
 investigated into integrating this feature, but have hit few blocking
 points.

 The main reason why it is not straightforward in integrating as for other
 products is that GS is running on HTTP. In carbon-core ui the remember me
 cookie is set in secure context and GS cannot use this cookie directly. If
 we are going to use it as it is now, we will have to save the cookie in a
 non-secure context. I had a chat with DimuthuL, regarding this, since it
 introduces a security whole, where an intruder can do replay attacks from
 this cookie, and get into HTTPS running mgt console.

 The only solution is to implement the same functionality for HTTP with a
 deferent cookie (UUID) and use it only for the HTTP session. If we are to
 implement this feature, there are some changes to be done in Carbon-core
 (Need to duplicate the same code which is done for HTTPS based remember-me).

 We would like to know, if we can do theses changes and replicate this
 feature for HTTP context? or since we are closing the release dates should
 we postpone this for the next release ?

 --
 Thanks  Regards,

 Nuwan Bandara
 Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

 http://www.nuwanbando.com

 http://www.nuwanbando.com/




 --
 Thanks  Regards,

 Nuwan Bandara
 Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

 http://www.nuwanbando.com

 http://www.nuwanbando.com/

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




-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*http://www.apache.org/
*
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Tharindu Mathew
Take a look at how these orbit versions are done. It's still
number.number.number.qualifier !

wsdl-validator.version1.2.0.SNAPSHOT-wso2v1/wsdl-validator.version

opensaml2.wso2.version2.0.0.alpha1-wso2v1/opensaml2.wso2.version

On Wed, Mar 30, 2011 at 7:52 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 For dependencies you put the version like that. For orbit bundles the
 format is nubmer.nuber.number.qualifier.

 Thanks,
 Dimuthu


 On Wed, Mar 30, 2011 at 7:42 PM, Tharindu Mathew thari...@wso2.comwrote:

 I believe then the version should 0.9.6.SNAPSHOT-wso2v1


 On Wed, Mar 30, 2011 at 6:15 PM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:

 Hi,

 This is not a typo. I followed the format number.number.number.qualifier.

 Please see the commits 91237 and 91240

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 5:25 PM, Tharindu Mathew thari...@wso2.comwrote:

 0.9.6.SNAPSHOTwso2v1?? What is this version?

 I built openid4java dependencies and orbit and changed the version to
 0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I assume
 this is a typo that should not have been committed.

 I will commit this change. Please shout if you have a concern.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Identity Provider
 [INFO]task-segment: [install]
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.identity.relyingparty:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

   Try downloading the file manually from the project website.

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

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

   Path to dependency:
   1)
 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT
   2)
 org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

 --
 1 required artifact is missing.

 for artifact:

 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT

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



 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 13 minutes 15 seconds
 [INFO] Finished at: Wed Mar 30 17:07:55 IST 2011
 [INFO] Final Memory: 488M/1694M
 [INFO]
 


 --
 Regards,

 Tharindu


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





 --
 Regards,

 Tharindu





-- 
Regards,

Tharindu
___
Carbon-dev mailing list

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Dimuthu Leelarathne
Hi,

On Wed, Mar 30, 2011 at 8:01 PM, Tharindu Mathew thari...@wso2.com wrote:

 Take a look at how these orbit versions are done. It's still
 number.number.number.qualifier !

 wsdl-validator.version1.2.0.SNAPSHOT-wso2v1/wsdl-validator.version


Wrong!! If this is a bundle correct version is wsdl-validator.wso2


 opensaml2.wso2.version2.0.0.alpha1-wso2v1/opensaml2.wso2.version


Wrong again!!  This should either be
2.0.0.alpha1.wso2v1 or  2.0.0.alpha1wso2v1


We can carry out a meaningful argument about picking one of the later. So
you can argue that 0.9.6.SNAPSHOTwso2v1 should be 0.9.6.SNAPSHOT.wso2v1  :)
But i prefer 0.9.6.SNAPSHOT.wso2v1 because it is simpler to me. Why?
number.number.number.qualifier.

Thanks,
Dimuthu

thanks,
dimuthu



 On Wed, Mar 30, 2011 at 7:52 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 For dependencies you put the version like that. For orbit bundles the
 format is nubmer.nuber.number.qualifier.

 Thanks,
 Dimuthu


 On Wed, Mar 30, 2011 at 7:42 PM, Tharindu Mathew thari...@wso2.comwrote:

 I believe then the version should 0.9.6.SNAPSHOT-wso2v1


 On Wed, Mar 30, 2011 at 6:15 PM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:

 Hi,

 This is not a typo. I followed the format
 number.number.number.qualifier.

 Please see the commits 91237 and 91240

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 5:25 PM, Tharindu Mathew thari...@wso2.comwrote:

 0.9.6.SNAPSHOTwso2v1?? What is this version?

 I built openid4java dependencies and orbit and changed the version to
 0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I assume
 this is a typo that should not have been committed.

 I will commit this change. Please shout if you have a concern.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Identity Provider
 [INFO]task-segment: [install]
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.identity.relyingparty:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

   Try downloading the file manually from the project website.

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

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

   Path to dependency:
   1)
 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT
   2)
 org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

 --
 1 required artifact is missing.

 for artifact:

 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT

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



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

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Tharindu Mathew
On Wed, Mar 30, 2011 at 8:12 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 On Wed, Mar 30, 2011 at 8:01 PM, Tharindu Mathew thari...@wso2.comwrote:

 Take a look at how these orbit versions are done. It's still
 number.number.number.qualifier !

 wsdl-validator.version1.2.0.SNAPSHOT-wso2v1/wsdl-validator.version


 Wrong!! If this is a bundle correct version is wsdl-validator.wso2


 opensaml2.wso2.version2.0.0.alpha1-wso2v1/opensaml2.wso2.version


 Wrong again!!  This should either be
 2.0.0.alpha1.wso2v1 or  2.0.0.alpha1wso2v1


 We can carry out a meaningful argument about picking one of the later. So
 you can argue that 0.9.6.SNAPSHOTwso2v1 should be 0.9.6.SNAPSHOT.wso2v1  :)
 But i prefer 0.9.6.SNAPSHOT.wso2v1 because it is simpler to me. Why?
 number.number.number.qualifier.

No arguments here :) Let's get the others to change :P


 Thanks,
 Dimuthu

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 7:52 PM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:

 Hi,

 For dependencies you put the version like that. For orbit bundles the
 format is nubmer.nuber.number.qualifier.

 Thanks,
 Dimuthu


 On Wed, Mar 30, 2011 at 7:42 PM, Tharindu Mathew thari...@wso2.comwrote:

 I believe then the version should 0.9.6.SNAPSHOT-wso2v1


 On Wed, Mar 30, 2011 at 6:15 PM, Dimuthu Leelarathne dimut...@wso2.com
  wrote:

 Hi,

 This is not a typo. I followed the format
 number.number.number.qualifier.

 Please see the commits 91237 and 91240

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 5:25 PM, Tharindu Mathew thari...@wso2.comwrote:

 0.9.6.SNAPSHOTwso2v1?? What is this version?

 I built openid4java dependencies and orbit and changed the version to
 0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I assume
 this is a typo that should not have been committed.

 I will commit this change. Please shout if you have a concern.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Identity Provider
 [INFO]task-segment: [install]
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.identity.relyingparty:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

   Try downloading the file manually from the project website.

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

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

   Path to dependency:
   1)
 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT
   2)
 org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

 --
 1 required artifact is missing.

 for artifact:

 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT

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



 [INFO]
 

Re: [Carbon-dev] Gadget Server Remember Me functionality.

2011-03-30 Thread Nuwan Bandara
Great :)

regards,
/Nuwan

On Wed, Mar 30, 2011 at 7:55 PM, Afkham Azeez az...@wso2.com wrote:

 Go ahead.


 On Wed, Mar 30, 2011 at 7:50 PM, Nuwan Bandara nu...@wso2.com wrote:

 Hi Guys,

 Any concerns regarding this implementation ? If not we would like to
 proceed with completing this for the coming release.

 The respective Jira is at [1]

 Regards,
 /Nuwan

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



 On Mon, Mar 28, 2011 at 10:10 AM, Nuwan Bandara nu...@wso2.com wrote:

 Hi Guys,

 In GS TODO list of improvements, we have the task of integrating
 Remember-me functionality for the Gadget Server login page. Lalji had
 investigated into integrating this feature, but have hit few blocking
 points.

 The main reason why it is not straightforward in integrating as for other
 products is that GS is running on HTTP. In carbon-core ui the remember me
 cookie is set in secure context and GS cannot use this cookie directly. If
 we are going to use it as it is now, we will have to save the cookie in a
 non-secure context. I had a chat with DimuthuL, regarding this, since it
 introduces a security whole, where an intruder can do replay attacks from
 this cookie, and get into HTTPS running mgt console.

 The only solution is to implement the same functionality for HTTP with a
 deferent cookie (UUID) and use it only for the HTTP session. If we are to
 implement this feature, there are some changes to be done in Carbon-core
 (Need to duplicate the same code which is done for HTTPS based remember-me).

 We would like to know, if we can do theses changes and replicate this
 feature for HTTP context? or since we are closing the release dates should
 we postpone this for the next release ?

 --
 Thanks  Regards,

 Nuwan Bandara
 Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

 http://www.nuwanbando.com

 http://www.nuwanbando.com/




 --
 Thanks  Regards,

 Nuwan Bandara
 Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

 http://www.nuwanbando.com

 http://www.nuwanbando.com/

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




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,
 *
 *
 *Member; Apache Software Foundation; 
 **http://www.apache.org/*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*




-- 
Thanks  Regards,

Nuwan Bandara
Software Engineer
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware

http://www.nuwanbando.com

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


Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Afkham Azeez
On Wed, Mar 30, 2011 at 8:12 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 On Wed, Mar 30, 2011 at 8:01 PM, Tharindu Mathew thari...@wso2.comwrote:

 Take a look at how these orbit versions are done. It's still
 number.number.number.qualifier !

 wsdl-validator.version1.2.0.SNAPSHOT-wso2v1/wsdl-validator.version


 Wrong!! If this is a bundle correct version is wsdl-validator.wso2


 opensaml2.wso2.version2.0.0.alpha1-wso2v1/opensaml2.wso2.version


 Wrong again!!  This should either be
 2.0.0.alpha1.wso2v1 or  2.0.0.alpha1wso2v1


 We can carry out a meaningful argument about picking one of the later. So
 you can argue that 0.9.6.SNAPSHOTwso2v1 should be 0.9.6.SNAPSHOT.wso2v1  :)
 But i prefer 0.9.6.SNAPSHOT.wso2v1 because it is simpler to me. Why?
 number.number.number.qualifier.


Version: 0.9.6.SNAPSHOT.wso2v1
number=0
number=9
number=6
qualifier=SNAPSHOT.wso2v1

Version: 0.9.6.SNAPSHOT-wso2v1
number=0
number=9
number=6
qualifier=SNAPSHOT-wso2v1

So what is the argument about?


 Thanks,
 Dimuthu

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 7:52 PM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:

 Hi,

 For dependencies you put the version like that. For orbit bundles the
 format is nubmer.nuber.number.qualifier.

 Thanks,
 Dimuthu


 On Wed, Mar 30, 2011 at 7:42 PM, Tharindu Mathew thari...@wso2.comwrote:

 I believe then the version should 0.9.6.SNAPSHOT-wso2v1


 On Wed, Mar 30, 2011 at 6:15 PM, Dimuthu Leelarathne dimut...@wso2.com
  wrote:

 Hi,

 This is not a typo. I followed the format
 number.number.number.qualifier.

 Please see the commits 91237 and 91240

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 5:25 PM, Tharindu Mathew thari...@wso2.comwrote:

 0.9.6.SNAPSHOTwso2v1?? What is this version?

 I built openid4java dependencies and orbit and changed the version to
 0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I assume
 this is a typo that should not have been committed.

 I will commit this change. Please shout if you have a concern.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Identity Provider
 [INFO]task-segment: [install]
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.identity.relyingparty:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

   Try downloading the file manually from the project website.

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

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

   Path to dependency:
   1)
 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT
   2)
 org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

 --
 1 required artifact is missing.

 for artifact:

 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT

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

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Afkham Azeez
On Wed, Mar 30, 2011 at 8:17 PM, Tharindu Mathew thari...@wso2.com wrote:

 On Wed, Mar 30, 2011 at 8:12 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 On Wed, Mar 30, 2011 at 8:01 PM, Tharindu Mathew thari...@wso2.comwrote:

 Take a look at how these orbit versions are done. It's still
 number.number.number.qualifier !

 wsdl-validator.version1.2.0.SNAPSHOT-wso2v1/wsdl-validator.version


 Wrong!! If this is a bundle correct version is wsdl-validator.wso2


 opensaml2.wso2.version2.0.0.alpha1-wso2v1/opensaml2.wso2.version


 Wrong again!!  This should either be
 2.0.0.alpha1.wso2v1 or  2.0.0.alpha1wso2v1


 We can carry out a meaningful argument about picking one of the later. So
 you can argue that 0.9.6.SNAPSHOTwso2v1 should be 0.9.6.SNAPSHOT.wso2v1  :)
 But i prefer 0.9.6.SNAPSHOT.wso2v1 because it is simpler to me. Why?
 number.number.number.qualifier.

 No arguments here :) Let's get the others to change :P



Just follow the convention everybody else has been following, and do not go
for personal preferences. If you want to change the global versioning style,
start a discussion on that.



 Thanks,
 Dimuthu

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 7:52 PM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:

 Hi,

 For dependencies you put the version like that. For orbit bundles the
 format is nubmer.nuber.number.qualifier.

 Thanks,
 Dimuthu


 On Wed, Mar 30, 2011 at 7:42 PM, Tharindu Mathew thari...@wso2.comwrote:

 I believe then the version should 0.9.6.SNAPSHOT-wso2v1


 On Wed, Mar 30, 2011 at 6:15 PM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi,

 This is not a typo. I followed the format
 number.number.number.qualifier.

 Please see the commits 91237 and 91240

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 5:25 PM, Tharindu Mathew 
 thari...@wso2.comwrote:

 0.9.6.SNAPSHOTwso2v1?? What is this version?

 I built openid4java dependencies and orbit and changed the version to
 0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I 
 assume
 this is a typo that should not have been committed.

 I will commit this change. Please shout if you have a concern.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Identity Provider
 [INFO]task-segment: [install]
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.identity.relyingparty:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

   Try downloading the file manually from the project website.

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

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

   Path to dependency:
   1)
 org.wso2.carbon:org.wso2.carbon.identity.provider:bundle:3.2.0-SNAPSHOT
   2)
 org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

 --
 1 required artifact is missing.

 for artifact:

 

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Dimuthu Leelarathne
hi,

It is not a personal preference. It is wrong to use - in bundles. What
Tharidu is suggesting is wrong. The examples Tharindu has given are wrong.

We have clearly defined using the following versioning for bundles is the
wrong standard.
0.9.6.SNAPSHOT-wso2v1

It should either be one of the following.
0.9.6.SNAPSHOT.wso2v1
0.9.6.SNAPSHOTwso2v1

We haven't clearly defined the correct version from one of the above. So
let's create a standard now.

thanks,
dimuthu


On Wed, Mar 30, 2011 at 8:20 PM, Afkham Azeez az...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 8:17 PM, Tharindu Mathew thari...@wso2.comwrote:

 On Wed, Mar 30, 2011 at 8:12 PM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:

 Hi,

 On Wed, Mar 30, 2011 at 8:01 PM, Tharindu Mathew thari...@wso2.comwrote:

 Take a look at how these orbit versions are done. It's still
 number.number.number.qualifier !

 wsdl-validator.version1.2.0.SNAPSHOT-wso2v1/wsdl-validator.version


 Wrong!! If this is a bundle correct version is wsdl-validator.wso2


 opensaml2.wso2.version2.0.0.alpha1-wso2v1/opensaml2.wso2.version


 Wrong again!!  This should either be
 2.0.0.alpha1.wso2v1 or  2.0.0.alpha1wso2v1


 We can carry out a meaningful argument about picking one of the later. So
 you can argue that 0.9.6.SNAPSHOTwso2v1 should be 0.9.6.SNAPSHOT.wso2v1  :)
 But i prefer 0.9.6.SNAPSHOT.wso2v1 because it is simpler to me. Why?
 number.number.number.qualifier.

 No arguments here :) Let's get the others to change :P



 Just follow the convention everybody else has been following, and do not go
 for personal preferences. If you want to change the global versioning style,
 start a discussion on that.



 Thanks,
 Dimuthu

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 7:52 PM, Dimuthu Leelarathne dimut...@wso2.com
  wrote:

 Hi,

 For dependencies you put the version like that. For orbit bundles the
 format is nubmer.nuber.number.qualifier.

 Thanks,
 Dimuthu


 On Wed, Mar 30, 2011 at 7:42 PM, Tharindu Mathew thari...@wso2.comwrote:

 I believe then the version should 0.9.6.SNAPSHOT-wso2v1


 On Wed, Mar 30, 2011 at 6:15 PM, Dimuthu Leelarathne 
 dimut...@wso2.com wrote:

 Hi,

 This is not a typo. I followed the format
 number.number.number.qualifier.

 Please see the commits 91237 and 91240

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 5:25 PM, Tharindu Mathew 
 thari...@wso2.comwrote:

 0.9.6.SNAPSHOTwso2v1?? What is this version?

 I built openid4java dependencies and orbit and changed the version
 to 0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I 
 assume
 this is a typo that should not have been committed.

 I will commit this change. Please shout if you have a concern.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Identity Provider
 [INFO]task-segment: [install]
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.identity.relyingparty:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

   Try downloading the file manually from the project website.

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

   Alternatively, if 

Re: [Carbon-dev] Notes from MB status meeting

2011-03-30 Thread Sanjiva Weerawarana
+1!

On Wed, Mar 30, 2011 at 6:49 PM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 1:48 PM, Rajika Kumarasiri raj...@wso2.comwrote:



 On Tue, Mar 29, 2011 at 4:57 PM, Rajika Kumarasiri raj...@wso2.comwrote:



 On Tue, Mar 22, 2011 at 5:33 PM, Rajika Kumarasiri raj...@wso2.comwrote:



 9) TLS: this is needed by CSG. For MB its obviously important, but if
 we can't fix it by 1.0 then we will go ahead anyway and fix in a 1.01 or 
 1.1
 shortly after. Action: Rajika to look at it.


 I fixed some UI issues in CSG in last couple of days.I'll look into this
 now.


 I have fixed this now.


 FYI.

 Qpid uses the excellent TCP/IP framework based on NIO Apache Mina[0]
 underling for all TCP/IP operations. When comes to SSL, Qpid has registered
 an invalid order of the SSL processor which causes this problem. By fixing
 the order of the SSL filter the issue was fixed. You can find more
 information here[1].


 Good detective work. I hope it is working now!

 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




-- 
Sanjiva Weerawarana, Ph.D.
Founder, Chairman  CEO; WSO2, Inc.;  http://wso2.com/
email: sanj...@wso2.com; phone: +94 11 763 9614; cell: +94 77 787 6880 | +1
650 265 8311
blog: http://sanjiva.weerawarana.org/

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


Re: [Carbon-dev] please dont build the carbon-trunk

2011-03-30 Thread Sameera Jayasoma
Pradeep, any update on this.

Can we revert back to the local nexus repo(maven.wso2.org)?

Thanks
Sameera

On Thu, Mar 24, 2011 at 6:20 AM, Pradeep Fernando prad...@wso2.com wrote:

 hi,

 reverted back the local URLs that are pointed at the local new nexus
 intances  to old nexus (the one we tested with). Since no error
 similar to above popping up. Will be able to get new nexus instances
 to work after an testing round.

 Now people should be able to build the trunk without a problem. sorry
 for the inconvenience. (make sure you get svn up of carbon platform
 pom)

 denis please trigger a new build with a clean repo

 committed revision 90690

 thanks.
 --Pradeep




-- 
Sameera Jayasoma
Technical Lead and Product Manager, WSO2 Carbon

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://tech.jayasoma.org

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


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread WSO2 Builder
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [bundle:bundle {execution: default-bundle}]
[WARNING] Warning building bundle 
org.apache.tomcat.wso2:tribes:bundle:7.0.11.wso2v1 : There are split packages, 
use directive -split-package:=(merge-first|merge-last) on instruction to get 
rid of this warning: org.apache.juli, classpath: [Jar:., Jar:tomcat-tribes, 
Jar:tomcat-juli, Jar:tomcat-embed-logging-juli] from: 
/home/carbon/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.11/tomcat-embed-logging-juli-7.0.11.jar
[WARNING] Warning building bundle 
org.apache.tomcat.wso2:tribes:bundle:7.0.11.wso2v1 : There are split packages, 
use directive -split-package:=(merge-first|merge-last) on instruction to get 
rid of this warning: org.apache.juli.logging, classpath: [Jar:., 
Jar:tomcat-tribes, Jar:tomcat-juli, Jar:tomcat-embed-logging-juli] from: 
/home/carbon/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/7.0.11/tomcat-embed-logging-juli-7.0.11.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/carbon/carbon/orbit/tribes/target/tribes-7.0.11.wso2v1.jar to 
/home/carbon/.m2/repository/org/apache/tomcat/wso2/tribes/7.0.11.wso2v1/tribes-7.0.11.wso2v1.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/carbon/.m2/repository/repository.xml
[INFO] Installing 
org/apache/tomcat/wso2/tribes/7.0.11.wso2v1/tribes-7.0.11.wso2v1.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building Step2
[INFO]task-segment: [install]
[INFO] 
[INFO] snapshot com.google.step2:step2-common:1-SNAPSHOT: checking for updates 
from step2
[WARNING] repository metadata for: 'snapshot 
com.google.step2:step2-common:1-SNAPSHOT' could not be retrieved from 
repository: step2 due to an error: Error transferring file: Server returned 
HTTP response code: 504 for URL: 
http://step2.googlecode.com/svn/code/java/maven/com/google/step2/step2-common/1-SNAPSHOT/maven-metadata.xml
[INFO] Repository 'step2' will be blacklisted
[INFO] snapshot com.google.step2:step2-common:1-SNAPSHOT: checking for updates 
from wso2-nexus
Downloading: 
http://maven.wso2.org/nexus/content/groups/wso2-public//com/google/step2/step2-common/1-SNAPSHOT/step2-common-1-SNAPSHOT.pom
[INFO] Unable to find resource 'com.google.step2:step2-common:pom:1-SNAPSHOT' 
in repository wso2-nexus 
(http://maven.wso2.org/nexus/content/groups/wso2-public/)
[INFO] snapshot com.google.step2:step2-consumer:1-SNAPSHOT: checking for 
updates from wso2-nexus
Downloading: 
http://maven.wso2.org/nexus/content/groups/wso2-public//com/google/step2/step2-consumer/1-SNAPSHOT/step2-consumer-1-SNAPSHOT.pom
[INFO] Unable to find resource 'com.google.step2:step2-consumer:pom:1-SNAPSHOT' 
in repository wso2-nexus 
(http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading: 
http://maven.wso2.org/nexus/content/groups/wso2-public//com/google/step2/step2-common/1-SNAPSHOT/step2-common-1-SNAPSHOT.jar
[INFO] Unable to find resource 'com.google.step2:step2-common:jar:1-SNAPSHOT' 
in repository wso2-nexus 
(http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading: 
http://maven.wso2.org/nexus/content/groups/wso2-public//com/google/step2/step2-consumer/1-SNAPSHOT/step2-consumer-1-SNAPSHOT.jar
[INFO] Unable to find resource 'com.google.step2:step2-consumer:jar:1-SNAPSHOT' 
in repository wso2-nexus 
(http://maven.wso2.org/nexus/content/groups/wso2-public/)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) com.google.step2:step2-common:jar:1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=com.google.step2 
-DartifactId=step2-common -Dversion=1-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

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

  Path to dependency: 
1) com.google.step2.wso2:step2:bundle:1.0.wso2v1
2) com.google.step2:step2-common:jar:1-SNAPSHOT

2) com.google.step2:step2-consumer:jar:1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=com.google.step2 
-DartifactId=step2-consumer -Dversion=1-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=com.google.step2 

Re: [Carbon-dev] Nexus integration to trunk

2011-03-30 Thread Denis Weerasiri
Hi all,
I'm getting this error when accessing nexus.

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

[INFO] Building WSO2 Carbon - BPEL Core Component
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory
/opt/installations/wso2/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel/target
[INFO] snapshot org.wso2.carbon:carbon-orbit-parent:3.2.0-SNAPSHOT: checking
for updates from wso2-nexus
*[WARNING] repository metadata for: 'snapshot
org.wso2.carbon:carbon-orbit-parent:3.2.0-SNAPSHOT' could not be retrieved
from repository: wso2-nexus due to an error: Error transferring file:
maven.wso2.org*
*[INFO] Repository 'wso2-nexus' will be blacklisted*
Downloading:
http://repo1.maven.org/maven2/org/eclipse/osgi/org.eclipse.osgi.services/3.2.0.v20090520-1800/org.eclipse.osgi.services-3.2.0.v20090520-1800.pom
[WARNING] Unable to get resource
'org.eclipse.osgi:org.eclipse.osgi.services:pom:3.2.0.v20090520-1800' from
repository central (http://repo1.maven.org/maven2): Error transferring file:
repo1.maven.org
[WARNING] POM for 'org.apache.lucene:lucene-core:pom:2.3.1:compile' is
invalid.
Its dependencies (if any) will NOT be available to the current build.
Downloading:
http://dist.wso2.org/maven2/org/eclipse/equinox/org.eclipse.equinox.simpleconfigurator/1.0.100.v20090520-1905/org.eclipse.equinox.simpleconfigurator-1.0.100.v20090520-1905.pom
[INFO] Unable to find resource
'org.eclipse.equinox:org.eclipse.equinox.simpleconfigurator:pom:1.0.100.v20090520-1905'
in repository wso2-maven2-repository (http://dist.wso2.org/maven2)


On Wed, Mar 30, 2011 at 10:13 AM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 9:24 AM, Afkham Azeez az...@wso2.com wrote:

 Should it be done with a clean local maven repo?


 Um, AFAIU, not really.


  On Mar 30, 2011 8:55 AM, Samisa Abeysinghe sam...@wso2.com wrote:
  It does not look like very many people have updated and built the whole
  thing after the nexus work was completed.
 
  If you did not do that, please do that today.
 
  On Wed, Mar 23, 2011 at 3:04 PM, Pradeep Fernando prad...@wso2.com
 wrote:
 
  hi,
 
  areas of improvement:
 
  apply nexus to plugin repositories as well.
  several (3 or 4) dependencies still uses their original repos.
  (wsdl-validator , shindig ,..)
 
  --Pradeep
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org

 Thanks,
 Samisa...

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




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




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


[Carbon-dev] Qpid Frustration

2011-03-30 Thread Dimuthu Leelarathne
Hi,

I am having a really hard time coping with Qpid instability. I did an svn up
yesterday and build everything. Since BAM didn't start up, I did an svn up
of all Qpid related artifacts and build them again.

But still BAM doesn't start up because of Qpid config files !
#$%$^%^%$#%

Here are the the qpid related I build again.

dependencies/qpid
orbit/qpid
orbit/qpid-client
components/qpid
features/qpid

And finallly BAM. I cannot commit my GApp feature or test it with any
product because of this.

Here is the error I get.

[2011-03-30 22:34:09,293] ERROR
{org.wso2.carbon.qpid.service.QpidServiceImpl} -
/home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/config.xml
not found
Initialisation Error : File
/home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
could not be found. Check the file exists and is readable.

Please help.

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


[Carbon-dev] Carbon Core build error

2011-03-30 Thread Shammi Jayasinghe
Hi

I am getting following when building core:


[INFO] Building WSO2 Carbon - UI
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory
/home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/target
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance
from source: pom
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance
from source: pom
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance
from source: pom
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance
from source: pom
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting
/home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 759 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 73 source files to
/home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/target/classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
cannot find symbol
symbol  : class RememberMeData
location: package org.wso2.carbon.authenticator.proxy

[ERROR]
/home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
cannot find symbol
symbol  : class RememberMeData
location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator

[INFO] 2 errors
[INFO] -
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
cannot find symbol
symbol  : class RememberMeData
location: package org.wso2.carbon.authenticator.proxy

/home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
cannot find symbol
symbol  : class RememberMeData
location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator


[INFO]

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

[INFO] Total time: 17 seconds
[INFO] Finished at: Wed Mar 30 22:32:32 IST 2011
[INFO] Final Memory: 71M/626M
[INFO]



Thanks
-- 
Best Regards,*

Shammi Jayasinghe*
Senior Software Engineer; WSO2, Inc.; http://wso2.com,
mobile: +94 71 4493085
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Qpid Frustration

2011-03-30 Thread Afkham Azeez
Danushka or whoever is responsible for creating these issues, please fix
this asap. We don't want to see this tomorrow morning !
On Mar 30, 2011 10:39 PM, Dimuthu Leelarathne dimut...@wso2.com wrote:
 Hi,

 I am having a really hard time coping with Qpid instability. I did an svn
up
 yesterday and build everything. Since BAM didn't start up, I did an svn up
 of all Qpid related artifacts and build them again.

 But still BAM doesn't start up because of Qpid config files !
 #$%$^%^%$#%

 Here are the the qpid related I build again.

 dependencies/qpid
 orbit/qpid
 orbit/qpid-client
 components/qpid
 features/qpid

 And finallly BAM. I cannot commit my GApp feature or test it with any
 product because of this.

 Here is the error I get.

 [2011-03-30 22:34:09,293] ERROR
 {org.wso2.carbon.qpid.service.QpidServiceImpl} -

/home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/config.xml
 not found
 Initialisation Error : File

/home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
 could not be found. Check the file exists and is readable.

 Please help.

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


Re: [Carbon-dev] Qpid Frustration

2011-03-30 Thread Tharindu Mathew
Even though qpid files are not present BAM starts up.

[2011-03-30 22:44:47,554]  INFO
{org.wso2.carbon.core.transports.http.HttpsTransportListener} -  HTTPS
port   : 9443
[2011-03-30 22:44:47,555]  INFO
{org.wso2.carbon.core.transports.http.HttpTransportListener} -  HTTP
port: 9763
[2011-03-30 22:44:47,631] ERROR
{org.wso2.carbon.qpid.service.QpidServiceImpl} -
/home/mackie/source-checkouts/carbon/products/bam/modules/distribution/product/target/wso2bam-1.3.0-SNAPSHOT/repository/conf/advanced/qpid-config.xml
not found
[2011-03-30 22:44:47,647] ERROR
{org.wso2.carbon.qpid.internal.QpidServiceComponent} -  Failed to start Qpid
broker : File
/home/mackie/source-checkouts/carbon/products/bam/modules/distribution/product/target/wso2bam-1.3.0-SNAPSHOT/repository/conf/advanced/qpid-config.xml
could not be found. Check the file exists and is readable.
[2011-03-30 22:44:51,210]  INFO
{org.wso2.carbon.ui.internal.CarbonUIServiceComponent} -  Mgt Console URL  :
https://192.168.1.38:9443/carbon/
[2011-03-30 22:44:51,241]  INFO
{org.wso2.carbon.event.core.internal.builder.EventBrokerBuilderDS} -
Successfully registered the event broker
[2011-03-30 22:44:51,257]  INFO
{org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  Started
Transport Listener Manager
[2011-03-30 22:44:51,258]  INFO
{org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -
Server   :  WSO2 Business Activity Monitor-1.3.0-SNAPSHOT
[2011-03-30 22:44:51,258]  INFO
{org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  WSO2
Carbon started in 45 sec


On Wed, Mar 30, 2011 at 10:38 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 I am having a really hard time coping with Qpid instability. I did an svn
 up yesterday and build everything. Since BAM didn't start up, I did an svn
 up of all Qpid related artifacts and build them again.

 But still BAM doesn't start up because of Qpid config files !
 #$%$^%^%$#%

 Here are the the qpid related I build again.

 dependencies/qpid
 orbit/qpid
 orbit/qpid-client
 components/qpid
 features/qpid

 And finallly BAM. I cannot commit my GApp feature or test it with any
 product because of this.

 Here is the error I get.

 [2011-03-30 22:34:09,293] ERROR
 {org.wso2.carbon.qpid.service.QpidServiceImpl} -
 /home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/config.xml
 not found
 Initialisation Error : File
 /home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
 could not be found. Check the file exists and is readable.

 Please help.

 tx,
 dimuthu




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




-- 
Regards,

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


Re: [Carbon-dev] Qpid Frustration

2011-03-30 Thread Dimuthu Leelarathne
Hi,

As Manjula pointed out (offline) I had to build features/event as well.
Now the server starts.

tx,
dimuthu

On Wed, Mar 30, 2011 at 10:46 PM, Tharindu Mathew thari...@wso2.com wrote:

 Even though qpid files are not present BAM starts up.

 [2011-03-30 22:44:47,554]  INFO
 {org.wso2.carbon.core.transports.http.HttpsTransportListener} -  HTTPS
 port   : 9443
 [2011-03-30 22:44:47,555]  INFO
 {org.wso2.carbon.core.transports.http.HttpTransportListener} -  HTTP
 port: 9763
 [2011-03-30 22:44:47,631] ERROR
 {org.wso2.carbon.qpid.service.QpidServiceImpl} -
 /home/mackie/source-checkouts/carbon/products/bam/modules/distribution/product/target/wso2bam-1.3.0-SNAPSHOT/repository/conf/advanced/qpid-config.xml
 not found
 [2011-03-30 22:44:47,647] ERROR
 {org.wso2.carbon.qpid.internal.QpidServiceComponent} -  Failed to start Qpid
 broker : File
 /home/mackie/source-checkouts/carbon/products/bam/modules/distribution/product/target/wso2bam-1.3.0-SNAPSHOT/repository/conf/advanced/qpid-config.xml
 could not be found. Check the file exists and is readable.
 [2011-03-30 22:44:51,210]  INFO
 {org.wso2.carbon.ui.internal.CarbonUIServiceComponent} -  Mgt Console URL  :
 https://192.168.1.38:9443/carbon/
 [2011-03-30 22:44:51,241]  INFO
 {org.wso2.carbon.event.core.internal.builder.EventBrokerBuilderDS} -
 Successfully registered the event broker
 [2011-03-30 22:44:51,257]  INFO
 {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  Started
 Transport Listener Manager
 [2011-03-30 22:44:51,258]  INFO
 {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -
 Server   :  WSO2 Business Activity Monitor-1.3.0-SNAPSHOT
 [2011-03-30 22:44:51,258]  INFO
 {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  WSO2
 Carbon started in 45 sec


 On Wed, Mar 30, 2011 at 10:38 PM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:

 Hi,

 I am having a really hard time coping with Qpid instability. I did an svn
 up yesterday and build everything. Since BAM didn't start up, I did an svn
 up of all Qpid related artifacts and build them again.

 But still BAM doesn't start up because of Qpid config files !
 #$%$^%^%$#%

 Here are the the qpid related I build again.

 dependencies/qpid
 orbit/qpid
 orbit/qpid-client
 components/qpid
 features/qpid

 And finallly BAM. I cannot commit my GApp feature or test it with any
 product because of this.

 Here is the error I get.

 [2011-03-30 22:34:09,293] ERROR
 {org.wso2.carbon.qpid.service.QpidServiceImpl} -
 /home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/config.xml
 not found
 Initialisation Error : File
 /home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
 could not be found. Check the file exists and is readable.

 Please help.

 tx,
 dimuthu




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




 --
 Regards,

 Tharindu


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


Re: [Carbon-dev] Carbon Core build error

2011-03-30 Thread Sameera Jayasoma
I am also getting this. Please look into to this. Seems like some classes
are missing.

Thanks
Sameera

On Wed, Mar 30, 2011 at 10:39 PM, Shammi Jayasinghe sha...@wso2.com wrote:


 Hi

 I am getting following when building core:


 [INFO] Building WSO2 Carbon - UI
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory
 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/target
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 759 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 73 source files to
 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
 cannot find symbol
 symbol  : class RememberMeData
 location: package org.wso2.carbon.authenticator.proxy

 [ERROR]
 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
 cannot find symbol
 symbol  : class RememberMeData
 location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator

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

 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
 cannot find symbol
 symbol  : class RememberMeData
 location: package org.wso2.carbon.authenticator.proxy

 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
 cannot find symbol
 symbol  : class RememberMeData
 location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 17 seconds
 [INFO] Finished at: Wed Mar 30 22:32:32 IST 2011
 [INFO] Final Memory: 71M/626M
 [INFO]
 


 Thanks
 --
 Best Regards,*

 Shammi Jayasinghe*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085



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




-- 
Sameera Jayasoma
Technical Lead and Product Manager, WSO2 Carbon

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://tech.jayasoma.org

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


Re: [Carbon-dev] Qpid Frustration

2011-03-30 Thread Danushka Menikkumbura
The event team has repeatedly pointed out that qpid gets installed as a
result of installing event. No product does use qpid alone as far as I know.
Even in that case it is your responsibility to install what you need. Also
you guys not reading mails is your problem. I do not want to pay the price
for all that.

Yes. This is indeed frustrating!

Danushka

On Wed, Mar 30, 2011 at 10:43 PM, Afkham Azeez az...@wso2.com wrote:

 Danushka or whoever is responsible for creating these issues, please fix
 this asap. We don't want to see this tomorrow morning !
  On Mar 30, 2011 10:39 PM, Dimuthu Leelarathne dimut...@wso2.com
 wrote:
  Hi,
 
  I am having a really hard time coping with Qpid instability. I did an svn
 up
  yesterday and build everything. Since BAM didn't start up, I did an svn
 up
  of all Qpid related artifacts and build them again.
 
  But still BAM doesn't start up because of Qpid config files !
  #$%$^%^%$#%
 
  Here are the the qpid related I build again.
 
  dependencies/qpid
  orbit/qpid
  orbit/qpid-client
  components/qpid
  features/qpid
 
  And finallly BAM. I cannot commit my GApp feature or test it with any
  product because of this.
 
  Here is the error I get.
 
  [2011-03-30 22:34:09,293] ERROR
  {org.wso2.carbon.qpid.service.QpidServiceImpl} -
 
 /home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/config.xml
  not found
  Initialisation Error : File
 
 /home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
  could not be found. Check the file exists and is readable.
 
  Please help.
 
  tx,
  dimuthu

 ___
 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] Qpid Frustration

2011-03-30 Thread Dimuthu Leelarathne
Hi,

On Wed, Mar 30, 2011 at 11:46 PM, Danushka Menikkumbura
danus...@wso2.comwrote:

 The event team has repeatedly pointed out that qpid gets installed as a
 result of installing event. No product does use qpid alone as far as I know.
 Even in that case it is your responsibility to install what you need. Also
 you guys not reading mails is your problem. I do not want to pay the price
 for all that.


Today (at this moment) after a long time I was able to get the Stratos
services up and running. Since Carbon still can't copy the configuration
files with the feature at build time (I think people call it advanced
folder), I think best thing should have been to just let the server start if
these files are not present, just as it happens now.

Thanks a lot for fixing it.

Dimuthu



 Yes. This is indeed frustrating!

 Danushka

 On Wed, Mar 30, 2011 at 10:43 PM, Afkham Azeez az...@wso2.com wrote:

 Danushka or whoever is responsible for creating these issues, please fix
 this asap. We don't want to see this tomorrow morning !
  On Mar 30, 2011 10:39 PM, Dimuthu Leelarathne dimut...@wso2.com
 wrote:
  Hi,
 
  I am having a really hard time coping with Qpid instability. I did an
 svn up
  yesterday and build everything. Since BAM didn't start up, I did an svn
 up
  of all Qpid related artifacts and build them again.
 
  But still BAM doesn't start up because of Qpid config files !
  #$%$^%^%$#%
 
  Here are the the qpid related I build again.
 
  dependencies/qpid
  orbit/qpid
  orbit/qpid-client
  components/qpid
  features/qpid
 
  And finallly BAM. I cannot commit my GApp feature or test it with any
  product because of this.
 
  Here is the error I get.
 
  [2011-03-30 22:34:09,293] ERROR
  {org.wso2.carbon.qpid.service.QpidServiceImpl} -
 
 /home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/config.xml
  not found
  Initialisation Error : File
 
 /home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
  could not be found. Check the file exists and is readable.
 
  Please help.
 
  tx,
  dimuthu

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



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


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


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread WSO2 Builder
4/7K
 7/7K
 7K downloaded  (tiles-jsp-2.0.5.wso2v1.pom)
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance 
from source: pom
Downloading: 
http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/tiles/wso2/tiles-jsp/2.0.5.wso2v1/tiles-jsp-2.0.5.wso2v1.jar
[INFO] snapshot 
org.wso2.carbon:org.wso2.carbon.core.commons.stub:3.2.0-SNAPSHOT: checking for 
updates from wso2-nexus
4/453K
8/453K
12/453K
16/453K
18/453K
20/453K
21/453K
22/453K
24/453K
25/453K
27/453K
30/453K
32/453K
33/453K
36/453K
37/453K
39/453K
40/453K
42/453K
43/453K
44/453K
46/453K
47/453K
50/453K
51/453K
53/453K
54/453K
55/453K
56/453K
58/453K
61/453K
62/453K
64/453K
65/453K
66/453K
68/453K
69/453K
71/453K
72/453K
73/453K
75/453K
76/453K
78/453K
79/453K
81/453K
82/453K
83/453K
85/453K
86/453K
88/453K
89/453K
90/453K
93/453K
94/453K
96/453K
97/453K
98/453K
100/453K
101/453K
103/453K
104/453K
105/453K
107/453K
108/453K
110/453K
111/453K
113/453K
114/453K
115/453K
117/453K
118/453K
120/453K
121/453K
122/453K
124/453K
125/453K
127/453K
128/453K
129/453K
131/453K
132/453K
134/453K
135/453K
137/453K
138/453K
139/453K
141/453K
142/453K
144/453K
145/453K
146/453K
148/453K
149/453K
151/453K
152/453K
154/453K
155/453K
156/453K
158/453K
159/453K
161/453K
162/453K
163/453K
165/453K
166/453K
168/453K
169/453K
170/453K
172/453K
173/453K
175/453K
176/453K
178/453K
179/453K
180/453K
184/453K
188/453K
192/453K
196/453K
200/453K
202/453K
203/453K
204/453K
206/453K
207/453K
209/453K
210/453K
211/453K
213/453K
214/453K
216/453K
217/453K
219/453K
220/453K
221/453K
223/453K
224/453K
226/453K
227/453K
228/453K
230/453K
231/453K
233/453K
234/453K
236/453K
237/453K
238/453K
240/453K
241/453K
243/453K
244/453K
245/453K
247/453K
248/453K
250/453K
251/453K
253/453K
254/453K
255/453K
257/453K
258/453K
260/453K
261/453K
262/453K
264/453K
265/453K
267/453K
268/453K
269/453K
271/453K
272/453K
274/453K
275/453K
277/453K
278/453K
279/453K
281/453K
282/453K
284/453K
285/453K
286/453K
288/453K
289/453K
291/453K
292/453K
294/453K
295/453K
296/453K
298/453K
299/453K
301/453K
302/453K
303/453K
305/453K
306/453K
308/453K
309/453K
310/453K
312/453K
313/453K
315/453K
316/453K
318/453K
319/453K
320/453K
322/453K
323/453K
325/453K
326/453K
327/453K
329/453K
330/453K
332/453K
333/453K
335/453K
336/453K
337/453K
339/453K
340/453K
342/453K
343/453K
344/453K
346/453K
347/453K
349/453K
350/453K
351/453K
353/453K
354/453K
356/453K
357/453K
359/453K
360/453K
361/453K
363/453K
364/453K
366/453K
367/453K
368/453K
370/453K
371/453K
373/453K
374/453K
376/453K
377/453K
378/453K
380/453K
381/453K
383/453K
384/453K
385/453K
387/453K
388/453K
390/453K
391/453K
392/453K
394/453K
395/453K
397/453K
398/453K
400/453K
401/453K
402/453K
404/453K
405/453K
407/453K
408/453K
409/453K
411/453K
412/453K
414/453K
415/453K
417/453K
418/453K
419/453K
421/453K
422/453K
424/453K
425/453K
426/453K
428/453K
429/453K
431/453K
432/453K
435/453K
436/453K
438/453K
439/453K
441/453K
442/453K
443/453K
445/453K
446/453K
448/453K
449/453K
450/453K
452/453K
453/453K
453/453K
453K downloaded  (tiles-jsp-2.0.5.wso2v1.jar)
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Module org.wso2.carbon, org.wso2.carbon.core, 3.2.0-SNAPSHOT updated
[INFO] Deleting /home/carbon/carbon/core/org.wso2.carbon.ui/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 759 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 73 source files to 
/home/carbon/carbon/core/org.wso2.carbon.ui/target/classes
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
 cannot find symbol
symbol  : class RememberMeData
location: package org.wso2.carbon.authenticator.proxy

[ERROR] 
/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
 cannot find symbol
symbol  : class RememberMeData
location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator

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

/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
 cannot find symbol
symbol  : class RememberMeData
location: package org.wso2.carbon.authenticator.proxy

/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
 cannot find symbol
symbol  : class 

Re: [Carbon-dev] Build break in identity provider

2011-03-30 Thread Sameera Jayasoma
Hi Dimuth,

I am afraid, you got it wrong this time. Here is the grammar for OSGi bundle
versions.

version::= major( '.' minor ( '.' micro ( '.' qualifier )? )? )?
major  ::= number
minor  ::= number
micro  ::= number
qualifier  ::= ( alphanum | ’_’ | '-' )+



On Wed, Mar 30, 2011 at 8:12 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 On Wed, Mar 30, 2011 at 8:01 PM, Tharindu Mathew thari...@wso2.comwrote:

 Take a look at how these orbit versions are done. It's still
 number.number.number.qualifier !

 wsdl-validator.version1.2.0.SNAPSHOT-wso2v1/wsdl-validator.version


 Wrong!! If this is a bundle correct version is wsdl-validator.wso2


According to above grammar the version 1.2.0.SNAPSHOT-wso2v1 is correct.



 opensaml2.wso2.version2.0.0.alpha1-wso2v1/opensaml2.wso2.version


 Wrong again!!  This should either be
 2.0.0.alpha1.wso2v1 or  2.0.0.alpha1wso2v1


 The version 2.0.0.alpha1-wso2v1 is correct, but the version
2.0.0.alpha1.wso2v1 is wrong.

Please adhere to this grammar when you come up with version for OSGi
bundles.

Thanks
Sameera


 We can carry out a meaningful argument about picking one of the later. So
 you can argue that 0.9.6.SNAPSHOTwso2v1 should be 0.9.6.SNAPSHOT.wso2v1  :)
 But i prefer 0.9.6.SNAPSHOT.wso2v1 because it is simpler to me. Why?
 number.number.number.qualifier.

 Thanks,
 Dimuthu

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 7:52 PM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:

 Hi,

 For dependencies you put the version like that. For orbit bundles the
 format is nubmer.nuber.number.qualifier.

 Thanks,
 Dimuthu


 On Wed, Mar 30, 2011 at 7:42 PM, Tharindu Mathew thari...@wso2.comwrote:

 I believe then the version should 0.9.6.SNAPSHOT-wso2v1


 On Wed, Mar 30, 2011 at 6:15 PM, Dimuthu Leelarathne dimut...@wso2.com
  wrote:

 Hi,

 This is not a typo. I followed the format
 number.number.number.qualifier.

 Please see the commits 91237 and 91240

 thanks,
 dimuthu



 On Wed, Mar 30, 2011 at 5:25 PM, Tharindu Mathew thari...@wso2.comwrote:

 0.9.6.SNAPSHOTwso2v1?? What is this version?

 I built openid4java dependencies and orbit and changed the version to
 0.9.6-SNAPSHOT.wso2v1 in the component root pom and it works. So I assume
 this is a typo that should not have been committed.

 I will commit this change. Please shout if you have a concern.

 [INFO]
 
 [INFO] Building WSO2 Carbon - Identity Provider
 [INFO]task-segment: [install]
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.pom
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:pom:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.identity.relyingparty:3.2.0-SNAPSHOT:
 checking for updates from wso2-nexus
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/openid4java/wso2/openid4java-nodeps/0.9.6.SNAPSHOTwso2v1/openid4java-nodeps-0.9.6.SNAPSHOTwso2v1.jar
 [INFO] Unable to find resource
 'org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.openid4java.wso2:openid4java-nodeps:jar:0.9.6.SNAPSHOTwso2v1

   Try downloading the file manually from the project website.

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

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

   Path to dependency:
   1)
 

[Carbon-dev] More Build Errors due to stub change.

2011-03-30 Thread Sameera Jayasoma
Hi dev,

Now it is from Carbon Core. Please fix this ASAP. We need to start working
on Maven dependency exclusions,  but we cannot because of these build
failures.

[INFO] Running Equinox P2 Director Application
[INFO] Installing org.wso2.carbon.core.feature.group 3.2.0.SNAPSHOT.
[ERROR] Cannot complete the install because one or more required items could
not be found.
[ERROR]  Software being installed: WSO2 Carbon - Carbon Feature
3.2.0.SNAPSHOT (org.wso2.carbon.core.feature.group 3.2.0.SNAPSHOT)
[ERROR]  Missing requirement: org.wso2.carbon.authenticator.proxy
3.2.0.SNAPSHOT (org.wso2.carbon.authenticator.proxy 3.2.0.SNAPSHOT) requires
'package org.wso2.carbon.authenticator.stub [3.2.0.SNAPSHOT,3.3.0)' but it
could not be found
[ERROR]  Cannot satisfy dependency:
[ERROR]   From: WSO2 Carbon - Carbon Common Feature 3.2.0.SNAPSHOT
(org.wso2.carbon.core.common.feature.group 3.2.0.SNAPSHOT)
[ERROR]   To: org.wso2.carbon.authenticator.proxy [3.2.0.SNAPSHOT]
[ERROR]  Cannot satisfy dependency:
[ERROR]   From: WSO2 Carbon - Carbon Feature 3.2.0.SNAPSHOT
(org.wso2.carbon.core.feature.group 3.2.0.SNAPSHOT)
[ERROR]   To: org.wso2.carbon.core.common.feature.group [3.2.0.SNAPSHOT]
[ERROR] Application failed, log file location:
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/core/p2-profile-generation/carbon-p2-profile/target/p2-agent/configuration/1301511463391.log
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO]

Sameera

-- 
Sameera Jayasoma
Technical Lead and Product Manager, WSO2 Carbon

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://tech.jayasoma.org

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


Re: [Carbon-dev] Notes from MB status meeting

2011-03-30 Thread Rajika Kumarasiri
On Wed, Mar 30, 2011 at 6:49 PM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Wed, Mar 30, 2011 at 1:48 PM, Rajika Kumarasiri raj...@wso2.comwrote:



 On Tue, Mar 29, 2011 at 4:57 PM, Rajika Kumarasiri raj...@wso2.comwrote:



 On Tue, Mar 22, 2011 at 5:33 PM, Rajika Kumarasiri raj...@wso2.comwrote:



 9) TLS: this is needed by CSG. For MB its obviously important, but if
 we can't fix it by 1.0 then we will go ahead anyway and fix in a 1.01 or 
 1.1
 shortly after. Action: Rajika to look at it.


 I fixed some UI issues in CSG in last couple of days.I'll look into this
 now.


 I have fixed this now.


 FYI.

 Qpid uses the excellent TCP/IP framework based on NIO Apache Mina[0]
 underling for all TCP/IP operations. When comes to SSL, Qpid has registered
 an invalid order of the SSL processor which causes this problem. By fixing
 the order of the SSL filter the issue was fixed. You can find more
 information here[1].


 Good detective work. I hope it is working now!


Yes, I fixed this in a local copy of Qpid trunk and tested with their
standard pub/sub client. I enabled javax.net.debug with debug level all and
I could see the SSL handshake passed properly and also normal application
data communicated properly. So this work fine.

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


Re: [Carbon-dev] Testing transaction mediator with the standalone transaction provider - Atomikas

2011-03-30 Thread Rajika Kumarasiri
On Wed, Mar 30, 2011 at 7:10 PM, Paul Fremantle p...@wso2.com wrote:

 Rajika

 Please raise a JIRA.


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



 Thanks
 Paul

 On 30 March 2011 12:26, Rajika Kumarasiri raj...@wso2.com wrote:

 It'd be great if we can test the transaction mediator with the newly added
 Atomikas standalone transaction manager. Once this is in place that'll be a
 good feature addition for ESB as well.

 Rajika

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




 --
 Paul Fremantle
 CTO and Co-Founder, WSO2
 OASIS WS-RX TC Co-chair, VP, Apache Synapse

 Office: +44 844 484 8143
 Cell: +44 798 447 4618

 blog: http://pzf.fremantle.org
 twitter.com/pzfreo
 p...@wso2.com

 wso2.com Lean Enterprise Middleware

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

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


Re: [Carbon-dev] Carbon Core build error

2011-03-30 Thread Sameera Jayasoma
Hi Pradeep,

Your commit [1] has something to do with this build failure.

Thanks
Sameera

[1] http://wso2.org/svn/browse/wso2?view=revrevision=91260

On Wed, Mar 30, 2011 at 11:05 PM, Sameera Jayasoma same...@wso2.com wrote:

 I am also getting this. Please look into to this. Seems like some classes
 are missing.

 Thanks
 Sameera

 On Wed, Mar 30, 2011 at 10:39 PM, Shammi Jayasinghe sha...@wso2.comwrote:


 Hi

 I am getting following when building core:


 [INFO] Building WSO2 Carbon - UI
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory
 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/target
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 759 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 73 source files to
 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
 cannot find symbol
 symbol  : class RememberMeData
 location: package org.wso2.carbon.authenticator.proxy

 [ERROR]
 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
 cannot find symbol
 symbol  : class RememberMeData
 location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator

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

 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
 cannot find symbol
 symbol  : class RememberMeData
 location: package org.wso2.carbon.authenticator.proxy

 /home/shammi/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
 cannot find symbol
 symbol  : class RememberMeData
 location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 17 seconds
 [INFO] Finished at: Wed Mar 30 22:32:32 IST 2011
 [INFO] Final Memory: 71M/626M
 [INFO]
 


 Thanks
 --
 Best Regards,*

 Shammi Jayasinghe*
 Senior Software Engineer; WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085



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




 --
 Sameera Jayasoma
 Technical Lead and Product Manager, WSO2 Carbon

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://tech.jayasoma.org

 Lean . Enterprise . Middleware




-- 
Sameera Jayasoma
Technical Lead and Product Manager, WSO2 Carbon

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://tech.jayasoma.org

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


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-03-30 Thread WSO2 Builder
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building WSO2 Carbon - UI
[INFO]task-segment: [install]
[INFO] 
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance 
from source: pom
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Module org.wso2.carbon, org.wso2.carbon.core, 3.2.0-SNAPSHOT updated
[INFO] Deleting /home/carbon/carbon/core/org.wso2.carbon.ui/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 759 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 73 source files to 
/home/carbon/carbon/core/org.wso2.carbon.ui/target/classes
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
 cannot find symbol
symbol  : class RememberMeData
location: package org.wso2.carbon.authenticator.proxy

[ERROR] 
/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
 cannot find symbol
symbol  : class RememberMeData
location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator

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

/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
 cannot find symbol
symbol  : class RememberMeData
location: package org.wso2.carbon.authenticator.proxy

/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
 cannot find symbol
symbol  : class RememberMeData
location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 60 minutes 32 seconds
[INFO] Finished at: Thu Mar 31 01:49:58 IST 2011
[INFO] Final Memory: 1375M/1724M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Qpid Frustration

2011-03-30 Thread Samisa Abeysinghe
On Wed, Mar 30, 2011 at 11:46 PM, Danushka Menikkumbura
danus...@wso2.comwrote:

 The event team has repeatedly pointed out that qpid gets installed as a
 result of installing event. No product does use qpid alone as far as I know.
 Even in that case it is your responsibility to install what you need. Also
 you guys not reading mails is your problem. I do not want to pay the price
 for all that.


That is not the point. The point is, the defaults expected by the whole
things is busted. Either you have to make it self contained, or fix
it across products if you are chaining the behavior.


 Yes. This is indeed frustrating!

 Danushka

 On Wed, Mar 30, 2011 at 10:43 PM, Afkham Azeez az...@wso2.com wrote:

 Danushka or whoever is responsible for creating these issues, please fix
 this asap. We don't want to see this tomorrow morning !
  On Mar 30, 2011 10:39 PM, Dimuthu Leelarathne dimut...@wso2.com
 wrote:
  Hi,
 
  I am having a really hard time coping with Qpid instability. I did an
 svn up
  yesterday and build everything. Since BAM didn't start up, I did an svn
 up
  of all Qpid related artifacts and build them again.
 
  But still BAM doesn't start up because of Qpid config files !
  #$%$^%^%$#%
 
  Here are the the qpid related I build again.
 
  dependencies/qpid
  orbit/qpid
  orbit/qpid-client
  components/qpid
  features/qpid
 
  And finallly BAM. I cannot commit my GApp feature or test it with any
  product because of this.
 
  Here is the error I get.
 
  [2011-03-30 22:34:09,293] ERROR
  {org.wso2.carbon.qpid.service.QpidServiceImpl} -
 
 /home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/config.xml
  not found
  Initialisation Error : File
 
 /home/muthulee/work/tcarbon-platform/products/bam/modules/distribution/service/target/wso2stratos-bam-1.1.0-SNAPSHOT/repository/conf/qpid/etc/config.xml
  could not be found. Check the file exists and is readable.
 
  Please help.
 
  tx,
  dimuthu

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



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

 Thanks,
Samisa...

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


[Carbon-dev] build error - RememberMeData missing

2011-03-30 Thread Samisa Abeysinghe
INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
cannot find symbol
symbol  : class RememberMeData
location: package org.wso2.carbon.authenticator.proxy

[ERROR]
/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
cannot find symbol
symbol  : class RememberMeData
location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator

[INFO] 2 errors
[INFO] -
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
cannot find symbol
symbol  : class RememberMeData
location: package org.wso2.carbon.authenticator.proxy

/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
cannot find symbol
symbol  : class RememberMeData
location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator


[INFO]

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

[INFO] Total time: 79 minutes 49 seconds
[INFO] Finished at: Thu Mar 31 00:19:53 IST 2011
[INFO] Final Memory: 1062M/1848M
[INFO]

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

2011-03-30 Thread WSO2 Builder
[INFO] Writing OBR metadata
[INFO] 
[INFO] Building WSO2 Carbon - UI
[INFO]task-segment: [install]
[INFO] 
[WARNING] Overriding profile: 'product-wsas' (source: pom) with new instance 
from source: pom
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Module org.wso2.carbon, org.wso2.carbon.core, 3.2.0-SNAPSHOT updated
[INFO] Deleting /home/carbon/carbon/core/org.wso2.carbon.ui/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 759 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 73 source files to 
/home/carbon/carbon/core/org.wso2.carbon.ui/target/classes
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] 
/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
 cannot find symbol
symbol  : class RememberMeData
location: package org.wso2.carbon.authenticator.proxy

[ERROR] 
/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
 cannot find symbol
symbol  : class RememberMeData
location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator

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

/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[33,42]
 cannot find symbol
symbol  : class RememberMeData
location: package org.wso2.carbon.authenticator.proxy

/home/carbon/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/DefaultCarbonAuthenticator.java:[133,16]
 cannot find symbol
symbol  : class RememberMeData
location: class org.wso2.carbon.ui.DefaultCarbonAuthenticator


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 198 minutes 26 seconds
[INFO] Finished at: Thu Mar 31 05:39:20 IST 2011
[INFO] Final Memory: 1009M/1854M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


  1   2   >