Re: [Carbon-dev] Assigning an Array to another in BPEL

2012-02-29 Thread Denis Weerasiri
On Wed, Feb 29, 2012 at 9:30 PM, Chethiya Abeysinghe cheth...@wso2.comwrote:

 HI,

 It did work with both round method and initialing the array with elements.
 Here is the working code. An interesting observation was, it only worked
 after we started using the XPath version 2.0 as the query language for
 assignments.

Yp. It's recommended to use XPath 2.0 .






 bpel:assign validate=no name=Assign
 bpel:copy
  bpel:from
 bpel:literal xml:space=preservetns:ArrayBPELProcessResponse
  xmlns:tns=http://www.arraybpel.process; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 /tns:ArrayBPELProcessResponse/bpel:literal
 /bpel:from
 bpel:to part=payload variable=output/bpel:to
  /bpel:copy
 bpel:copy
 bpel:from
  bpel:literal xml:space=preservetns:ArrayBPELProcessResponse
 xmlns:tns=http://www.arraybpel.process; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 tns:resultvalue/tns:result
 /tns:ArrayBPELProcessResponse/bpel:literal
 /bpel:from
  bpel:to part=payload variable=tempVar/bpel:to
  /bpel:copy
 /bpel:assign
 bpel:forEach parallel=no counterName=Counter name=ForEach
  bpel:startCounterValue
 ![CDATA[1]]
 /bpel:startCounterValue

 bpel:finalCounterValue![CDATA[count($input.payload/tns:input)]]/bpel:finalCounterValue
 bpel:completionCondition/bpel:completionCondition
 bpel:scope
 bpel:sequence
 !-- assign copy fromode:insert-as-first-into($output,
 $tempVar)/from
  to variable=output/ /copy /assign --
  bpel:assign validate=no name=Assign1
 bpel:copy
  bpel:from![CDATA[ode:insert-as-last-into($output.payload,
 $tempVar.payload/tns:result)]]
 /bpel:from
  bpel:to part=payload variable=output /
 /bpel:copy
  bpel:copy
 bpel:from part=payload variable=input
  bpel:query
 queryLanguage=urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0
 ![CDATA[tns:input[round($Counter)] ]]
  /bpel:query
 /bpel:from
 bpel:to part=payload variable=output
  bpel:query
 queryLanguage=urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0
 ![CDATA[tns:result[round($Counter)]
 ]]
  /bpel:query
 /bpel:to
 /bpel:copy
  /bpel:assign
 /bpel:sequence
 /bpel:scope
  /bpel:forEach

 Thanks,
  - Chethiya


 On Tue, Feb 28, 2012 at 12:41 PM, Denis Weerasiri de...@wso2.com wrote:



 On Tue, Feb 28, 2012 at 12:36 PM, Chethiya Abeysinghe 
 cheth...@wso2.comwrote:

 Hi Waruna,

 I tried round($Counter) with no luck. When it's used with the round, it
 logs a selection error even for a single element in the array which was not
 the case in above code. It works for a single element.

 Isn't it the problem is not initializing the result array with the
 number of elements in the input array?

 +1, this will be useful to insert new elements
 http://ode.apache.org/xpath-extensions.html


 Thanks,
  - Chethiya


 On Tue, Feb 28, 2012 at 12:22 PM, Waruna Ranasinghe war...@wso2.comwrote:

 On Tue, Feb 28, 2012 at 12:01 PM, Chethiya Abeysinghe 
 cheth...@wso2.com wrote:
  Hi,
 
  I'm trying to assign an array to another array in a BPEL process.
 Following
  is the bpel code for that:
 
   bpel:forEach parallel=no counterName=Counter name=ForEach
 
 bpel:startCounterValue![CDATA[1]]/bpel:startCounterValue
 
 bpel:finalCounterValue![CDATA[count($input.payload/tns:arr)
  ]]/bpel:finalCounterValue
  bpel:completionCondition/bpel:completionCondition
  bpel:scope
  bpel:assign validate=no name=Assign
 
  bpel:copy
  bpel:from
  bpel:literal
  xml:space=preservetns:ArrayBPELProcessResponse
  xmlns:tns=http://www.arraybpel.process;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  tns:result/tns:result
  /tns:ArrayBPELProcessResponse/bpel:literal
  /bpel:from
  bpel:to variable=output
 part=payload/bpel:to
  /bpel:copy
  bpel:copy
  bpel:from part=payload variable=input
  bpel:query
 
 queryLanguage=urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0![CDATA[tns:arr[$Counter]]]/bpel:query
 IIRC there is an issue when evaluating the $Counter variable. Can you
 try using tns:arr[round($Counter)]

 Thanks,
 Waruna
  /bpel:from
  bpel:to part=payload variable=output
  bpel:query
 
 queryLanguage=urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0![CDATA[tns:result[$Counter]]]/bpel:query
  /bpel:to
  /bpel:copy
  /bpel:assign
  /bpel:scope
  /bpel:forEach
 
 
  When I try to send multiple elements in the array it gives an error
 though
  it works for an array with a single element.
 
  SOAP message is:
 
  body
 p:ArrayBPELProcessRequest xmlns:p=http://www.arraybpel.process;
!--0 or more occurrences--
arr xmlns=http://www.arraybpel.process

[Carbon-dev] Exception thrown when a product started in log4j.DEBUG mode

2012-02-28 Thread Denis Weerasiri
Hi,
I'm getting this exception in trunk.

[2012-02-28 19:17:12,468] DEBUG - PersistenceActivator -
JPA-PersistenceUnits:ode-dao,ode-store
[2012-02-28 19:17:12,485] DEBUG - StAXUtils - About to create
XMLInputFactory implementation with
classloader=org.eclipse.core.runtime.internal.adaptor.ContextFinder@3a0b53e
[2012-02-28 19:17:12,496] DEBUG - AbstractContext - OnDemandLogger
initialized for class org.apache.axis2.context.AbstractContext
is:org.apache.commons.logging.impl.Log4JLogger@2c42a818
[2012-02-28 19:17:14,701]  INFO - CarbonCoreActivator - Starting WSO2
Carbon...
[2012-02-28 19:17:14,722]  INFO - BootupValidationActivator - Bootup
Validator is activated...
[2012-02-28 19:17:16,058] DEBUG - StAXUtils - About to create
XMLInputFactory implementation with
classloader=org.eclipse.core.runtime.internal.adaptor.ContextFinder@3a0b53e
[2012-02-28 19:17:16,160] DEBUG - StAXUtils - About to create
XMLInputFactory implementation with
classloader=org.eclipse.core.runtime.internal.adaptor.ContextFinder@3a0b53e
[2012-02-28 19:17:16,279] DEBUG - PersistenceActivator -
JPA-PersistenceUnits:ode-dao,ode-store
[2012-02-28 19:17:16,285]  INFO - CarbonCoreActivator - Starting WSO2
Carbon...
[2012-02-28 19:17:16,291]  INFO - BootupValidationActivator - Bootup
Validator is activated...
[2012-02-28 19:17:16,292] DEBUG - StAXUtils - About to create
XMLInputFactory implementation with
classloader=org.eclipse.core.runtime.internal.adaptor.ContextFinder@3a0b53e
[2012-02-28 19:17:16,313] DEBUG - StAXUtils - About to create
XMLInputFactory implementation with
classloader=org.eclipse.core.runtime.internal.adaptor.ContextFinder@3a0b53e
[2012-02-28 19:17:16,382]  INFO - ExtendedStandardService - starting
extended standard service  :   StandardService[Catalina]
Exception in thread Thread-2 java.lang.NoClassDefFoundError: Could not
initialize class org.wso2.carbon.utils.multitenancy.CarbonContextHolder
at
org.wso2.carbon.utils.multitenancy.CarbonContextHolder.getCurrentCarbonContextHolder(CarbonContextHolder.java:550)
 at
org.wso2.carbon.utils.logging.TenantAwarePatternLayout$TenantAwarePatternParser$TenantPatternConverter.getFullyQualifiedName(TenantAwarePatternLayout.java:296)
 at
org.wso2.carbon.utils.logging.TenantAwarePatternLayout$TenantAwarePatternParser$TenantAwareNamedPatternConverter.convert(TenantAwarePatternLayout.java:161)
 at
org.apache.log4j.helpers.PatternConverter.format(PatternConverter.java:64)
at org.apache.log4j.PatternLayout.format(PatternLayout.java:503)
 at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:301)
at
org.apache.log4j.DailyRollingFileAppender.subAppend(DailyRollingFileAppender.java:358)
 at org.apache.log4j.WriterAppender.append(WriterAppender.java:159)
at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:230)
 at
org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:65)
at org.apache.log4j.Category.callAppenders(Category.java:203)
 at org.apache.log4j.Category.forcedLog(Category.java:388)
at org.apache.log4j.Category.log(Category.java:853)
 at org.apache.commons.logging.impl.Log4JLogger.info(Log4JLogger.java:199)
at
org.wso2.carbon.tomcat.ext.service.ExtendedStandardService.startInternal(ExtendedStandardService.java:41)
 at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
at
org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:727)
 at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
at org.wso2.carbon.tomcat.internal.CarbonTomcat.start(CarbonTomcat.java:65)
 at org.wso2.carbon.tomcat.server.ServerManager$1.run(ServerManager.java:80)
at java.lang.Thread.run(Thread.java:662)



-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer
Integration Technologies Team, WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Assigning an Array to another in BPEL

2012-02-27 Thread Denis Weerasiri
-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Chethiya Abeysinghe
 Software Engineer; WSO2, Inc.;  http://wso2.com/
 email: cheth...@wso2.com phone: +94 777334874
 blog: chethiya3000.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
Integration Technologies Team, WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Bamboo-Build] Carbon-Kernel Carbon-Products #16 has FAILED. Change made by denis.

2012-02-26 Thread Denis Weerasiri
Hi,
This is due to a failure in integration tests.

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.1:testCompile
(default-testCompile) on project integration: Compilation failure:
Compilation failure:
25-Feb-2012 23:26:08 [ERROR]
/home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONKERNEL-GRAPHITEBUILD-JOB1/products/bam/modules/integration/src/test/java/org/wso2/bam/integration/test/datacollection/activity/ActivityEventReceiverTestCase.java:[121,22]
cannot find symbol
25-Feb-2012 23:26:08 [ERROR] symbol  : method
setEventBroker(org.wso2.bam.integration.test.datacollection.mediation.mockobjects.MockEventBroker)
25-Feb-2012 23:26:08 [ERROR] location: class
org.wso2.carbon.bam.data.publisher.activity.service.PublisherUtils
25-Feb-2012 23:26:08 [ERROR]
25-Feb-2012 23:26:08 [ERROR]
/home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONKERNEL-GRAPHITEBUILD-JOB1/products/bam/modules/integration/src/test/java/org/wso2/bam/integration/test/datacollection/mediation/MediationEventReceiverTestCase.java:[468,22]
setEventBroker(org.wso2.carbon.bam.lwevent.core.LightWeightEventBrokerInterface)
in org.wso2.carbon.bam.data.publisher.mediationstats.PublisherUtils cannot
be applied to
(org.wso2.bam.integration.test.datacollection.mediation.mockobjects.MockEventBroker)

On Sun, Feb 26, 2012 at 12:56 PM, Bamboo cbuil...@wso2.org wrote:

  [image: Failed]  
 Carbon-Kernelhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL/›
 Carbon-Productshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-CARBONPRODUCTS/›
 #16http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-CARBONPRODUCTS-16/
 failed

 Code has been updated by 
 denishttp://builder4.us1.wso2.org:/bamboo/browse/author/denis
 .

 No failed tests found, a possible compilation error.
Failing 
 Jobshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-CARBONPRODUCTS-16/
 Job
 Duration Tests[image: Failed]  Default 
 Jobhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-CARBONPRODUCTS-JOB1-16/
  (Default
 Stage)  112 minutes  No tests found  
 Logshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-CARBONPRODUCTS-JOB1-16/log|
 Artifactshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-CARBONPRODUCTS-JOB1-16/artifact
  Code
 Changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-CARBONPRODUCTS-16/commit/
   View
 full change 
 detailshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-CARBONPRODUCTS-16/commit/
 denis http://builder4.us1.wso2.org:/bamboo/browse/author/denis
 Fixed some find-bug generated errors  121415 View 
 Onlinehttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-CARBONPRODUCTS-16
 | Add 
 Commentshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONKERNEL-CARBONPRODUCTS-16?commentMode=true

 This message was sent by Atlassian 
 Bamboohttp://builder4.us1.wso2.org:/bamboo
 .

 If you wish to stop receiving these emails edit your user 
 profilehttp://builder4.us1.wso2.org:/bamboo/profile/userNotifications.actionor
  notify
 your 
 administratorhttp://builder4.us1.wso2.org:/bamboo/viewAdministrators.action
 .

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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer
Integration Technologies Team, WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Update] JVM Autoscaler

2012-02-21 Thread Denis Weerasiri
 observations:
  
   Currently starting instance aspect is done.
  
   I've tested this using 2 machines, and starting instance works fine.
  
   It is observed that the spawned JVM instances get killed when you
 issue
   'ctrl+c' in the terminal where axis2 running. But when I killed
   axis2server.sh process only, the new JAVA process wasn't get
 killed. To
   avoid process get killing when issue ctrl+c, we might need to handle
   SIGINT
   [2]. Can't we be happy with the fact that it doesn't get killed
 after
   killing axis2server.sh?
 
  JVMs (which were created) should live even if  you kill the agent.
 
 
  Yes, but the problem is how you kill! If you use kill -9 and kills
 Axis2
  related process (Axis2 is where Agent Service is deployed), spawned JVM
  instances aren't get killed.
  Anyway will research a bit more, I understand that spawned instance
 should
  never get killed, unless it is asked to!
 
 
  
  
   Work to be done:
  
   Terminating and finding instance aspects should be addressed.
 
  You have to keep track of which JVMs/VMs created by the autoscaler.
  Otherwise you will not be able to stop them when you want to scale
  down. I believe, this information should be stored/kept with
  autoscaler service.
 
 
  I have started to implement this part today! According to the design
  'Autoscaler Service' is only responsible for
  deciding the type of instance it should be spawned. That is a JVM
 instance
  or an EC2 instance or something else. Thus, it keeps track of
  the type of instance spawned.
 
  It is JVM Adaptor which keeps track of instances spawned in each Agent.

 +1. It should be JVM adapter for JVM instances and EC2 adapter for EC2
 instance, etc.

 Shankar


 
  And it is respective Agent Service that kills an instance, upon a
 request!
 
 
 
 
   The 'sad side' (when things go wrong) should be addressed.
   AgentServices should know EPR of AgentManagementService (this is
 hard
   coded
   now). Should read from a config file?
 
  +1 fore reading from config file.
 
 
  Great!
 
 
 
 
   JVMAdaptor should keep a map of Agent EPR to AgentService client, to
   avoid
   creating multiple clients to access the same Agent.
   AgentService should keep a count of spawned instances and get itself
   unregistered if it can't handle any new instances (threshold value
   should be
   decided). And when it feels (another threshold) that it can handle
 new
   instances it should register again.
   Autoscaler API should be designed.
   Should port EC2 client to EC2Adaptor.
   Should test the whole scenario.
  
  
   I appreciate your comments/thoughts on above facts.
  
  
   [1]
  
 http://mail.wso2.org/mailarchive/architecture/2011-October/006414.html
  
   [2] http://www.cons.org/cracauer/sigint.html
  
  
  
   --
  
   Thanks  regards,
   Nirmal
  
   Software Engineer- Platform Technologies Team, WSO2 Inc.
   Mobile: +94715779733
   Blog: http://nirmalfdo.blogspot.com/
 
 
 
  --
  S.Uthaiyashankar
  Senior Architect  Senior Manager
  WSO2 Inc.
  http://wso2.com/ - lean . enterprise . middleware
 
  Phone: +94 714897591
 
 
 
 
  --
 
  Thanks  regards,
  Nirmal
 
  Software Engineer- Platform Technologies Team, WSO2 Inc.
  Mobile: +94715779733
  Blog: http://nirmalfdo.blogspot.com/



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

 Phone: +94 714897591




 --

 Thanks  regards,
 Nirmal

 Software Engineer- Platform Technologies Team, WSO2 Inc.
 Mobile: +94715779733
 Blog: http://nirmalfdo.blogspot.com/




 --

 Thanks  regards,
 Nirmal

 Software Engineer- Platform Technologies Team, WSO2 Inc.
 Mobile: +94715779733
 Blog: http://nirmalfdo.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
Integration Technologies Team, WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Problem with classpath in Eclipse

2012-02-21 Thread Denis Weerasiri
On Wed, Feb 22, 2012 at 11:02 AM, Harshana Martin harsh...@wso2.com wrote:

 Hi Leslier,

 Adding WSS4J jars in to Eclipse classpath does not make it available in
 the BPS since we do not ship those jars with Bpel files. You need to place
 the WSS4J jar in your BPS servers' repository/components/lib folder.

@Harshana, WSS4J jar is already available at repository/components/plugins.
So the problem is not properly setting the classpath from eclipse?


 Hope this helps!

 Thanks and Regards,
 Harshana

 On Tue, Feb 21, 2012 at 1:55 PM, Leslier López Nicot lni...@uci.cuwrote:

  Hi all.

 I’m trying to deploy an external class into bps. This class uses the
 library wss4j that is in the bps, in eclipse I add the library from the
 “WSO2 Classpath Libraries” but when I deploy the jar into bps, it gives me
 the error Class Not Found and refers to the class that is in the library
 wss4j. I check the classpath from the jar and it look like this:

 classpathentry kind=var
 path=ECLIPSE_WORKSPACE/.metadata/.plugins/org.wso2.carbonstudio.eclipse.libraries/lib/wss4j-1.5.10.wso2v2.jar/
 

   http://www.antiterroristas.cu/


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




 --
 Harshana Martin
 Software Engineer
 WSO2 Inc.
 Web:http://wso2.com
   http://wso2.org

 Mobile: +94 716062650
 Blog: http://harshana05.blogspot.com
 Profile: https://www.google.com/profiles/harshana05
 Twitter: http://twitter.com/harshana05


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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer
Integration Technologies Team, WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Feature management is not working in wso2as-4.5.0-SNAPSHOT

2012-02-17 Thread Denis Weerasiri
This was reported few weeks back, https://wso2.org/jira/browse/CARBON-12287

On Fri, Feb 17, 2012 at 3:33 PM, Aparna Karunarathna apa...@wso2.comwrote:

 hi

 I used CSG specific repo [2] to add CSG agent features.

 [2] http://dist.wso2.org/downloads/csg/1.0.0-alpha/rc1/p2-repo.zip

 Regards,
 Aparna


 On Fri, Feb 17, 2012 at 3:08 PM, Aparna Karunarathna apa...@wso2.comwrote:

 Hi

 Exceptions are thrown when add p2-repo from feature management (through
 URL and Local) and null point exception throws in windows environment, not
 even loading feature management window.

 jira [1] was added to windows  environment issue.

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

 I got this observation when i was setting up the CSG agent (WSO2 CSG) on 
 Service
 hosting products, started with wso2as-4.5.0-SNAPSHOT.

 please look into this issue.

 Note: log file is attached.

 --
 *Regards,
 Aparna Karunarathna.
 WSO2 Inc.
 Mobile:0714002533***




 --
 *Regards,
 Aparna Karunarathna.
 WSO2 Inc.
 Mobile:0714002533***


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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer
Integration Technologies Team, WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Problem with variable in BPEL: No results for expression

2012-02-16 Thread Denis Weerasiri
=preservens:insertarSolicitud xmlns:ns=
 http://ws.apache.org/axis2; http://ws.apache.org/axis2 xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;http://www.w3.org/2001/XMLSchema-instance
 
 ns:nombre/ns:nombre
 ns:servicio/ns:servicio
 /ns:insertarSolicitud/bpel:literal
 /bpel:frombpel:to part=parameters
 variable=insertarPLRequest/bpel:to


 /bpel:copy
 bpel:copybpel:from part=payload variable=input
 bpel:query
 queryLanguage=urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0![CDATA[tns:nom]]/bpel:query
 /bpel:from
 bpel:to part=parameters variable=insertarPLRequest
 bpel:query
 queryLanguage=urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0![CDATA[ns:nombre]]/bpel:query
 /bpel:to

 /bpel:copy
 bpel:copybpel:from part=payload variable=input
 bpel:query
 queryLanguage=urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0![CDATA[tns:ser]]/bpel:query
 /bpel:from
 bpel:to part=parameters variable=insertarPLRequest
 bpel:query
 queryLanguage=urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0![CDATA[ns:servicio]]/bpel:query
 /bpel:to

 /bpel:copy
 /bpel:assign
 bpel:sequence name=Sequence
 bpel:invoke name=Invoke partnerLink=insertarPL
 operation=insertarSolicitud portType=ns:DSLimpiezaPortType
 inputVariable=insertarPLRequest/bpel:invoke
 /bpel:sequence
 bpel:reply name=replyOutput
partnerLink=client
portType=tns:insertarPrueba
operation=process
variable=output
/
 /bpel:sequence
 /bpel:process*

   http://www.antiterroristas.cu/


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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer
Integration Technologies Team, WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Better way of handling time outs when invoking in only operations

2012-02-16 Thread Denis Weerasiri
On Fri, Feb 17, 2012 at 10:02 AM, Manjula Rathnayake manju...@wso2.comwrote:

 Hi all,

 We have a business process which invoke a in only operation in a proxy
 service. So even though the operation get successfully invoked, we get time
 out in business process server. This is due to not getting *200 OK
 response.
 *

Can you attach the BPEL config you define which invoke the in only proxy
and the WSDL operation config related to this invoke/?

 *
 We can get this resolved by adding following property in In sequence for
 each in only operations.

 property name=SOAPAction expression=get-property('Action')
 scope=default/
 switch source=get-property('SOAPAction')
 case regex=urn:addUser
 property name=FORCE_SC_ACCEPTED value=true
 scope=axis2/
 property name=OUT_ONLY value=true/
 /case
 case regex=urn:addRole
 property name=FORCE_SC_ACCEPTED value=true
 scope=axis2/
 property name=OUT_ONLY value=true/
 /case
 case regex=urn:updateRolesOfUser
 property name=FORCE_SC_ACCEPTED value=true
 scope=axis2/
 property name=OUT_ONLY value=true/
 /case
 case regex=urn:deleteUser
 property name=FORCE_SC_ACCEPTED value=true
 scope=axis2/
 property name=OUT_ONLY value=true/
 /case
 case regex=urn:deleteRole
 property name=FORCE_SC_ACCEPTED value=true
 scope=axis2/
 property name=OUT_ONLY value=true/
 /case
 /switch

 Any suggestions on how to handle this properly?


 thank you.

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

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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer
Integration Technologies Team, WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Build Failure in Orbit - Jarvana currently does not allow direct access to repository files

