Re: [Carbon-dev] triggerred a build in the local builder for carbon 3.2.1

2011-06-28 Thread Dimuthu Leelarathne
On Mon, Jun 27, 2011 at 7:44 PM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 Hi All,
 New packs of stratos services will be available at
 http://10.100.1.43/~carbon/releases/carbon/3.2.1/2011-06-27/. since we
 have less space remain will build one by one and upload.
 Thanks.


Can we host these packs in private cloud?

tx,
dimuthul



 On Mon, Jun 27, 2011 at 8:36 AM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 build is in components level.


 On Mon, Jun 27, 2011 at 1:36 AM, Supun Malinga sup...@wso2.com wrote:

 $subject, with revision 108366.
 building in a clean repo.

 thanks,
 --
 Supun Malinga,

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




 --
 Supun Malinga,

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


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




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

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

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


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


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


Re: [Carbon-dev] triggerred a build in the local builder for carbon 3.2.1

2011-06-28 Thread Sanjaya Ratnaweera

 Can we host these packs in private cloud?


I'm hosting them now.

Thanks

 ~sanjaya


 tx,
 dimuthul



 On Mon, Jun 27, 2011 at 8:36 AM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 build is in components level.


 On Mon, Jun 27, 2011 at 1:36 AM, Supun Malinga sup...@wso2.com wrote:

 $subject, with revision 108366.
 building in a clean repo.

 thanks,
 --
 Supun Malinga,

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




 --
 Supun Malinga,

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


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




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

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

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


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





-- 
Sanjaya Ratnaweera
Senior Software Engineer; WSO2 Inc; http://www.wso2.com/.

blog: http://www.samudura.org
homepage: http://www.samudura.net
twitter: http://twitter.com/sanjayar

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


Re: [Carbon-dev] LB sometimes send malformed XML messages to the backends

2011-06-28 Thread Afkham Azeez
On Tue, Jun 28, 2011 at 10:26 AM, Sanjiva Weerawarana sanj...@wso2.comwrote:

 But it is still solved with your fix (wait a bit) right? Yes binary relay
 is designed to not store anything :).


Yes, my fix solved the issue where members join, and we immediately try to
send the message to it. However, while a message is being received, a member
can crash (leave the cluster). In such a case, we cannot failover in all
cases. What we have done is, check the Synapse error code, and then decide
whether we can failover or not. For example, for CONNECT_REFUSED 
CONNECT_TIMEOUT, we can failover since we have not yet started sending the
message out. However, for errors such as CONNECTION_TIMEOUT, SND_ERRO etc.
we cannot failover, since the stream has been already consumed.




 Sanjiva.

 On Mon, Jun 27, 2011 at 11:30 AM, Afkham Azeez az...@wso2.com wrote:

 As per Supun, this is because BinaryRelay consumes the message stream, so
 there is no way to automatically failover when binary relay is used.


 On Sun, Jun 26, 2011 at 2:06 AM, Afkham Azeez az...@wso2.com wrote:

 The root cause of this issue is as follows.

 As soon as a new worker node joins, and its HTTP/S ports become
 available, the LB tries to send messages to that node. However, that node
 need a few more seconds to warm up, hence a few initial requests fail. The
 failover mechanism kicks in and tries to resends the message to another
 instance. However, an error occurs when it tries to retrieve the original
 request envelope, and ends up sending an empty message to the worker node,
 which shows up as a malformed XML error when the StAX parser tries to parse
 the message.

 One measure I have implemented is allowing some warm up time for newly
 added worker nodes which solved this problem for the moment. However, the
 failover logic is still broken and needs to be fixed.


 On Sun, Jun 12, 2011 at 9:21 PM, Sanjiva Weerawarana 
 sanj...@wso2.comwrote:

 Not very likely dude :) .. its been in HEAVY use in eBay for a long time
 now. There has to be some other combination of events that triggers this.

 Sanjiva.

 On Sun, Jun 12, 2011 at 4:25 PM, Sameera Jayasoma same...@wso2.comwrote:

 Binary relay impl might be failing to handle messages in high
 concurrency.

 Thanks,
 Sameera


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

 Folks,
 Please note $subject. This happens rarely. We are using binary relay
 in the LB.

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




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




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




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




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




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




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