2012-02-16 Thread Denis Weerasiri
/net/sf/saxon/saxon-xpath/9.x/saxon-xpath-9.x.pom
 [WARNING] The POM for net.sf.saxon:saxon-xqj:jar:9.x is invalid,
 transitive dependencies (if any) will not be available, enable debug
 logging for more details
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 1.117s
 [INFO] Finished at: Fri Feb 17 11:28:12 IST 2012
 [INFO] Final Memory: 6M/490M
 [INFO]
 
 [ERROR] Failed to execute goal on project saxon.bps: Could not resolve
 dependencies for project net.sf.saxon.wso2:saxon.bps:bundle:9.0.0.x-wso2v1:
 Failed to collect dependencies for [net.sf.saxon:saxon:jar:9.x (compile?),
 net.sf.saxon:saxon-dom:jar:9.x (compile?), net.sf.saxon:saxon-xpath:jar:9.x
 (compile?), net.sf.saxon:saxon-xqj:jar:9.x (compile?)]: Failed to read
 artifact descriptor for net.sf.saxon:saxon-xpath:jar:9.x: Could not
 transfer artifact net.sf.saxon:saxon-xpath:pom:9.x from/to wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/): Checksum
 validation failed, expected Please but is
 5d00d2d716ed2a38173516a78a46c474a6e12ea0 - [Help 1]

 Regards,
 Keheliya

 --
 *Keheliya Gallaba*
 Software Engineer;
 Integration Technologies Team; WSO2 Inc.; http://wso2.com,
 *email: **keheliya [AT] wso2.com* kehel...@wso2.com
 *mobile: +94 71 551 8881*
 *blog: **http://galpotha.wordpress.com* http://galpotha.wordpress.com*
 twitter: **http://twitter.com/keheliya* http://twitter.com/keheliya*
 linked-in: 
 **http://lk.linkedin.com/in/keheliya*http://lk.linkedin.com/in/keheliya



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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer
Integration Technologies Team, WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] One step solution to change soap:address location of WSDL files, inside a BPEL package

2012-02-14 Thread Denis Weerasiri
 *
 twitter: **http://twitter.com/keheliya* http://twitter.com/keheliya*
 linked-in: 
 **http://lk.linkedin.com/in/keheliya*http://lk.linkedin.com/in/keheliya



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




 --
 Regards

 Thilini Ishaka
 WSO2 Inc




 --
 Regards

 Thilini Ishaka
 WSO2 Inc




 --
 Regards

 Thilini Ishaka
 WSO2 Inc


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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer
Integration Technologies Team, WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Urgent - Builds Broken

2012-01-31 Thread Denis Weerasiri
On Tue, Jan 31, 2012 at 10:34 PM, Hiranya Jayathilaka
hiranya...@gmail.comwrote:

 I'm in the process of setting up my dev environment in a new laptop. So I
 installed Java, Maven etc, took a fresh checkout from the trunk and started
 a build. Ran into issues almost immediately. Some of the problems were
 quite obvious too, like wrong relative paths in pom files. I'm fixing these
 issues locally and continuing to build. I wonder why these problems do not
 show up in the builder machine. Doesn't it build with a clean repo?

Last week too, I observed the same behavior.


 Thanks,
 Hiranya


 On Tue, Jan 31, 2012 at 9:25 PM, Srinath Perera srin...@wso2.com wrote:

 Sorry I mean to say .. Test cases were passing until then

 On Tue, Jan 31, 2012 at 9:24 PM, Srinath Perera srin...@wso2.com wrote:
  Hi Samisa,
 
  Onces we moved the SVN to LK, it look like build get to crazy state.
  It has been running for 3 days before it was killed today AFAIK. Not
  sure what the solution can be.
 
  Test was passing until then .. but build failure earlier was due to
  assembly errors.
 
  --Srinath
 
  On Tue, Jan 31, 2012 at 9:04 PM, Samisa Abeysinghe sam...@wso2.com
 wrote:
  Folks, the build has been broken for more than a week, and I see that
 almost
  20 back to back builds broken.
 
  To make matters worst, I see that people keep on adding code - not
 sure how
  they are testing these commits if the build is broken.
 
  It seems that we need a scrum on the build again...
 
  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
 
 
 
 
  --
  
  Srinath Perera, Ph.D.
 http://www.cs.indiana.edu/~hperera/
 http://srinathsview.blogspot.com/



 --
 
 Srinath Perera, Ph.D.
http://www.cs.indiana.edu/~hperera/
http://srinathsview.blogspot.com/
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Hiranya Jayathilaka
 Associate Technical Lead;
 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/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Architecture] WS02 BPS - WS-HumanTask support - Architecture review

2012-01-27 Thread Denis Weerasiri
On Sat, Jan 28, 2012 at 5:57 AM, Senaka Fernando sen...@wso2.com wrote:

 Hi Denis,

 The completion of this should introduce a work list UI for Carbon as
 discussed offline. The main purpose of this UI and the BE API is to:

 1. Allocate work items to humans.
 2. Review and perform pending items.
 3. See a timeline of what others do.

Regarding the #3,
Suppose there's a  business process that incorporate with several human
tasks. What you meant by timeline is, the sequence of
activities pending, completed, who completed them etc for that business
process?
Or are you referring to a timeline for each human task?


 like in Facebook.

 Thanks,
 Senaka.


 On Thursday, January 26, 2012, Denis Weerasiri de...@wso2.com wrote:
  FYI,
  Here I have attached the high level architecture diagram for WS_HT
 engine.
 
 /mail/u/0/s/?view=attth=135185ef58bc6ed8attid=0.0.1disp=embrealattid=ii_135185e03166b04dzw

 
  On Thu, Jan 26, 2012 at 3:23 AM, Denis Weerasiri de...@wso2.com wrote:
 
  Hi all,
  Recently we had an architectural discussion regarding the WS-Human
 Task compliant engine which is planned to be shipped with next WSO2 BPS
 major release.
  In BPS 2.0.1 release, we added the Human Task support WSO2 BPS and it
 was removed due to lack of tooling and multi-tenancy support. Currently we
 are working on multi-tenanted Human Task implementation for WSO2 BPS with
 Eclipse based tooling support.
  Here I have summarised the meeting notes and some points which need
 some clarifications.
 
  Push based notifications for new human tasks - In the initial
 implementation, task assigned users have to check their task box/list for
 new tasks. We are going to improve s.t to push task notifications to
 subscribed users.
 
  Client-API - Client-API is the management API component in the
 human-task engine and we have to finalise it based on the general use
 cases. And we are hoping some practical use cases from the community so we
 can come up with a well defined management API and decide
 new features/improvements.
 
  WSO2 Carbon Studio-BPEL and HumanTask editor - We have included the
 BPEL4People compliant extension activity to our BPEL editor.
 The implementation of the HumanTask editor is still not PoC ready as there
 are some considerable amount of work to be done.
 
  Seamless authentication - We haven't finalised on how to enable
 authentication for human task admin console and task list UI web app. (One
 use case is once the user logged into the task list UI web app, then it
 should authenticated with human task engine.)
 
  You can find the initial Client-API wsdl which expose some of the
 management functionalities for the ws-human task engine from
 https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.humantask.skeleton/src/main/resources/ws-humantask-api.wsdl
  And the source code from
 https://svn.wso2.org/repos/wso2/trunk/carbon/components/business-processes/humantask
  --
  Thanks,
  Denis
  --
  Denis Weerasiri
  Software Engineer; WSO2 Inc.; http://wso2.com,
  email: denis [AT] wso2.com
  phone: +94117639629
  site: ddweerasiri

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

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

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

 *Lean . Enterprise . Middleware


 ___
 Architecture mailing list
 architect...@wso2.org
 https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] More compilation errors in Carbon trunk

2012-01-26 Thread Denis Weerasiri
Hi Azeez,
Can you check
https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.bpel.skeletonand
https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.bpel.stub/
are
upto date?

As
https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.bpel.stub/
has
an svn external to
https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.bpel.skeletonthis
error may be occurred.

On Thu, Jan 26, 2012 at 9:06 PM, Afkham Azeez az...@wso2.com wrote:

 We haven't had a single successful build in the past 3 days because from
 time to time, some people were careless as to introduce compilation errors!


 INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 2:28:04.486s
 [INFO] Finished at: Thu Jan 26 19:23:27 IST 2012
 [INFO] Final Memory: 723M/1391M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile
 (default-compile) on project org.wso2.carbon.bpel.ui: Compilation failure:
 Compilation failure:
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/DeploymentDescriptorUpdater.java:[42,12]
 cannot find symbol
 [ERROR] symbol  : class InvokeServiceListType
 [ERROR] location: class org.wso2.carbon.bpel.ui.DeploymentDescriptorUpdater
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/DeploymentDescriptorUpdater.java:[44,12]
 cannot find symbol
 [ERROR] symbol  : class ProvideServiceListType
 [ERROR] location: class org.wso2.carbon.bpel.ui.DeploymentDescriptorUpdater
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/DeploymentDescriptorUpdater.java:[46,12]
 cannot find symbol
 [ERROR] symbol  : class MexInterpreterListType
 [ERROR] location: class org.wso2.carbon.bpel.ui.DeploymentDescriptorUpdater
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/DeploymentDescriptorUpdater.java:[48,12]
 cannot find symbol
 [ERROR] symbol  : class PropertyListType
 [ERROR] location: class org.wso2.carbon.bpel.ui.DeploymentDescriptorUpdater
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/DeploymentDescriptorUpdater.java:[50,12]
 cannot find symbol
 [ERROR] symbol  : class ScopeEventType
 [ERROR] location: class org.wso2.carbon.bpel.ui.DeploymentDescriptorUpdater
 [ERROR]


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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] More compilation errors in Carbon trunk

2012-01-26 Thread Denis Weerasiri
On Thu, Jan 26, 2012 at 10:59 PM, Srinath Perera srin...@wso2.com wrote:

 Denis do we have to have those externs? any chance we remove them to
 make things simpler and faster?

Hi Srinath,
We keep our BPEL engine API wsdls in
https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.bpel.skeleton
 .
Again we generate a stub and skeleton from the same wsdl.
We use the same mechanism for
https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.humantask.skeletonand
https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.humantask.stub
.
It'll be hard to maintain these without svn externals.

As well we have a svn extern from
https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.bpel.skeletonto
https://svn.wso2.org/repos/wso2/trunk/carbon/products/bps/modules/samples/product/BPSManagementClient/src/main/resources/mgt
 .


 On Thu, Jan 26, 2012 at 10:36 PM, Denis Weerasiri de...@wso2.com wrote:
  Hi Azeez,
  Can you
  check
 https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.bpel.skeleton
  and
 https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.bpel.stub/
  are
  upto date?
 
  As
 https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.bpel.stub/
  has
  an svn external
  to
 https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.bpel.skeleton
  this error may be occurred.
 
  On Thu, Jan 26, 2012 at 9:06 PM, Afkham Azeez az...@wso2.com wrote:
 
  We haven't had a single successful build in the past 3 days because from
  time to time, some people were careless as to introduce compilation
 errors!
 
 
  INFO]
  
  [INFO] BUILD FAILURE
  [INFO]
  
  [INFO] Total time: 2:28:04.486s
  [INFO] Finished at: Thu Jan 26 19:23:27 IST 2012
  [INFO] Final Memory: 723M/1391M
  [INFO]
  
  [ERROR] Failed to execute goal
  org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile
  (default-compile) on project org.wso2.carbon.bpel.ui: Compilation
 failure:
  Compilation failure:
  [ERROR]
 
 /Users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/DeploymentDescriptorUpdater.java:[42,12]
  cannot find symbol
  [ERROR] symbol  : class InvokeServiceListType
  [ERROR] location: class
  org.wso2.carbon.bpel.ui.DeploymentDescriptorUpdater
  [ERROR]
  [ERROR]
 
 /Users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/DeploymentDescriptorUpdater.java:[44,12]
  cannot find symbol
  [ERROR] symbol  : class ProvideServiceListType
  [ERROR] location: class
  org.wso2.carbon.bpel.ui.DeploymentDescriptorUpdater
  [ERROR]
  [ERROR]
 
 /Users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/DeploymentDescriptorUpdater.java:[46,12]
  cannot find symbol
  [ERROR] symbol  : class MexInterpreterListType
  [ERROR] location: class
  org.wso2.carbon.bpel.ui.DeploymentDescriptorUpdater
  [ERROR]
  [ERROR]
 
 /Users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/DeploymentDescriptorUpdater.java:[48,12]
  cannot find symbol
  [ERROR] symbol  : class PropertyListType
  [ERROR] location: class
  org.wso2.carbon.bpel.ui.DeploymentDescriptorUpdater
  [ERROR]
  [ERROR]
 
 /Users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/DeploymentDescriptorUpdater.java:[50,12]
  cannot find symbol
  [ERROR] symbol  : class ScopeEventType
  [ERROR] location: class
  org.wso2.carbon.bpel.ui.DeploymentDescriptorUpdater
  [ERROR]
 
 
  --
  Afkham Azeez
  Director of Architecture; WSO2, Inc.; http://wso2.com
  Member; Apache Software Foundation; http://www.apache.org/
 
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
 
 
 
  --
  Thanks,
  Denis
  --
  Denis Weerasiri
  Software Engineer; WSO2 Inc.; http://wso2.com,
  email: denis [AT] wso2.com
  phone: +94117639629
  site: https://sites.google.com/site/ddweerasiri/
  blog: http://ddweerasiri.blogspot.com
  twitter: http://twitter.com/ddweerasiri
  linked-in: http://lk.linkedin.com/in/ddweerasiri
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 



 --
 
 Srinath Perera

[Carbon-dev] WS02 BPS - WS-HumanTask support - Architecture review

2012-01-25 Thread Denis Weerasiri
Hi all,

Recently we had an architectural discussion regarding the WS-Human
Taskhttp://docs.oasis-open.org/bpel4people/ws-humantask-1.1.html
compliant
engine which is planned to be shipped with next WSO2 BPS major release.
In BPS 2.0.1 release, we added the Human Task support WSO2 BPS and it was
removed due to lack of tooling and multi-tenancy support. Currently we are
working on multi-tenanted Human Task implementation for WSO2 BPS with
Eclipse based tooling support.

Here I have summarised the meeting notes and some points which need
some clarifications.


   - Push based notifications for new human tasks - In the initial
   implementation, task assigned users have to check their task box/list for
   new tasks. We are going to improve s.t to push task notifications to
   subscribed users.

   - Client-API - Client-API is the management API component in the
   human-task engine and we have to finalise it based on the general use
   cases. And we are hoping some practical use cases from the community so we
   can come up with a well defined management API and decide
   new features/improvements.

   - WSO2 Carbon Studio-BPEL and HumanTask editor - We have included the
   BPEL4People compliant extension activity to our BPEL editor.
   The implementation of the HumanTask editor is still not PoC ready as there
   are some considerable amount of work to be done.

   - Seamless authentication - We haven't finalised on how to enable
   authentication for human task admin console and task list UI web app. (One
   use case is once the user logged into the task list UI web app, then it
   should authenticated with human task engine.)


You can find the initial Client-API wsdl which expose some of the
management functionalities for the ws-human task engine from
https://svn.wso2.org/repos/wso2/trunk/carbon/service-stubs/org.wso2.carbon.humantask.skeleton/src/main/resources/ws-humantask-api.wsdl
And the source code from
https://svn.wso2.org/repos/wso2/trunk/carbon/components/business-processes/humantask

-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: **http://lk.linkedin.com/in/ddweerasiri*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] G-Reg Service Life Cycle

2012-01-23 Thread Denis Weerasiri
On Mon, Jan 23, 2012 at 10:22 PM, Subhash Padala 
subhash.pad...@jiscadvance.ac.uk wrote:

 Am doing some POC with the example given in Demo as below link

 http://wso2.org/library/webinars/2011/11/lifecycle-management-soa-artifacts-wso2-products
  using G-reg-4.1.1 , I have mounted my Dev ESB to /_system/digiEsb/dev and
 enabled the DeploymentSynchronizer , I can see my proxy created in Dev ESB
 in G-Reg dev folder , but when I promote to QA, the Artifacts are not
 copied to /_system/digiEsb/qa, in demo they are using CopyExecutor to copy
 from dev to qa folder ,but for me it's giving error ClassNotFound.
 I have googled a lot to find any samples om SLM but failed find any
 helpful information, please give some working examples , or Let me know
 what is the replacement Class for CopyExecutor class in version G-reg-4.1.1
 .

Hi Subash,
I couldn't find the LC configuration or any other artifact so can you
please attach the life cycle configuration, so I can help you with the
missing part.
By the time, I recommended you to refer
https://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.registry.extensions/src/org/wso2/carbon/governance/registry/extensions/aspects/DefaultLifeCycle.javawhich
is the default implementation of the default life cycle configuration
shipped with G-Reg 4.1.1/


 Regards
 Subhash

 ___
 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/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Bamboo-Build] WSO2 Carbon Trunk WSO2 Carbon - Platform Trunk #132 has FAILED. Change made by 6 authors.

2012-01-21 Thread Denis Weerasiri
Hi,
r119270 will fix it.

[ERROR] Failed to execute goal on project
org.wso2.stratos.manager.dashboard.ui: Could not resolve dependencies for
project
org.wso2.manager:org.wso2.stratos.manager.dashboard.ui:bundle:1.1.0-SNAPSHOT:
Failure to find
org.wso2.carbon:org.wso2.carbon.stratos.manager.dashboard.stub:jar:4.0.0-SNAPSHOT
in http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in
the local repository, resolution will not be reattempted until the update
interval of wso2-nexus has elapsed or updates are forced - [Help 1]
[ERROR] Failed to execute goal
org.wso2.maven:carbon-p2-plugin:1.4-SNAPSHOT:p2-feature-gen
(p2-feature-generation) on project org.wso2.stratos.manager.ui.feature:
ERROR: Failure to find
org.wso2.carbon:org.wso2.carbon.stratos.manager.dashboard.stub:jar:4.0.0-SNAPSHOT
in http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in
the local repository, resolution will not be reattempted until the update
interval of wso2-nexus has elapsed or updates are forced

On Sat, Jan 21, 2012 at 1:56 AM, Bamboo cbuil...@wso2.org wrote:

  [image: Failed]  WSO2 Carbon 
 Trunkhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK/› WSO2
 Carbon - Platform 
 Trunkhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK/›
 #132http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-132/
 failed

 Code has been updated by 
 pradeebanhttp://builder4.us1.wso2.org:/bamboo/browse/author/pradeeban,
 denis http://builder4.us1.wso2.org:/bamboo/browse/author/denis,
 sadeep http://builder4.us1.wso2.org:/bamboo/browse/author/sadeep,
 deep http://builder4.us1.wso2.org:/bamboo/browse/author/deep, 
 achalahttp://builder4.us1.wso2.org:/bamboo/browse/author/achala,
 amila http://builder4.us1.wso2.org:/bamboo/browse/author/amila.

 No failed tests found, a possible compilation error.
Failing 
 Jobshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-132/
 Job
 Duration Tests[image: Failed]  WSO2 Carbon Trunk Build 
 Processhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-132/
  (Default
 Stage)  259 minutes  7651 passed  
 Logshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-132/log|
 Artifactshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-132/artifact
  Code
 Changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-132/commit/
   View
 all 10 code 
 changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-132/commit/
 deep http://builder4.us1.wso2.org:/bamboo/browse/author/deep
 adding HDFS Name Node and Data Node pom.xml
  119255deephttp://builder4.us1.wso2.org:/bamboo/browse/author/deep
 Hadoop pom.xml updates.
  119254denishttp://builder4.us1.wso2.org:/bamboo/browse/author/denis
 Fix related to 
 STRATOS-1965http://builder4.us1.wso2.org:/bamboo/project/jiraRedirect.action?jiraIssueKey=STRATOS-1965bambooProjectKey=WSO2CARBONTUNK.
 Patch was provided by kehel...@wso2.com  119253   7 more 
 changes…http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-132/commit
  View
 Onlinehttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-132
 | Add 
 Commentshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-132?commentMode=true

 This message was sent by Atlassian 
 Bamboohttp://builder4.us1.wso2.org:/bamboo
 .

 If you wish to stop receiving these emails edit your user 
 profilehttp://builder4.us1.wso2.org:/bamboo/profile/userNotifications.actionor
  notify
 your 
 administratorhttp://builder4.us1.wso2.org:/bamboo/viewAdministrators.action
 .

 ___
 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/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Bamboo-Build] WSO2 Carbon Trunk WSO2 Carbon - Platform Trunk #130 has FAILED (3 tests failed). Change made by 26 authors.

2012-01-20 Thread Denis Weerasiri
/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-130/test
 ServerAdminTestCase 
 testRetrieveServerInfohttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-130/test/case/1619400
   WSO2
 Carbon Trunk Build 
 Processhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-130/test
  View
 Onlinehttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-130
 | Add 
 Commentshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-130?commentMode=true

 This message was sent by Atlassian 
 Bamboohttp://builder4.us1.wso2.org:/bamboo
 .

 If you wish to stop receiving these emails edit your user 
 profilehttp://builder4.us1.wso2.org:/bamboo/profile/userNotifications.actionor
  notify
 your 
 administratorhttp://builder4.us1.wso2.org:/bamboo/viewAdministrators.action
 .

 ___
 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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Moving trunk/dependency/ode to ode 1.3.5 public branch

2012-01-17 Thread Denis Weerasiri
Hi Waruna,
There're some bugs[1],[2], in existing dependency/ode trunk which we have
forked from 1.3.5 branch before it was released. Will it be a good to move
to ode 1.3.5 tag at [3]?.

[1] - https://wso2.org/jira/browse/CARBON-11151
[2] - https://wso2.org/jira/browse/CARBON-11208
[3] - https://svn.apache.org/repos/asf/ode/tags/APACHE_ODE_1.3.5

-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Test failure in dependencies/commons/xmlschema/1.4.7-wso2v1

2012-01-17 Thread Denis Weerasiri
Hi,
Does anyone having this test-case failure in trunk/dependencies?

---
Test set: tests.customext.attrib.CustomExtensionSerializerTest
---
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
 FAILURE!
testSerialization(tests.customext.attrib.CustomExtensionSerializerTest)
 Time elapsed: 0.01 sec   FAILURE!
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
 at junit.framework.Assert.assertNotNull(Assert.java:217)
at junit.framework.Assert.assertNotNull(Assert.java:210)
 at
tests.customext.attrib.CustomExtensionSerializerTest.testSerialization(CustomExtensionSerializerTest.java:80)


-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Test failure in dependencies/commons/xmlschema/1.4.7-wso2v1

2012-01-17 Thread Denis Weerasiri
On Wed, Jan 18, 2012 at 12:08 PM, Thilini Ishaka thil...@wso2.com wrote:



 On Wed, Jan 18, 2012 at 11:20 AM, Denis Weerasiri de...@wso2.com wrote:

 Hi,
 Does anyone having this test-case failure in trunk/dependencies?


 This test passed. Having no issue.

Thanks Thilini,
Harshana and I had the same test failure.
What's the JDK do you use?




 ---
 Test set: tests.customext.attrib.CustomExtensionSerializerTest

 ---
 Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
  FAILURE!
 testSerialization(tests.customext.attrib.CustomExtensionSerializerTest)
  Time elapsed: 0.01 sec   FAILURE!
 junit.framework.AssertionFailedError
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
  at junit.framework.Assert.assertNotNull(Assert.java:217)
 at junit.framework.Assert.assertNotNull(Assert.java:210)
  at
 tests.customext.attrib.CustomExtensionSerializerTest.testSerialization(CustomExtensionSerializerTest.java:80)


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


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




 --
 Regards

 Thilini Ishaka
 WSO2 Inc


 ___
 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/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Module version updates for root and dependency pom in trunk

2012-01-12 Thread Denis Weerasiri
Hi,
Still rampart pointing to axis2 1.6.1-wso2v3 or should it be 1.6.1-wso2v4?

Getting this error

[ERROR] Failed to execute goal on project rampart-project: Could not
resolve dependencies for project
org.apache.rampart:rampart-project:pom:1.6.1-wso2v3: The following
artifacts could not be resolved:
org.apache.axis2:axis2-kernel:jar:1.6.1-wso2v3,
org.apache.axis2:mex:jar:impl:1.6.1-wso2v3,
org.apache.axis2:axis2-mtompolicy:jar:1.6.1-wso2v3,
org.apache.axis2:addressing:mar:1.6.1-wso2v3: The repository system is
offline but the artifact org.apache.axis2:axis2-kernel:jar:1.6.1-wso2v3 is
not available in the local repository. - [Help 1]


On Wed, Jan 11, 2012 at 5:39 PM, Amila Jayasekara ami...@wso2.com wrote:

 Versions are updated and committed to trunk.

 Thanks
 AmilaJ

 On Wed, Jan 11, 2012 at 9:43 AM, Thilini Ishaka thil...@wso2.com wrote:
 
 
  On Wed, Jan 11, 2012 at 9:21 AM, Amila Jayasekara ami...@wso2.com
 wrote:
 
  On Tue, Jan 10, 2012 at 3:34 PM, Thilini Ishaka thil...@wso2.com
 wrote:
   Hi,
  
   Carbon root pom and dependency pom need version updates for wss4j,
   rampart
   and synapse modules.
   Need to be corrected as;
  
   wss4j 1.5.11-wso2v3
   rampart  1.6.1-wso2v3
   synapse 2.1.0-wso2v5
  
  
   root pom (currently)
   
   version.wss4j1.5.11-wso2v1/version.wss4j
   rampart.version1.6.1-wso2v2/rampart.version
   version.synapse2.1.0-wso2v2/version.synapse
  
  
   dependency pom (currently)
   
  
   wss4j 1.5.11-wso2v1
   rampart  1.6.1-wso2v2
   synapse 2.1.0-wso2v4
 
  Guess we also need to change relevant orbit versions also
  (rampart.osgi.version, orbit.version.wss4j) ?
 
  Yes.
 
  Shall i proceed with the change ? (people need to build dependencies
  and orbit again)
 
  +1
 
 
  Thanks
  AmilaJ
 
  
   Thanks
   --
   Regards
  
   Thilini Ishaka
   WSO2 Inc
  
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org
   http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
 
 
 
  --
  Mobile : +94773330538
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Regards
 
  Thilini Ishaka
  WSO2 Inc
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 



 --
 Mobile : +94773330538
 ___
 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/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] axiom-e4x version in trunk needs an update

2011-12-29 Thread Denis Weerasiri
Hi
Still
https://svn.wso2.org/repos/wso2/trunk/carbon/components/hostobjects/pom.xml
uses
the snapshot version.

On Tue, Dec 20, 2011 at 5:40 PM, Nuwan Bandara nu...@wso2.com wrote:

 Hi

 On Tue, Dec 20, 2011 at 5:08 PM, KasunG Gajasinghe kas...@wso2.comwrote:

 Hi,

 The artifact org.wso2.wsf.javascript:axiom-e4x has inconsistent versions
 in the trunk. For example, in components/hostobjects/ , it uses the version
 2.0.0 using the property   axiom.e4x.version2.0.0/axiom.e4x.version.

 But in components/jaggery/pom.xml, it has re-defined axiom.e4x.version,
 where it's set to 2.0.0.SNAPSHOT. And again, for the same artifact,
 components/mashup/pom.xml has defined another version property named
 wsf.js.axiom.version.mashup, which again has the value 2.0.0.SNAPSHOT.


 I have reverted back to 2.0.0. should be fine now.


 Regards,
 /Nuwan





 The issue is that there is no 2.0.0.SNAPSHOT version available in nexus
 [1]. Therefore, the relevant artifacts are failing. A build log for one
 such artifact is given below. I didn't have this issue when I was building
 this around a week back! Please fix this.

 [1]
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/wsf/javascript/axiom-e4x/

 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 2:32.115s
 [INFO] Finished at: Tue Dec 20 16:39:59 IST 2011
 [INFO] Final Memory: 419M/1200M
 [INFO]
 
 [ERROR] Failed to execute goal on project
 org.wso2.carbon.mashup.javascript.hostobjects.registry: Could not resolve
 dependencies for project
 org.wso2.carbon:org.wso2.carbon.mashup.javascript.hostobjects.registry:bundle:3.2.0-SNAPSHOT:
 Failure to find org.wso2.wsf.javascript:axiom-e4x:jar:2.0.0.SNAPSHOT in
 http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in
 the local repository, resolution will not be reattempted until the update
 interval of wso2-nexus has elapsed or updates are forced - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
 [ERROR]

 Thanks,
 --KasunG

 --
 *Kasun Gajasinghe*
 Software Engineer; WSO2 Inc.; http://wso2.com

 ,
 *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813*
 *blog: **http://blog.kasunbg.org* http://blog.kasunbg.org

 *
 twitter: **http://twitter.com/kasunbg* http://twitter.com/kasunbg

 *
 *


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




 --
 *Thanks  Regards,

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

 http://nuwan.bandara.co
 *
 http://www.nuwanbando.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/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] axiom-e4x version in trunk needs an update

2011-12-29 Thread Denis Weerasiri
On Thu, Dec 29, 2011 at 5:30 PM, Denis Weerasiri de...@wso2.com wrote:

 Hi
 Still
 https://svn.wso2.org/repos/wso2/trunk/carbon/components/hostobjects/pom.xml 
 uses
 the snapshot version.


Hi,
Now I'm getting an compilation error as follows.

[ERROR]
/opt/installations/wso2/trunk/carbon/components/hostobjects/org.wso2.carbon.hostobjects.commons/src/main/java/org/wso2/carbon/hostobjects/commons/engine/RhinoEngine.java:[202,29]
cannot find symbol
[ERROR] symbol  : method enterContext()
[ERROR] location: class org.mozilla.javascript.ContextFactory
[ERROR] - [Help 1]


 On Tue, Dec 20, 2011 at 5:40 PM, Nuwan Bandara nu...@wso2.com wrote:

 Hi

 On Tue, Dec 20, 2011 at 5:08 PM, KasunG Gajasinghe kas...@wso2.comwrote:

 Hi,

 The artifact org.wso2.wsf.javascript:axiom-e4x has inconsistent versions
 in the trunk. For example, in components/hostobjects/ , it uses the version
 2.0.0 using the property   axiom.e4x.version2.0.0/axiom.e4x.version.

 But in components/jaggery/pom.xml, it has re-defined
 axiom.e4x.version, where it's set to 2.0.0.SNAPSHOT. And again, for the
 same artifact, components/mashup/pom.xml has defined another version
 property named wsf.js.axiom.version.mashup, which again has the value
 2.0.0.SNAPSHOT.


 I have reverted back to 2.0.0. should be fine now.


 Regards,
 /Nuwan





 The issue is that there is no 2.0.0.SNAPSHOT version available in nexus
 [1]. Therefore, the relevant artifacts are failing. A build log for one
 such artifact is given below. I didn't have this issue when I was building
 this around a week back! Please fix this.

 [1]
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/wsf/javascript/axiom-e4x/

 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 2:32.115s
 [INFO] Finished at: Tue Dec 20 16:39:59 IST 2011
 [INFO] Final Memory: 419M/1200M
 [INFO]
 
 [ERROR] Failed to execute goal on project
 org.wso2.carbon.mashup.javascript.hostobjects.registry: Could not resolve
 dependencies for project
 org.wso2.carbon:org.wso2.carbon.mashup.javascript.hostobjects.registry:bundle:3.2.0-SNAPSHOT:
 Failure to find org.wso2.wsf.javascript:axiom-e4x:jar:2.0.0.SNAPSHOT in
 http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in
 the local repository, resolution will not be reattempted until the update
 interval of wso2-nexus has elapsed or updates are forced - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
 [ERROR]

 Thanks,
 --KasunG

 --
 *Kasun Gajasinghe*
 Software Engineer; WSO2 Inc.; http://wso2.com

 ,
 *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813*
 *blog: **http://blog.kasunbg.org* http://blog.kasunbg.org

 *
 twitter: **http://twitter.com/kasunbg* http://twitter.com/kasunbg

 *
 *


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




 --
 *Thanks  Regards,

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

 http://nuwan.bandara.co
 *
 http://www.nuwanbando.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/*
 *phone: +94117639629
 *
 *site: 
 **https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
 *blog: **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri




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

Re: [Carbon-dev] Build Automation failure -Carbon Trunk Dependency (ODE)

2011-12-22 Thread Denis Weerasiri
Hi Dushan,
This was fixed. Sorry for the inconvenience caused.