[Carbon-dev] Dependency exclusions for remaining orbits + components

2011-06-28 Thread Selvaratnam Uthaiyashankar
Hi,

I am planning to do $subject before 3.3.0 release. Hence, will
un-graduate all graduated orbits + components to trunk. Please let me
know if there are any issues.

Regards,
Shankar

-- 
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] ApacheDS as default user store of core ?

2011-06-28 Thread Amila Jayasekara
Hi All,

It seems that lot of members were under the impression that embedded
LDAP server is not binding an address. Thus most of the people are
under the impression that it behaves like H2. But this is not the
case.

We (me, Shankar, Amila and Azeez) had a discussion about this.
As per our current implementation we have LDAP servers embedded in all
products. Also it seems having LDAP servers in all products is not
architecturally sound.

Thus apacheds has a way of by passing the network layer and using just
like H2. For this we need to write a new user store manager. But IMO
we are not going to gain much from implementing a user store manager
which uses only apacheds (By passing network layer). Instead we could
use H2.

So the conclusion was to use apacheds only within Identity Server and
make it an optional feature for other products. Other products will
use H2 as it was used to be.

Please let us know what you all think about this conclusion.

Feedback appreciated.

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


[Carbon-dev] WSO2 Carbon Continuous Build was SUCCESSFUL

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108448
Node Kind: directory
Schedule: normal
Last Changed Author: prabatha
Last Changed Rev: 108448
Last Changed Date: 2011-06-28 00:31:41 -0400 (Tue, 28 Jun 2011) [INFO] 
Extracting feature org.wso2.governance:org.wso2.governance.styles.feature
[INFO] Extracting feature org.wso2.gs:org.wso2.gs.styles.feature
[INFO] Extracting feature org.wso2.gs:org.wso2.gs.menu.feature
[INFO] Extracting feature org.wso2.identity:org.wso2.identity.styles.feature
[INFO] Extracting feature org.wso2.identity:org.wso2.identity.utils.feature
[INFO] Extracting feature org.wso2.ms:org.wso2.ms.styles.feature
[INFO] Extracting feature org.wso2.appserver:org.wso2.appserver.styles.feature
[INFO] Extracting feature org.wso2.appserver:org.wso2.appserver.utils.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.cloud.csg.agent.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.cloud.csg.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.application.mgt.webapp.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.application.deployer.webapp.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.unifiedendpoint.server.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.event.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.messagebox.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.cep.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.broker.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.brokermanager.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.deployment.synchronizer.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.message.flows.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.transports.relay.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.message.store.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.message.processor.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.load.balance.agent.ui.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.ec2.client.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.mediation.templates.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.smooks.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.mediation.artifactuploader.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.adminconsole.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.gadget.editor.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.gadget.editor.ui.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.transports.hl7.feature
[INFO] Copying resources
[INFO] Running Equinox P2 Publisher Application for Repository Generation
[INFO] Generating metadata for ..
[INFO] Generation completed with success [36 seconds].
[INFO] Running Equinox P2 Category Publisher Application for the Generated 
Repository
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/carbon320/carbon/features/repository/pom.xml to 
/home/carbon320/.m2/repository/org/wso2/carbon/wso2carbon-feature-repository/3.2.0/wso2carbon-feature-repository-3.2.0.pom
[INFO] 
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 1 minute 
[INFO] Finished at: Tue Jun 28 00:21:27 EDT 2011
[INFO] Final Memory: 18M/981M
[INFO] 
2011-06-28_00-18-41
Carbon  packs are available at : 
http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.0/latest/
tail -n50 $CARBON_SRC_HOME/build.log
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108472
Node Kind: directory
Schedule: normal
Last Changed Author: isuru
Last Changed Rev: 108472
Last Changed Date: 2011-06-28 05:17:38 -0400 (Tue, 28 Jun 2011) symbol  : class 
EventBrokerServiceStub
location: class org.wso2.carbon.event.client.broker.BrokerClient

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[Carbon-dev] ESB doc generation error in 3.2.1