On Thu, Dec 22, 2011 at 4:36 PM, Dushan Abeyruwan dus...@wso2.com wrote:


 21-Dec-2011 18:41:22 [INFO] WSO2 LB - P2 Profile Generation
 ... SKIPPED 21-Dec-2011 18:41:22[INFO] WSO2 LB -
 Distribution Parent . SKIPPED 21-Dec-2011 18:41:22[INFO] 
 WSO2 LB - Distribution  SKIPPED21-Dec-2011 
 18:41:22[INFO]
 WSO2 WSF/Java - Parent  SKIPPED 21-Dec-2011
 18:41:22 [INFO] WSO2 WSF/Java - Distribution ..
 SKIPPED 21-Dec-2011 18:41:22[INFO]
  
 21-Dec-2011
 18:41:22 [INFO] BUILD FAILURE21-Dec-2011 18:41:22 [INFO]
 21-Dec-2011
  18:41:22[INFO]
 Total time: 1:01:13.999s 21-Dec-2011 18:41:22 [INFO] Finished at: Wed Dec
 21 18:41:22 PST 201121-Dec-2011 18:41:26 [INFO] Final Memory: 
 1002M/2248M21-Dec-2011 18:41:26[INFO]
  
 21-Dec-2011
 18:41:26 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test (default-test) on
 project ode-utils: There are test failures. 21-Dec-2011 18:41:26[ERROR] 
 21-Dec-2011
 18:41:26[ERROR] Please refer to
 /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1/dependencies/ode/utils/target/surefire-reports
 for the individual test results. 21-Dec-2011 18:41:26 [ERROR] - [Help 
 1]21-Dec-2011
 18:41:26 [ERROR] 21-Dec-2011 18:41:26 [ERROR] To see the full stack trace
 of the errors, re-run Maven with the -e switch. 21-Dec-2011 18:41:26[ERROR]
 Re-run Maven using the -X switch to enable full debug logging. 21-Dec-2011
 18:41:26 [ERROR] 21-Dec-2011 18:41:26 [ERROR] For more information about
 the errors and possible solutions, please read the following 
 articles:21-Dec-2011 18:41:26[ERROR]
 [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 
 21-Dec-2011
 18:41:26 [ERROR] 21-Dec-2011 18:41:26 [ERROR] After correcting the
 problems, you can resume the build with the command 21-Dec-2011 
 18:41:26[ERROR]
  mvn goals -rf :ode-utils
 --
 further ref :

 http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-42/log


 Dushan Abeyruwan
 WSO2 Inc
 Software Engineer

 Mobile:(+94)714408632


 ___
 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/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Where are the Emma Report?

2011-12-18 Thread Denis Weerasiri
On Mon, Dec 19, 2011 at 8:35 AM, Thilini Ishaka thil...@wso2.com wrote:

 It'a a relative result. We had the uncertainty on how to select the
 jarlist (jarlist refers to text file which contains set of jar names).

+1,


 i.e:

 repository/components/plugins/org.wso2.carbon.bpel-3.2.0.SNAPSHOT.jar
 repository/components/plugins/ode-1.3.5.SNAPSHOTwso2v2.jar

 repository/components/plugins/org.wso2.carbon.application.mgt.bpel-3.2.0.SNAPSHOT.jar
 repository/components/plugins/org.wso2.carbon.bpel.stub-3.2.0.SNAPSHOT.jar

 repository/components/plugins/org.wso2.carbon.bpel.skeleton-3.2.0.SNAPSHOT.jar

 We used above set of jars when instrumenting and finding test coverage of
 BPS. If we add or remove a jar to the above list, we will get a different
 result.

 What we did was, get the jar list based on the test cases we have covered
 (not accurate 100%).

 Such kind of limitations are there.

 Thanks
 Thilini


 On Mon, Dec 19, 2011 at 6:19 AM, Srinath Perera srin...@wso2.com wrote:

 Denis, what way are the not accurate?

 On Sat, Dec 17, 2011 at 8:30 PM, Denis Weerasiri de...@wso2.com wrote:
 
 
  On Fri, Dec 16, 2011 at 5:14 PM, Afkham Azeez az...@wso2.com wrote:
 
  When we run the integration tests we notice that some Emma
 instrumentation
  happens. But where are these reports?
 
  These test results give some idea of the % of code coverage happen
 during
  the tests. But these results were not accurate though.
 
  Can we integrate these reports into Bamboo?
 
 
  --
  Afkham Azeez
  Director of Architecture; WSO2, Inc.; http://wso2.com
  Member; Apache Software Foundation; http://www.apache.org/
 
  email: az...@wso2.com cell: +94 77 3320919
  blog: http://blog.afkham.org
  twitter: http://twitter.com/afkham_azeez
  linked-in: http://lk.linkedin.com/in/afkhamazeez
 
  Lean . Enterprise . Middleware
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Thanks,
  Denis
  --
  Denis Weerasiri
  Software Engineer; WSO2 Inc.; http://wso2.com,
  email: denis [AT] wso2.com
  phone: +94716844450
  site: https://sites.google.com/site/ddweerasiri/
  blog: http://ddweerasiri.blogspot.com
  twitter: http://twitter.com/ddweerasiri
  linked-in: http://lk.linkedin.com/in/ddweerasiri
 



 --
 
 Srinath Perera, Ph.D.
   Senior Software Architect, WSO2 Inc.
   Visiting Faculty, University of Moratuwa
   Member, Apache Software Foundation
   Research Scientist, Lanka Software Foundation
   Blog: http://srinathsview.blogspot.com/
   Photos: http://www.flickr.com/photos/hemapani/




 --
 Regards

 Thilini Ishaka
 WSO2 Inc




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Where are the Emma Report?

2011-12-18 Thread Denis Weerasiri
On Mon, Dec 19, 2011 at 10:54 AM, Srinath Perera srin...@wso2.com wrote:

 But I assume it is useful. Let say value was 70% last week and now 80%
 .. that is good .. vs if it is 65% then bad.

+1, If it's possible to store the results and compare them in Bamboo.


 The exact value is not that important IMO.

 --Srinath

 On Mon, Dec 19, 2011 at 10:48 AM, Denis Weerasiri de...@wso2.com wrote:
 
 
  On Mon, Dec 19, 2011 at 8:35 AM, Thilini Ishaka thil...@wso2.com
 wrote:
 
  It'a a relative result. We had the uncertainty on how to select the
  jarlist (jarlist refers to text file which contains set of jar names).
 
  +1,
 
 
  i.e:
 
  repository/components/plugins/org.wso2.carbon.bpel-3.2.0.SNAPSHOT.jar
  repository/components/plugins/ode-1.3.5.SNAPSHOTwso2v2.jar
 
 
 repository/components/plugins/org.wso2.carbon.application.mgt.bpel-3.2.0.SNAPSHOT.jar
 
 repository/components/plugins/org.wso2.carbon.bpel.stub-3.2.0.SNAPSHOT.jar
 
 
 repository/components/plugins/org.wso2.carbon.bpel.skeleton-3.2.0.SNAPSHOT.jar
 
  We used above set of jars when instrumenting and finding test coverage
 of
  BPS. If we add or remove a jar to the above list, we will get a
 different
  result.
 
  What we did was, get the jar list based on the test cases we have
 covered
  (not accurate 100%).
 
  Such kind of limitations are there.
 
  Thanks
  Thilini
 
 
  On Mon, Dec 19, 2011 at 6:19 AM, Srinath Perera srin...@wso2.com
 wrote:
 
  Denis, what way are the not accurate?
 
  On Sat, Dec 17, 2011 at 8:30 PM, Denis Weerasiri de...@wso2.com
 wrote:
  
  
   On Fri, Dec 16, 2011 at 5:14 PM, Afkham Azeez az...@wso2.com
 wrote:
  
   When we run the integration tests we notice that some Emma
   instrumentation
   happens. But where are these reports?
  
   These test results give some idea of the % of code coverage happen
   during
   the tests. But these results were not accurate though.
  
   Can we integrate these reports into Bamboo?
  
  
   --
   Afkham Azeez
   Director of Architecture; WSO2, Inc.; http://wso2.com
   Member; Apache Software Foundation; http://www.apache.org/
  
   email: az...@wso2.com cell: +94 77 3320919
   blog: http://blog.afkham.org
   twitter: http://twitter.com/afkham_azeez
   linked-in: http://lk.linkedin.com/in/afkhamazeez
  
   Lean . Enterprise . Middleware
  
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org
   http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
  
  
   --
   Thanks,
   Denis
   --
   Denis Weerasiri
   Software Engineer; WSO2 Inc.; http://wso2.com,
   email: denis [AT] wso2.com
   phone: +94716844450
   site: https://sites.google.com/site/ddweerasiri/
   blog: http://ddweerasiri.blogspot.com
   twitter: http://twitter.com/ddweerasiri
   linked-in: http://lk.linkedin.com/in/ddweerasiri
  
 
 
 
  --
  
  Srinath Perera, Ph.D.
Senior Software Architect, WSO2 Inc.
Visiting Faculty, University of Moratuwa
Member, Apache Software Foundation
Research Scientist, Lanka Software Foundation
Blog: http://srinathsview.blogspot.com/
Photos: http://www.flickr.com/photos/hemapani/
 
 
 
 
  --
  Regards
 
  Thilini Ishaka
  WSO2 Inc
 
 
 
 
  --
  Thanks,
  Denis
  --
  Denis Weerasiri
  Software Engineer; WSO2 Inc.; http://wso2.com,
  email: denis [AT] wso2.com
  phone: +94117639629
  site: https://sites.google.com/site/ddweerasiri/
  blog: http://ddweerasiri.blogspot.com
  twitter: http://twitter.com/ddweerasiri
  linked-in: http://lk.linkedin.com/in/ddweerasiri
 



 --
 
 Srinath Perera, Ph.D.
   Senior Software Architect, WSO2 Inc.
   Visiting Faculty, University of Moratuwa
   Member, Apache Software Foundation
   Research Scientist, Lanka Software Foundation
   Blog: http://srinathsview.blogspot.com/
   Photos: http://www.flickr.com/photos/hemapani/
  Phone: 0772360902




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94117639629
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Where are the Emma Report?

2011-12-17 Thread Denis Weerasiri
On Fri, Dec 16, 2011 at 5:14 PM, Afkham Azeez az...@wso2.com wrote:

 When we run the integration tests we notice that some Emma instrumentation
 happens. But where are these reports?

These test results give some idea of the % of code coverage happen during
the tests. But these results were not accurate though.

 Can we integrate these reports into Bamboo?


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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94716844450
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [carbon-trunk-build] maven-antrun-plugin fails after modifying $pom.version to $project.version

2011-12-17 Thread Denis Weerasiri
On Fri, Dec 16, 2011 at 11:31 PM, Harshana Martin harsh...@wso2.com wrote:

 Hi,

 On Fri, Dec 16, 2011 at 3:40 PM, Denis Weerasiri de...@wso2.com wrote:

 Hi,
 This is change was done with revision r117902.
 carbon/products started to fail at maven-antrun-plugin as it can't
 resolve the $project.version. Does anyone else have the same issue?


 This is fixed now!

Hi Martin,
Now product distributions have the permission scheme s.t all owner, group
and other can RWX. Is it possible to configure in assembly descriptors?


 Thanks.
 /Harshana



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




 --
 Harshana Martin
 Software Engineer
 WSO2 Inc.
 Web:http://wso2.com
   http://wso2.org

 Mobile: +94 716062650
 Blog: http://harshana05.blogspot.com
 Profile: https://www.google.com/profiles/harshana05
 Twitter: http://twitter.com/harshana05




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*phone: +94716844450
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [carbon-trunk-build] maven-antrun-plugin fails after modifying $pom.version to $project.version

2011-12-17 Thread Denis Weerasiri
On Sat, Dec 17, 2011 at 10:39 PM, Denis Weerasiri de...@wso2.com wrote:



 On Fri, Dec 16, 2011 at 11:31 PM, Harshana Martin harsh...@wso2.comwrote:

 Hi,

 On Fri, Dec 16, 2011 at 3:40 PM, Denis Weerasiri de...@wso2.com wrote:

 Hi,
 This is change was done with revision r117902.
 carbon/products started to fail at maven-antrun-plugin as it can't
 resolve the $project.version. Does anyone else have the same issue?


 This is fixed now!

 Hi Martin,
 Now product distributions have the permission scheme s.t all owner, group
 and other can RWX. Is it possible to configure in assembly descriptors?

Please ignore this. It happened due to a local config change.


 Thanks.
 /Harshana



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




 --
 Harshana Martin
 Software Engineer
 WSO2 Inc.
 Web:http://wso2.com
   http://wso2.org

 Mobile: +94 716062650
 Blog: http://harshana05.blogspot.com
 Profile: https://www.google.com/profiles/harshana05
 Twitter: http://twitter.com/harshana05




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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com http://wso2.com/*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] [carbon-trunk-build] maven-antrun-plugin fails after modifying $pom.version to $project.version

2011-12-16 Thread Denis Weerasiri
Hi,
This is change was done with revision r117902.
carbon/products started to fail at maven-antrun-plugin as it can't resolve
the $project.version. Does anyone else have the same issue?


-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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

2011-12-15 Thread Denis Weerasiri
/carbon_trunk/carbon/dependencies/ode/bpel-runtime/target/surefire-reports
 for the individual test results.
 [ERROR] - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with the
 command
 [ERROR]   mvn goals -rf :ode-bpel-runtime




 --
 *Kasun Gajasinghe*
 Software Engineer; WSO2 Inc.; http://wso2.com

 ,
 *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813*
 *blog: **http://blog.kasunbg.org* http://blog.kasunbg.org

 *
 twitter: **http://twitter.com/kasunbg* http://twitter.com/kasunbg

 *
 *


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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Lifecycle permissions

2011-12-15 Thread Denis Weerasiri
2011/12/15 Roberto Mier Escandón rmescan...@gmail.com

 **
 HI Denis:

 I have seen the problem is due to get users from an LDAP. I have tested
 with users taken from default h2 internal database and it works, but with
 users from ldap it doesn't work :(

Does it have any sense?

Hi Roberto, I'll get back to you once verified this. By the time can you
provide us the user-mgt.xml in the conf directory?



 El 14/12/2011 13:21, Denis Weerasiri escribió:

 Hi Roberto,
 I tried this in G-Reg 4.0.0 with the following life-cycle which is 
 TestPermissionsLifeCycle.
 I was able to promote, demote, check/uncheck checkboxes from a non admin
 user from the role tios_deploy_role.

  Note-For the tios_deploy_role role, I gave the Configure, Login and
 Manage UI permissions from admin console (Home  Configure  Users and
 Roles  Roles  Permissions).

 2011/12/12 Roberto Mier Escandón rmescan...@gmail.com

  Hi Denis:

 G-Reg version is 4.0.0

 There are several configured Life-cycle. For example:

 aspect name=TestPermissionsLifeCycle
 class=org.wso2.carbon.governance.registry.extensions.aspects.DefaultLifeCycle
 configuration type=literal
 lifecycle
 scxml 
 xmlns=http://www.w3.org/2005/07/scxml;http://www.w3.org/2005/07/scxml
version=1.0
initialstate=Development
 state id=Development
 datamodel
 data name=checkItems
 item name=Code Completed forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 item name=WSDL, Schema Created forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 item name=QoS Created forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 /data
 /datamodel
 transition event=Promote
 target=Tested/
 /state
 state id=Tested
 datamodel
 data name=checkItems
 item name=Effective Inspection Completed
 forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 item name=Test Cases Passed forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 item name=Smoke Test Passed forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 /data
 /datamodel
 transition event=Promote target=Production/
 transition event=Demote target=Development/
 /state
 state id=Production
 transition event=Demote target=Tested/
 /state
 /scxml
 /lifecycle
 /configuration
 /aspect

 But, also, I have tried to configure a distributed LCM sample life-cycle,
 and the result has been the same. The configuration for distributed LCM is:

   aspect name=TestDistributedLC
 class=org.wso2.carbon.governance.samples.lcm.DistributedLCM
 !-- Checklist can either be provided as a
 resource(type=resource) or as xml content(type=literal, default) as
 provided below. --
 !-- configuration
 type=resource/workspace/configuration/configuration --
 !-- OR --
 configuration type=literal
 lifecycle
 state name=Diseño roles=tios_deploy_role
 permissions
 permission action=promote
 roles=tios_deploy_role/
 /permissions
 checkitemuno/checkitem
 checkitemdos/checkitem
 checkitemtres/checkitem
 /state
 state name=Final roles=tios_deploy_role
 permissions
 permission action=demote
 roles=tios_deploy_role/
 /permissions

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

2011-12-15 Thread Denis Weerasiri
 Memory: 863M/1837M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-surefire-plugin:2.4.2:test (default-test) on
 project ode-bpel-runtime: There are test failures.
 [ERROR]
 [ERROR] Please refer to
 /home/carbontrunk/carbon_trunk/carbon/dependencies/ode/bpel-runtime/target/surefire-reports
 for the individual test results.
 [ERROR] - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with
 the -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with
 the command
 [ERROR]   mvn goals -rf :ode-bpel-runtime




 --
 *Kasun Gajasinghe*
 Software Engineer; WSO2 Inc.; http://wso2.com

 ,
 *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813*
 *blog: **http://blog.kasunbg.org* http://blog.kasunbg.org

 *
 twitter: **http://twitter.com/kasunbg* http://twitter.com/kasunbg

 *
 *


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



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




 --
 *Kasun Gajasinghe*
 Software Engineer; WSO2 Inc.; http://wso2.com

 ,
 *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813*
 *blog: **http://blog.kasunbg.org* http://blog.kasunbg.org

 *
 twitter: **http://twitter.com/kasunbg* http://twitter.com/kasunbg

 *
 *


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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Lifecycle permissions

2011-12-14 Thread Denis Weerasiri
Hi Roberto,
I tried this in G-Reg 4.0.0 with the following life-cycle which is 
TestPermissionsLifeCycle.
I was able to promote, demote, check/uncheck checkboxes from a non admin
user from the role tios_deploy_role.

Note-For the tios_deploy_role role, I gave the Configure, Login and
Manage UI permissions from admin console (Home  Configure  Users and
Roles  Roles  Permissions).

2011/12/12 Roberto Mier Escandón rmescan...@gmail.com

 **
 Hi Denis:

 G-Reg version is 4.0.0

 There are several configured Life-cycle. For example:

 aspect name=TestPermissionsLifeCycle
 class=org.wso2.carbon.governance.registry.extensions.aspects.DefaultLifeCycle
 configuration type=literal
 lifecycle
 scxml 
 xmlns=http://www.w3.org/2005/07/scxml;http://www.w3.org/2005/07/scxml
version=1.0
initialstate=Development
 state id=Development
 datamodel
 data name=checkItems
 item name=Code Completed forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 item name=WSDL, Schema Created forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 item name=QoS Created forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 /data
 /datamodel
 transition event=Promote
 target=Tested/
 /state
 state id=Tested
 datamodel
 data name=checkItems
 item name=Effective Inspection Completed
 forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 item name=Test Cases Passed forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 item name=Smoke Test Passed forEvent=
 permissions
 permission
 roles=everyone,admin,tios_deploy_role/
 /permissions
 /item
 /data
 /datamodel
 transition event=Promote target=Production/
 transition event=Demote target=Development/
 /state
 state id=Production
 transition event=Demote target=Tested/
 /state
 /scxml
 /lifecycle
 /configuration
 /aspect

 But, also, I have tried to configure a distributed LCM sample life-cycle,
 and the result has been the same. The configuration for distributed LCM is:

   aspect name=TestDistributedLC
 class=org.wso2.carbon.governance.samples.lcm.DistributedLCM
 !-- Checklist can either be provided as a
 resource(type=resource) or as xml content(type=literal, default) as
 provided below. --
 !-- configuration
 type=resource/workspace/configuration/configuration --
 !-- OR --
 configuration type=literal
 lifecycle
 state name=Diseño roles=tios_deploy_role
 permissions
 permission action=promote
 roles=tios_deploy_role/
 /permissions
 checkitemuno/checkitem
 checkitemdos/checkitem
 checkitemtres/checkitem
 /state
 state name=Final roles=tios_deploy_role
 permissions
 permission action=demote
 roles=tios_deploy_role/
 /permissions
 checkitemcuatro/checkitem
 checkitemcinco/checkitem
 checkitemseis/checkitem
 /state
 /lifecycle
 /configuration
 /aspect


 Best Regards.


 El 12/12/2011 14:56, Denis Weerasiri escribió:

 Hi Roberto,
 I think there's a problem with your configuration.
 Can you attach the life-cycle configuration and please mention the G-Reg
 version you use?

 2011

Re: [Carbon-dev] Lifecycle permissions

2011-12-12 Thread Denis Weerasiri
Hi Roberto,
I think there's a problem with your configuration.
Can you attach the life-cycle configuration and please mention the G-Reg
version you use?

2011/12/12 Roberto Mier Escandón rmescan...@gmail.com


 Hi
 I'm not able to permit users different from admin user to check/uncheck
 the checkboxes in a lifecycle (promote or demote, even). I give users
 permissions for lifecycles but they can only see them, not change its
 status.
 I have also created a new lifecycle with permissions for  states (state
 name=foo  roles=foo_role) or for promoting or demoting operations, but
 It doesn't works
 What is the solution?. Am I doing something wrong? Is there any bug?

 Greetings.

 --

 Roberto Mier Escandón.

 __**_
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/**mailman/listinfo/carbon-devhttp://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/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] test failure at ode:bpel tests

2011-12-11 Thread Denis Weerasiri
On Sat, Dec 10, 2011 at 1:57 PM, Pradeep Fernando prad...@wso2.com wrote:

 Hi ,

 please look in to the $subject.

These failures were due to tests which recently added tests to trunk. Will
fix them.



 thanks,
 --Pradeep



 Failure report:
 Invocation#/home/maven3/checkout/carbon-fix/dependencies/ode/bpel-test/target/test-classes/bpel/2.0/TestPubSubInProc/test.properties#1:
 Exception on future object.; got exception msg: Message exchange
 org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@4718860ctimed
  out(6 ms) when waiting for a response!

 Exception in thread Thread-99 java.lang.AssertionError:
 Invocation#/home/maven3/checkout/carbon-fix/dependencies/ode/bpel-test/target/test-classes/bpel/2.0/TestPubSubOutOfProc/test1.properties#1:
 Exception on future object.; got exception msg: Message exchange
 org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@7723c583timed
  out(6 ms) when waiting for a response!
 at org.junit.Assert.fail(Assert.java:74)
 at
 org.apache.ode.test.BPELTestAbstract.failure(BPELTestAbstract.java:484)
 at
 org.apache.ode.test.BPELTestAbstract.access$000(BPELTestAbstract.java:82)
 at
 org.apache.ode.test.BPELTestAbstract$InvokerThread.run2(BPELTestAbstract.java:732)
 at
 org.apache.ode.test.BPELTestAbstract$InvokerThread.run(BPELTestAbstract.java:660)
 Exception in thread Thread-100 java.lang.AssertionError:
 Invocation#/home/maven3/checkout/carbon-fix/dependencies/ode/bpel-test/target/test-classes/bpel/2.0/TestPubSubOutOfProc/test2.properties#1:
 Exception on future object.; got exception msg: Message exchange
 org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@4d7c5890timed
  out(6 ms) when waiting for a response!
 at org.junit.Assert.fail(Assert.java:74)
 at
 org.apache.ode.test.BPELTestAbstract.failure(BPELTestAbstract.java:484)
 at
 org.apache.ode.test.BPELTestAbstract.access$000(BPELTestAbstract.java:82)
 at
 org.apache.ode.test.BPELTestAbstract$InvokerThread.run2(BPELTestAbstract.java:732)
 at
 org.apache.ode.test.BPELTestAbstract$InvokerThread.run(BPELTestAbstract.java:660)
 Failure report:
 Invocation#/home/maven3/checkout/carbon-fix/dependencies/ode/bpel-test/target/test-classes/bpel/2.0/TestPubSubOutOfProc/test1.properties#1:
 Exception on future object.; got exception msg: Message exchange
 org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@7723c583timed
  out(6 ms) when waiting for a response!
 Invocation#/home/maven3/checkout/carbon-fix/dependencies/ode/bpel-test/target/test-classes/bpel/2.0/TestPubSubOutOfProc/test2.properties#1:
 Exception on future object.; got exception msg: Message exchange
 org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@4d7c5890timed
  out(6 ms) when waiting for a response!

 Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 130.658
 sec  FAILURE!




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Cannot build axis2 1.6.1wso2v4 with maven 3

2011-12-05 Thread Denis Weerasiri
)
 at
 org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  at
 org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
 at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
  at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
 at
 org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  at
 org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
 at
 org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
 Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
 create assembly: Error creating assembly archive docs: You must set at
 least one file.
 at
 org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:429)
  at
 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
 at
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  ... 19 more
 Caused by:
 org.apache.maven.plugin.assembly.archive.ArchiveCreationException: Error
 creating assembly archive docs: You must set at least one file.
  at
 org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver.createArchive(DefaultAssemblyArchiver.java:197)
 at
 org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:378)
  ... 21 more
 Caused by: org.codehaus.plexus.archiver.ArchiverException: You must set at
 least one file.
 at
 org.codehaus.plexus.archiver.zip.AbstractZipArchiver.createArchiveMain(AbstractZipArchiver.java:272)
  at
 org.codehaus.plexus.archiver.zip.AbstractZipArchiver.execute(AbstractZipArchiver.java:250)
 at
 org.codehaus.plexus.archiver.AbstractArchiver.createArchive(AbstractArchiver.java:852)
  at
 org.apache.maven.plugin.assembly.archive.archiver.AssemblyProxyArchiver.createArchive(AssemblyProxyArchiver.java:496)
 at
 org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver.createArchive(DefaultAssemblyArchiver.java:193)
  ... 22 more
 [ERROR]
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with the
 command

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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Trunk failure due to Cassendra start up failure

2011-12-05 Thread Denis Weerasiri
On Mon, Dec 5, 2011 at 7:08 PM, Shelan Perera she...@wso2.com wrote:

 Hi,

 I am gettin $Subject and fail at the Cassendra plugin execution start
 phase. It hangs without starting Cassendra due to  No schema definitions
 were found in local storage.
 Error message as below.
 Could you please let me know if there is any solutions.

Hi Shelan,
This error occurred when using mvn without clean plugin.
You'll be able to fix by using mvn clean install. But have to figure out
why it gives error when using mvn install


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

  [INFO]
 
 [INFO] Building JDBC driver for Cassandra/CQL 1.0.5-wso2v1
 [INFO]
 
 [INFO]
 [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @
 cassandra-jdbc ---
 [INFO]
 [INFO] --- build-helper-maven-plugin:1.7:reserve-network-port
 (reserve-network-port) @ cassandra-jdbc ---
 [INFO] Reserved port 51889 for cassandra.rpc.port
 [INFO] Reserved port 56531 for cassandra.jmx.port
 [INFO] Reserved port 37709 for cassandra.storage.port
 [INFO] Reserved port 56091 for cassandra.stop.port
 [INFO]
 [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @
 cassandra-jdbc ---
 [debug] execute contextualize
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/shelan/wso2/carbon/dependencies/cassandra-jdbc/1.0.5-wso2v1/src/main/resources
 [INFO]
 [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
 cassandra-jdbc ---
 [INFO] Nothing to compile - all classes are up to date
 [INFO]
 [INFO] --- maven-resources-plugin:2.5:testResources
 (default-testResources) @ cassandra-jdbc ---
 [debug] execute contextualize
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO]
 [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
 cassandra-jdbc ---
 [INFO] Nothing to compile - all classes are up to date
 [INFO]
 [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ cassandra-jdbc
 ---
 [INFO] Surefire report directory:
 /home/shelan/wso2/carbon/dependencies/cassandra-jdbc/1.0.5-wso2v1/target/surefire-reports

 ---
  T E S T S
 ---

 Results :

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

 [INFO]
 [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ cassandra-jdbc ---
 [INFO]
 [INFO] --- cassandra-maven-plugin:1.0.0-1:start (default) @ cassandra-jdbc
 ---
 [INFO] Waiting for Cassandra to start...
 [INFO] [WARN] 18:57:10,195 No schema definitions were found in local
 storage.
 [INFO] Waiting for Cassandra to stop...
 [INFO] Cassandra has stopped.
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 3:02.467s
 [INFO] Finished at: Mon Dec 05 19:00:09 IST 2011
 [INFO] Final Memory: 9M/490M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.codehaus.mojo:cassandra-maven-plugin:1.0.0-1:start (default) on project
 cassandra-jdbc: Cassandra failed to start within 180s - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException


 ___
 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/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] org.wso2.carbon:org.wso2.carbon.feature.mgt.core:jar:3.2.0 is not in wso2-nexus

2011-12-04 Thread Denis Weerasiri
On Sun, Dec 4, 2011 at 11:22 PM, Nirmal Fernando nir...@wso2.com wrote:

 Hi All,

 Building 'components' in Carbon failed with Could not find artifact
 org.wso2.carbon:org.wso2.carbon.feature.mgt.core:jar:3.2.0 in
 wso2-nexus [1].


 -
 [ERROR] Failed to execute goal on project
 org.wso2.carbon.application.deployer.synapse: Could not resolve
 dependencies for project

 org.wso2.carbon:org.wso2.carbon.application.deployer.synapse:bundle:3.2.0-SNAPSHOT:
 Could not find artifact
 org.wso2.carbon:org.wso2.carbon.feature.mgt.core:jar:3.2.0 in

Hi Nirmal,
Are you sure it's 3.2.0 or 3.2.0-SNAPSHOT ?
Can you try built the module at
https://svn.wso2.org/repos/wso2/trunk/carbon/core/feature-manager/org.wso2.carbon.feature.mgt.core?

wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 - [Help 1]


 -

 Any thoughts on this?

 Thanks.


 [1] http://maven.wso2.org/nexus/content/groups/wso2-public/


 regards,
 Nirmal




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Improvement - Allow the source view editor in ESB to expand the full available height of the frame

2011-11-29 Thread Denis Weerasiri
On Tue, Nov 29, 2011 at 2:17 AM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi,

 If we are using a large monitor, we have a lot of vertical space in the
 window. But the source editor is only about 6 inches in height and we
 cannot expand it. If we can allow it to expand to the full window height it
 will be a great improvement to the user experience.

 Please see the attached screen shot. This was taken from a 19 monitor.
 But when it comes to bigger monitors, the space left at the bottom is much
 bigger than this.

 This is a style related thing IMO. I can see the editor expanding the full
 width, so it should be able to expand the full hight also.

Hi Amila,
You can get the full-screen view by clicking on the third button(from left)
from the tool-bar.


 Thanks,
 Amila.

 ___
 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/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Configuring email subject for email subscriptions via registry notification API

2011-11-22 Thread Denis Weerasiri
Hi,
Is it possible?
I'm trying to
extend org.wso2.carbon.registry.common.eventing.NotificationService#notify
s.t. it can accept an additional parameter as email subject.

-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Writing a custom life cycle handler for G-Reg

2011-11-07 Thread Denis Weerasiri
Hi,
I've written an OSGi bundle to  be shipped with carbon (3.2.2) which
implements a simple governance Life-cycle.
So I need to
extend org.wso2.carbon.registry.extensions.aspects.DefaultLifecycle.

But org.wso2.carbon.registry.extensions_3.2.2 bundle doesn't export
this required package (org.wso2.carbon.registry.extensions.aspects).
Shouldn't we export this API as well?

Currently org.wso2.carbon.registry.extensions_3.2.2 bundle only export the
following packages.
Exported packages
org.wso2.carbon.registry.extensions.handlers.utils;
version=0.0.0[exported]
org.wso2.carbon.registry.extensions.utils; version=0.0.0[exported]
org.wso2.carbon.registry.extensions.handlers; version=0.0.0[exported]


My implementation would be something like this.

import org.wso2.carbon.registry.extensions.aspects.DefaultLifecycle;
public class AutomatedServiceVersioningLifeCycle extends DefaultLifecycle {
  ...
}

-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Trunk build [ was Re: [Architecture] Running Tomcat within OSGi]

2011-11-05 Thread Denis Weerasiri
Hi all,
I was able to build BPS trunk locally without tests.

On Mon, Oct 31, 2011 at 11:44 AM, Denis Weerasiri de...@wso2.com wrote:



 On Mon, Oct 31, 2011 at 11:31 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 I would like to propose that, we get the m2 build working first, as most
 of us use m2.

 Then once m2 build works, then get m3 working.

 At the moment, trunk is working only with m3.
 Pradeep, Dileepa,
 Is it possible to use an older version of out p2 plugin and use m2 to
 build the trunk?


 If we have enough folks, we can do both in parallel as well.


 On Mon, Oct 31, 2011 at 11:19 AM, Buddhika Chamith buddhi...@wso2.comwrote:

 I will join as well.

 Regards
 Buddhika


 On Mon, Oct 31, 2011 at 9:50 AM, Muhammed Shariq sha...@wso2.comwrote:

 I'll join in too. I managed to build the trunk few weeks back, wonder
 what happened ...


 On Mon, Oct 31, 2011 at 7:58 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 We need 3-4 folks please - we have only Denis.


 On Mon, Oct 31, 2011 at 1:29 AM, Denis Weerasiri de...@wso2.comwrote:



 On Sun, Oct 30, 2011 at 10:06 AM, Samisa Abeysinghe 
 sam...@wso2.comwrote:

 Can we have some volunteers for this hakathon please?

 I will join this.



 On Sun, Oct 30, 2011 at 9:44 AM, Denis Weerasiri de...@wso2.comwrote:



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

 We are done with the release now. It is time we visit the trunk
 build.

 Azeez mentioned that some parts are building with m2 and some
 others with m3. That is broken :(

 May be we should have a build fixing hackathon with 4-5 people.

 +1,
 Recently I built the trunk from a clean m2 repo. It fails from core
 level.
 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.4-SNAPSHOT:materialize-product
 (4-materialize-products) on project p2-profile-generation: Cannot 
 generate
 P2 metadata: P2 publisher return code was 13 - [Help 1]



 On Tue, Oct 25, 2011 at 8:11 PM, Samisa Abeysinghe 
 sam...@wso2.com wrote:



 On Tue, Oct 25, 2011 at 4:54 PM, Afkham Azeez az...@wso2.comwrote:

 Folks,
 I'm stuck! The bloody trunk does not build with Maven2 or
 Maven3! Utter wastage of time!


 Alright, we will get this fixed next week.

 I am not sure what broke this so much tough :(

 Samisa...

 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/
 *
 *
 *site: 
 **https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
 *blog: 
 **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: 
 **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri


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

 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/
 *
 *
 *site: 
 **https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
 *blog: 
 **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: 
 **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri


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

 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,
 Shariq.


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



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

 Thanks,
 Samisa...

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

Re: [Carbon-dev] Trunk build [ was Re: [Architecture] Running Tomcat within OSGi]

2011-11-05 Thread Denis Weerasiri
On Fri, Nov 4, 2011 at 9:42 AM, Pradeep Fernando prad...@wso2.com wrote:



 On Thu, Nov 3, 2011 at 9:34 PM, Danushka Menikkumbura 
 danushka.menikkumb...@gmail.com wrote:

 Pradeep,

 It is really worthwhile having a CIS (Jenkins) set up so that you can
 have integration tests, coverage checks, find bugs, doc generation, etc
 integrated. If you can host it publicly, then all Carbon committers can
 have access to it's dashboard and visualize various patterns. It will also
 help you detect all sorts of issues early preventing you from wasting time
 on build breaks, etc when a release is around the corner.

 I triggered the jenkins server back on trunk with maven 3.
Build id - Build #3 (Nov 5, 2011 1:33:22 PM)



 yes you are right. we are gonna have a CI server this time. Actually we
 had a working one. But for some other reason, we had to shut it down.

 thanks,
 --Pradeep



 If you already have something like that set up please ignore this mail.

 Thanks,
 Danushka

 On Wed, Nov 2, 2011 at 11:55 PM, Pradeep Fernando prad...@wso2.comwrote:

 Hi,

 looks like hackathon is going well. Its better if we can achieve the
 following items in this hackathon. (I think some of the things are already
 underway).

 * trunk build from the root pom without errors. - (i guess this is
 working)
 * moving all products to maven3 build (carbon, as, gs are done as of now)
 * create a new profile for greg doc generation process since it takes a
 lot of time, and we dont want the doc generation in our day to day build.
 (or else we should find a solution for that blacklisting thing)
 * upgrade the trunk version, 3.2.0-SNAPSHOT to 4.0.0-SNAPSHOT (this is a
 grep/sed)
 * branch out new dependencies and make sure they don't break the current
 build (right now we are pointing to 3.2.0 branch)
 *Set up a CI server


 thanks,
 --Pradeep

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



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




 --
 Pradeep Fernando
 Software Engineer
 WSO2 Inc; http://wso2.com/

 blog: http://pradeepfernando.blogspot.com/
 m: +94776603662

 ___
 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/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Trunk build [ was Re: [Architecture] Running Tomcat within OSGi]

2011-11-05 Thread Denis Weerasiri
 server


 thanks,
 --Pradeep

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



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




 --
 Pradeep Fernando
 Software Engineer
 WSO2 Inc; http://wso2.com/

 blog: http://pradeepfernando.blogspot.com/
 m: +94776603662

 ___
 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/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Trunk build failure in org.wso2.carbon.identity.oauth.server.feature

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

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

-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Trunk build failure in org.wso2.carbon.identity.oauth.server.feature

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

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

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


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

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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Trunk build [ was Re: [Architecture] Running Tomcat within OSGi]

2011-10-31 Thread Denis Weerasiri
On Mon, Oct 31, 2011 at 11:31 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 I would like to propose that, we get the m2 build working first, as most
 of us use m2.

 Then once m2 build works, then get m3 working.

At the moment, trunk is working only with m3.
Pradeep, Dileepa,
Is it possible to use an older version of out p2 plugin and use m2 to build
the trunk?


 If we have enough folks, we can do both in parallel as well.


 On Mon, Oct 31, 2011 at 11:19 AM, Buddhika Chamith buddhi...@wso2.comwrote:

 I will join as well.

 Regards
 Buddhika


 On Mon, Oct 31, 2011 at 9:50 AM, Muhammed Shariq sha...@wso2.com wrote:

 I'll join in too. I managed to build the trunk few weeks back, wonder
 what happened ...


 On Mon, Oct 31, 2011 at 7:58 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 We need 3-4 folks please - we have only Denis.


 On Mon, Oct 31, 2011 at 1:29 AM, Denis Weerasiri de...@wso2.comwrote:



 On Sun, Oct 30, 2011 at 10:06 AM, Samisa Abeysinghe 
 sam...@wso2.comwrote:

 Can we have some volunteers for this hakathon please?

 I will join this.



 On Sun, Oct 30, 2011 at 9:44 AM, Denis Weerasiri de...@wso2.comwrote:



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

 We are done with the release now. It is time we visit the trunk
 build.

 Azeez mentioned that some parts are building with m2 and some
 others with m3. That is broken :(

 May be we should have a build fixing hackathon with 4-5 people.

 +1,
 Recently I built the trunk from a clean m2 repo. It fails from core
 level.
 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.4-SNAPSHOT:materialize-product
 (4-materialize-products) on project p2-profile-generation: Cannot 
 generate
 P2 metadata: P2 publisher return code was 13 - [Help 1]



 On Tue, Oct 25, 2011 at 8:11 PM, Samisa Abeysinghe sam...@wso2.com
  wrote:



 On Tue, Oct 25, 2011 at 4:54 PM, Afkham Azeez az...@wso2.comwrote:

 Folks,
 I'm stuck! The bloody trunk does not build with Maven2 or Maven3!
 Utter wastage of time!


 Alright, we will get this fixed next week.

 I am not sure what broke this so much tough :(

 Samisa...

 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/
 *
 *
 *site: 
 **https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
 *blog: 
 **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: 
 **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri


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

 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/
 *
 *
 *site: 
 **https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
 *blog: 
 **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri


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

 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,
 Shariq.


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



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

 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

Re: [Carbon-dev] Preparing Source Packs for 3.2.2

2011-10-31 Thread Denis Weerasiri
On Mon, Oct 31, 2011 at 11:24 AM, Shammi Jayasinghe sha...@wso2.com wrote:



 On Mon, Oct 31, 2011 at 11:18 AM, Shammi Jayasinghe sha...@wso2.comwrote:

 Hi RMs,

   We need to prepare source packs for 3.2.2. Following is the procedure
 to prepare them.

 1. Get a complete check out of 3.2.0 branch
 2. Remove all .svn files
 3. Modify the POM files to suite for each of your product
/3.2.0/products/pom.xml
/3.2.0/patch-releases/3.2.2/products/pom.xml
 4. Zip all the source files
 5. Sign and host.


 ** Shankar has prepared the source pack for Stratos and hosted it on
 OT.[1]. Since source files are same for each and every product, You can
  download the packs from there instead of getting a SVN checkout and do
 the needful to prepare  the source packs. With this you can bypass Step 1 
 2.


 1. http://wso2.org/downloads/stratos

Hi,
Still this link contains 1.5.1 distros. But we need 1.5.2 pack right?
http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/signed-packs/stratos/

Shall we use one here?



 Thanks
 Shammi


 1.



 --
 Best Regards,*

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





 --
 Best Regards,*

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





-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Preparing Source Packs for 3.2.2

2011-10-31 Thread Denis Weerasiri
Hi Samisa,
At the moment there's no src pack specific build instructions included in
the README.
Shall we commit these build instructions to the same README (
https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0/products/bps/2.1.2/README.txt)
?

On Mon, Oct 31, 2011 at 11:18 AM, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi RMs,

   We need to prepare source packs for 3.2.2. Following is the procedure to
 prepare them.

 1. Get a complete check out of 3.2.0 branch
 2. Remove all .svn files
 3. Modify the POM files to suite for each of your product
/3.2.0/products/pom.xml
/3.2.0/patch-releases/3.2.2/products/pom.xml
 4. Zip all the source files
 5. Sign and host.


 ** Shankar has prepared the source pack for Stratos and hosted it on
 OT.[1]. Since source files are same for each and every product, You can
  download the packs from there instead of getting a SVN checkout and do
 the needful to prepare  the source packs. With this you can bypass Step 1 
 2.

 Thanks
 Shammi





 --
 Best Regards,*

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





-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Preparing Source Packs for 3.2.2

2011-10-31 Thread Denis Weerasiri
On Mon, Oct 31, 2011 at 11:18 AM, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi RMs,

   We need to prepare source packs for 3.2.2. Following is the procedure to
 prepare them.

 1. Get a complete check out of 3.2.0 branch
 2. Remove all .svn files
 3. Modify the POM files to suite for each of your product
/3.2.0/products/pom.xml
/3.2.0/patch-releases/3.2.2/products/pom.xml

Hi RMs,
Please remove all other product level source dirs. (eg - If you are AS RM,
remove other products/bps, products/bam dirs.)

 4. Zip all the source files
 5. Sign and host.


 ** Shankar has prepared the source pack for Stratos and hosted it on
 OT.[1]. Since source files are same for each and every product, You can
  download the packs from there instead of getting a SVN checkout and do
 the needful to prepare  the source packs. With this you can bypass Step 1 
 2.

 Thanks
 Shammi





 --
 Best Regards,*

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





-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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

2011-10-31 Thread Denis Weerasiri
Hi Dassa,
BPS source packs were uploaded at
http://builder4.us1.wso2.org/~build/releases/carbon/3.2.2/signed-packs/bps/signedbps-src-packs/
Please host them on OT.

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

 It's done.

 Thanks.


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

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


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



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

 Stratos source packs are added.


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

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

 Regards,
 Pradeeban.


 http://wso2.org/downloads/stratos

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

 Thanks.


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

 Hi Dasun,

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

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


 tx,
 dimuthul


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

 RMs/PMs,

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

 Thanks.

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



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



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

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


 Yes.


 I meant Monday

  Thanks,
 Samisa...

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


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




 --
 ==
 Dasunpriya Anuradha.



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



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




 --
 ==
 Dasunpriya Anuradha.



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




 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

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


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




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

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

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


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




 --
 ==
 Dasunpriya Anuradha.



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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] [Carbon-Dev] [ANN] WSO2 Business Process Server 2.1.2 Released!!

2011-10-31 Thread Denis Weerasiri
WSO2 Business Process Server(WSO2 BPS) v2.1.2 Released!

The WSO2 Business Process Server(BPS) team is pleased to announce the
release of 2.1.2 version of the Open Source Business Process server.

WSO2 Business Process Server (BPS) is an easy-to-use Open Source Business
Process Server that executes business processes written following WS-BPEL
standard. WS-BPEL is emerging as the defacto standard for composing
multiple synchronous and asynchronous web services into collaborative and
transactional process flows which increase the flexibility and agility of
your Service Oriented Architecture. WSO2 BPS is powered by Apache
ODEhttp://ode.apache.org/ and
available under Apache Software License
v2.0http://www.apache.org/licenses/LICENSE-2.0.html.
WSO2 BPS provides a complete Web based graphical console to deploy, manage
and monitor business process and process instances.

WSO2 BPS is developed on top of the revolutionary Carbon platform
(Middleware a' la carte), and is based on the OSGi framework to achieve the
better modularity for you SOA. Carbon platform contains lots of new
features and many other optional components that can be used to customize
or enhance the functionalities provided by BPS to suits you SOA needs. In
addition to installing optional components you can uninstall unwanted
features without any trouble.

An open source product, WSO2 BPS is available under the Apache Software
License (v2.0) http://www.apache.org/licenses/LICENSE-2.0.html. This
includes all of the extra integration and management functionality as well.

Key Features

   - Deploying Business Processes written in compliance with WS-BPEL 2.0
   Standard and BPEL4WS 1.1 standard.
   - Managing BPEL packages, processes and process instances.
   - BPEL Extensions and XPath extensions support
   - Instance recovery(Only supports 'Invoke' activity) support through
   management console
   - OpenJPA based Data Access Layer
   - WS-Security support for business processes.
   - Support for invoking secured(Using WS-Security) partner services.
   - BPEL Package hot update which facilitate Versioning of BPEL Packages
   - E4X based data manipulation support for BPEL assignments
   - Configure external data base system as the BPEL engine's persistence
   storage
   - Caching support for business processes.
   - Throttling support for business processes.
   - Transport management.
   - Internationalized web based management console.
   - System monitoring.
   - Try-it for business processes.
   - SOAP Message Tracing.
   - New end-point configuration mechanism based on WSO2 Unified Endpoints.
   - Customizable server - You can customize the BPS to fit into your exact
   requirements, by removing certain features or by adding new optional
   features.
   - Performance improvements in XPath evaluations
   - Clustering support for BPEL engine
   - Improved BPS home page
   - Improved Try-it tool
   - Remember me feature


New Features In This Release

   - Improved BPS management console and BPS documentation
   - Deployment synchronizer - Easily synchronize the configuration across
   a cluster of Carbon Servers


Issues Fixed for this release

   - WSO2 BPS related components of the WSO2 Carbon Platform -
   https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=10597


XML  WS-* Standards Support

   - BPEL4WS 1.1
   - WS-BPEL 2.0
   - SOAP 1.1/1.2
   - WSDL 1.1
   - WSDL 2.0
   - MTOM, XOP  SOAP with Attachments
   - WS-Addressing
   - WS-Security 1.0/1.1
   - WS-Trust
   - WS-SecureConversation
   - WS-SecurityPolicy
   - WS-ReliableMessaging
   - WS-Policy
   - WS-PolicyAttachment
   - WS-MetadataExchange
   - WS-Transfer
   - XKMS


Open Source components included in WSO2 BPS/Java

   - Apache ODE (BPEL)
   - Apache Axis2 (SOAP)
   - Apache Axiom (High performance XML Object Model)
   - Apache Rampart/Apache WSS4J (WS-Security)
   - Apache Rahas(WS-SecureConversation)
   - Apache Sandesha2 (WS-ReliableMessaging)
   - Apache Batik
   - WS-Addressing implementation in Axis2
   - Apache Neethi (WS-Policy)
   - WS-SecurityPolicy implementation in Axis2
   - Apache XML Schema
   - H2 (Database)
   - Apache OpenJPA
   - Embedded Apache Tomcat
   - Spring Framework

Apache Axis2 modules included with WSO2 BPS

   - Apache Rampart: Supporting WS-Security  WS-Trust
   - Apache Rahas: Supporting WS-SecureConversation
   - Apache Sandesha2: Supporting WS-Reliable Messaging
   - Mex: Supporting WS-MetaDataExchange
   - Throttle: For throttling requests
   - Statistics: For gathering  monitoring statistics
   - SOAP Tracer: For tracing SOAP requests  responses
   - XFer: Supporting WS-Transfer
   - XKMS: Supporting XML Key Management Specification


Known Issues

   - WSO2 BPS related components of the WSO2 Carbon Platform -
   https://wso2.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=10529
   - Human Tasks feature is discontinued until the tool is available for
   Carbon Studio


Reporting Problems

   - Issues can be reported 

Re: [Carbon-dev] Trunk build [ was Re: [Architecture] Running Tomcat within OSGi]

2011-10-30 Thread Denis Weerasiri
On Sun, Oct 30, 2011 at 10:06 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 Can we have some volunteers for this hakathon please?

I will join this.



 On Sun, Oct 30, 2011 at 9:44 AM, Denis Weerasiri de...@wso2.com wrote:



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

 We are done with the release now. It is time we visit the trunk build.

 Azeez mentioned that some parts are building with m2 and some others
 with m3. That is broken :(

 May be we should have a build fixing hackathon with 4-5 people.

 +1,
 Recently I built the trunk from a clean m2 repo. It fails from core level.
 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.4-SNAPSHOT:materialize-product
 (4-materialize-products) on project p2-profile-generation: Cannot generate
 P2 metadata: P2 publisher return code was 13 - [Help 1]



 On Tue, Oct 25, 2011 at 8:11 PM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Tue, Oct 25, 2011 at 4:54 PM, Afkham Azeez az...@wso2.com wrote:

 Folks,
 I'm stuck! The bloody trunk does not build with Maven2 or Maven3!
 Utter wastage of time!


 Alright, we will get this fixed next week.

 I am not sure what broke this so much tough :(

 Samisa...

 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/
 *
 *
 *site: 
 **https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
 *blog: **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri


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

 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/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Trunk build [ was Re: [Architecture] Running Tomcat within OSGi]

2011-10-29 Thread Denis Weerasiri
On Fri, Oct 28, 2011 at 12:47 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 We are done with the release now. It is time we visit the trunk build.

 Azeez mentioned that some parts are building with m2 and some others with
 m3. That is broken :(

 May be we should have a build fixing hackathon with 4-5 people.

+1,
Recently I built the trunk from a clean m2 repo. It fails from core level.
[ERROR] Failed to execute goal
org.wso2.maven:carbon-p2-plugin:1.4-SNAPSHOT:materialize-product
(4-materialize-products) on project p2-profile-generation: Cannot generate
P2 metadata: P2 publisher return code was 13 - [Help 1]



 On Tue, Oct 25, 2011 at 8:11 PM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Tue, Oct 25, 2011 at 4:54 PM, Afkham Azeez az...@wso2.com wrote:

 Folks,
 I'm stuck! The bloody trunk does not build with Maven2 or Maven3! Utter
 wastage of time!


 Alright, we will get this fixed next week.

 I am not sure what broke this so much tough :(

 Samisa...

 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/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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

2011-10-28 Thread Denis Weerasiri
://apache.org

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

 *Lean . Enterprise . Middleware


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

 Thanks,
 Samisa...

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



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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Stratos-dev] org.wso2.bps:wso2stratos-bps has a direct dependency to groovy:groovy-all-1.0-jsr

2011-10-27 Thread Denis Weerasiri
Thanks,
Will fix it.

On Thu, Oct 27, 2011 at 12:43 PM, Sumedha Rubasinghe sume...@wso2.comwrote:

 $subject. should come through an orbit dependency.

 /sumedha

 [INFO]
 
 [INFO] Building WSO2 Stratos BPS - Distribution
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) groovy:groovy-all-1.0-jsr:jar:05

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=groovy
 -DartifactId=groovy-all-1.0-jsr -Dversion=05 -Dpackaging=jar
 -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the file
 there:
   mvn deploy:deploy-file -DgroupId=groovy
 -DartifactId=groovy-all-1.0-jsr -Dversion=05 -Dpackaging=jar
 -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
   1) org.wso2.bps:wso2stratos-bps:jar:1.5.2
   2) groovy:groovy-all-1.0-jsr:jar:05

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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Fixing LICENSE.txt files of product/service packs

2011-10-27 Thread Denis Weerasiri
Hi RMs,
Senaka has come up with a quick script to check the version conflicts
between the LICENSE.txt and the jars being shipped with each product/service
packs.

Please use the following steps and modify LICENSE.txt repeatedly  until you
get no difference between LICENSE.txt and the list of jars

1. Goto a dir where your product pack(.zip) exist
2. Run the following command. (Make necessary changes based on your product
name)

mkdir temp; cd temp; unzip ../*wso2bps-2.1.2.zip*  /dev/null; cat*wso2bps-2.1.2
*/LICENSE.txt | grep '[.]jar' | mawk '{print $1}' | sort | uniq  l.out;find
-name '*.jar' | mawk '{print unzip -o $0}'  s.out; sh s.out  /dev/null;
rm s.out;find -name '*.jar' | mawk '{gsub(^.*/, , $0); print $1}' | sort
| uniq  f.out;diff l.out f.out

cat *wso2bps-2.1.2*/LICENSE.txt | grep '[.]jar' | mawk '{print $1}' | sort |
uniq  l.out;diff l.out f.out | grep -v '-ant.jar'

3. You will get a diff output which gives you a hint of jars to be changed.

4. Run 1,2,3 steps repeatedly until there's no diff output (generated from
step 3).
-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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

2011-10-27 Thread Denis Weerasiri
*
 Product Manager - WSO2 Governance Registry;
 Associate Technical Lead; WSO2 Inc.; http://wso2.com*
 Member; Apache Software Foundation; http://apache.org

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

 *Lean . Enterprise . Middleware


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

 Thanks,
 Samisa...

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



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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Carbon-build] Test failure in esb\4.0.2\modules\integration\endpoints

2011-10-25 Thread Denis Weerasiri
Hi Melan,
please refer
[Carbon-dev] Integration Tests fails in windows due to Unable to start
server runtime error

On Tue, Oct 25, 2011 at 10:38 AM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 I am getting $subject on Windows, please have a look, surefire reports
 attached

 Thanks
 Melan

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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Please update your products with the latest version of registry features

2011-10-17 Thread Denis Weerasiri
 Mobile - +94 77 22 66 507

 ___
 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/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Stratos AS service invocation failed in my local setup

2011-10-06 Thread Denis Weerasiri
On Thu, Oct 6, 2011 at 2:16 PM, Isuru Suriarachchi is...@wso2.com wrote:



 On Thu, Oct 6, 2011 at 2:04 PM, Denis Weerasiri de...@wso2.com wrote:



 On Thu, Sep 29, 2011 at 11:48 AM, Chamara Ariyarathne 
 chama...@wso2.comwrote:

 When I try to invoke services in AS I got this exception. Is this a
 configuration error, or a real issue? Please advise.

 Was this in WSO2 AS 1.5.2 service?
 Seems this service deployed in a tenant specific repository.
 I'm too having this issue when the service is deployed via GhostDeployer.


 Is the GhostDeployer active in 1.5.2?

 Dimuthu reverted it sometime back and then I saw someone has mistakenly
 added it back. That can be the issue here.

FYI,
This doesn't occur in 1.5.1 based services.




 [2011-09-29 11:45:40,419] @cham1.com [1] [WSO2 Stratos Application
 Server]ERROR {org.apache.axis2.engine.AxisEngine} -  Message Receiver not
 found for AxisOperation: echoString
 org.apache.axis2.AxisFault: Message Receiver not found for AxisOperation:
 echoString
 at
 org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.doSOAP(MultitenantMessageReceiver.java:253)
 at
 org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.processRequest(MultitenantMessageReceiver.java:174)
 at
 org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.receive(MultitenantMessageReceiver.java:67)
 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:199)
 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 sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at
 org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:273)
 at
 org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:270)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
 at
 org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:305)
 at
 org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
 at
 org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:298)
 at
 org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:57)
 at
 org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:193)
 at
 org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
 at java.security.AccessController.doPrivileged(Native Method)
 at
 org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
 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:462)
 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.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:154)
 at
 org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:254)
 at
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
 at
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
 at
 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:399)
 at
 org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:396)
 at
 org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:356)
 at
 org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1534)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run

Re: [Carbon-dev] Integration test failures in products. (Fwd: WSO2 Carbon Continuous Build has FAILED)

2011-09-28 Thread Denis Weerasiri
On Wed, Sep 28, 2011 at 11:26 AM, Denis Weerasiri de...@wso2.com wrote:



 On Wed, Sep 28, 2011 at 8:36 AM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi,

 BPS and Greg integration tests failed and please find the attached
 Sure-fire reports.

 Hi Ranga,
 This issue has been reported on https://wso2.org/jira/browse/CARBON-11204
  .
 Sumedha will fix this soon.