2011-06-28 Thread Muhammed Shariq
[INFO] Executed tasks
[INFO] [site:site {execution: default}]
[INFO] Skipped About report, file index.html already exists for the
English version.
[ERROR] Error parsing
/home/shariq/src/carbon-3.2.0/products/esb/4.0.1/modules/distribution/service/src/site/xdoc/templates/docs/userguide.xml:
line [-1] Error parsing the model: end tag name /ol must be the same as
start tag li from line 95 (position: TEXT seen .../span\n\n/ol...
@100:6)
org.apache.maven.doxia.parser.ParseException: Error parsing the model: end
tag name /ol must be the same as start tag li from line 95 (position:
TEXT seen .../span\n\n/ol... @100:6)
 at
org.apache.maven.doxia.parser.AbstractXmlParser.parse(AbstractXmlParser.java:57)
at org.apache.maven.doxia.module.xdoc.XdocParser.parse(XdocParser.java:99)
 at org.apache.maven.doxia.DefaultDoxia.parse(DefaultDoxia.java:59)
at
org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderDocument(DefaultSiteRenderer.java:376)
 at
org.apache.maven.doxia.siterenderer.DoxiaDocumentRenderer.renderDocument(DoxiaDocumentRenderer.java:52)
at
org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:303)
 at
org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:135)
at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:133)
 at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:100)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
 at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
 at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
 at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException: end tag
name /ol must be the same as start tag li from line 95 (position: TEXT
seen .../span\n\n/ol... @100:6)
 at
org.codehaus.plexus.util.xml.pull.MXParser.parseEndTag(MXParser.java:1699)
at org.codehaus.plexus.util.xml.pull.MXParser.nextImpl(MXParser.java:1131)
 at org.codehaus.plexus.util.xml.pull.MXParser.next(MXParser.java:1093)
at
org.apache.maven.doxia.parser.AbstractXmlParser.parseXml(AbstractXmlParser.java:117)
 at