Hi Ranga,
This was fixed by Sumedha.




 -- Forwarded message --
 From: WSO2 Carbon 3.2.2 Builder (US1) cbuil...@wso2.org
 Date: Wed, Sep 28, 2011 at 1:02 AM
 Subject: WSO2 Carbon Continuous Build has FAILED 
 To: ra...@wso2.com, sanje...@wso2.com, carbon-bu...@wso2.org


 [2011-09-27 21:50:16,545]  INFO
 {org.wso2.carbon.integration.core.ServerLogin} -  Successfully logged :
 JSESSIONID=6435E5B995C63814ACEE701984F4C814; Path=/; Secure=null;
 HttpOnly=null
 [2011-09-27 21:50:16,546]  INFO
 {org.wso2.carbon.registry.resource.test.NotificationTest} -  Initializing
 Notification Test
 [2011-09-27 21:50:16,589]  INFO
 {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  'admin'
 logged in at [2011-09-27 21:50:16,0589] from IP address 192.168.0.21
 [2011-09-27 21:50:16,594]  INFO
 {org.wso2.carbon.integration.core.ServerLogin} -  Successfully logged :
 JSESSIONID=3D5C3B21EE14A1235206ACC71C772BC7; Path=/; Secure=null;
 HttpOnly=null
 [2011-09-27 21:50:16,617]  INFO
 {org.wso2.carbon.registry.resource.test.TestUtils} -  infoAdminServiceStub
 created
 [2011-09-27 21:50:16,851]  INFO
 {org.wso2.carbon.core.services.authentication.AuthenticationAdmin} -
  'admin' logged out at [2011-09-27 21:50:16,0850]
 [2011-09-27 21:50:16,892]  INFO
 {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  'admin'
 logged in at [2011-09-27 21:50:16,0892] from IP address 192.168.0.21
 [2011-09-27 21:50:16,897]  INFO
 {org.wso2.carbon.integration.core.ServerLogin} -  Successfully logged :
 JSESSIONID=66FA72913BBBD719B3FA1C17DFB49DFC; Path=/; Secure=null;
 HttpOnly=null
 [2011-09-27 21:50:16,900]  INFO
 {org.wso2.carbon.registry.resource.test.ActivitySearchTest} -  Initializing
 Tests for Activity Search
 [2011-09-27 21:50:16,939]  INFO
 {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  'admin'
 logged in at [2011-09-27 21:50:16,0939] from IP address 192.168.0.21
 [2011-09-27 21:50:16,944]  INFO
 {org.wso2.carbon.integration.core.ServerLogin} -  Successfully logged :
 JSESSIONID=9730B015B68C83389CBBCA3E3997D018; Path=/; Secure=null;
 HttpOnly=null
 [2011-09-27 21:50:16,964]  INFO
 {org.wso2.carbon.registry.resource.test.TestUtils} -
  ResourceAdminServiceStub created
 [2011-09-27 21:50:16,985]  INFO
 {org.wso2.carbon.registry.resource.test.TestUtils} -
  activityAdminServiceStub created
 [2011-09-27 21:50:42,261]  INFO
 {org.wso2.carbon.core.services.authentication.AuthenticationAdmin} -
  'admin' logged out at [2011-09-27 21:50:42,0261]
 [2011-09-27 21:50:42,300]  INFO
 {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} -  'admin'
 logged in at [2011-09-27 21:50:42,0300] from IP address 192.168.0.21
 [2011-09-27 21:50:42,305]  INFO
 {org.wso2.carbon.integration.core.ServerLogin} -  Successfully logged :
 JSESSIONID=1441713117A82C3D6054C9F607CDE1A2; Path=/; Secure=null;
 HttpOnly=null
 Tests run: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 107.136
 sec  FAILURE!

 Results :

 Failed tests:

  testTemplate(org.wso2.carbon.registry.resource.test.RegistryCollectionTest)

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

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

 Please refer to
 /home/build/checkout/3.2.0/products/greg/4.0.2/modules/integration/registry/registry-resource-test/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 45 minutes 57 seconds
 [INFO] Finished at: Tue Sep 27 21:50:43 IST 2011
 [INFO] Final Memory: 362M/1065M
 [INFO]
 
 [INFO] Scanning for projects...
 [INFO] Reactor build order:
 [INFO]   WSO2 Identity Server
 [INFO]   WSO2 Identity Server Styles Parent
 [INFO]   Identity Server: UI styles
 [INFO]   WSO2 Identity Server Features Parent
 [INFO]   WSO2 IS - Features Aggregator Module
 [INFO]   WSO2 IS - Style Features
 [INFO]   WSO2 IS - Utils Features
 [INFO]   WSO2 Cloud Identity: UI styles
 [INFO]   WSO2 Stratos - Cloud Identity Features Aggregator Module
 [INFO]   WSO2 Stratos - Cloud Identity Style Features
 [INFO]   WSO2 Stratos - Cloud Identity Utils Features
 [INFO]   WSO2 Cloud Identity

[Carbon-dev] Enabling log4j in WSO2 AS web apps

2011-09-27 Thread Denis Weerasiri
Hi,
I'm trying to generate a separate log file for my web app deployed in WSO2
AS. Have someone done this before?

I put my log4j.properties and required log4j libraries in WEB-INF/lib. But
doesn't generate the log file.
Or how can I check whether log4j.properties was added to my webapp
class-path?.

-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Carbon-build] Integration test failures in products. (Fwd: WSO2 Carbon Continuous Build has FAILED)

2011-09-27 Thread Denis Weerasiri
 [INFO]   WSO2 Carbon - Cloud Identity UI Feature
 [INFO]   WSO2 Cloud Identity - SAML2 SSO Management Aggregator Component
 [INFO]   WSO2 Cloud Identity - SAML2 SSO Management Component
 [INFO]   WSO2 Stratos - Stratos SSO Management Feature Aggregator Module
 [INFO]   WSO2 Stratos - Stratos SSO Management Server Feature
 [INFO]   WSO2 Cloud Identity - SAML2 SSO Management FE Component
 [INFO]   WSO2 Stratos - Stratos SSO Management UI Feature
 [INFO]   WSO2 Stratos - Stratos SSO Management Feature
 [INFO]   WSO2 Identity Server P2 Profile Generation Parent
 [INFO]   WSO2 IS - IS Profile Generation
 [INFO]   WSO2 Stratos - Cloud Identity Profile Generation
 [INFO]   WSO2 Identity Server Distribution Parent
 [INFO]   Identity Server
 [INFO]   WSO2 Cloud Identity - Distribution
 --
at junit.framework.TestSuite.run(TestSuite.java:225)
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)
 Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 113.885
 sec  FAILURE!

 Results :

 Failed tests:
  testTemplate(org.wso2.bps.management.UndeploymentTest)

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

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

 Please refer to
 /home/build/checkout/3.2.0/products/bps/2.1.2/modules/integration/org.wso2.bps.management.test/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 11 minutes 28 seconds
 [INFO] Finished at: Wed Sep 28 01:02:37 IST 2011
 [INFO] Final Memory: 180M/1222M
 [INFO]
 


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


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




 --
 -
 Waruna Ranasinghe
 Senior Software Engineer, WSO2

 Mobile: NZ +64 221 563026
 SL +94 724 318285
 BLOG: http://warunapw.blogspot.com

 www.wso2.com - Lean . Enterprise . Middleware

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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Integration test failures in products. (Fwd: WSO2 Carbon Continuous Build has FAILED)

2011-09-27 Thread Denis Weerasiri
 Identity UI Feature
 [INFO]   WSO2 Cloud Identity - SAML2 SSO Management Aggregator Component
 [INFO]   WSO2 Cloud Identity - SAML2 SSO Management Component
 [INFO]   WSO2 Stratos - Stratos SSO Management Feature Aggregator Module
 [INFO]   WSO2 Stratos - Stratos SSO Management Server Feature
 [INFO]   WSO2 Cloud Identity - SAML2 SSO Management FE Component
 [INFO]   WSO2 Stratos - Stratos SSO Management UI Feature
 [INFO]   WSO2 Stratos - Stratos SSO Management Feature
 [INFO]   WSO2 Identity Server P2 Profile Generation Parent
 [INFO]   WSO2 IS - IS Profile Generation
 [INFO]   WSO2 Stratos - Cloud Identity Profile Generation
 [INFO]   WSO2 Identity Server Distribution Parent
 [INFO]   Identity Server
 [INFO]   WSO2 Cloud Identity - Distribution
 --
at junit.framework.TestSuite.run(TestSuite.java:225)
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)
 Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 113.885 sec
  FAILURE!

 Results :

 Failed tests:
  testTemplate(org.wso2.bps.management.UndeploymentTest)

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

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

 Please refer to
 /home/build/checkout/3.2.0/products/bps/2.1.2/modules/integration/org.wso2.bps.management.test/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 11 minutes 28 seconds
 [INFO] Finished at: Wed Sep 28 01:02:37 IST 2011
 [INFO] Final Memory: 180M/1222M
 [INFO]
 


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


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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.2 Release - Code Freeze @ 2 PM IST Today

2011-09-22 Thread Denis Weerasiri
On Thu, Sep 22, 2011 at 10:41 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi Folks,

 Please note the $subject.. Appreciate a lot if you can make the branch

I'm working on
https://wso2.org/jira/browse/CARBON-11204
https://wso2.org/jira/browse/CARBON-11211


 stable by then.. Please talk to the PMs for more details...

 We'll be giving a build to QA this afternoon...

 --
 Thanks  Regards,
 Prabath

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




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Product size increased by 10MB

2011-09-22 Thread Denis Weerasiri
On Thu, Sep 22, 2011 at 7:57 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 We can write a simple script to check duplicate entries in the pom files so
 that we can automate. Any takers?

Refer mail thread on carbon-dev. This has this script.
[Carbon-dev] Main Contributors to Increased Distribution Size of Carbon
3.2.0 products {was: Re: DS pack is HUGE [was Carbon 3.2.0 RC9 for Testing}




 Samisa...


 On Thu, Sep 22, 2011 at 7:24 PM, Sameera Jayasoma same...@wso2.comwrote:

 Dennis and myself had a look into this issues and found out following
 entries in the
 bps/modules/features/product/org.wso2.bps.samples.utils.feature/pom.xml
 file. Hence following jars have been duplicated in the product. Product
 owner please have a look at your pom.xml files, if you see any jar
 duplication.


 bundleDeforg.apache.axis2.wso2:axis2/bundleDef

 bundleDeforg.apache.rampart.wso2:rampart-policy/bundleDef

 bundleDeforg.apache.rampart.wso2:rampart-trust/bundleDef

 bundleDeforg.apache.rampart.wso2:rampart-core/bundleDef

 Thanks,
 Sameera.


 On Thu, Sep 22, 2011 at 6:55 PM, Sameera Jayasoma same...@wso2.comwrote:

 I am looking into this jar duplication issue.

 Regards,
 Sameera.


 -- Forwarded message --
 From: Denis Weerasiri de...@wso2.com
 Date: Thu, Sep 22, 2011 at 11:53 AM
 Subject: Product size increased by 10MB


 FYI,
 BPS product size was increased by 10MB when moving from 3.2.0 to 3.2.2.
 Looking at jar list, there are both axis2-1.6.1.wso2v1
 and axis2-1.6.1.wso2v2 inside plugins dir.

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




 --
 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 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/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] ERROR - UIBundleDeployer Error occurred while registering servlet

2011-09-21 Thread Denis Weerasiri
Hi,
I'm getting this error when starting BPS built from 3.2.2 branch. Hope this
common to all other products based on 3.2.2 as well.

ERROR - UIBundleDeployer - org.wso2.carbon.CarbonException: Error occurred
while registering servlet

-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] ?tryit, ?wsdl still exposed via actual ports exposed by instances in LB fronted environments

2011-09-12 Thread Denis Weerasiri
Hi all,
I tried LB+BPS locally. In management-console, ?try-it, ?wsdl still uses the
ports exposed by the carbon instances (Not via the ports exposed by
load-balancer).

eg - If http port in BPS is 9769 and http port in LB is 8280. In the service
page in management console of BPS, link to get wsdl is as follows.
http://process.cloud-test.wso2.com:9769/services/FunctionProcessServiceService?wsdl

Not
http://process.cloud-test.wso2.com:8280/services/FunctionProcessServiceService?wsdl

Have I missed some configuration?

-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Carbon-build] Fwd: BPS Build Failure in 3.2.2 - Integration Tests

2011-09-01 Thread Denis Weerasiri
On Thu, Sep 1, 2011 at 12:05 PM, Ranga Siriwardena ra...@wso2.com wrote:



 -- Forwarded message --
 From: Ranga Siriwardena ra...@wso2.com
 Date: Thu, Sep 1, 2011 at 9:24 AM
 Subject: Re: [Carbon-build] WSO2 Carbon Continuous Build has FAILED
 /home/carbon320/322_carbon/products/bps/2.1.2
 To: carbon-bu...@wso2.org
 Cc: Denis Weerasiri de...@wso2.com, Thilini Ishaka thil...@wso2.com


 Surefire-reports attached.

I'll fix this.



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


 [INFO] Scanning for projects...
 [INFO] Reactor build order:
 [INFO]   WSO2 BPS - Parent
 [INFO]   WSO2 BPS - Styles Parent
 [INFO]   WSO2 BPS - UI styles
 [INFO]   WSO2 Stratos BPS - UI styles
 [INFO]   WSO2 BPS - Distribution Parent
 [INFO]   WSO2 BPS - Sample Utilities and Jars to use with BPS Testing
 [INFO]   WSO2 BPS - Utilities for Samples
 [INFO]   WSO2 BPS - BPEL Event Listener
 [INFO]   WSO2 BPS - Sample Services to use with BPS Testing
 [INFO]   WSO2 BPS - CreditRatingService Service
 [INFO]   WSO2 BPS - Features Parent
 [INFO]   WSO2 BPS - Features Aggregator Module
 [INFO]   WSO2 BPS - Style Features
 [INFO]   WSO2 BPS - Sample Utils Features
 [INFO]   WSO2 Stratos BPS - Features Aggregator Module
 [INFO]   WSO2 Stratos BPS - Style Features
 [INFO]   WSO2 Stratos BPS - Dashboard UI
 [INFO]   WSO2 Stratos BPS - Dashboard UI Features
 [INFO]   WSO2 Stratos BPS - Login User Interface
 [INFO]   WSO2 Stratos BPS - Login UI Features
 [INFO]   WSO2 BPS - P2 Profile Generation Parent
 [INFO]   WSO2 BPS - BPS Profile Generation
 [INFO]   WSO2 Stratos BPS - BPS Profile Generation
 [INFO]   WSO2 BPS - Distribution Parent
 [INFO]   WSO2 Business Process Server - Distribution
 [INFO]   WSO2 Stratos BPS - Distribution
 [INFO]   WSO2 BPS - Integration Parent
 --
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)
 Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 192.999
 sec  FAILURE!

 Results :

 Failed tests:
  testTemplate(org.wso2.bps.management.DeploymentTest)
  testTemplate(org.wso2.bps.management.InstanceCleanupTest)
  testTemplate(org.wso2.bps.management.UndeploymentTest)

 Tests run: 3, Failures: 3, Errors: 0, Skipped: 0

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

 Please refer to
 /home/carbon320/322_carbon/products/bps/2.1.2/modules/integration/org.wso2.bps.management.test/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 11 minutes 5 seconds
 [INFO] Finished at: Wed Aug 31 11:43:39 EDT 2011
 [INFO] Final Memory: 160M/1179M
 [INFO]
 
 ___
 Carbon-build mailing list
 carbon-bu...@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/carbon-build



 Thanks.
 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.blogspot.com/


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




-- 
Thanks,
Denis
--
*Denis

Re: [Carbon-dev] CS 1.0.13 - BPEL exporter

2011-08-28 Thread Denis Weerasiri
On Wed, Aug 17, 2011 at 1:54 PM, Harshana Martin harsh...@wso2.com wrote:

 Hi Waruna,

 On Wed, Aug 17, 2011 at 1:25 PM, Harshana Martin harsh...@wso2.comwrote:

 Hi Waruna,

 On Tue, Aug 16, 2011 at 4:26 PM, Waruna Ranasinghe war...@wso2.comwrote:

 Hi Harshana,

 1. When I use the BPEL exporter, the BPEL artifacts are inside a
 directory in the zip file. But the artifacts should be directly in zip file.
 Please refer BPEL exporter of CS - 1.0.12, it works fine [1].
 2. Whatever the files inside the BPEL project, should be included in the
 zip file [2].


 Actually I fixed both these issues as we discussed. But unfortunately when
 I was refactoring the codebase to move to Tycho, I have included a past
 version of the plugin. As a result, the fixes are not being included in
 1.0.13.

 I'll try to provide a patch for 1.0.13.


 Just managed to Patch 1.0.13 and test. It works. Will try to send the patch
 with instructions.

Hi Martin,
Can you send the patch with instructions?


 Thanks and Regards,
 Harshana



 [1] - https://wso2.org/jira/browse/TOOLS-790
 [2] - https://wso2.org/jira/browse/TOOLS-791


 Thanks,
 Waruna

 --
 -
 Waruna Ranasinghe
 Senior Software Engineer, WSO2

 Mobile: NZ +64 221 563026
 SL +94 724 318285
 BLOG: http://warunapw.blogspot.com

 www.wso2.com - Lean . Enterprise . Middleware




 --
 Harshana Martin
 Software Engineer
 WSO2 Inc.
 Web:http://wso2.com
   http://wso2.org

 Mobile: +94 716062650
 Blog: http://harshana05.blogspot.com
 Profile: https://www.google.com/profiles/harshana05
 Twitter: http://twitter.com/harshana05




 --
 Harshana Martin
 Software Engineer
 WSO2 Inc.
 Web:http://wso2.com
   http://wso2.org

 Mobile: +94 716062650
 Blog: http://harshana05.blogspot.com
 Profile: https://www.google.com/profiles/harshana05
 Twitter: http://twitter.com/harshana05


 ___
 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/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Integration Tests fails in windows due to Unable to start server runtime error

2011-08-25 Thread Denis Weerasiri
On Thu, Aug 25, 2011 at 8:38 PM, Vijayaratha Vijayasingam
rat...@wso2.comwrote:

 Hi;
 attached a surefire report...

Hi Rathav,
Is this common to all esb integration tests or just to end-point tests.?
Reason for the error is relative path handling is wrong.


Caused by: java.io.IOException: Cannot run program bat (in directory
C:\Projects\branch\3.2.0\products\esb\4.0.2\modules\integration\endpoints\target\carbontmp\wso2esb-4.0.2\.\carbontmp\endpoints\..\..\distribution\product\target\wso2esb-4.0.2):
CreateProcess error=267, The directory name is invalid


 -Ratha...

 ___
 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/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Issue with ?WSDL generation for multi-part messages

2011-08-20 Thread Denis Weerasiri
Hi,
I'm using 3.2.0 based Carbon product to do all the following stuff.

1. I generated a service skeleton using a multi-part WSDL with RPC-literal
binding and deployed in Carbon.
 wsdl:message name=probeMessage
wsdl:part name=probeName type=xsd:string/
wsdl:part name=probeData type=xsd:string/
/wsdl:message

wsdl:portType name=probeMessagePT
wsdl:operation name=probe
wsdl:input name=ProbeInputMessage message=tns:probeMessage
wsaw:Action=http://probe/
wsdl:output name=ProbeOutputMessage
message=tns:probeMessage/
/wsdl:operation
/wsdl:portType

wsdl:binding name=probeBinding type=tns:probeMessagePT
 soap:binding style=rpc transport=http://schemas.xmlsoap.org/soap/http;
/
wsdl:operation name=probe
soap:operation soapAction=http://probe; /
  wsdl:input
soap:body use=literal /
  /wsdl:input
  wsdl:output
 soap:body use=literal /
  /wsdl:output
 /wsdl:operation
/wsdl:binding

2. Then the ?wsdl for that service generate something like as follows. So
here the problem is now it's a single-part message with wrong element name
:probe. How can I fix this?
 xsd:schema
   wsdl:types
 xsd:element name=probe
xsd:complexType
xsd:sequence
xsd:element form=unqualified name=probeName nillable=true type=
xsd:string/
xsd:element form=unqualified name=probeData nillable=true type=
xsd:string/
/xsd:sequence
/xsd:complexType
/xsd:element
 /xsd:schema
 /wsdl:types

wsdl:message name=probeMessage
**
*wsdl:part name=parameters element=:probe/*
/wsdl:message
wsdl:portType name=ProbeServicePortType
wsdl:operation name=probe
wsdl:input message=tns:probeMessage wsaw:Action=http://probe/
wsdl:output message=tns:probeMessage wsaw:Action=
http://ode/bpel/unit-test/ProbeService.wsdl/probeMessagePT/ProbeOutputMessage
/
/wsdl:operation
/wsdl:portType
wsdl:binding name=probeBinding type=tns:ProbeServicePortType
soap:binding transport=http://schemas.xmlsoap.org/soap/http; style=
document/
wsdl:operation name=probe
soap:operation soapAction=http://probe; style=document/
wsdl:input
soap:body use=literal/
/wsdl:input
wsdl:output
soap:body use=literal/
/wsdl:output
/wsdl:operation
/wsdl:binding

-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/*
*
*site: 
**https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
*blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/
*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Has the Carbon 3.2.0 P2 repo been updated with 3.2.1 features?

2011-08-02 Thread Denis Weerasiri
Please update OT content as well at
http://wso2.org/projects/carbon/provisioning-wso2-carbon-with-equinox-p2 .

On Tue, Aug 2, 2011 at 4:02 PM, Afkham Azeez az...@wso2.com wrote:

 Folks,
 You have to remember these things, and see that it gets done, as the people
 responsible. Some of us cannot keep reminding about such things since we
 will easily lose track of these things.




 Azeez


 On Tue, Aug 2, 2011 at 3:19 PM, Supun Malinga sup...@wso2.com wrote:

 Hi azeez,
 Not yet. Will do this by tomorrow.

 For now you can use, [1]

 [1]
 http://builder1.us1.wso2.org/~carbon320/releases/carbon/3.2.1/2011-07-14_09-56-52/p2-repo/

 thanks,

 On Tue, Aug 2, 2011 at 2:39 PM, Afkham Azeez az...@wso2.com wrote:

 $subject

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




 --
 Supun Malinga,

 Software Engineer,

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




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




-- 
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] BPS programming model with clustering aspect

2011-07-29 Thread Denis Weerasiri
Hi,

I've been looked at BPEL deploy/undeployment logic to solve
https://wso2.org/jira/browse/CARBON-10393 in a clusterred environment.
Seems we don't handle requests from slave-nodes in a BPS cluster correctly.

eg - Once a user undeploy a process from slave-node, BPEL compoennt updates
the ODE DB(BPEL engine persistence storage) DAOs and it's in-memory DAOs.
Then the read-only config registry is updated and notified the cluster. Now
there's a inconsistency as config-registry update fails.

So is it possible to restrict ODE DB to be read-only for the slave-BPS?

Or we have to check whether config-registry is read-only at the beginning of
every operation.
 - If so, it's not enough to
use configRegistry.getRegistryContext().isReadOnly() at each operation
registry operation, as ODE DB operations also have to be revoked.
eg -
  if (!configRegistry.getRegistryContext().isReadOnly()) {
configRegistry.delete(packageLocation);
  }

 What would be the correct way to handle this?

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


Re: [Carbon-dev] Build failed in Hudson: carbon_studio #28

2011-07-24 Thread Denis Weerasiri
On Mon, Jul 25, 2011 at 9:33 AM, WSO2 Hudson Builder cbuil...@wso2.orgwrote:

 See http://builder3.us1.wso2.org/hudson/job/carbon_studio/28/

 --
 Started by timer
 Updating
 https://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0revision:
  HEAD depth:infinity ignoreExternals: false

Hi Pradeep,
 Is this issue related to svn externals? Recently we are getting several
OOMs from hudson.

 FATAL: GC overhead limit exceeded
 java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.Arrays.copyOfRange(Arrays.java:3209)
at java.lang.String.init(String.java:215)
at java.lang.StringBuilder.toString(StringBuilder.java:430)
at java.io.UnixFileSystem.resolve(UnixFileSystem.java:93)
at java.io.File.init(File.java:312)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea.init(SVNAdminArea.java:1119)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14.init(SVNAdminArea14.java:100)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea15.init(SVNAdminArea15.java:47)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea16.init(SVNAdminArea16.java:45)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea16Factory.doOpen(SVNAdminArea16Factory.java:37)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.open(SVNAdminAreaFactory.java:181)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:366)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:399)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:399)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:399)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:399)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:399)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:399)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:399)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:399)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:274)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:267)
at
 org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.openAnchor(SVNWCAccess.java:162)
at
 org.tmatesoft.svn.core.wc.SVNUpdateClient.update(SVNUpdateClient.java:512)
at
 org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:401)
at
 hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:134)
at
 hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:149)
at
 hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:809)
at
 hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:790)
at
 hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:771)
at hudson.FilePath.act(FilePath.java:758)
at hudson.FilePath.act(FilePath.java:740)

 ___
 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


Re: [Carbon-dev] javax.mail jar issue (version 1.4.4)

2011-07-09 Thread Denis Weerasiri
.pom
 [INFO] Unable to find resource 'net.sf.saxon:saxon:pom:8.9' in repository
 central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//net/sf/saxon/saxon-dom/8.9/saxon-dom-8.9.pom
 2K downloaded  (saxon-dom-8.9.pom)
 [WARNING] Unable to get resource 'net.sf.saxon:saxon-dom:pom:8.9' from
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/): Error retrieving
 checksum file for net/sf/saxon/saxon-dom/8.9/saxon-dom-8.9.pom
 Downloading:
 http://dist.wso2.org/maven2//net/sf/saxon/saxon-dom/8.9/saxon-dom-8.9.pom
 [INFO] Unable to find resource 'net.sf.saxon:saxon-dom:pom:8.9' in
 repository wso2-m2 (http://dist.wso2.org/maven2/)
 Downloading:
 http://repo1.maven.org/maven2/net/sf/saxon/saxon-dom/8.9/saxon-dom-8.9.pom
 [INFO] Unable to find resource 'net.sf.saxon:saxon-dom:pom:8.9' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//net/sf/saxon/saxon-xqj/8.9/saxon-xqj-8.9.pom
 2K downloaded  (saxon-xqj-8.9.pom)
 [WARNING] Unable to get resource 'net.sf.saxon:saxon-xqj:pom:8.9' from
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/): Error retrieving
 checksum file for net/sf/saxon/saxon-xqj/8.9/saxon-xqj-8.9.pom
 Downloading:
 http://dist.wso2.org/maven2//net/sf/saxon/saxon-xqj/8.9/saxon-xqj-8.9.pom
 [INFO] Unable to find resource 'net.sf.saxon:saxon-xqj:pom:8.9' in
 repository wso2-m2 (http://dist.wso2.org/maven2/)
 Downloading:
 http://repo1.maven.org/maven2/net/sf/saxon/saxon-xqj/8.9/saxon-xqj-8.9.pom
 [INFO] Unable to find resource 'net.sf.saxon:saxon-xqj:pom:8.9' in
 repository central (http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/autoscale-mediator/3.2.0/autoscale-mediator-3.2.0.pom
 1K downloaded  (autoscale-mediator-3.2.0.pom)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/service-stubs/3.2.0/service-stubs-3.2.0.pom
 18K downloaded  (service-stubs-3.2.0.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/wso2/carbon/event/3.2.0/event-3.2.0.pom
 5K downloaded  (event-3.2.0.pom)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/qpid/3.2.0/qpid-3.2.0.pom
 3K downloaded  (qpid-3.2.0.pom)
 Downloading:
 http://repo1.maven.org/maven2/javax/mail/mail/1.4.4/mail-1.4.4.jar
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
  1) javax.mail:mail:jar:1.4.4

Have we add this
http://download.java.net/maven/2/http://download.java.net/maven/2/javax/mail/mail/
to
nexus repo? (refer http://download.java.net/maven/2/javax/mail/mail/)


   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=javax.mail -DartifactId=mail
 -Dversion=1.4.4 -Dpackaging=jar -Dfile=/path/to/file

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

   Path to dependency:
   1) org.wso2.carbon:org.wso2.carbon.mediators.server.feature:pom:3.2.1
   2) org.wso2.carbon:org.wso2.carbon.mediator.autoscale:jar:3.2.1
   3) com.amazonaws:aws-java-sdk:jar:1.2.3
   4) javax.mail:mail:jar:1.4.4

 --
 1 required artifact is missing.

 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


 ___
 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


Re: [Carbon-dev] [Code review] Logging - Notes

2011-07-08 Thread Denis Weerasiri
I also see this snippet
in 
core/org.wso2.carbon.registry.core/3.2.1/src/main/java/org/wso2/carbon/registry/core/utils/RegistryUtils.java.
Are there different?

 CarbonContextHolder currentContext =
CarbonContextHolder.getCurrentCarbonContextHolder();
currentContext.startTenantFlow();
try {
//mycode
} finally {
currentContext.endTenantFlow();
}
}

On Fri, Jul 8, 2011 at 2:48 PM, Afkham Azeez az...@wso2.com wrote:



 On Fri, Jul 8, 2011 at 11:50 AM, Amani Soysa am...@wso2.com wrote:



 On Fri, Jul 8, 2011 at 11:18 AM, Kathiravelu Pradeeban 
 pradee...@wso2.com wrote:

 Hi,
 $Subject can be found in https://wso2.org/crucible/cru/COMPONENT-51.
 Moreover, given below is the steps to set the tenantId for your threads,
 such that the logging component will get the tenant id for the respective
 component/thread.

 If you are starting a new thread, you have to add this below code
 segment, for the specific thread, to start the tenant flow, and finally end
 it.

 Forwarded message from Amani attached below.


 Basically what we need to do is to set the tenant id in that component
 specific thread...

 So you need to create a class extending
 AbstractAxis2ConfigurationContextObserver (check admin console o event
 component) and get the tenant id
   int
 tenantId=SuperTenantCarbonContext.getCurrentContext(configurationContext).getTenantId();

 and set the tenant id

 try {
 SuperTenantCarbonContext.startTenantFlow()

 SuperTenantCarbonContext.getCurrentContext().setTenantId(tenantID);

 SuperTenantCarbonContext.getCurrentContext().getTenantDomain(true);


 The 2 lines above can be replaced with the following line:

 SuperTenantCarbonContext.getCurrentContext().setTenantId(tenantID, true);



 if (!loadedTenants.contains(tenantDomain.trim())) {
 eventBroker.initializeTenant();
 loadedTenants.add(tenantDomain.trim());
 }

 } catch (Exception e) {
 log.error(Error in setting tenant information, e);
 } finally {
 SuperTenantCarbonContext.endTenantFlow();
 }

 Please go through the attached files to get a clear idea on how exactly u
 should do it.


 This is not the only way to set the tenantId inside the thread.It depends
 on the place where you set it ... basically when you create new threads you
 need to set the tenantId. (you only need following few lines of coding)


 try {
 SuperTenantCarbonContext.startTenantFlow()

 SuperTenantCarbonContext.getCurrentContext().setTenantId(tenantID);

 SuperTenantCarbonContext.getCurrentContext().getTenantDomain(true);

//your code


 } catch (Exception e) {
 log.error(Error in setting tenant information, e);
 } finally {
 SuperTenantCarbonContext.endTenantFlow();
 }





 Thank you.
 Regards,
 Pradeeban.


 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

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

 Regards,
 Amani


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




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


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




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


Re: [Carbon-dev] BPS: Re-organize 'Business Processes' category in left menu

2011-07-08 Thread Denis Weerasiri
On Fri, Jul 8, 2011 at 4:03 PM, Thilini Ishaka thil...@wso2.com wrote:

 Hi All,

 I have attached relevant screenshots for the current improvement on
 $subject and attached bpel-ui jar herewith for reference.
 Related JIRA: https://wso2.org/jira/browse/CARBON-10962

 Please provide comments/feedback for further improvements.

It's better to add activate command for retired processes in *list.png* ?.


 Thanks

 Regards,
 Thilini

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

 On Sun, Jul 3, 2011 at 7:27 AM, Thilini Ishaka thil...@wso2.com wrote:

 Hi All,

 We are going to do an improvement on $subject.
 Currently 'Business Processes' category contains '*Processes*', '*
 Instances*', *'Deployed Packages*' and *'Add BPEL*' as sub-categories.
 New improvement suggests, to re-structure sub-category list as *'List*',
 '*Add*' and '*Instances*'.

 Sub-Categories
 
 1. Add -- Add BPEL
 2. List -- Listing BPEL packages/processes and other relevant attributes
 3. Instances -- Directs to created instances

 I have raised a JIRA for this: https://wso2.org/jira/browse/CARBON-10962

 Please provide feedback to proceed with this improvement.

 Thanks
 Regards,

 --
 Thilini Ishaka
 WSO2 Inc




 --
 Regards

 Thilini Ishaka
 WSO2 Inc


 ___
 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


Re: [Carbon-dev] [Stratos-dev] load/perf. test to figure out bottlenecks in service version of products

2011-07-06 Thread Denis Weerasiri
On Wed, Jul 6, 2011 at 9:51 PM, Afkham Azeez az...@wso2.com wrote:



 On Fri, Jul 1, 2011 at 1:45 PM, Rajika Kumarasiri raj...@wso2.com wrote:

 All products and services need to expose to perf./ load tests to
 measure the overhead introduce in each services compare to the product
 version. All services are by default equipped with throttling and caching
 which introduce additional overhead which are not available in product
 version.

 Expose the product to a load/perf. test and expose the service to the same
 test and measure the overhead. You can talk to QA to figure out what kind of
 perf. test need to carry out on each product. Please also re-use stuffs as
 much as possible.

 Finally we should compile the test list to a single list so that we can
 re-use it future and build a framework around it.

 Following people from individual product team will carry out the test. You
 can share the results with this thread.

 1. ESB - Udayanga
 2. AS -   Isuru
 3. DSS - Kalpanie
 4. BPS - Denis
 5. BRS - Shammi
 7. CEP - Shammi
 8. IS - HasiniG
 9. GREG - Ajith
 10. BAM - Buddikha
 11. GS -  Lalalji
 12. MB - Manjula


 Folks, what is the progress of this?

Pavithra and I did some load tests related to instance creation in private
cloud and local setup. Didn't start on any performance tests yet.




 Rajika

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




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


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




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


Re: [Carbon-dev] [Stratos-dev] load/perf. test to figure out bottlenecks in service version of products

2011-07-06 Thread Denis Weerasiri
On Wed, Jul 6, 2011 at 10:06 PM, Afkham Azeez az...@wso2.com wrote:



 On Wed, Jul 6, 2011 at 10:04 PM, Denis Weerasiri de...@wso2.com wrote:



 On Wed, Jul 6, 2011 at 9:51 PM, Afkham Azeez az...@wso2.com wrote:



 On Fri, Jul 1, 2011 at 1:45 PM, Rajika Kumarasiri raj...@wso2.comwrote:

 All products and services need to expose to perf./ load tests to
 measure the overhead introduce in each services compare to the product
 version. All services are by default equipped with throttling and caching
 which introduce additional overhead which are not available in product
 version.

 Expose the product to a load/perf. test and expose the service to the
 same test and measure the overhead. You can talk to QA to figure out what
 kind of perf. test need to carry out on each product. Please also re-use
 stuffs as much as possible.

 Finally we should compile the test list to a single list so that we can
 re-use it future and build a framework around it.

 Following people from individual product team will carry out the test.
 You can share the results with this thread.

 1. ESB - Udayanga
 2. AS -   Isuru
 3. DSS - Kalpanie
 4. BPS - Denis
 5. BRS - Shammi
 7. CEP - Shammi
 8. IS - HasiniG
 9. GREG - Ajith
 10. BAM - Buddikha
 11. GS -  Lalalji
 12. MB - Manjula


 Folks, what is the progress of this?

 Pavithra and I did some load tests related to instance creation in private
 cloud and local setup. Didn't start on any performance tests yet.


 Planning to do that after the release? :D

:D, will do asap with the help of Pavithra.






 Rajika

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




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


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




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




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




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


Re: [Carbon-dev] [Stratos-dev] Stratos ESB cannot call services hosted in other instances

2011-07-06 Thread Denis Weerasiri
/

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




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


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



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




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




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




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


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

2011-07-04 Thread Denis Weerasiri
On Tue, Jul 5, 2011 at 9:27 AM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 109015
 Node Kind: directory
 Schedule: normal
 Last Changed Author: senaka
 Last Changed Rev: 109012
 Last Changed Date: 2011-07-04 15:48:23 -0400 (Mon, 04 Jul 2011)
 ---
  T E S T S
 ---
 Running org.apache.axis2.description.Java2WSDLTest
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 sec

 Results :

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

 [INFO] [antrun:run {execution: default}]
 [INFO] Executing tasks
 [echo] Generating p2n.wsdl
 [java] log4j:WARN No appenders could be found for logger
 (org.apache.axis2.util.Loader).
 [java] log4j:WARN Please initialize the log4j system properly.
 [java] Exception in thread main java.lang.NoClassDefFoundError:
 org/apache/ws/commons/schema/XmlSchemaObject
 [java] at
 org.apache.ws.java2wsdl.Java2WSDLBuilder.resolveSchemaGen(Java2WSDLBuilder.java:436)
 [java] at
 org.apache.ws.java2wsdl.Java2WSDLBuilder.generateWSDL(Java2WSDLBuilder.java:229)
 [java] at
 org.apache.ws.java2wsdl.Java2WSDLCodegenEngine.generate(Java2WSDLCodegenEngine.java:60)
 [java] at org.apache.ws.java2wsdl.Java2WSDL.main(Java2WSDL.java:36)
 [java] Caused by: java.lang.ClassNotFoundException:
 org.apache.ws.commons.schema.XmlSchemaObject

Hi Melan,
Can you try adding these classes to class-path?
Do we need to add this to antrun class-path explicitly?

 [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 [java] at java.security.AccessController.doPrivileged(Native
 Method)
 [java] at
 java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
 [java] at
 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
 [java] ... 4 more
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] An Ant BuildException has occured: Java returned: 1

 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 11 minutes 37 seconds
 [INFO] Finished at: Mon Jul 04 23:57:34 EDT 2011
 [INFO] Final Memory: 699M/1498M
 [INFO]
 
 ___
 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


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

2011-07-04 Thread Denis Weerasiri
On Mon, Jul 4, 2011 at 2:48 PM, WSO2 Carbon Builder (US2) cbuil...@wso2.org
 wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 10
 Node Kind: directory
 Schedule: normal
 Last Changed Author: thilini
 Last Changed Rev: 108863
 Last Changed Date: 2011-07-02 23:08:50 -0400 (Sat, 02 Jul 2011) [INFO]
 Compiling 9 source files to
 /home/carbontrunk/carbon/dependencies/jsr107cache/target/classes
 [INFO] [resources:testResources {execution: default-testResources}]
 [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
 resources, i.e. build is platform dependent!
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/dependencies/jsr107cache/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] No sources to compile
 [INFO] [surefire:test {execution: default-test}]
 [INFO] No tests to run.
 [INFO] [jar:jar {execution: default-jar}]
 [INFO] Building jar:
 /home/carbontrunk/carbon/dependencies/jsr107cache/target/jsr107cache-1.1.wso2v1.jar
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing
 /home/carbontrunk/carbon/dependencies/jsr107cache/target/jsr107cache-1.1.wso2v1.jar
 to
 /home/carbontrunk/.m2/repository/net/sf/jsr107cache/jsr107cache/1.1.wso2v1/jsr107cache-1.1.wso2v1.jar
 [INFO]
 
 [INFO] Building WSO2 Carbon - Dependencies - Apache Qpid
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting file set:
 /home/carbontrunk/carbon/dependencies/qpid/0.11-wso2v2/java/target
 (included: [**], excluded: [])
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/carbontrunk/carbon/dependencies/qpid/0.11-wso2v2/java/target
 [INFO] [antrun:run {execution: compile}]
 [INFO] Executing tasks

 main:

 build:
 [echo] Running ant for module : junit-toolkit
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] An Ant BuildException has occured: The following error occurred
 while executing this line:
 /home/carbontrunk/carbon/dependencies/qpid/0.11-wso2v2/java/build.xml:158:
 The following error occurred while executing this line:
 /home/carbontrunk/carbon/dependencies/qpid/0.11-wso2v2/java/build.xml:57:
 The following error occurred while executing this line:
 /home/carbontrunk/carbon/dependencies/qpid/0.11-wso2v2/java/junit-toolkit/build.xml:24:
 The following error occurred while executing this line:
 /home/carbontrunk/carbon/dependencies/qpid/0.11-wso2v2/java/module.xml:302:
 The requested test profile was not found:
 /home/carbontrunk/carbon/dependencies/qpid/0.11-wso2v2/java/test-profiles/nightly-build.testprofile

Hi SupunM,
QPid only can be built using default maven profile rather nightly-build
profile. We can fix this by replicating default.testprofile
with nightly-build.testprofile


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 92 minutes 2 seconds
 [INFO] Finished at: Mon Jul 04 05:18:24 EDT 2011
 [INFO] Final Memory: 1090M/1646M
 [INFO]
 
 ___
 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


Re: [Carbon-dev] Build fail at carbon trunk : orbit/step2

2011-07-02 Thread Denis Weerasiri
 this jar was built at dependency/openid4java/target?
In my trunk build, it's openid4java-nodeps-0.9.6-SNAPSHOT-wso2v1.jar.


   Try downloading the file manually from the project website.

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

   Alternatively, if you host your own repository you can deploy the file
 there:
   mvn deploy:deploy-file -DgroupId=org.openid4java
 -DartifactId=openid4java-nodeps -Dversion=0.9.6-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
 3) org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT

 --
 1 required artifact is missing.

 for artifact:
   com.google.step2.wso2:step2:bundle:1.0.wso2v1

 from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   step2 (http://step2.googlecode.com/svn/code/java/maven),
   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: 93 minutes 48 seconds
 [INFO] Finished at: Sat Jul 02 07:06:00 EDT 2011
 [INFO] Final Memory: 1124M/1805M
 [INFO]
 

 Thanks
  --Melan

 ___
 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


Re: [Carbon-dev] Cassandra build issue in patch-release/3.2.1 version

2011-07-01 Thread Denis Weerasiri
So in the the current patch-releases/3.2.1/pom.xml, we have
to explicitly define what the correct build sequence should be. This is
gonna cause a lot of problems I guess.

On Fri, Jul 1, 2011 at 4:47 PM, Vijayaratha Vijayasingam rat...@wso2.comwrote:

 This is the current order defined in the pom;

 !-- Cassandra Component --

 module../../components/cassandra/org.wso2.carbon.cassandra.dataaccess/3.2.1/module

 module../../components/cassandra/org.wso2.carbon.cassandra.server/3.2.1/module

 module../../components/cassandra/org.wso2.carbon.cassandra.mgt.ui/3.2.1/module
*
 module../../features/cassandra/org.wso2.carbon.cassandra.feature/3.2.1/module
 *

 module../../features/cassandra/org.wso2.carbon.cassandra.dataaccess.feature/3.2.1/module

 module../../features/cassandra/org.wso2.carbon.cassandra.server.feature/3.2.1/module

 module../../features/cassandra/org.wso2.carbon.cassandra.mgt.ui.feature/3.2.1/module

 module../../features/cassandra/org.wso2.carbon.cassandra.mgt.feature/3.2.1/module

 Should be corrected as; (need to put the combined feature at the bottom)


 module../../components/cassandra/org.wso2.carbon.cassandra.dataaccess/3.2.1/module

 module../../components/cassandra/org.wso2.carbon.cassandra.server/3.2.1/module

 module../../components/cassandra/org.wso2.carbon.cassandra.mgt.ui/3.2.1/module


 module../../features/cassandra/org.wso2.carbon.cassandra.dataaccess.feature/3.2.1/module

 module../../features/cassandra/org.wso2.carbon.cassandra.server.feature/3.2.1/module

 module../../features/cassandra/org.wso2.carbon.cassandra.mgt.ui.feature/3.2.1/module

 module../../features/cassandra/org.wso2.carbon.cassandra.mgt.feature/3.2.1/module
*
 module../../features/cassandra/org.wso2.carbon.cassandra.feature/3.2.1/module
 *

 Thanks,
 -Ratha.


 On 1 July 2011 15:47, Vijayaratha Vijayasingam rat...@wso2.com wrote:

 Hi,
 Getting[1];

 -Ratha.

 p.s: please check 'cassandra' feature build order..

 [1]
 [INFO] Deleting
 C:\Projects\branch\3.2.0\features\cassandra\org.wso2.carbon.cassandra.feature\3.2.1\
 target
 [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
 [INFO] [carbon-p2:p2-feature-gen {execution: 4-p2-feature-generation}]
 [INFO] Generating feature manifest
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon

 .cassandra.server.feature/3.2.1/org.wso2.carbon.cassandra.server.feature-3.2.1.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.wso2.carbon.cassandra.server.feature:zip:3.2.1'
 in repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/carbon/org.wso2.carbon.cassandra.server.feature/
 3.2.1/org.wso2.carbon.cassandra.server.feature-3.2.1.zip
 [INFO] Unable to find resource
 'org.wso2.carbon:org.wso2.carbon.cassandra.server.feature:zip:3.2.1'
 in repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] ERROR

 Embedded error: Unable to download the artifact from any repository

 Try downloading the file manually from the project website.

 Then, install it using the command:
 mvn install:install-file -DgroupId=org.wso2.carbon
 -DartifactId=org.wso2.carbon.cassandra.server
 .feature -Dversion=3.2.1 -Dpackaging=zip -Dfile=/path/to/file

 Alternatively, if you host your own repository you can deploy the file
 there:
 mvn deploy:deploy-file -DgroupId=org.wso2.carbon
 -DartifactId=org.wso2.carbon.cassandra.server.f
 eature -Dversion=3.2.1 -Dpackaging=zip -Dfile=/path/to/file -Durl=[url]
 -DrepositoryId=[id]


   org.wso2.carbon:org.wso2.carbon.cassandra.server.feature:zip:3.2.1

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



 ___
 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


Re: [Carbon-dev] [IMPORTANT] Add relative paths for the stuff you add for 3.2.1 release

2011-07-01 Thread Denis Weerasiri
On Sat, Jul 2, 2011 at 12:01 AM, Supun Malinga sup...@wso2.com wrote:

 Hi folks,

 This is still not being done.

Fixed for bpel specific components and features.


 regards,


 On Fri, Jul 1, 2011 at 9:38 AM, Supun Malinga sup...@wso2.com wrote:

 Hi folks,

 Please make sure you have added relative paths in the components,features,
 etc.
 Otherwise you can't build 3.2.1 patch-release pom in a clean repo.


- How to do this,

 Lets take the system-statistics module. There packaging structure is as
 follows.

 components/system-statistics$ tree -L 3

 |-- org.wso2.carbon.statistics

 |   |-- 3.2.0

 |   |   |-- pom.xml

 |   |   |-- src

 |   |   `-- target

 |   `-- 3.2.1

 |   |-- pom.xml

 |   |-- src

 |   `-- target

 |-- org.wso2.carbon.statistics.ui

 |   `-- 3.2.0

 |   |-- pom.xml

 |   |-- src

 |   `-- target

 |-- pom.xml



 So in the *
 components/system-statistics/org.wso2.carbon.statistics/3.2.1/pom.xml*,
 you need to add the relative paths for the parent pom which is the, *
 components/system-statistics/pom.xml.*
 It would be like,

   parent
 groupIdorg.wso2.carbon/groupId
 artifactIdsystem-statistics/artifactId
 version3.2.0/version
 relativePath../../pom.xml/relativePath
 /parent




- How to test if this works


1. back up your existing .m2 repo (or clean the m2 repo) or
remove/move  components/system-statistics/pom.xml from the m2 repo.
2. goto *
components/system-statistics/org.wso2.carbon.statistics/3.2.1/* and
'mvn clean install'


 *Please verify all your components that was added into 3.2.1 release.*

 thanks n regards,
 --
 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




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


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

2011-06-30 Thread Denis Weerasiri
On Thu, Jun 30, 2011 at 6:03 PM, WSO2 Carbon 3.2.0 Builder (US1) 
cbuil...@wso2.org wrote:

 'orbit')
 run_from_carbon_orbit
 ;;
 'core')
 run_from_carbon_core
 ;;
 'components')
 run_from_carbon_components
 ;;
 'features')
 run_from_carbon_features
 ;;
 'products')
 run_from_carbon_products
 ;;
 'p2')
 run_from_carbon_p2
 ;;
 'help')
 echo Usage: $0 -o -h -t[all|orbit|core|components|features|products|p2]
 ;;
 esac
 ./build.sh: line 275: cd: /home/carbon320/carbon/product/carbonon/3.2.1: No
 such file or directory

Hi SupunM,
Dir locations are not correct.

 [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Building Maven Default Project
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Cannot execute mojo: clean. It requires a project with an existing
 pom.xml, but the build is not using one.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Thu Jun 30 08:33:27 EDT 2011
 [INFO] Final Memory: 7M/981M
 [INFO]
 

 set +v
 ___
 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


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

2011-06-30 Thread Denis Weerasiri
On Fri, Jul 1, 2011 at 12:16 AM, Supun Malinga sup...@wso2.com wrote:

 Hi Denis,

 On Fri, Jul 1, 2011 at 12:10 AM, Denis Weerasiri de...@wso2.com wrote:



 On Thu, Jun 30, 2011 at 6:03 PM, WSO2 Carbon 3.2.0 Builder (US1) 
 cbuil...@wso2.org wrote:

 'orbit')
 run_from_carbon_orbit
 ;;
 'core')
 run_from_carbon_core
 ;;
 'components')
 run_from_carbon_components
 ;;
 'features')
 run_from_carbon_features
 ;;
 'products')
 run_from_carbon_products
 ;;
 'p2')
 run_from_carbon_p2
 ;;
 'help')
 echo Usage: $0 -o -h -t[all|orbit|core|components|features|products|p2]
 ;;
 esac
 ./build.sh: line 275: cd: /home/carbon320/carbon/product/carbonon/3.2.1:
 No such file or directory

 Hi SupunM,
 Dir locations are not correct.


  yep. :(
 unfortunately the script ran recursively for some time before I was able to
 kill it the process. It was changing the pid for every second.

You may have not killed the right process.
ps ax|grep java
ps ax|grep svn
ps ax|grep build.sh

and kill the relevant processes.


 thanks,


  [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Building Maven Default Project
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Cannot execute mojo: clean. It requires a project with an existing
 pom.xml, but the build is not using one.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Thu Jun 30 08:33:27 EDT 2011
 [INFO] Final Memory: 7M/981M
 [INFO]
 

 set +v
 ___
 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




 --
 Supun Malinga,


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




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


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

2011-06-27 Thread Denis Weerasiri
On Mon, Jun 27, 2011 at 11:40 AM, WSO2 Carbon 3.2.0 Builder (US1) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 108411
 Node Kind: directory
 Schedule: normal
 Last Changed Author: sanjeewa
 Last Changed Rev: 108411
 Last Changed Date: 2011-06-27 06:10:25 -0400 (Mon, 27 Jun 2011)  T E S T S
 ---
 There are no tests to run.

 Results :

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

 [INFO] [jar:jar {execution: default-jar}]
 [INFO] Building jar:
 /home/carbon320/carbon/core/org.wso2.carbon.base/3.2.0/target/org.wso2.carbon.base-3.2.0.jar
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing
 /home/carbon320/carbon/core/org.wso2.carbon.base/3.2.0/target/org.wso2.carbon.base-3.2.0.jar
 to
 /home/carbon320/.m2/repository/org/wso2/carbon/org.wso2.carbon.base/3.2.0/org.wso2.carbon.base-3.2.0.jar
 [INFO]
 
 [INFO] Building WSO2 Carbon - Caching
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//i18nlog/i18nlog/1.0.9/i18nlog-1.0.9.jar
 2/2K
 2K downloaded  (i18nlog-1.0.9.jar)
 [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
 'b78866cc2bf984a07626061031ac9f7d21417b26'; remote = '?xml' - RETRYING
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//i18nlog/i18nlog/1.0.9/i18nlog-1.0.9.jar
 2/2K
 2K downloaded  (i18nlog-1.0.9.jar)

Chamith,
Shall we clean this jar as well.?

  [WARNING] Unable to get resource 'i18nlog:i18nlog:jar:1.0.9' from
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/): Checksum failed
 on download: local = 'b78866cc2bf984a07626061031ac9f7d21417b26'; remote =
 '?xml'
 Downloading:
 http://scala-tools.org/repo-releases/i18nlog/i18nlog/1.0.9/i18nlog-1.0.9.jar
 [INFO] Unable to find resource 'i18nlog:i18nlog:jar:1.0.9' in repository
 scala-tools.org (http://scala-tools.org/repo-releases)
 Downloading:
 http://repository.jboss.org/maven2//i18nlog/i18nlog/1.0.9/i18nlog-1.0.9.jar
 [WARNING] Unable to get resource 'i18nlog:i18nlog:jar:1.0.9' from
 repository jboss (http://repository.jboss.org/maven2/): Authorization
 failed: Access denied to:
 http://repository.jboss.org/maven2/i18nlog/i18nlog/1.0.9/i18nlog-1.0.9.jar
 Downloading:
 http://repo1.maven.org/maven2/i18nlog/i18nlog/1.0.9/i18nlog-1.0.9.jar
 [INFO] Unable to find resource 'i18nlog:i18nlog:jar:1.0.9' in repository
 central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) i18nlog:i18nlog:jar:1.0.9

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=i18nlog -DartifactId=i18nlog
 -Dversion=1.0.9 -Dpackaging=jar -Dfile=/path/to/file

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

  Path to dependency:
1) org.wso2.carbon:org.wso2.carbon.caching.core:bundle:3.2.0
2) org.infinispan:infinispan-core:jar:4.1.0.CR2
3) org.rhq.helpers:rhq-pluginAnnotations:jar:1.4.0.B01
4) i18nlog:i18nlog:jar:1.0.9

 --
 1 required artifact is missing.

 for artifact:
  org.wso2.carbon:org.wso2.carbon.caching.core:bundle:3.2.0

 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: 24 minutes 3 seconds
 [INFO] Finished at: Mon Jun 27 02:10:11 EDT 2011
 [INFO] Final Memory: 389M/1969M
 [INFO]
 
 ___
 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

Re: [Carbon-dev] test failure in dependencies/ode/1.3.5-wso2v3/bpel-test

2011-06-26 Thread Denis Weerasiri
On Sat, Jun 25, 2011 at 8:34 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Denis,

 I'm not getting this anymore in the local builder. Not sure what happened
 though. I double checked before sending the initial mail.

Hi,
I'm getting this errors only on 1.3.5-wso2v3 , but not in 1.3.5-wso2v2. I'll
try to figure out the reason.


 thanks,

 On Fri, Jun 24, 2011 at 2:18 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Denis,

 Will try again and let you know.



 On Fri, Jun 24, 2011 at 2:12 PM, Denis Weerasiri de...@wso2.com wrote:

 Hi Supun,
 Still do you get this error?, I tried the 3.2.1 branch with tests (ODE)
 but couldn't reproduce.

 On Thu, Jun 23, 2011 at 2:14 AM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 Full report,
 Test set: org.apache.ode.test.MessageRouting20Test

 ---
 Tests run: 21, Failures: 2, Errors: 0, Skipped: 3, Time elapsed: 229.32
 sec  FAILURE!
 testConcurrentSyncMex(org.apache.ode.test.MessageRouting20Test)  Time
 elapsed: 60.528 sec   FAILURE!
 java.lang.AssertionError: Failure report:
 Invocation#/home/release1/branches/3.2.1/dependencies/ode/1.3.5-wso2v3/bpel-test/target/test-classes/bpel/2.0/TestConcurrentSyncMex/test.properties#1:
 Exception on future object.; got exception msg: Message exchange
 org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@28ee1649timed
  out(6 ms) when waiting for a response!

 at org.junit.Assert.fail(Assert.java:74)
 at
 org.apache.ode.test.BPELTestAbstract.checkFailure(BPELTestAbstract.java:383)
 at
 org.apache.ode.test.BPELTestAbstract.go(BPELTestAbstract.java:371)
 at
 org.apache.ode.test.BPELTestAbstract.go(BPELTestAbstract.java:300)
 at
 org.apache.ode.test.BPELTestAbstract.go(BPELTestAbstract.java:285)
 at
 org.apache.ode.test.MessageRouting20Test.testConcurrentSyncMex(MessageRouting20Test.java:128)
 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.junit.internal.runners.TestMethod.invoke(TestMethod.java:59)
 at
 org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:98)
 at
 org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:79)
 at
 org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:87)
 at
 org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:77)
 at
 org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:42)
 at
 org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod(JUnit4ClassRunner.java:88)
 at
 org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51)
 at
 org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:44)
 at
 org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)
 at
 org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)
 at
 org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42)
 at
 org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
 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)

 testIMA(org.apache.ode.test.MessageRouting20Test)  Time elapsed: 72.819
 sec   FAILURE!
 java.lang.AssertionError: Failure report:
 Invocation#/home/release1/branches/3.2.1/dependencies/ode/1.3.5-wso2v3/bpel-test/target/test-classes/bpel/2.0/TestIMA/test1.properties#1:
 Exception on future object.; got exception msg: Message exchange
 org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@22a790e7timed
  out(6 ms) when waiting for a response!
 Invocation#/home/release1/branches/3.2.1/dependencies/ode/1.3.5-wso2v3/bpel-test/target/test-classes/bpel/2.0/TestIMA/test3.properties#1:
 Exception on future object.; got exception msg: Message exchange
 org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture

Re: [Carbon-dev] test failure in dependencies/ode/1.3.5-wso2v3/bpel-test

2011-06-26 Thread Denis Weerasiri
On Sun, Jun 26, 2011 at 7:02 PM, Denis Weerasiri de...@wso2.com wrote:



 On Sat, Jun 25, 2011 at 8:34 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Denis,

 I'm not getting this anymore in the local builder. Not sure what happened
 though. I double checked before sending the initial mail.

 Hi,
 I'm getting this errors only on 1.3.5-wso2v3 , but not in 1.3.5-wso2v2.
 I'll try to figure out the reason.

Attached the test report


 thanks,

 On Fri, Jun 24, 2011 at 2:18 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Denis,

 Will try again and let you know.



 On Fri, Jun 24, 2011 at 2:12 PM, Denis Weerasiri de...@wso2.com wrote:

 Hi Supun,
 Still do you get this error?, I tried the 3.2.1 branch with tests (ODE)
 but couldn't reproduce.

 On Thu, Jun 23, 2011 at 2:14 AM, Supun Malinga sup...@wso2.com wrote:

 Hi,

 Full report,
 Test set: org.apache.ode.test.MessageRouting20Test

 ---
 Tests run: 21, Failures: 2, Errors: 0, Skipped: 3, Time elapsed: 229.32
 sec  FAILURE!
 testConcurrentSyncMex(org.apache.ode.test.MessageRouting20Test)  Time
 elapsed: 60.528 sec   FAILURE!
 java.lang.AssertionError: Failure report:
 Invocation#/home/release1/branches/3.2.1/dependencies/ode/1.3.5-wso2v3/bpel-test/target/test-classes/bpel/2.0/TestConcurrentSyncMex/test.properties#1:
 Exception on future object.; got exception msg: Message exchange
 org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@28ee1649timed
  out(6 ms) when waiting for a response!

 at org.junit.Assert.fail(Assert.java:74)
 at
 org.apache.ode.test.BPELTestAbstract.checkFailure(BPELTestAbstract.java:383)
 at
 org.apache.ode.test.BPELTestAbstract.go(BPELTestAbstract.java:371)
 at
 org.apache.ode.test.BPELTestAbstract.go(BPELTestAbstract.java:300)
 at
 org.apache.ode.test.BPELTestAbstract.go(BPELTestAbstract.java:285)
 at
 org.apache.ode.test.MessageRouting20Test.testConcurrentSyncMex(MessageRouting20Test.java:128)
 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.junit.internal.runners.TestMethod.invoke(TestMethod.java:59)
 at
 org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:98)
 at
 org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:79)
 at
 org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:87)
 at
 org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:77)
 at
 org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:42)
 at
 org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod(JUnit4ClassRunner.java:88)
 at
 org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51)
 at
 org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:44)
 at
 org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)
 at
 org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)
 at
 org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42)
 at
 org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
 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)

 testIMA(org.apache.ode.test.MessageRouting20Test)  Time elapsed: 72.819
 sec   FAILURE!
 java.lang.AssertionError: Failure report:
 Invocation#/home/release1/branches/3.2.1/dependencies/ode/1.3.5-wso2v3/bpel-test/target/test-classes/bpel/2.0/TestIMA/test1.properties#1:
 Exception on future object.; got exception msg: Message exchange
 org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@22a790e7timed
  out(6 ms) when waiting for a response!
 Invocation#/home/release1/branches/3.2.1/dependencies/ode/1.3.5-wso2v3/bpel-test/target/test-classes/bpel/2.0/TestIMA/test3.properties#1:
 Exception on future object.; got

Re: [Carbon-dev] bps integration test failed 3.2.1 build

2011-06-24 Thread Denis Weerasiri
On Thu, Jun 23, 2011 at 10:43 AM, Supun Malinga sup...@wso2.com wrote:

 Failed tests:
   testTemplate(org.wso2.bps.test.PubSubTest)

Hi SupunM,
Couldn't reproduce this test fail.
Please let me know if you encountered it again.

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

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



 surefire-reports,

 ---
 Test set: org.wso2.bps.test.TestRunner

 ---
 Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 95.026 sec
  FAILURE!
 testTemplate(org.wso2.bps.test.PubSubTest)  Time elapsed: 0.278 sec  
 FAILURE!
 junit.framework.AssertionFailedError: axis2ns20:UnknownFault
 at junit.framework.Assert.fail(Assert.java:47)
 at
 org.wso2.bps.test.utils.BPSTestUtils.sendRequest(BPSTestUtils.java:142)
 at org.wso2.bps.test.PubSubTest.pubSubInProc(PubSubTest.java:43)
 at org.wso2.bps.test.PubSubTest.runSuccessCase(PubSubTest.java:55)
 at
 org.wso2.carbon.integration.core.TestTemplate.testTemplate(TestTemplate.java:44)
 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 junit.framework.TestCase.runTest(TestCase.java:164)
 at junit.framework.TestCase.runBare(TestCase.java:130)
 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 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)


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




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


Re: [Carbon-dev] test failure in dependencies/ode/1.3.5-wso2v3/bpel-test

2011-06-24 Thread Denis Weerasiri
 on future object.; got exception msg: Message exchange
 org.apache.ode.bpel.engine.MyRoleMessageExchangeImpl$ResponseFuture@688a3052timed
  out(6 ms) when waiting for a response!

 at org.junit.Assert.fail(Assert.java:74)
 at
 org.apache.ode.test.BPELTestAbstract.checkFailure(BPELTestAbstract.java:383)
 at
 org.apache.ode.test.BPELTestAbstract.go(BPELTestAbstract.java:371)
 at
 org.apache.ode.test.BPELTestAbstract.go(BPELTestAbstract.java:300)
 at
 org.apache.ode.test.BPELTestAbstract.go(BPELTestAbstract.java:285)
 at
 org.apache.ode.test.MessageRouting20Test.testIMA(MessageRouting20Test.java:132)
  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.junit.internal.runners.TestMethod.invoke(TestMethod.java:59)
 at
 org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:98)
 at
 org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:79)
 at
 org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:87)
 at
 org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:77)
 at
 org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:42)
 at
 org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod(JUnit4ClassRunner.java:88)
 at
 org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51)
 at
 org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:44)
 at
 org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)
 at
 org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)
 at
 org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42)
 at
 org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
 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)



 --
 Supun Malinga,

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




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


Re: [Carbon-dev] test failures in dependencies/sandesha in 3.2.0 branch

2011-06-21 Thread Denis Weerasiri
On Wed, Jun 22, 2011 at 1:01 AM, Supun Malinga sup...@wso2.com wrote:

 Hi all,

 building from a clean repo,
 getting lots of errors, this is only one.

Hi, Can you try it again. This is an intermittent issue.


 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.32 sec
 Running org.apache.sandesha2.faulttests.CreateSequenceRefusedFaultTest
 Jun 21, 2011 6:52:10 PM org.apache.axis2.deployment.util.TempFileManager
 clinit
 INFO: TempFileManager::unable to delete
 /tmp/axis2-tmp-6231754738085633397.tmp
 Jun 21, 2011 6:52:10 PM org.apache.axis2.deployment.util.TempFileManager
 clinit
 INFO: TempFileManager::unable to delete
 /tmp/axis2-tmp-5427894494804915902.tmp
 Jun 21, 2011 6:52:11 PM org.apache.axis2.deployment.ModuleDeployer deploy
 INFO: Deploying module: addressing-1.6.1-wso2v1 -
 file:/home/carbon/carbon-3.2.0/dependencies/sandesha/1.6.1-wso2v1/modules/tests/target/repos/server/modules/addressing-1.6.1-wso2v1.mar
 Jun 21, 2011 6:52:11 PM org.apache.axis2.deployment.ModuleDeployer deploy
 INFO: Deploying module: sandesha2-1.6.1-wso2v1 -
 file:/home/carbon/carbon-3.2.0/dependencies/sandesha/1.6.1-wso2v1/modules/tests/target/repos/server/modules/sandesha2-1.6.1-wso2v1.mar
 Jun 21, 2011 6:52:11 PM org.apache.axis2.deployment.DeploymentEngine
 addServiceGroup
 INFO: Deploying Web service: RMSampleService.aar -
 file:/home/carbon/carbon-3.2.0/dependencies/sandesha/1.6.1-wso2v1/modules/tests/target/repos/server/services/RMSampleService.aar
 Jun 21, 2011 6:52:11 PM
 org.apache.axis2.transport.http.server.DefaultConnectionListener run
 INFO: Listening on port 8060
 Jun 21, 2011 6:52:12 PM org.apache.sandesha2.util.SequenceManager
 setupNewSequence
 SEVERE: The acksTo 'http://www.w3.org/2005/08/addressing/none' is not
 valid.
 Jun 21, 2011 6:52:12 PM org.apache.sandesha2.util.FaultManager
 makeCreateSequenceRefusedFault
 WARNING: The Create Sequence request has been refused by the RM
 Destination,  AcksTo can not be http://www.w3.org/2005/08/addressing/none
 ?xml version='1.0' encodin
 g='UTF-8'?soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/;soapenv:Headerwsrm:SequenceFault
 xmlns:wsrm=http://docs.oasis-open.org/ws-rx/wsrm/200702;wsrm:FaultCodewsrm:CreateSequenceRefused/wsrm:FaultCodewsrm:DetailAcksTo
 can not be http://www.w3.org/2005/08/addressing/none
 /wsrm:Detail/wsrm:SequenceFault/soapenv:Headersoapenv:Bodysoapenv:FaultfaultcodeClient/faultcodefaultstring/faultstringdetailjava.lang.Exception
  at
 org.apache.sandesha2.util.SequenceManager.setupNewSequence(SequenceManager.java:99)
 at
 org.apache.sandesha2.msgprocessors.CreateSeqMsgProcessor.processInMessage(CreateSeqMsgProcessor.java:143)
  at
 org.apache.sandesha2.msgreceivers.RMMessageReceiver.invokeBusinessLogic(RMMessageReceiver.java:94)
 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.HTTPWorker.service(HTTPWorker.java:296)
 at
 org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
  at
 org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
 at
 org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)
  at
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  at java.lang.Thread.run(Thread.java:619)
 /detail/soapenv:Fault/soapenv:Body/soapenv:Envelope
 [SimpleHTTPServer] Stop called
 Jun 21, 2011 6:52:12 PM
 org.apache.axis2.transport.http.server.SimpleHttpServer destroy
 INFO: Shut down connection listener
 Jun 21, 2011 6:52:12 PM
 org.apache.axis2.transport.http.server.SimpleHttpServer destroy
 INFO: Shut down HTTP processors
 Jun 21, 2011 6:52:12 PM
 org.apache.axis2.transport.http.server.SimpleHttpServer destroy
 INFO: HTTP protocol handler shut down
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.438 sec


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




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

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

2011-06-20 Thread Denis Weerasiri
 resource
 'org.apache.axis2:axis2-parent:pom:1.6.1-wso2v1' in repository
 repository.dev.java.net-maven2 (http://download.java.net/maven/2/)
 Downloading:
 http://repo1.maven.org/maven2/org/apache/axis2/axis2-parent/1.6.1-wso2v1/axis2-parent-1.6.1-wso2v1.pom
 [INFO] Unable to find resource
 'org.apache.axis2:axis2-parent:pom:1.6.1-wso2v1' in repository central (
 http://repo1.maven.org/maven2)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/axis2/axis2-parent/1.6.1-wso2v1/axis2-parent-1.6.1-wso2v1.pom
 2/2K
 2K downloaded  (axis2-parent-1.6.1-wso2v1.pom)
 [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
 'b78866cc2bf984a07626061031ac9f7d21417b26'; remote = '?xml' - RETRYING
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/axis2/axis2-parent/1.6.1-wso2v1/axis2-parent-1.6.1-wso2v1.pom
 2/2K
 2K downloaded  (axis2-parent-1.6.1-wso2v1.pom)
 [WARNING] Unable to get resource
 'org.apache.axis2:axis2-parent:pom:1.6.1-wso2v1' from repository wso2-nexus
 (http://maven.wso2.org/nexus/content/groups/wso2-public/): Checksum failed
 on download: local = 'b78866cc2bf984a07626061031ac9f7d21417b26'; remote =
 '?xml'
 Downloading:
 http://repo1.maven.org/maven2/org/apache/axis2/axis2-parent/1.6.1-wso2v1/axis2-parent-1.6.1-wso2v1.pom
 [INFO] Unable to find resource
 'org.apache.axis2:axis2-parent:pom:1.6.1-wso2v1' in repository central (
 http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: null:axis2-aar-maven-plugin:maven-plugin:null

 Reason: Cannot find parent: org.apache.axis2:axis2-parent for project:
 null:axis2-aar-maven-plugin:maven-plugin:null for project
 null:axis2-aar-maven-plugin:maven-plugin:null


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 20 seconds
 [INFO] Finished at: Sun Jun 19 22:50:13 EDT 2011
 [INFO] Final Memory: 185M/1254M
 [INFO]
 
 ___
 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


Re: [Carbon-dev] Build errors in trunk dependencies/shindig

2011-06-19 Thread Denis Weerasiri
On Sat, Jun 18, 2011 at 10:59 PM, Pradeep Fernando prad...@wso2.com wrote:

 On Sat, Jun 18, 2011 at 2:08 PM, Kathiravelu Pradeeban
 pradee...@wso2.com wrote:
  On Sat, Jun 18, 2011 at 1:52 PM, prasath nadarajah
  n.prasath@gmail.com wrote:
  Me too got the same error!
  Ok when you manually downloadded the javax.servlet:jstl:jar:1.2 file
  where to place it in carbon?
 
  You can install it using,
  mvn install:install-file -DgroupId=javax.servlet -DartifactId=jstl
  -Dversion=1.2 -Dpackaging=jar -Dfile=/path/to/file
  as it says.
 
  But that is not the way to build. Isn't this issue fixed yet?
 
 
  On Fri, Jun 17, 2011 at 10:56 AM, Pradeep Fernando prad...@wso2.com
 wrote:
 
  On Fri, Jun 17, 2011 at 9:31 AM, Nuwan Bandara nu...@wso2.com wrote:
   An online build should not get that build break.


 Nuwan please fix this. you get this error when you are building with a
 clean repo.

+1


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


  1   2   3   4   >