org.apache.maven.doxia.parser.AbstractXmlParser.parse(AbstractXmlParser.java:53)
... 27 more
[ERROR] Error parsing
/home/shariq/src/carbon-3.2.0/products/esb/4.0.1/modules/distribution/service/src/site/xdoc/dashboard/rpc_relay.xml:
line [-1] Error parsing the model: entity reference names can not start with
character '\'' (position: START_TAG seen ...\nvar u = location.href, h =
u.substr(u.indexOf(\'#\') + 1).split(\'\'... @19:66)
org.apache.maven.doxia.parser.ParseException: Error parsing the model:
entity reference names can not start with character '\'' (position:
START_TAG seen ...\nvar u = location.href, h = u.substr(u.indexOf(\'#\') +
1).split(\'\'... @19:66)
 at
org.apache.maven.doxia.parser.AbstractXmlParser.parse(AbstractXmlParser.java:57)
at org.apache.maven.doxia.module.xdoc.XdocParser.parse(XdocParser.java:99)
 at org.apache.maven.doxia.DefaultDoxia.parse(DefaultDoxia.java:59)
at
org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderDocument(DefaultSiteRenderer.java:376)
 at
org.apache.maven.doxia.siterenderer.DoxiaDocumentRenderer.renderDocument(DoxiaDocumentRenderer.java:52)
at
org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:303)
 at
org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:135)
at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:133)
 at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:100)
at

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108482
Node Kind: directory
Schedule: normal
Last Changed Author: rajika
Last Changed Rev: 108482
Last Changed Date: 2011-06-28 06:34:07 -0400 (Tue, 28 Jun 2011) symbol  : class 
EventBrokerServiceStub
location: class org.wso2.carbon.event.client.broker.BrokerClient

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[Carbon-dev] Service-aware autoscaler configuration

2011-06-28 Thread Afkham Azeez
I'm planning to use the following configuration for service-aware messages
in flight based autoscaling


definitions xmlns=http://ws.apache.org/ns/synapse;

task
class=org.wso2.carbon.mediator.autoscale2.MessagesInFlightBasedEC2LoadAnalyzerTask
  name=LoadAnalyzer

!--
The private key for the ec2
--
property name=ec2PrivateKey value=/mnt/payload/pk.pem/

!--
The certificate for the ec2
--
property name=ec2Cert value=/mnt/payload/cert.pem/

!--
The group of the load balancer.
--
property name=loadBalancerGroup
value=stratos-appserver-lb,cloud-mysql,default/

!--
The amazon instance type for the instances of the load balancer
itself.
Default is m1.large. Can be changed to m1.small too.
--
property name=loadBalancerInstanceType value=m1.large/

!--
The key pair
--
property name=key value=stratos-1.0.0-keypair/

!--
The amazon instance type for the load balanced service
instances.
Recommended and the default is m1.large.
--
property name=instanceType value=m1.large/

!--
The group of the service being load balanced.
--
property name=applicationGroup
value=as-2011-02-23,cloud-mysql,default/

!--
The Amazon availability zone for the instances. 1-c is given as
the default
--
property name=availabilityZone value=us-east-1c/

!--
The number of load balancer instances
--
property name=loadBalancerInstances value=1/

!--
The elasticIP property can be overriden by the ELASTIC_IP
environment var,
 which is set in the payload
--
property name=elasticIP value=${ELASTIC_IP}/

!--
The time in milliseconds which the message takes to expire
--
property name=messageExpiryTime value=6/

!--
The load balancer payload file which should be loaded to the
bucket
--
property name=loadBalancerPayload value=/mnt/payload.zip/


*property name=services*
*defaults*
*   ** property name=applicationPayload
value=resources/cluster_node.zip/*
*property name=minAppInstances value=1/*
*property name=maxAppInstances value=5/*
*property name=queueLengthPerNode value=400/*
*property name=roundsToAverage value=10/*
*property name=instancesPerScaleUp value=1/*
*property name=availabilityZone value=us-east-1c/*
*/defaults*
*services*
*service domain=wso2.as.domain*
*property name=applicationPayload
value=resources/cluster_node.zip/*
*property name=minAppInstances value=1/*
*property name=maxAppInstances value=5/*
*property name=queueLengthPerNode value=400/*
*property name=roundsToAverage value=10/*
*property name=instancesPerScaleUp value=1/*
*property name=availabilityZone value=us-east-1c/*
*/service*
*service domain=wso2.ds.domain*
*property name=availabilityZone value=us-east-1b/*
*/service*
*service domain=wso2.bps.domain*
*property name=availabilityZone value=us-east-1a/*
*/service*
*/services*
*/property*

!--
The interval to trigger the task in seconds
--
trigger interval=5/
/task
/definitions
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] WSO2 Carbon Continuous Build was SUCCESSFUL

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108488
Node Kind: directory
Schedule: normal
Last Changed Author: azeez
Last Changed Rev: 108486
Last Changed Date: 2011-06-28 07:00:19 -0400 (Tue, 28 Jun 2011) [INFO] 
Extracting feature org.wso2.governance:org.wso2.governance.styles.feature
[INFO] Extracting feature org.wso2.gs:org.wso2.gs.styles.feature
[INFO] Extracting feature org.wso2.gs:org.wso2.gs.menu.feature
[INFO] Extracting feature org.wso2.identity:org.wso2.identity.styles.feature
[INFO] Extracting feature org.wso2.identity:org.wso2.identity.utils.feature
[INFO] Extracting feature org.wso2.ms:org.wso2.ms.styles.feature
[INFO] Extracting feature org.wso2.appserver:org.wso2.appserver.styles.feature
[INFO] Extracting feature org.wso2.appserver:org.wso2.appserver.utils.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.cloud.csg.agent.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.cloud.csg.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.application.mgt.webapp.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.application.deployer.webapp.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.unifiedendpoint.server.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.event.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.messagebox.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.cep.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.broker.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.brokermanager.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.deployment.synchronizer.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.message.flows.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.transports.relay.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.message.store.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.message.processor.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.load.balance.agent.ui.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.ec2.client.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.mediation.templates.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.smooks.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.mediation.artifactuploader.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.adminconsole.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.gadget.editor.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.gadget.editor.ui.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.transports.hl7.feature
[INFO] Copying resources
[INFO] Running Equinox P2 Publisher Application for Repository Generation
[INFO] Generating metadata for ..
[INFO] Generation completed with success [36 seconds].
[INFO] Running Equinox P2 Category Publisher Application for the Generated 
Repository
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/carbon320/carbon/features/repository/pom.xml to 
/home/carbon320/.m2/repository/org/wso2/carbon/wso2carbon-feature-repository/3.2.0/wso2carbon-feature-repository-3.2.0.pom
[INFO] 
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 1 minute 
[INFO] Finished at: Tue Jun 28 07:19:04 EDT 2011
[INFO] Final Memory: 18M/981M
[INFO] 
2011-06-28_07-16-16
Carbon  packs are available at : 
http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.0/latest/
tail -n50 $CARBON_SRC_HOME/build.log
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108494
Node Kind: directory
Schedule: normal
Last Changed Author: amilaj
Last Changed Rev: 108493
Last Changed Date: 2011-06-28 10:16:50 -0400 (Tue, 28 Jun 2011) symbol  : class 
EventBrokerServiceStub
location: class org.wso2.carbon.event.client.broker.BrokerClient

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[Carbon-dev] CS 1.0.12.RC3 available for testing

2011-06-28 Thread Chathuri Wimalasena
Hi All,

CS 1.0.12.RC3 packs are available at [1]. Please start testing against [2].

Thanks and Regards,
Chathuri

[1] http://builder.wso2.org/~carbon/carbon-studio/1.0.12.RC3/
[2]
https://spreadsheets.google.com/a/wso2.com/spreadsheet/ccc?key=0Agw66X7HqlFKdERLYXRZdkRybkNrZVJYUGN6ZWxGNnchl=en_US#gid=0
___
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-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108495
Node Kind: directory
Schedule: normal
Last Changed Author: danushka
Last Changed Rev: 108495
Last Changed Date: 2011-06-28 12:43:51 -0400 (Tue, 28 Jun 2011) symbol  : class 
EventBrokerServiceStub
location: class org.wso2.carbon.event.client.broker.BrokerClient

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108495
Node Kind: directory
Schedule: normal
Last Changed Author: danushka
Last Changed Rev: 108495
Last Changed Date: 2011-06-28 12:43:51 -0400 (Tue, 28 Jun 2011) symbol  : class 
EventBrokerServiceStub
location: class org.wso2.carbon.event.client.broker.BrokerClient

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108495
Node Kind: directory
Schedule: normal
Last Changed Author: danushka
Last Changed Rev: 108495
Last Changed Date: 2011-06-28 12:43:51 -0400 (Tue, 28 Jun 2011) symbol  : class 
EventBrokerServiceStub
location: class org.wso2.carbon.event.client.broker.BrokerClient

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108495
Node Kind: directory
Schedule: normal
Last Changed Author: danushka
Last Changed Rev: 108495
Last Changed Date: 2011-06-28 12:43:51 -0400 (Tue, 28 Jun 2011) symbol  : class 
EventBrokerServiceStub
location: class org.wso2.carbon.event.client.broker.BrokerClient

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108495
Node Kind: directory
Schedule: normal
Last Changed Author: danushka
Last Changed Rev: 108495
Last Changed Date: 2011-06-28 12:43:51 -0400 (Tue, 28 Jun 2011) symbol  : class 
EventBrokerServiceStub
location: class org.wso2.carbon.event.client.broker.BrokerClient

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108495
Node Kind: directory
Schedule: normal
Last Changed Author: danushka
Last Changed Rev: 108495
Last Changed Date: 2011-06-28 12:43:51 -0400 (Tue, 28 Jun 2011) symbol  : class 
EventBrokerServiceStub
location: class org.wso2.carbon.event.client.broker.BrokerClient

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108495
Node Kind: directory
Schedule: normal
Last Changed Author: danushka
Last Changed Rev: 108495
Last Changed Date: 2011-06-28 12:43:51 -0400 (Tue, 28 Jun 2011) symbol  : class 
EventBrokerServiceStub
location: class org.wso2.carbon.event.client.broker.BrokerClient

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


[Carbon-dev] Need to do rigorous perf tests with usage based throttling enabled for all Stratos services

2011-06-28 Thread Afkham Azeez
Product teams,
Please note $subject. Please post the results of this exercise or any issues
you may face when running these tests.

Thanks
Azeez

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


Re: [Carbon-dev] Need to do rigorous perf tests with usage based throttling enabled for all Stratos services

2011-06-28 Thread Sanjeewa Malalgoda
+1

On Wed, Jun 29, 2011 at 8:53 AM, Afkham Azeez az...@wso2.com wrote:

 Product teams,
 Please note $subject. Please post the results of this exercise or any
 issues you may face when running these tests.

 Thanks
 Azeez

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


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




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

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

[image:
http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] CS 1.0.12.RC3 available for testing

2011-06-28 Thread Sumedha Rubasinghe
On Tue, Jun 28, 2011 at 11:31 PM, Chathuri Wimalasena chath...@wso2.comwrote:


 [2]
 https://spreadsheets.google.com/a/wso2.com/spreadsheet/ccc?key=0Agw66X7HqlFKdERLYXRZdkRybkNrZVJYUGN6ZWxGNnchl=en_US#gid=0

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


Re: [Carbon-dev] Need to do rigorous perf tests with usage based throttling enabled for all Stratos services

2011-06-28 Thread Muhammed Shariq
It would be better if can get registry caching working properly before doing
these tests cause if we do JDBC calls continuously, the test is bound to
break.

On Wed, Jun 29, 2011 at 9:09 AM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 +1

 On Wed, Jun 29, 2011 at 8:53 AM, Afkham Azeez az...@wso2.com wrote:

 Product teams,
 Please note $subject. Please post the results of this exercise or any
 issues you may face when running these tests.

 Thanks
 Azeez

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


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




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

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

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


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


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


[Carbon-dev] Supporting predefined ESB properties in sequence editor UI and CS

2011-06-28 Thread Kasun Indrasiri
Hi devs,

As you know, in ESB we have to deal with large number of various
properties[1] that we set using property mediators in the mediation flows.
When it comes to designing sequences, using either the mgmt console or CS,
new users always need to go through the property catalog  and select the
required properties.(of course with the correct value and scope). We can
improve the usability of property mediator by giving an option to the  user
to select the predefined properties and populate them with relevant values
and scopes. However we need to store and maintain a list of predefined
properties of ESB to be used by the property mediator UI and CS.

WDYT?

[1] http://wso2.org/project/esb/java/4.0.0/docs/properties_guide.html

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

cell: +94 71 536 4128
Blog : http://kasunpanorama.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Supporting predefined ESB properties in sequence editor UI and CS

2011-06-28 Thread Supun Kamburugamuva
+1

This has being discussed in various instances and we couldn't do it.

Thanks,
Supun..

On Wed, Jun 29, 2011 at 10:20 AM, Kasun Indrasiri ka...@wso2.com wrote:

 Hi devs,

 As you know, in ESB we have to deal with large number of various
 properties[1] that we set using property mediators in the mediation flows.
 When it comes to designing sequences, using either the mgmt console or CS,
 new users always need to go through the property catalog  and select the
 required properties.(of course with the correct value and scope). We can
 improve the usability of property mediator by giving an option to the  user
 to select the predefined properties and populate them with relevant values
 and scopes. However we need to store and maintain a list of predefined
 properties of ESB to be used by the property mediator UI and CS.

 WDYT?

 [1] http://wso2.org/project/esb/java/4.0.0/docs/properties_guide.html

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

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

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


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


Re: [Carbon-dev] Need to do rigorous perf tests with usage based throttling enabled for all Stratos services

2011-06-28 Thread Sanjeewa Malalgoda
Yes first we have to fix registry caching, distributed caching. without
distributed caching each services caches will not sync with other
services.created jira for that.
https://wso2.org/jira/browse/STRATOS-1233

On Wed, Jun 29, 2011 at 10:18 AM, Muhammed Shariq sha...@wso2.com wrote:

 It would be better if can get registry caching working properly before
 doing these tests cause if we do JDBC calls continuously, the test is bound
 to break.


 On Wed, Jun 29, 2011 at 9:09 AM, Sanjeewa Malalgoda sanje...@wso2.comwrote:

 +1

 On Wed, Jun 29, 2011 at 8:53 AM, Afkham Azeez az...@wso2.com wrote:

 Product teams,
 Please note $subject. Please post the results of this exercise or any
 issues you may face when running these tests.

 Thanks
 Azeez

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


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




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

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

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


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



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




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

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

[image:
http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif]
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Supporting predefined ESB properties in sequence editor UI and CS

2011-06-28 Thread Sumedha Rubasinghe
+1.
And for known types (eg:  connection properties for a given JMS Server) we
should be able give set of predefined connection properties.

/sumedha

On Wed, Jun 29, 2011 at 10:25 AM, Supun Kamburugamuva su...@wso2.comwrote:

 +1

 This has being discussed in various instances and we couldn't do it.

 Thanks,
 Supun..

 On Wed, Jun 29, 2011 at 10:20 AM, Kasun Indrasiri ka...@wso2.com wrote:

 Hi devs,

 As you know, in ESB we have to deal with large number of various
 properties[1] that we set using property mediators in the mediation flows.
 When it comes to designing sequences, using either the mgmt console or CS,
 new users always need to go through the property catalog  and select the
 required properties.(of course with the correct value and scope). We can
 improve the usability of property mediator by giving an option to the  user
 to select the predefined properties and populate them with relevant values
 and scopes. However we need to store and maintain a list of predefined
 properties of ESB to be used by the property mediator UI and CS.

 WDYT?

 [1] http://wso2.org/project/esb/java/4.0.0/docs/properties_guide.html

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

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

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



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


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


[Carbon-dev] WSO2 Carbon Continuous Build was SUCCESSFUL

2011-06-28 Thread WSO2 Carbon 3.2.0 Builder (US1)
Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 108495
Node Kind: directory
Schedule: normal
Last Changed Author: danushka
Last Changed Rev: 108495
Last Changed Date: 2011-06-28 12:43:51 -0400 (Tue, 28 Jun 2011) [INFO] 
Extracting feature org.wso2.governance:org.wso2.governance.styles.feature
[INFO] Extracting feature org.wso2.gs:org.wso2.gs.styles.feature
[INFO] Extracting feature org.wso2.gs:org.wso2.gs.menu.feature
[INFO] Extracting feature org.wso2.identity:org.wso2.identity.styles.feature
[INFO] Extracting feature org.wso2.identity:org.wso2.identity.utils.feature
[INFO] Extracting feature org.wso2.ms:org.wso2.ms.styles.feature
[INFO] Extracting feature org.wso2.appserver:org.wso2.appserver.styles.feature
[INFO] Extracting feature org.wso2.appserver:org.wso2.appserver.utils.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.cloud.csg.agent.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.cloud.csg.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.application.mgt.webapp.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.application.deployer.webapp.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.unifiedendpoint.server.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.event.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.messagebox.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.cep.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.broker.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.brokermanager.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.deployment.synchronizer.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.message.flows.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.transports.relay.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.message.store.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.message.processor.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.load.balance.agent.ui.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.ec2.client.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.mediation.templates.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.smooks.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.mediation.artifactuploader.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.adminconsole.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.gadget.editor.feature
[INFO] Extracting feature 
org.wso2.carbon:org.wso2.carbon.gadget.editor.ui.feature
[INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.transports.hl7.feature
[INFO] Copying resources
[INFO] Running Equinox P2 Publisher Application for Repository Generation
[INFO] Generating metadata for ..
[INFO] Generation completed with success [35 seconds].
[INFO] Running Equinox P2 Category Publisher Application for the Generated 
Repository
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/carbon320/carbon/features/repository/pom.xml to 
/home/carbon320/.m2/repository/org/wso2/carbon/wso2carbon-feature-repository/3.2.0/wso2carbon-feature-repository-3.2.0.pom
[INFO] 
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 59 seconds
[INFO] Finished at: Tue Jun 28 20:46:34 EDT 2011
[INFO] Final Memory: 18M/981M
[INFO] 
2011-06-28_20-43-51
Carbon  packs are available at : 
http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.0/latest/
tail -n50 $CARBON_SRC_HOME/build.log
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Supporting predefined ESB properties in sequence editor UI and CS

2011-06-28 Thread Manjula Rathnayake
On Wed, Jun 29, 2011 at 10:20 AM, Kasun Indrasiri ka...@wso2.com wrote:

 Hi devs,

 As you know, in ESB we have to deal with large number of various
 properties[1] that we set using property mediators in the mediation flows.
 When it comes to designing sequences, using either the mgmt console or CS,
 new users always need to go through the property catalog  and select the
 required properties.(of course with the correct value and scope). We can
 improve the usability of property mediator by giving an option to the  user
 to select the predefined properties and populate them with relevant values
 and scopes. However we need to store and maintain a list of predefined
 properties of ESB to be used by the property mediator UI and CS.


+1



 WDYT?

 [1] http://wso2.org/project/esb/java/4.0.0/docs/properties_guide.html

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

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

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




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