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

2012-02-27 Thread Waruna Ranasinghe
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;value1/arr
       arr xmlns=http://www.arraybpel.process;value2/arr
    /p:ArrayBPELProcessRequest
 /body

 And the error log is:

 [2012-02-28 11:45:12,148]  INFO - ASSIGN - Assignment Fault:
 {http://docs.oasis-
 open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=73,faultExplanati
 on={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
 M
 ultiple results for expression: 'tns:arr[$Counter]' against '?xml
 version=1.0
  encoding=UTF-8?
 ArrayBPELProcessRequest xmlns=http://www.arraybpel.process;
 xmlns:p=http://ww
 w.arraybpel.process xmlns:s=http://schemas.xmlsoap.org/soap/envelope/;
 xmlns:w
 sa=http://www.w3.org/2005/08/addressing;arr
 xmlns=http://www.arraybpel.proce
 ssvalue1/arrarr
 xmlns=http://www.arraybpel.process;value2/arr/ArrayBPE
 LProcessRequest'
 [2012-02-28 11:45:12,168]  WARN - BpelProcess - Instance 270 of
 {http://www.arra
 ybpel.process}ArrayBPELProcess-9 has completed with fault: FaultData:
 [faultName
 ={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
 fau
 lType=null
 ({http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionF
 ailure: Multiple results for expression: 'tns:arr[$Counter]' against '?xml
 vers
 ion=1.0 encoding=UTF-8?
 ArrayBPELProcessRequest xmlns=http://www.arraybpel.process;
 xmlns:p=http://ww
 w.arraybpel.process xmlns:s=http://schemas.xmlsoap.org/soap/envelope/;
 xmlns:w
 sa=http://www.w3.org/2005/08/addressing;arr
 xmlns=http://www.arraybpel.proce
 ssvalue1/arrarr
 xmlns=http://www.arraybpel.process;value2/arr/ArrayBPE
 LProcessRequest')] @73


 Could someone please comment what's going wrong in this?

 Thanks,
  - Chethiya

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


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

2012-02-15 Thread Waruna Ranasinghe
 Engineer;
 Integration Technologies Team; WSO2 Inc.; http://wso2.com,
 email: keheliya [AT] wso2.com
 mobile: +94 71 551 8881
 blog: http://galpotha.wordpress.com
 twitter: http://twitter.com/keheliya
 linked-in: 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




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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


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

2012-02-14 Thread Waruna Ranasinghe
On Tue, Feb 14, 2012 at 10:06 PM, Sameera Jayasoma same...@wso2.com wrote:


 On Tue, Feb 14, 2012 at 9:54 PM, Keheliya Gallaba kehel...@wso2.com wrote:

 Hi Thilini,

 I think currently we can have that functionality via unified endpoints.
 You can refer to an external endpoint configuration in the deploy.xml like
 the following:

     invoke partnerLink=CreditRatingPL
     service name=crns:CreditRatingService
 port=CreditRatingPort
     endpoint xmlns=http://wso2.org/bps/bpel/endpoint/config;
   endpointReference=CreditRatingService.epr/
     /service
     /invoke

 That file can define an address like this:

 wsa:EndpointReference
     xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
     xsi:schemaLocation=http://www.w3schools.com uep_schema.xsd
     xmlns:wsa=http://www.w3.org/2005/08/addressing;
     xmlns:wsdl11=http://schemas.xmlsoap.org/wsdl/;

 wsa:Addresshttp://localhost:9000/services/CreditRatingService//wsa:Address
 /wsa:EndpointReference

 One restriction is you will have to define a config file for each distinct
 invoke in a process. But the advantage is, when the environment changes you
 can just change the file without changing the deployment artifact.


 You meant to say each external Web service consumed by the business process
Yes

 or each  invoke in a process. There can be multiple invokes which talks to
 the same service endpoint.

 Thanks,
 Sameera.


 Regards,
 Keheliya


 On Tue, Feb 14, 2012 at 9:38 PM, Paul Fremantle p...@wso2.com wrote:

 Isn't this something that our endpoint unification is meant to take care
 of?

 Paul

 On 14 February 2012 15:16, Thilini Ishaka thil...@wso2.com wrote:


 Hi All,

 Consider a situation where we have multiple service (partner services)
 invocations in a business process.
 We need to change soap:address location for each and every wsdl once a
 particular service uri is changed from x to y. This is a frequent situation
 which we need one step solution.
 I would suggest two approaches as;

 Have a single configuration file which lists soap:address location for
 each wsdl (Then you only require to change the URIs inside the config
 file);
 1. A script based solution. (perl/python)
 2. Write an own wsdl extension

 What would be the best solution here?
 kindly appreciate your thoughts.

 Thanks
 Thilini

 Regards

 Thilini Ishaka
 WSO2 Inc


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




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

 UK: +44 207 096 0336
 US: +1 646 595 7614

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

 wso2.com Lean Enterprise Middleware

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


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




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



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




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

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

 Lean . Enterprise . Middleware

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] [Bamboo-Build] WSO2 Carbon Trunk WSO2 Carbon - Platform Trunk #197 has FAILED (8 tests failed, 7 failures were new). Change made by pradeeban, kasunw and waruna.

2012-02-11 Thread Waruna Ranasinghe
 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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


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

2012-02-10 Thread Waruna Ranasinghe
Hi Pradeepan,

I commented out this module from the pom last night since there was no such
module. Please un-comment when you checking the source code for the module.

Thanks,
Waruna

On Sat, Feb 11, 2012 at 7:01 AM, Kathiravelu Pradeeban
pradee...@wso2.comwrote:

 Fixed it in the r120380.

 [Apologies for the inconvenience caused. It was due to an entry in the
 parent pom to a child module, which I should have removed before
 committing, as I didn't want to commit it at that time due to some more
 pending improvement to that child module.]

 Thank you.
 Regards,
 Pradeeban.

 On Fri, Feb 10, 2012 at 11:53 PM, 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/›
 #193http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-193/
 failed

 Code has been updated by 
 amilajhttp://builder4.us1.wso2.org:/bamboo/browse/author/amilaj,
 nuwanw http://builder4.us1.wso2.org:/bamboo/browse/author/nuwanw,
 sanjayavhttp://builder4.us1.wso2.org:/bamboo/browse/author/sanjayav,
 lalaji http://builder4.us1.wso2.org:/bamboo/browse/author/lalaji,
 dilshan http://builder4.us1.wso2.org:/bamboo/browse/author/dilshan,
 pradeebanhttp://builder4.us1.wso2.org:/bamboo/browse/author/pradeeban,
 ruchira http://builder4.us1.wso2.org:/bamboo/browse/author/ruchira,
 prabathahttp://builder4.us1.wso2.org:/bamboo/browse/author/prabatha,
 deep http://builder4.us1.wso2.org:/bamboo/browse/author/deep,
 supunm http://builder4.us1.wso2.org:/bamboo/browse/author/supunm,
 amila http://builder4.us1.wso2.org:/bamboo/browse/author/amila,
 dinusha http://builder4.us1.wso2.org:/bamboo/browse/author/dinusha,
 nuwan http://builder4.us1.wso2.org:/bamboo/browse/author/nuwan.

 No failed tests found, a possible compilation error.
Failing 
 Jobshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-193/
 Job
 Duration Tests[image: Failed]  WSO2 Carbon Trunk Build 
 Processhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-193/
  (Default
 Stage)  61 minutes  No tests found  
 Logshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-193/log|
 Artifactshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-193/artifact
  Code
 Changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-193/commit/
   View
 all 22 code 
 changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-193/commit/
 dilshan http://builder4.us1.wso2.org:/bamboo/browse/author/dilshan
 Label changes to reflect Jaggery  120374
 ruchirahttp://builder4.us1.wso2.org:/bamboo/browse/author/ruchira
 Renaming XSLT hostobject
  120373
 pradeebanhttp://builder4.us1.wso2.org:/bamboo/browse/author/pradeeban
 Committing the status-monitor component, that monitors the current status
 of the stratos services.
 TODO: The status-monitor-agent component commits will follow.
  120372   19 more 
 changes…http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-193/commit
  View
 Onlinehttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-193
 | Add 
 Commentshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-193?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




 --
 Kathiravelu Pradeeban.
 Software Engineer.
 Cloud Technologies Team.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/
 M: +94 776 477 976


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] [Bamboo-Build] WSO2 Carbon Trunk WSO2 Carbon - Platform Trunk #161 has FAILED (9 tests failed, no failures were new). Change made by 4 authors.

2012-02-01 Thread Waruna Ranasinghe
sent from my mobile.
On Feb 1, 2012 7:30 PM, Subash Chaturanga sub...@wso2.com wrote:



 On Wed, Feb 1, 2012 at 6:21 PM, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi Greg team,

  I build with a clean repo locally. In that also  two testes were
failed. I have attached the sure-fire rports of them with this.


 Hi I took a complete up on trunk and still couldn't reproduce those test
failures. Still trying to reproduce.
Have a look at the surefire reports. It will give you an idea.





 Thanks
 Shammi


 On Wed, Feb 1, 2012 at 3:52 PM, Shammi Jayasinghe sha...@wso2.com
wrote:

 Hi Greg Team,


 Please fix the following test fails.

 Thanks
 Shammi

 On Wed, Feb 1, 2012 at 3:41 PM, Bamboo cbuil...@wso2.org wrote:

 WSO2 Carbon Trunk › WSO2 Carbon - Platform Trunk › #161 failed

 This build was manually triggered by BambooBuilder.

 9/7661 tests failed.

 Failing Jobs
 Job
 Duration
 Tests
 WSO2 Carbon Trunk Build Process (Default Stage)
 365 minutes
 9 of 7661 failed
 Logs | Artifacts
 Code Changes
 View all 5 code changes
 nuwan
 doc changes
 119935
 supunm
 correcting parent pom.
 119934
 anjana
 setting quartz to WARN debug level
 119933
 2 more changes…
 Tests
 View full test details
 9 Existing Test Failures
 Test
 Job
 EndpointTest testServiceAddingEndpointsWithWsdl
 WSO2 Carbon Trunk Build Process
 EndpointTest testAddWsdlWithEndpoints
 WSO2 Carbon Trunk Build Process
 ServiceTest testServiceRename
 WSO2 Carbon Trunk Build Process
 ServiceTest testServiceAttachments
 WSO2 Carbon Trunk Build Process
 ServiceTest testServiceSearch
 WSO2 Carbon Trunk Build Process
 WSDLTest testEditWSDL
 WSO2 Carbon Trunk Build Process
 WSDLTest testAddWSDL
 WSO2 Carbon Trunk Build Process
 RegistryTestServerManager startServer
 WSO2 Carbon Trunk Build Process
 XMLResourceAddTestCase testTemplate
 WSO2 Carbon Trunk Build Process
 View Online | Add Comments

 This message was sent by Atlassian Bamboo.

 If you wish to stop receiving these emails edit your user profile or
notify your administrator.


 ___
 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





 --
 Best Regards,

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





 --

 Subash Chaturanga
 Software Engineer
 WSO2 Inc. http://wso2.com

 email - sub...@wso2.com
 phone - 077 2225922


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

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


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

2012-01-26 Thread Waruna Ranasinghe
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?

If we need to remove the externals, then we will have to commit the same
wsdl to two separate locations. I do not think that is a good practice.

Thanks,
Waruna



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




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

Re: [Carbon-dev] [Bamboo-Build] WSO2 Carbon Trunk WSO2 Carbon - Platform Trunk #133 has FAILED (1 tests failed). Change made by tharindu, senaka and buddhikac.

2012-01-20 Thread Waruna Ranasinghe
On Sat, Jan 21, 2012 at 7:19 AM, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi Denis,

 Thanks for fixing the previous test failure. Could you please have a
 look on org.apache.ode.scheduler.simple.SimpleSchedulerTest

I disabled the tests in ODE Simple-Scheduler, since they fail
intermittently.



 failure as well.

 Thanks
 Shammi

 On Sat, Jan 21, 2012 at 6:59 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/›
 #133http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-133/
 failed

 Code has been updated by 
 tharinduhttp://builder4.us1.wso2.org:/bamboo/browse/author/tharindu,
 senaka http://builder4.us1.wso2.org:/bamboo/browse/author/senaka,
 buddhikachttp://builder4.us1.wso2.org:/bamboo/browse/author/buddhikac
 .

 *1/7571* tests failed.
   Failing 
 Jobshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-133/
 Job
 Duration Tests[image: Failed]  WSO2 Carbon Trunk Build 
 Processhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-133/
  (Default
 Stage)  264 minutes  1 of 7571 failed  
 Logshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-133/log|
 Artifactshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-133/artifact
  Code
 Changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-133/commit/
   View
 all 4 code 
 changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-133/commit/
 tharinduhttp://builder4.us1.wso2.org:/bamboo/browse/author/tharindu
 adding property to service stats - feature complete  119266
 senakahttp://builder4.us1.wso2.org:/bamboo/browse/author/senaka
 Fixing JIRA Issue 
 CARBON-12255http://builder4.us1.wso2.org:/bamboo/project/jiraRedirect.action?jiraIssueKey=CARBON-12255bambooProjectKey=WSO2CARBONTUNK.
  119260
 buddhikachttp://builder4.us1.wso2.org:/bamboo/browse/author/buddhikac
 Bug fixes and improvements to index ui also including patch provided by
 chamath for ui.
  119257   1 more 
 changes…http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-133/commit
 Testshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-133/test
   View
 full test 
 detailshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-133/test
1
 New Test Failures   Test Job SimpleSchedulerTest
 testImmediateSchedulinghttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-133/test/case/1611233
   WSO2
 Carbon Trunk Build 
 Processhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-133/test
  View
 Onlinehttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-133
 | Add 
 Commentshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-133?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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Data Services Mediator for ESB

2012-01-18 Thread Waruna Ranasinghe
Now we have two methods to consume data services. What is the best practice?

Won't this affect the non-blocking manner of Synspse, given that the thread
get blocked until response received from dataservice?

thanks,
waruna

sent from my mobile.
On Jan 18, 2012 5:04 PM, Dinusha Senanayaka dinu...@wso2.com wrote:

 Hi All,

 We are going to develop a ESB mediator which can be shipped as a feature
 and once this feature is installed within ESB, the DS mediator can be used
 to make data services calls in-line, without making actual SOAP requests,
 but it will use in-memory calls to invoke data service operations.

 So this will add the capability to have .dbs file in registry or some
 other file location and invoke the data-service operations without
 deploying the .dbs as a data-service and process the response within the
 ESB.

 Possible mediator configuration will look as follows:

 !-- normal request --
 dsCall serviceName/servicePath=...  !--
 serviceName is used when calling to a actually deployed data-service within
 current service configuration 

 servicePath is used to invoke a operation from .dbs file which has not
 deployed --
   operation/resource name/path=.. /   !--
 operation name or resource path to be invoke --
   params expression=xpath   !-- xpath
 expression is optional, which can be defined to take all input parameters.
 --
 param name=name1 value=value1 /!-- if the xpath
 expression in params is not provided then provide the parameters in line
 --
 param name=arrayName1 value=arrayVal1 /
 param name=arrayName1 value=arrayVal2 /
 param name=.. expression=xpath / !-- inline
 parameter value can be provided through xpath --
   params
   /operation
   target expression=xpath /   !-- If
 the xpath is not provided, response message after invoking the operation
 will added as fist child element of

 the SOAP body. If an xpath expression is provided then it will set in the
 given location.
 /dsCall

 !-- batch request --
 dsCall serviceName/servicePath=...
   operation/resource name/path=../
   params expression=xpath
 batch expression=xpath  !-- xpath
 expression can be used to define parameter set for a one batch --
   param name=name1 value=value1 /
   param name=arrayName1 value=arrayVal1 /
   param name=arrayName1 value=arrayVal2 /
   param name=.. expression=xpath /
 batch
 batch ./batch
   params

 /dsCall

 !-- boxcarring --
 dsCall serviceName/servicePath=...
   boxcarring
 request
   operation/resource name/path=.. /
 params expression=xpath
   param name=name1 value=value1 /
   param name=arrayName1 value=arrayVal1 /
   param name=arrayName1 value=arrayVal2 /
   param name=.. expression=xpath /
 params
   /operation
 /request
 request .../request
   /boxcarring

   target expression=xpath /

 /dsCall

 Appreciate any feedback and ideas.

 Regards,
 Dinusha.

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


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


Re: [Carbon-dev] Unable to start BPS server when set offset value - trunk build

2012-01-17 Thread Waruna Ranasinghe
Hi krishantha,

this happens when the Registry and the BPEL databases are out of sync.

sent from my mobile.
On Jan 17, 2012 3:11 PM, Krishantha Samaraweera krishan...@wso2.com
wrote:

 Hi,

 I see the following error when starting BPS trunk build with registry
 mounts.

 [2012-01-17 14:53:51,247] ERROR - TenantProcessStoreImpl - Cannot find
 DeploymentUnitDAO instance for package LoanService-8.
 [2012-01-17 14:53:51,247] ERROR - BPELDeployer - Error deploying BPEL
 package: LoanService.zip
 org.wso2.carbon.bpel.core.ode.integration.store.BPELDeploymentException:
 Cannot find DeploymentUnitDAO instance for package LoanService-8.
  at
 org.wso2.carbon.bpel.core.ode.integration.store.TenantProcessStoreImpl.loadExistingBPELPackage(TenantProcessStoreImpl.java:645)
 at
 org.wso2.carbon.bpel.core.ode.integration.store.TenantProcessStoreImpl.reloadExistingVersionsOfBPELPackage(TenantProcessStoreImpl.java:506)
  at
 org.wso2.carbon.bpel.core.ode.integration.store.TenantProcessStoreImpl.deploy(TenantProcessStoreImpl.java:210)
 at org.wso2.carbon.bpel.deployer.BPELDeployer.deploy(BPELDeployer.java:94)
  at
 org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
 at
 org.wso2.carbon.utils.deployment.GhostDeployer.deploy(GhostDeployer.java:126)
  at
 org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
 at
 org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:810)
  at
 org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)
 at
 org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:371)
  at
 org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254)
 at
 org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:139)
  at
 org.wso2.carbon.core.CarbonAxisConfigurator.loadServices(CarbonAxisConfigurator.java:434)
 at
 org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:95)
  at
 org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65)
 at
 org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:359)
  at
 org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:257)
 at
 org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:117)
  at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
 at
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  at
 org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

 Thanks,
 Krishantha.


 On Tue, Jan 17, 2012 at 2:49 PM, Krishantha Samaraweera 
 krishan...@wso2.com wrote:

 Hi,

 I was trying to start BPS server (trunk build) and got the following
 error. Further investigation reveals that issue caused after changing
 default offset value. Our system automation tests are failing due to this
 error. Please have a look.

 Exception
 =n
 [2012-01-17 14:40:35,699] ERROR - Database - Failed to resolved external
 DataSource at htds
 javax.naming.ServiceUnavailableException [Root exception is
 java.rmi.ConnectException: Connection refused to host: localhost; nested
 exception is:
  java.net.ConnectException: Connection refused]
 at
 com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
  at
 com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:107)
 at
 org.wso2.carbon.utils.multitenancy.CarbonContextHolder$CarbonInitialJNDIContext.lookup(CarbonContextHolder.java:1034)
  at javax.naming.InitialContext.lookup(InitialContext.java:392)
 at
 org.wso2.carbon.humantask.core.db.Database.lookupInJndi(Database.java:156)
  at
 org.wso2.carbon.humantask.core.db.Database.initExternalDb(Database.java:127)
 at
 org.wso2.carbon.humantask.core.db.Database.initDataSource(Database.java:122)
  at org.wso2.carbon.humantask.core.db.Database.start(Database.java:77)
 at
 org.wso2.carbon.humantask.core.HumanTaskServer.initDataSource(HumanTaskServer.java:92)
  at
 org.wso2.carbon.humantask.core.HumanTaskServer.init(HumanTaskServer.java:61)
 at
 org.wso2.carbon.humantask.core.internal.HumanTaskServiceComponent.initHumanTaskServer(HumanTaskServiceComponent.java:83)
  at
 org.wso2.carbon.humantask.core.internal.HumanTaskServiceComponent.activate(HumanTaskServiceComponent.java:63)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
 at
 org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:252)
  at
 

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

2012-01-12 Thread Waruna Ranasinghe
I missed the pom in my first commit. Pom was committed with the revision
118944.


Thanks,
Waruna
On Thu, Jan 12, 2012 at 6:01 PM, 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/›
 #101http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-101/
 failed

 Code has been updated by 
 janakahttp://builder4.us1.wso2.org:/bamboo/browse/author/janaka,
 rajika http://builder4.us1.wso2.org:/bamboo/browse/author/rajika,
 amani http://builder4.us1.wso2.org:/bamboo/browse/author/amani,
 waruna http://builder4.us1.wso2.org:/bamboo/browse/author/waruna,
 nuwanw http://builder4.us1.wso2.org:/bamboo/browse/author/nuwanw,
 subash http://builder4.us1.wso2.org:/bamboo/browse/author/subash,
 isuruw http://builder4.us1.wso2.org:/bamboo/browse/author/isuruw,
 senaka http://builder4.us1.wso2.org:/bamboo/browse/author/senaka,
 lalaji http://builder4.us1.wso2.org:/bamboo/browse/author/lalaji.

 No failed tests found, a possible compilation error.
   Failing 
 Jobshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-101/
 Job
 Duration Tests[image: Failed]  WSO2 Carbon Trunk Build 
 Processhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-101/
  (Default
 Stage)  1 minute  7790 passed  
 Logshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-101/log|
 Artifactshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-101/artifact
  Code
 Changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-101/commit/
   View
 all 20 code 
 changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-101/commit/
 lalaji http://builder4.us1.wso2.org:/bamboo/browse/author/lalaji
 Update the default value of applyDefaultStyle  118939
 warunahttp://builder4.us1.wso2.org:/bamboo/browse/author/waruna
 Fix for 
 CARBON-12136http://builder4.us1.wso2.org:/bamboo/project/jiraRedirect.action?jiraIssueKey=CARBON-12136bambooProjectKey=WSO2CARBONTUNK
 118938
 lalajihttp://builder4.us1.wso2.org:/bamboo/browse/author/lalaji
 Seperate gadget tld from gadget initializer bundle  118936   17 more
 changes…http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-101/commit
  View
 Onlinehttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-101
 | Add 
 Commentshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-101?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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] [Bamboo-Build] WSO2 Carbon Trunk WSO2 Carbon - Platform Trunk #90 has FAILED (1 tests failed). Change made by shammi, azeez and chanaka.

2012-01-10 Thread Waruna Ranasinghe
Hi Azeez,

SimpleSchedulerTest in ODE has many Thread.sleep, basically these tests
depends on time. This could be the reason for the failure.

Thanks,
Waruna
On Wed, Jan 11, 2012 at 6:42 AM, Afkham Azeez az...@wso2.com wrote:

 Waruna, why is this ODE test failing?


 http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-90/test/case/1611233

 On Wed, Jan 11, 2012 at 3:55 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/›
 #90http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-90/
 failed

 Code has been updated by 
 shammihttp://builder4.us1.wso2.org:/bamboo/browse/author/shammi,
 azeez http://builder4.us1.wso2.org:/bamboo/browse/author/azeez,
 chanaka http://builder4.us1.wso2.org:/bamboo/browse/author/chanaka.

 *1/7768* tests failed.
Failing 
 Jobshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-90/
 Job
 Duration Tests[image: Failed]  WSO2 Carbon Trunk Build 
 Processhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-90/
  (Default
 Stage)  292 minutes  1 of 7768 failed  
 Logshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-90/log|
 Artifactshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-90/artifact
  Code
 Changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-90/commit/
   View
 all 6 code 
 changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-90/commit/
 shammi http://builder4.us1.wso2.org:/bamboo/browse/author/shammi
 Fixing https://wso2.org/jira/browse/STRATOS-1884  118773
 chanakahttp://builder4.us1.wso2.org:/bamboo/browse/author/chanaka
 Fix for issue https://wso2.org/jira/browse/CARBON-8614  118772
 shammihttp://builder4.us1.wso2.org:/bamboo/browse/author/shammi
 Fixing https://wso2.org/jira/browse/STRATOS-1884  118771   3 more
 changes…http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-90/commit
 Testshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-90/test
   View
 full test 
 detailshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-90/test
1
 New Test Failures   Test Job SimpleSchedulerTest
 testImmediateSchedulinghttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-90/test/case/1611233
   WSO2
 Carbon Trunk Build 
 Processhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-90/test
  View
 Onlinehttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-90
 | Add 
 Commentshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-90?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




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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Exception while running BPS tests - something to do with the introduction of InputStreamHandler

2012-01-03 Thread Waruna Ranasinghe
)

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




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

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




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

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


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

2011-12-22 Thread Waruna Ranasinghe
Hi senaka,

Denis has already fixed the ODE test failure reported in the previous
Bamboo report. It is confirmed in this report. Please read the Bamboo
report. To find the exact reason for the build failure, you need to refer
the full build log. Looks like it is Stratos ESB Distribution.

sent from my mobile.
On Dec 23, 2011 9:44 AM, Senaka Fernando sen...@wso2.com wrote:

 Hi Srinath,

 By the way, I believe that Denis might have fixed this already, or he's
 looking into this right now.

 Thanks,
 Senaka.

 On Fri, Dec 23, 2011 at 6:40 AM, Srinath Perera srin...@wso2.com wrote:

 ah ok .. sorry for the noise --Srinath


 On Fri, Dec 23, 2011 at 6:05 AM, Charith Dhanushka char...@wso2.comwrote:

 No,it came to carbon dev too.

 --charith
 Sent from my phone

 On Dec 23, 2011, at 5:35 AM, Srinath Perera srin...@wso2.com wrote:

 Hi Charith,

 Seems still they only comes to my address, not to carbon-dev, please
 check.

 --Srinath

 -- Forwarded message --
 From: Bamboo  cbuil...@wso2.orgcbuil...@wso2.org
 Date: Thu, Dec 22, 2011 at 5:10 PM
 Subject: [Bamboo-Build] WSO2 Carbon Trunk  WSO2 Carbon - Platform Trunk
  #45 has FAILED. Change made by 4 authors.
 To: srin...@wso2.comsrin...@wso2.com


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

 This build was manually triggered by 
 BambooBuilderhttp://builder4.us1.wso2.org:/bamboo/browse/user/bamboo_builder
 .

 No failed tests found, a possible compilation error.
Failing 
 Jobshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-45/
 Job
 Duration Tests[image: Failed]  WSO2 Carbon Trunk Build 
 Processhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-45/
  (Default
 Stage)  249 minutes  7705 passed  
 Logshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-45/log|
 Artifactshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-45/artifact
  Code
 Changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-45/commit/
   View
 all 4 code 
 changeshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-45/commit/
 achala http://builder4.us1.wso2.org:/bamboo/browse/author/achala
 removing old tests
  118281
 rajikahttp://builder4.us1.wso2.org:/bamboo/browse/author/rajika
 Removed qpid-client lib+csg feature.  118280
 fazlanhttp://builder4.us1.wso2.org:/bamboo/browse/author/fazlan
 Fixing 
 CARBON-11371http://builder4.us1.wso2.org:/bamboo/project/jiraRedirect.action?jiraIssueKey=CARBON-11371bambooProjectKey=WSO2CARBONTUNK
  118279   1 more 
 changes…http://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-45/commit
 Testshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-45/test
   View
 full test 
 detailshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-45/test
1
 Fixed Tests   Test Job NamespaceContextImplTest 
 testGetNamespaceUrihttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-45/test/case/1613181
   WSO2
 Carbon Trunk Build 
 Processhttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-45/test
  View
 Onlinehttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-45
 | Add 
 Commentshttp://builder4.us1.wso2.org:/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-45?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
 .



 --
 
 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/
 http://srinathsview.blogspot.com/
   Photos:  http://www.flickr.com/photos/hemapani/
 http://www.flickr.com/photos/hemapani/
  Phone: 0772360902

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




 --
 
 Srinath Perera, Ph.D.
   Senior Software Architect, WSO2 Inc.
   Visiting Faculty, University of Moratuwa
   Member, Apache Software Foundation
   Research Scientist, 

Re: [Carbon-dev] Missing Module org.wso2.carbon.humantask.skeleton in service subs

2011-12-20 Thread Waruna Ranasinghe
On Wed, Dec 21, 2011 at 9:20 AM, Afkham Azeez az...@wso2.com wrote:

 why should skeleton be committed to stubs?

Should we introduce service-skeletons?

Thanks,
Waruna



 On Tue, Dec 20, 2011 at 11:17 PM, Charith Wickramarachchi 
 char...@wso2.com wrote:

 $Subject in Carbon trunk

 --
 Charith Dhanushka Wickramarachchi
 Software Engineer
 WSO2 Inc
 http://wso2.com/
 http://wso2.org/

 blog
 http://charithwiki.blogspot.com/

  twitter
 http://twitter.com/charithwiki

 Mobile : 0776706568



 ___
 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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Templates for Carbon Components and Features

2011-12-18 Thread Waruna Ranasinghe
+1
This will help not only new devs to Carbon, but also others as well.

Thanks,
Waruna
sent from my mobile.
On Dec 18, 2011 12:17 PM, Thilina Buddhika thili...@wso2.com wrote:

 Hi Folks,

 Since we have a lot of developers(both internal and external) writing
 Carbon components and features, how about the $subject? We can create a
 Maven archetypes for Carbon components and features.

 Currently people are taking a copy of the existing component and modifying
 it. This has certain drawbacks.

 1. People do not cleanup the pom.xml files by removing
 unnecessary dependencies, etc.

 2. If there is an issue/bad practice in one component, it might
 be propagated to other new components. For example, when we cleanup pom
 files, we saw the same mistake is done over and over in some pom.xml files,
 mainly because they are copied.

 The idea is to give a proper starting point, so that they can start
 implementing it quickly. Also this is a way to enforce the Carbon best
 practices for a certain extent, for instance, it is possible to generate
 the configurations for Maven bundle plugin.

 Any suggestions or objections ?

 Thanks,
 Thilina

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

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

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


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


Re: [Carbon-dev] List down the product builds which are compatible with maven3

2011-12-08 Thread Waruna Ranasinghe
BPS can be built with Maven 3.

Thanks,
Waruna

On Thu, Dec 8, 2011 at 2:23 PM, Pradeep Fernando prad...@wso2.com wrote:

 Hi,

 correction: PMs or team member

 thanks,
 --Pradeep

 ___
 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: SL +94 724 318285
BLOG: http://warunapw.blogspot.com

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


Re: [Carbon-dev] BPEL component compilation errors

2011-12-08 Thread Waruna Ranasinghe
Denis will fix this asap.

sent from my mobile.
On Dec 8, 2011 8:04 PM, Afkham Azeez az...@wso2.com wrote:

 BPS team, please fix this ASAP. We cannot continue from this point forward
 until this is fixed.


 On Thu, Dec 8, 2011 at 8:00 PM, Afkham Azeez az...@wso2.com wrote:

 This is with an update I got this morning with a clean Maven repo.

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile
 (default-compile) on project org.wso2.carbon.bpel: Compilation failure:
 Compilation failure:
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon2/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/BPELServerImpl.java:[41,0]
 package org.wso2.carbon.bpel.core.ode.integration.store does not exist
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon2/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/BPELServerImpl.java:[63,12]
 cannot find symbol
 [ERROR] symbol  : class ProcessStoreImpl
 [ERROR] location: class
 org.wso2.carbon.bpel.ode.integration.BPELServerImpl
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon2/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/BPELServerImpl.java:[307,11]
 cannot find symbol
 [ERROR] symbol  : class MultiTenantProcessStore
 [ERROR] location: class
 org.wso2.carbon.bpel.ode.integration.BPELServerImpl
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon2/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/BPELServerImpl.java:[447,27]
 cannot find symbol
 [ERROR] symbol  : class ProcessStoreImpl
 [ERROR] location: class
 org.wso2.carbon.bpel.ode.integration.BPELServerImpl
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon2/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/BPELServerImpl.java:[763,28]
 cannot find symbol
 [ERROR] symbol  : class ProcessConfigurationImpl
 [ERROR] location: class
 org.wso2.carbon.bpel.ode.integration.BPELServerImpl.ProcessStoreListenerImpl
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon2/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/BPELServerImpl.java:[763,66]
 cannot find symbol
 [ERROR] symbol  : class ProcessConfigurationImpl
 [ERROR] location: class
 org.wso2.carbon.bpel.ode.integration.BPELServerImpl.ProcessStoreListenerImpl
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon2/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/BPELServerImpl.java:[766,28]
 cannot find symbol
 [ERROR] symbol  : class BPELDeploymentContext
 [ERROR] location: class
 org.wso2.carbon.bpel.ode.integration.BPELServerImpl.ProcessStoreListenerImpl
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon2/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/BPELServerImpl.java:[766,61]
 cannot find symbol
 [ERROR] symbol  : class BPELDeploymentContext
 [ERROR] location: class
 org.wso2.carbon.bpel.ode.integration.BPELServerImpl.ProcessStoreListenerImpl
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon2/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/BPELServerImpl.java:[770,28]
 cannot find symbol
 [ERROR] symbol  : class TenantProcessStoreImpl
 [ERROR] location: class
 org.wso2.carbon.bpel.ode.integration.BPELServerImpl.ProcessStoreListenerImpl
 [ERROR]
 [ERROR]
 /Users/azeez/projects/wso2/org/trunk/carbon2/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/BPELServerImpl.java:[770,60]
 cannot find symbol
 [ERROR] symbol  : class TenantProcessStoreImpl
 [ERROR] location: class
 org.wso2.carbon.bpel.ode.integration.BPELServerImpl.ProcessStoreListenerImpl
 [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


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




 

Re: [Carbon-dev] 3.2.3 features does not build - common feature broken

2011-12-01 Thread Waruna Ranasinghe
 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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] COMPILATION ERROR: org.wso2.carbon.bpel.ui/3.2.2

2011-10-24 Thread Waruna Ranasinghe
Hi Ajith,

Did you trigger the build from patch-releases/3.2.2?
Or did you commented the service-stubs module
in patch-releases/3.2.2/pom.xml
Or did you do a svn update by ignoring externals?

Thanks,
Waruna


On Tue, Oct 25, 2011 at 12:23 AM, Ajith Vitharana aji...@wso2.com wrote:

 INFO] Compiling 95 source files to
 /home/ajith/builds/3.2.0/components/business-processes/bpel/org.wso2.carbon.bpel.ui/3.2.2/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/ajith/builds/3.2.0/components/business-processes/bpel/org.wso2.carbon.bpel.ui/3.2.2/src/main/java/org/wso2/carbon/bpel/ui/clients/BPELPackageManagementServiceClient.java:[77,23]
 cannot find symbol
 symbol  : method listProcessesInPackage(java.lang.String)
 location: class
 org.wso2.carbon.bpel.stub.mgt.BPELPackageManagementServiceStub

 [INFO] 1error
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure
 /home/ajith/builds/3.2.0/components/business-processes/bpel/org.wso2.carbon.bpel.ui/3.2.2/src/main/java/org/wso2/carbon/bpel/ui/clients/BPELPackageManagementServiceClient.java:[77,23]
 cannot find symbol
 symbol  : method listProcessesInPackage(java.lang.String)
 location: class
 org.wso2.carbon.bpel.stub.mgt.BPELPackageManagementServiceStub

 Thanks
 Ajith


 ___
 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: SL +94 724 318285
BLOG: http://warunapw.blogspot.com

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


Re: [Carbon-dev] Do we have separate registry space for each user

2011-10-07 Thread Waruna Ranasinghe
 AM, Tharindu Mathew thari...@wso2.com
  wrote:

 For Nuwan's question, the simple answer is no.

 If you have read permissions for that user Y of user X's resource,
 user Y can view it.

 Separate registry spaces are only present per tenant.


 On Fri, Oct 7, 2011 at 12:40 AM, Thilina Buddhika 
 thili...@wso2.com wrote:

 Actually we had used governance user registry in permission update
 task, not config user registry.

 Thanks,
 Thilina


 On Fri, Oct 7, 2011 at 12:11 AM, Thilina Buddhika 
 thili...@wso2.com wrote:

 Hi Nuwan,

 On Thu, Oct 6, 2011 at 11:48 PM, Nuwan Bandara 
 nu...@wso2.comwrote:

 Hi,

 I am aware that we have a separate isolated registry space for
 each tenant. However do we have the same for a user.


 Yes.



 if I want to take a user's registry and put a value, can another
 user with registry browse permission can see that value.

 ie.

 User-X and User-Y are in the same tenant = 1

 login as user-X

 registry = getConfigUserRegistry(1);
 registry.put(repository/foo, bar);

 and login as user-Y

 registry = getConfigUserRegistry(1);
 registry.get(repository/foo)

 will the result be bar ?


 You will not be allowed to access this resource. I am sure that
 this permission model is working fine, because there was an issue 
 in the
 permission update task where it had written a flag to the user 
 space rather
 than the system space.

 Thanks,
 Thilina




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




 --
 Thilina Buddhika
 Associate Technical Lead

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

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




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

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

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




 --
 Regards,

 Tharindu

 blog: http://mackiemathew.com/


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




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

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

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




 --
 *Thanks  Regards,

 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




 --
 Regards,

 Tharindu

 blog: http://mackiemathew.com/


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




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

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

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




 --
 Regards,

 Tharindu

 blog: http://mackiemathew.com/


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




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

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

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




 --
 Regards,

 Tharindu

 blog: http://mackiemathew.com/


 ___
 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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

www.wso2.com - Lean

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

2011-09-27 Thread Waruna Ranasinghe
 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-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Problem in Latest Builds

2011-09-20 Thread Waruna Ranasinghe
Hi Hiranya,

On Tue, Sep 20, 2011 at 8:56 PM, Hiranya Jayathilaka hira...@wso2.comwrote:

 Here's the commit which caused the regression:
 http://wso2.org/svn/browse/wso2/?view=revisionrevision=112337

Thilini fixed the port offset to take effect for the JNDI provider port as
well. This particular issue must be a regression issue due to this fix.
Thilini will fix this issue asap.


Thanks,
Waruna



 This code assumes that JNDI provider port will be always available in
 datasource.properties file. But in the ESB all the entries in this file are
 commented out by default.

 Thanks,
 Hiranya


 On Tue, Sep 20, 2011 at 8:51 PM, Hiranya Jayathilaka hira...@wso2.comwrote:

 Hi Folks,

 We just realized that latest ESB builds from Carbon 3.2.0 branch don't
 even start up. After some debugging we narrowed down the problem to an issue
 in the data sources component. Activation of this component fails and as a
 result it does not register some necessary OSGi services. ESB mediation
 initializer component depends on these services and hence ESB cannot startup
 as a consequence.

 This seems to be a regression in the
 DataSourceServiceComponent#getDSFromCarbonDSConfig() method. It throws an
 NPE during server start and component activation fails. Appreciate if the
 person who did the changes can take a look.

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




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




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


[Carbon-dev] DSS sample for contract first approach

2011-09-06 Thread Waruna Ranasinghe
Hi Devs,

I can see a WSDL called ContractFirstSample.wsdl in DSS_HOME/samples/wsdl/
directory.
But I failed to find the respective sample. Can you please point me to the
sample? I'm using DSS 2.5.1

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


Re: [Carbon-dev] DSS sample for contract first approach

2011-09-06 Thread Waruna Ranasinghe
On Wed, Sep 7, 2011 at 5:52 PM, Anjana Fernando anj...@wso2.com wrote:

 Hi Waruna,

 On Wed, Sep 7, 2011 at 10:52 AM, Waruna Ranasinghe war...@wso2.comwrote:

 Hi Devs,

 I can see a WSDL called ContractFirstSample.wsdl in
 DSS_HOME/samples/wsdl/ directory.
 But I failed to find the respective sample. Can you please point me to the
 sample? I'm using DSS 2.5.1


 I didn't quite understand the question, are you trying to find some docs on
 the sample? .. because as you said, the sample WSDL is there, and that is
 the actual sample. The user guide section on contract first approach can be
 found here [1].

Don't mind. The link you provided is useful, thanks.


Thanks,
Waruna


 [1]
 http://wso2.org/project/solutions/data-services/java/2.5.1/docs/contract_first_ds.html

 Cheers,
 Anjana.



 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

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




 --
 *Anjana Fernando*
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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




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


[Carbon-dev] CS 1.0.13 - BPEL exporter

2011-08-16 Thread Waruna Ranasinghe
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].


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


[Carbon-dev] Where can I download CS - 1.0.12

2011-08-16 Thread Waruna Ranasinghe
Hi all,

$subject please.

I looked at the archives [1], but it is not there.

[1] - http://dist.wso2.org/downloads/carbon-studio/


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


Re: [Carbon-dev] Couldn't create a local registry(RMI) : port 2199 already in use.

2011-08-11 Thread Waruna Ranasinghe
:930)
at

 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.
 java:220)
at

 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(L
 istenerQueue.java:149)
at

 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEven
 tPrivileged(ServiceRegistry.java:757)
at

 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEven
 t(ServiceRegistry.java:712)
at

 org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(S
 erviceRegistrationImpl.java:129)
at

 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(Se
 rviceRegistry.java:206)
at

 org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(B
 undleContextImpl.java:506)
at

 org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(B
 undleContextImpl.java:524)
at

 org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerM
 anager.java:461)
at

 org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServer
 Manager.java:264)
at

 org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2C
 onfigItemListener.java:117)
at

 org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(Bun
 dleContextImpl.java:916)
at

 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.
 java:220)
at

 org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManage
 r.java:330)
 Caused by: java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.init(ServerSocket.java:185)
at java.net.ServerSocket.init(ServerSocket.java:97)
at

 sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(RMIDirectS
 ocketFactory.java:27)
at

 sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(RMIMasterS
 ocketFactory.java:333)
at
 sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:649)
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:299)
... 89 more

 Saludos,
 Ing. Jorge Infante Osorio.
 J´Dpto Soluciones SOA.
 CDAE.
 Fac. 5.
 UCI.


 ___
 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: NZ +64 221 563026
SL +94 724 318285
BLOG: http://warunapw.blogspot.com

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


Re: [Carbon-dev] BPS + human task + CS

2011-08-10 Thread Waruna Ranasinghe
Hi Jorge,

We are still working on the CS tool for HumanTasks.
As well as we are in the process of re-architect the HumanTask engine as
well.

We still have to put a considerable amount of effort to get this through to
a major release of BPS.

You can find the previous lease of HumanTasks with WSO2 BPS 2.0.0

Thanks,
Waruna

On Thu, Aug 11, 2011 at 11:46 AM, Jorge Infante Osorio jorg...@uci.cuwrote:

 Folks,

 What about this topic:

 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

 In which BPS + CS version can we have human task again?

 In the meantime what can I do to use human task with BPS?

 Saludos,
 Ing. Jorge Infante Osorio.
 J´Dpto Soluciones SOA.
 CDAE.
 Fac. 5.
 UCI.



 ___
 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: NZ +64 221 563026
SL +94 724 318285
BLOG: http://warunapw.blogspot.com

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


[Carbon-dev] Qpid error while shutting down BPS 2.1.0

2011-08-10 Thread Waruna Ranasinghe
registry bound to port : 2199

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


[Carbon-dev] From where can I find the documentation of WSO2 DSS 2.5.1

2011-08-02 Thread Waruna Ranasinghe
Hi All,

I tried to find the docs for DSS 2.5.1 at
http://wso2.org/project/data-services/2.5.1/docs/
But it does not work. Can you please let me know from where I can access
documentation for WSO2 DSS 2.5.1?

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


[Carbon-dev] Error while click on registry browser

2011-07-28 Thread Waruna Ranasinghe
Hi all

I get the following error while click on the registry browser and the page
get redirected to home

WARN {org.wso2.carbon.registry.core.caching.CacheBackedRegistry} -  User
wso2admin is not authorized to read the resource /.

Any thoughts of the issue. registry.xml and the user.mgt.xml is attached

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
?xml version=1.0 encoding=utf-8?
wso2registry
currentDBConfigwso2registry/currentDBConfig
readOnlyfalse/readOnly
enableCachetrue/enableCache
registryRoot//registryRoot

dbConfig name=wso2registry
urljdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST=snzclakl093-vip)(PORT=1521)) (ADDRESS=(PROTOCOL=TCP)(HOST=snzclakl094-vip)(PORT=1521))(FAILOVER=on) (LOAD_BALANCE=on)) (CONNECT_DATA = (SERVICE_NAME=testtest)))/url
userNameGREG_BPS/userName
passwordGREG_BPS123/password
driverNameoracle.jdbc.OracleDriver/driverName
maxActive50/maxActive
maxWait6/maxWait
minIdle5/minIdle
validationQuerySELECT 1 FROM DUAL/validationQuery
/dbConfig

handler class=org.wso2.carbon.registry.extensions.handlers.RetentionHandler 
methods=PUT,DELETE,MOVE,RENAME,IMPORT,COPY,ADD_ASSOCIATION,REMOVE_ASSOCIATION,RESTORE,RESTORE_VERSION
filter class=org.wso2.carbon.registry.core.jdbc.handlers.filters.URLMatcher
property name=pattern.*/property
/filter
/handler

handler class=org.wso2.carbon.registry.extensions.handlers.SynapseRepositoryHandler
filter class=org.wso2.carbon.registry.core.jdbc.handlers.filters.MediaTypeMatcher
property name=mediaTypeapplication/vnd.apache.synapse/property
/filter
/handler

handler class=org.wso2.carbon.registry.extensions.handlers.SynapseRepositoryHandler
filter class=org.wso2.carbon.registry.core.jdbc.handlers.filters.MediaTypeMatcher
property name=mediaTypeapplication/vnd.wso2.esb/property
/filter
/handler

handler class=org.wso2.carbon.registry.extensions.handlers.Axis2RepositoryHandler
filter class=org.wso2.carbon.registry.core.jdbc.handlers.filters.MediaTypeMatcher
property name=mediaTypeapplication/vnd.apache.axis2/property
/filter
/handler

handler class=org.wso2.carbon.registry.extensions.handlers.Axis2RepositoryHandler
filter class=org.wso2.carbon.registry.core.jdbc.handlers.filters.MediaTypeMatcher
property name=mediaTypeapplication/vnd.wso2.wsas/property
/filter
/handler

handler class=org.wso2.carbon.registry.extensions.handlers.WSDLMediaTypeHandler
!--property name=disableWSDLValidationtrue/property--
property name=schemaLocationConfiguration type=xml
location/trunk/schemas//location
	/property
property name=wsdlLocationConfiguration type=xml
location/trunk/wsdls//location
	/property
property name=policyLocationConfiguration type=xml
location/trunk/policies//location
	/property

filter class=org.wso2.carbon.registry.core.jdbc.handlers.filters.MediaTypeMatcher
property name=mediaTypeapplication/wsdl+xml/property
/filter
/handler

handler class=org.wso2.carbon.registry.extensions.handlers.ZipWSDLMediaTypeHandler
property name=wsdlMediaTypeapplication/wsdl+xml/property
property name=schemaMediaTypeapplication/xsd+xml/property
!--property name=disableWSDLValidationtrue/property
property name=disableSchemaValidationtrue/property
property name=wsdlExtension.wsdl/property
property name=schemaExtension.xsd/property
property name=archiveExtension.gar/property
property name=tempFilePrefixwsdl/property--
property name=schemaLocationConfiguration type=xml
location/trunk/schemas//location
/property
property name=wsdlLocationConfiguration type=xml
location/trunk/wsdls//location
/property
	filter class=org.wso2.carbon.registry.core.jdbc.handlers.filters.MediaTypeMatcher
property name=mediaTypeapplication/vnd.wso2.governance-archive/property
/filter
/handler

handler class=org.wso2.carbon.registry.extensions.handlers.ServiceMediaTypeHandler
!--property name=disableWSDLValidationtrue/property--
property name=smartLifecycleLinks type=xml
keydev/key
keyqa/key
keylive/key
/property
filter class=org.wso2.carbon.registry.core.jdbc.handlers.filters.MediaTypeMatcher
property name=mediaTypeapplication/vnd.wso2-service+xml/property
/filter
/handler

Re: [Carbon-dev] Error while click on registry browser

2011-07-28 Thread Waruna Ranasinghe
On Thu, Jul 28, 2011 at 8:18 PM, Sumedha Rubasinghe sume...@wso2.comwrote:

 Check your JDBC url on user-mgt.xml. :)

But there were no any startup errors and I was able to login to the
management console without a problem.
Do you still think it's something to do with the JDBC url on user-mgt.xml?

BTW, this is regarding G-Reg 4.0.0

Thanks,
Waruna



  Property name=urljdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST =
 (ADDRESS = (PROTOCOL = TCP) (HOST=snzclakl093-vip)(PORT=1521))
 (ADDRESS=(PROTOCOL=TCP)(HOST=snzclakl094-vip)(PORT=1521))(FAILOVER=on)
 (LOAD_BALANCE=on)) (CONNECT_DATA = (SERVICE_NAME=testtest)))/Property

 /sumedha

 On Thu, Jul 28, 2011 at 1:46 PM, Sumedha Rubasinghe sume...@wso2.comwrote:

 This usually happens when the connection to User store is faulty.
 /sumedha

 On Thu, Jul 28, 2011 at 1:34 PM, Waruna Ranasinghe war...@wso2.comwrote:

 Hi all

 I get the following error while click on the registry browser and the
 page get redirected to home

 WARN {org.wso2.carbon.registry.core.caching.CacheBackedRegistry} -  User
 wso2admin is not authorized to read the resource /.

 Any thoughts of the issue. registry.xml and the user.mgt.xml is attached

 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

 ___
 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




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


[Carbon-dev] The role of having remote registry url in registry mounting

2011-07-26 Thread Waruna Ranasinghe
Hi devs,

When configuring registry mounts, the following configuration is used.

remoteInstance *url=https://localhost:9443/registry*
idregistryMount1/id
dbConfigregistrymount/dbConfig
readOnlyfalse/readOnly
registryRoot//registryRoot
/remoteInstance

Can you please let me know the usage of registry url?


Thanks,
Waruna

-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Integration test failures in products 3.2.1

2011-07-11 Thread Waruna Ranasinghe
Fixed the integration test failure in BPS.


Thanks,
Waruna

On Sun, Jul 10, 2011 at 1:05 PM, Supun Malinga sup...@wso2.com wrote:

 Hi all,

 $subject has been there for sometime now. We need to fix these for the
 release!
 Currently integration tests fail in following products,

 GREG
 BAM
 ESB
 BPS

 Builder mails contains further description of the failures.

 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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] [Stratos-dev] Next build will trigger 10.20 am - Need new set of packs for deployment

2011-07-10 Thread Waruna Ranasinghe
On Mon, Jul 11, 2011 at 10:21 AM, Ranga Siriwardena ra...@wso2.com wrote:



 On Mon, Jul 11, 2011 at 10:17 AM, Waruna Ranasinghe war...@wso2.comwrote:

 Hi Ranga,

 Can you please hold the build for 10mins. I have to commit the fix for a
 L1

 Done. Thanks.



 Noted.


 Thanks,
 Waruna

 On Mon, Jul 11, 2011 at 10:12 AM, Ranga Siriwardena ra...@wso2.comwrote:


 $Subject.
 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Blog: http://rangasiriwardena.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




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


[Carbon-dev] Build error in issue tracker component of Carbon 3.2.1

2011-07-08 Thread Waruna Ranasinghe
[INFO] Building WSO2 Carbon - Issue Tracker UI
[INFO]task-segment: [install]
[INFO]

[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting
/home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.issue.tracker.ui/3.2.1/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 36 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to
/home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.issue.tracker.ui/3.2.1/target/classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.issue.tracker.ui/3.2.1/src/main/java/org/wso2/carbon/issue/tracker/ui/fileupload/UpdateAttachmentsExecutor.java:[28,41]
cannot find symbol
symbol  : class IssueTrackerExceptionException
location: package org.wso2.carbon.issue.tracker.stub

[ERROR]
/home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.issue.tracker.ui/3.2.1/src/main/java/org/wso2/carbon/issue/tracker/ui/IssueTrackerClient.java:[74,12]
cannot find symbol
symbol  : class IssueTrackerExceptionException
location: class org.wso2.carbon.issue.tracker.ui.IssueTrackerClient


Thanks,
Waruna

-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Build error in issue tracker component of Carbon 3.2.1

2011-07-08 Thread Waruna Ranasinghe
Now I get the following error

[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.jira.reporting/3.2.1/src/main/java/org/wso2/carbon/jira/reporting/JiraIssueReporter.java:[140,70]
cannot find symbol
symbol  : method getIncidentCustomFieldId()
location: class org.wso2.carbon.common.util.StratosConfiguration

[ERROR]
/home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.jira.reporting/3.2.1/src/main/java/org/wso2/carbon/jira/reporting/JiraIssueReporter.java:[141,76]
cannot find symbol
symbol  : method getIncidentImpactCustomFieldId()
location: class org.wso2.carbon.common.util.StratosConfiguration

[INFO] 2 errors
[INFO] -
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.jira.reporting/3.2.1/src/main/java/org/wso2/carbon/jira/reporting/JiraIssueReporter.java:[140,70]
cannot find symbol
symbol  : method getIncidentCustomFieldId()
location: class org.wso2.carbon.common.util.StratosConfiguration

/home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.jira.reporting/3.2.1/src/main/java/org/wso2/carbon/jira/reporting/JiraIssueReporter.java:[141,76]
cannot find symbol
symbol  : method getIncidentImpactCustomFieldId()
location: class org.wso2.carbon.common.util.StratosConfiguration




On Fri, Jul 8, 2011 at 12:45 PM, Hasini Yatawatte hasi...@wso2.com wrote:

 This is fixed. Can you take a svn up in issue-tracker component ?

 On Fri, Jul 8, 2011 at 12:09 PM, Waruna Ranasinghe war...@wso2.comwrote:

 [INFO] Building WSO2 Carbon - Issue Tracker UI
 [INFO]task-segment: [install]
 [INFO]
 
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.issue.tracker.ui/3.2.1/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 36 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 3 source files to
 /home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.issue.tracker.ui/3.2.1/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.issue.tracker.ui/3.2.1/src/main/java/org/wso2/carbon/issue/tracker/ui/fileupload/UpdateAttachmentsExecutor.java:[28,41]
 cannot find symbol
 symbol  : class IssueTrackerExceptionException
 location: package org.wso2.carbon.issue.tracker.stub

 [ERROR]
 /home/waruna/WSO2/projects/src/branches/carbon/3.2.0/components/issue-tracker/org.wso2.carbon.issue.tracker.ui/3.2.1/src/main/java/org/wso2/carbon/issue/tracker/ui/IssueTrackerClient.java:[74,12]
 cannot find symbol
 symbol  : class IssueTrackerExceptionException
 location: class org.wso2.carbon.issue.tracker.ui.IssueTrackerClient


 Thanks,
 Waruna

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




 --
 Hasini Randika Yatawatte,
 Software Engineer.
 WSO2 Inc.


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Code freeze on Monday morning

2011-07-08 Thread Waruna Ranasinghe
On Fri, Jul 8, 2011 at 11:54 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 As per STRATOS L1s, these are the people having most L1s.

 Rajika - 4
 Sanjeewa - 4

 @ Rajika and Sanjeewa are everything under control?

 @ Waruna - Can you/team look at the 2 issues assigned to Milinda?

Sure


Thanks,
Waruna


 Still under development
 - Cassandra security (DimuthuL)
 - NIO transport issues (Hiranya)

 @ Hiranya can we get this done by Monday?

 Please shout if we cannot code freeze on Monday.

 thanks,
 dimuthul




 On Fri, Jul 8, 2011 at 4:04 PM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi all,

 Code freeze will be on Monday morning 10.00AM. Please checkin your L1
 fixes by then.

 thanks,
 dimuthu





-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


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

2011-07-06 Thread Waruna Ranasinghe
/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


[Carbon-dev] Compilation error in event mediator trunk.

2011-06-30 Thread Waruna Ranasinghe
I got the following build failure while building Carbon trunk.

[INFO] Building WSO2 Carbon - Event mediators
[INFO]task-segment: [install]
[INFO]

[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting
/home/waruna/WSO2/projects/src/trunk/carbon/components/mediators/event/org.wso2.carbon.mediator.event/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 5 source files to
/home/waruna/WSO2/projects/src/trunk/carbon/components/mediators/event/org.wso2.carbon.mediator.event/target/classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/waruna/WSO2/projects/src/trunk/carbon/components/mediators/event/org.wso2.carbon.mediator.event/src/main/java/org/wso2/carbon/mediator/event/EventMediator.java:[31,47]
cannot find symbol
symbol  : class RegistrySubscriptionsLoader
location: package org.wso2.carbon.event.core.internal.util

[INFO] 1error
[INFO] -
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure
/home/waruna/WSO2/projects/src/trunk/carbon/components/mediators/event/org.wso2.carbon.mediator.event/src/main/java/org/wso2/carbon/mediator/event/EventMediator.java:[31,47]
cannot find symbol
symbol  : class RegistrySubscriptionsLoader
location: package org.wso2.carbon.event.core.internal.util


Thanks,
Waruna


-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] test failures in dependencies/ode

2011-06-21 Thread Waruna Ranasinghe
)
  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: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.047 sec

 Results :

 Failed tests:
   test(org.apache.ode.bpel.engine.CustomProcessPropertiesTest)

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

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

 Please refer to
 /home/carbon/carbon-3.2.0/dependencies/ode/1.3.5-wso2v2/bpel-runtime/target/surefire-reports
 for the individual test results.

 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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] test failures in dependencies/ode

2011-06-21 Thread Waruna Ranasinghe
.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)
 Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.047 sec

 Results :

 Failed tests:
   test(org.apache.ode.bpel.engine.CustomProcessPropertiesTest)

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

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

 Please refer to
 /home/carbon/carbon-3.2.0/dependencies/ode/1.3.5-wso2v2/bpel-runtime/target/surefire-reports
 for the individual test results.

 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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Include RMI port configurations inside carbon.xml instead of having it in multiple places (bps.xml datasources.properties)

2011-06-16 Thread Waruna Ranasinghe
On Thu, Jun 16, 2011 at 5:41 PM, Afkham Azeez az...@wso2.com wrote:

 You cannot add BPS specific stuff to the default carbon.xml file. However,
 if certain elements are present in the carbon.xml, you could use those. This
 is how we are planning to handle Cassandra ports as well.

+1

Between, this is not BPS specific. This port is specific to the data sources
component.

Thanks,
Waruna


 On Thu, Jun 16, 2011 at 4:31 PM, Thilini Ishaka thil...@wso2.com wrote:

  Hi all,

 When running multiple instances of BPS, we need to change *
 synapse.datasources.providerPort *in datasources.properties and *
 providerURL *port in bps.xml.
 Instead of configuring two places we are going to include these
 configurations inside carbon.xml as all the port configurations can be done
 in carbon.xml.

 Then we need only one place to change when configuring BPS to run multiple
 instances.

 Related JIRA: https://wso2.org/jira/browse/CARBON-10569

 Please let me know if there are any issues related to this modification.

 Thanks

 --
 Regards

 Thilini Ishaka
 WSO2 Inc


 ___
 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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] RC8 build will be bit delayed

2011-06-08 Thread Waruna Ranasinghe
On Thu, Jun 9, 2011 at 6:08 AM, Prabath Siriwardena prab...@wso2.comwrote:

 On Thu, Jun 9, 2011 at 6:02 AM, Prabath Siriwardena prab...@wso2.com
 wrote:
  Encountered an issue in service-stub generation - due to the removal
  of axiom from axis2 client jar.

 This could further break the samples - so we will hold the build at
 the product level - till each product team verify all the samples with
 the latest branch.

BPS does not ship axis2-client jar, therefore this change does not affect
BPS.

Thanks,
Waruna


 Thanks  regards,
 -Prabath

 
  Thilina is currently fixing it by adding the axiom to
 wsdl2java.classpath.
 
  $subject
 
  --
  Thanks  Regards,
  Prabath
 
  http://blog.facilelogin.com
  http://RampartFAQ.com
 



 --
 Thanks  Regards,
 Prabath

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] 3.2.0 Branch

2011-05-25 Thread Waruna Ranasinghe
-SNAPSHOT.jar
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.pom
  ./repository/org/wso2/xkms/xkms/SNAPSHOT/xkms-SNAPSHOT.aar
 
  This is also not there in the latest branch...
 
  Thanks  regards,
  -Prabath
 



 --
 Thanks  Regards,
 Prabath

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




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




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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] SNAPSHOT dependencies in the openid4java branch

2011-05-24 Thread Waruna Ranasinghe
Same issue for the step2 orbit bundle.

On Tue, May 24, 2011 at 3:05 PM, Supun Kamburugamuva su...@wso2.com wrote:

 There are several SNAPSHOT dependencies in the openid4java branch. We
 need to get rid of these dependencies. According to Waruna released
 jars cannot be found for these jars. Any ideas on how to proceed?

 dependency
  groupIdorg.eclipse.higgins/groupId
  artifactIdhiggins-configuration-api/artifactId
  scopeprovided/scope
  versionSNAPSHOT/version
/dependency
dependency
  groupIdorg.eclipse.higgins/groupId
  artifactIdhiggins-sts-api/artifactId
  scopeprovided/scope
  versionSNAPSHOT/version
/dependency
dependency
  groupIdorg.eclipse.higgins/groupId
  artifactIdhiggins-sts-common/artifactId
  scopeprovided/scope
  versionSNAPSHOT/version
/dependency
dependency
  groupIdorg.eclipse.higgins/groupId
  artifactIdhiggins-sts-server-token-handler/artifactId
  scopeprovided/scope
  versionSNAPSHOT/version
/dependency
dependency
  groupIdorg.eclipse.higgins/groupId
  artifactIdhiggins-sts-spi/artifactId
  scopeprovided/scope
  versionSNAPSHOT/version
/dependency

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Error while building orbit/step2

2011-05-24 Thread Waruna Ranasinghe
 install:install-file -DgroupId=com.google.step2
 -DartifactId=step2-consumer -Dversion=1.0.0-wso2v1 -Dpackaging=jar
 -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the file
 there:
   mvn deploy:deploy-file -DgroupId=com.google.step2
 -DartifactId=step2-consumer -Dversion=1.0.0-wso2v1 -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-consumer:jar:1.0.0-wso2v1

 --
 2 required artifacts are 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/)


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] What is the status of the branch?

2011-05-24 Thread Waruna Ranasinghe
On Tue, May 24, 2011 at 9:28 PM, Supun Kamburugamuva su...@wso2.com wrote:

 I'm also building with a clean repo.

me too.

Thanks,
Waruna



 Thanks,
 Supun..

 On Tue, May 24, 2011 at 9:09 PM, Kasun Indrasiri ka...@wso2.com wrote:
  We were running a build without clean repo in the builder. Since we want
 to
  create RC1 packs with clean repo, Denis has triggered a new build with a
  clean repo.
 
  On Tue, May 24, 2011 at 8:59 PM, Isuru Suriarachchi is...@wso2.com
 wrote:
 
 
  On Tue, May 24, 2011 at 8:57 PM, Afkham Azeez az...@wso2.com wrote:
 
 
  On Tue, May 24, 2011 at 8:55 PM, Isuru Suriarachchi is...@wso2.com
  wrote:
 
  There were lot of test failures in Carbon core due to bad calculation
 of
  paths to carbon.home. We've fixed those by introducing system
 properties.
 
  Those fixes have to make it back to the trunk. Have you kept track of
  what was changed? Product teams have to fix those.
 
  I applied most of the stuff in trunk as well. But have to double check
 and
  fix all places.
 
 
 
 
  Now I'm building components locally.
  Thanks,
  ~Isuru
 
  On Tue, May 24, 2011 at 8:47 PM, Afkham Azeez az...@wso2.com wrote:
 
  Please provide an update.
 
  --
  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
 
 
 
  --
  Isuru Suriarachchi
  Technical Lead  Product Manager, WSO2 Application Server
  WSO2 Inc. http://wso2.com
  email : is...@wso2.com
  blog : http://isurues.wordpress.com/
 
  lean . enterprise . middleware
 
 
 
 
  --
  Afkham Azeez
  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
 
 
 
  --
  Isuru Suriarachchi
  Technical Lead  Product Manager, WSO2 Application Server
  WSO2 Inc. http://wso2.com
  email : is...@wso2.com
  blog : http://isurues.wordpress.com/
 
  lean . enterprise . middleware
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Kasun Indrasiri
  Senior Software Engineer
  WSO2, Inc.; http://wso2.com
  lean.enterprise.middleware
 
  cell: +94 71 536 4128
  Blog : http://kasunpanorama.blogspot.com/
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] [branch-3.2.0] Downloading axiom SNAPSHOT jars ?

2011-05-24 Thread Waruna Ranasinghe
 {execution: default-clean}]
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//commons-email/commons-email/1.2/commons-email-1.2.pom
 [INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/commons-email/commons-email/1.2/commons-email-1.2.pom
 [INFO] Unable to find resource 'commons-email:commons-email:pom:1.2' in
 repository central (http://repo1.maven.org/maven2)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
 [INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
 repository wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo1.maven.org/maven2/org/htmlcleaner/htmlcleaner/2.1/htmlcleaner-2.1.pom
 [INFO] Unable to find resource 'org.htmlcleaner:htmlcleaner:pom:2.1' in
 repository central (http://repo1.maven.org/maven2)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.pom
 2K downloaded  (socks-1.01.0.wso2v1.pom)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.pom
 181b downloaded  (socks-1.01.pom)
 [WARNING] Overriding profile: 'product-wsas' (source: pom) with new
 instance from source: pom
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/wso2/socks/1.01.0.wso2v1/socks-1.01.0.wso2v1.jar
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//socks/socks/1.01/socks-1.01.jar
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.apache.ws.commons.axiom:axiom-api:jar:SNAPSHOT' in repository
 wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 *Downloading:
 http://snapshots.maven.codehaus.org/maven2/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 *
 44K downloaded  (socks-1.01.jar)
 46K downloaded  (socks-1.01.0.wso2v1.jar)
 [INFO] Unable to find resource
 'org.apache.ws.commons.axiom:axiom-api:jar:SNAPSHOT' in repository snapshots
 (http://snapshots.maven.codehaus.org/maven2)
 Downloading:
 http://people.apache.org/repo/m2-snapshot-repository/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.apache.ws.commons.axiom:axiom-api:jar:SNAPSHOT' in repository
 m2-snapshot-repository (
 http://people.apache.org/repo/m2-snapshot-repository)
 *Downloading:
 http://dist.wso2.org/maven2/org/apache/ws/commons/axiom/axiom-api/SNAPSHOT/axiom-api-SNAPSHOT.jar
 *
 236K downloaded  (axiom-api-SNAPSHOT.jar)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.apache.ws.commons.axiom:axiom-impl:jar:SNAPSHOT' in repository
 wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 *Downloading:
 http://snapshots.maven.codehaus.org/maven2/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar
 *
 [INFO] Unable to find resource
 'org.apache.ws.commons.axiom:axiom-impl:jar:SNAPSHOT' in repository
 snapshots (http://snapshots.maven.codehaus.org/maven2)
 *Downloading:
 http://people.apache.org/repo/m2-snapshot-repository/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar
 *
 [INFO] Unable to find resource
 'org.apache.ws.commons.axiom:axiom-impl:jar:SNAPSHOT' in repository
 m2-snapshot-repository (
 http://people.apache.org/repo/m2-snapshot-repository)
 *Downloading:
 http://dist.wso2.org/maven2/org/apache/ws/commons/axiom/axiom-impl/SNAPSHOT/axiom-impl-SNAPSHOT.jar
 *
 *123K downloaded  (axiom-impl-SNAPSHOT.jar)*
 [INFO] [incremental-build:incremental-build {execution: default}]

 Thanks
 Ajithn


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] event-broker.xml not found exception while starting carbon-product after installing Registry Core feature

2011-05-20 Thread Waruna Ranasinghe
On Fri, May 20, 2011 at 5:55 PM, Sameera Jayasoma same...@wso2.com wrote:



 On Fri, May 20, 2011 at 5:51 PM, Pradeep Fernando prad...@wso2.comwrote:

 Hi,

 On Sat, May 14, 2011 at 6:34 PM, Amila Suriarachchi am...@wso2.com
 wrote:
  This is the reason for these problems.
 
  Registry core has a compile time dependency to event component. But
 registry
  core has not imported the event feature explicitly. When the feature get
  installed some how P2 feature manager finds this compile time dependency
 and
  just copy the evet broker core jar. since event core jar depends on qpid
 jar
  similarly qpid jar also get copied.
 
  But relavent files are not copied. When these copied components started
 they
  look in to relavent files and hence this problem. We have same problem
 with
  the proxy service feature. In order to solve that issue we had to add
 and
  explit import to event feature.

 This issue[1] is fixed in the trunk. Now people can get rid of the
 workarounds, if there are any.


 Great work!. This is one of the tricky issues to find the cause and solve.

+1

Thanks,
Waruna


 Thanks,
 Sameera


 [1] https://wso2.org/jira/browse/CARBON-9945
 --Pradeep
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




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


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

 Lean . Enterprise . Middleware

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Creating BAM database at startup

2011-05-18 Thread Waruna Ranasinghe
On Wed, May 18, 2011 at 1:13 PM, Senaka Fernando sen...@wso2.com wrote:



 On Wed, May 18, 2011 at 12:54 PM, Pradeep Fernando prad...@wso2.comwrote:

 hi,

 first of all I'm still looking at the code that processes -Dsetup
 system property. But since, we  are setting a system a property here
 there is no rule of thumb saying, we should do stuff within
 carbon-core related core.


 I have the same understanding about this. We simply check for the existence
 of this property in Registry Kernel, and then test for the existence of the
 DB tables and setup the DB if required (using
 org.wso2.carbon.utils.dbcreator.DatabaseCreator). UM does something similar.

Yes, we implemented -Dsetup for BPEL by extending
the org.wso2.carbon.utils.dbcreator.DatabaseCreator class.

 Thanks,
Waruna


 Thanks,
 Senaka.


 So once the user start the carbon server with -Dsetup , we can look up
 for the system property and proceed with our setting up process. May
 be you(Buddhika) have figured this out already, if so what is blocking
 you from implementing that sort of solution. Can you give us some more
 details.

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




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

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

 *Lean . Enterprise . Middleware


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] What are the AS (WSAS) related features in CS?

2011-05-18 Thread Waruna Ranasinghe



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




 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server

 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/

 lean . enterprise . middleware


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




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




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



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

 Thanks,
 Samisa...

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




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



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

 Thanks,
 Samisa...

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




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



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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] ESB Product build failure : missing org.wso2.carbon.ec2-client.feature

2011-05-07 Thread Waruna Ranasinghe
]
 
 [ERROR] BUILD ERROR



 --
 Kasun Indrasiri
 Senior Software Engineer
 WSO2, Inc.; http://wso2.com
 lean.enterprise.middleware

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

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




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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] New set of packs are available for Smoke Tests

2011-05-06 Thread Waruna Ranasinghe
BPS build is ready for QA.

Thanks,
Waruna

On Fri, May 6, 2011 at 12:51 AM, Denis Weerasiri de...@wso2.com wrote:

 Hi devs,
 $subject at http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/ .
 Only ESB is not there.

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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] [Important] Strategy for smoke testing and providing builds to QA.

2011-05-06 Thread Waruna Ranasinghe
On Fri, May 6, 2011 at 12:44 PM, Sameera Jayasoma same...@wso2.com wrote:

 Hi Folks,

 We need a proper strategy for providing builds to QA. We cannot give builds
 here and there. Therefore we came up with the following strategy.


- Once we have a set successful builds of all the products, I will
inform RMs to start smoke testing the products/services.
- If the products/services get through the smoke testing phase, they
can be provided for QA.
- We might get build successful mails time to time. But we simply
cannot smoke test  each and every build. Hence we need to select a set of
builds to be smoke tested.
- Once we have a set of stable builds, next stable builds will be
selected after one or two days. Most probable after two days.
- Once we have build successful mail, I will inform the list whether to
start smoke testing them or not.  Therefore please don't smoke test unless
you see a mail from me.

 +1


Thanks,
Waruna




 We will provide another set of builds in the afternoon with all the fixes.

 Thanks,
 Sameera

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

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

 Lean . Enterprise . Middleware

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Carbon compilation error - business processes component

2011-05-05 Thread Waruna Ranasinghe
Hi Azeez,

Can you confirm whether you have built core/org.wso2.carbon.utils and the
svn revision of core/org.wso2.carbon.utils  is = 93432
I built the whole platform prior the commit, and I'm afraid I do not get the
following exception. Anyway, I'll have another look.

Thanks,
Waruna
On Thu, May 5, 2011 at 7:35 PM, Afkham Azeez az...@wso2.com wrote:

 [INFO] Compiling 61 source files to
 /users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/utils/BPELDatabaseCreator.java:[20,4]
 method does not override or implement a method from a supertype

 [INFO] 1error
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure
 /users/azeez/projects/wso2/org/trunk/carbon/components/business-processes/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/utils/BPELDatabaseCreator.java:[20,4]
 method does not override or implement a method from a supertype



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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] New set of packs are available for Smoke Tests

2011-05-05 Thread Waruna Ranasinghe
On Fri, May 6, 2011 at 12:51 AM, Denis Weerasiri de...@wso2.com wrote:

 Hi devs,
 $subject at http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/ .


There's a startup error in latest BPS pack. I'm working on a fix.


Thanks,
Waruna


  Only ESB is not there.

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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Intermittent issue due to data services getting deployed after server startup

2011-05-04 Thread Waruna Ranasinghe
I have also notices this behavior in the latest BPS packs. But it is
not intermittent.


Thanks,
Waruna

On Wed, May 4, 2011 at 1:39 PM, Tharindu Mathew thari...@wso2.com wrote:

 I'm facing $subject. It happens intermittently. It might be better to look
 and fix as it may cause more problems down the line.

 [2011-05-04 13:24:48,458]  INFO
 {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  WSO2
 Carbon started in 65 sec
 [2011-05-04 13:24:58,400]  INFO
 {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
 service: BAMStatQueryDS {super-tenant}
 [2011-05-04 13:25:12,508] ERROR {org.apache.axis2.engine.AxisEngine} -  The
 service cannot be found for the endpoint reference (EPR)
 local://services/BAMConfigurationDS
 org.apache.axis2.AxisFault: The service cannot be found for the endpoint
 reference (EPR) local://services/BAMConfigurationDS
 at
 org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:78)
  at org.apache.axis2.engine.Phase.invoke(Phase.java:329)
 at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
  at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168)
 at
 org.apache.axis2.transport.local.LocalTransportReceiver.processMessage(LocalTransportReceiver.java:158)
  at
 org.apache.axis2.transport.local.LocalTransportReceiver.processMessage(LocalTransportReceiver.java:76)
 at
 org.apache.axis2.transport.local.LocalTransportSender.finalizeSendWithToAddress(LocalTransportSender.java:102)
  at
 org.apache.axis2.transport.local.LocalTransportSender.invoke(LocalTransportSender.java:77)
 at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)
  at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
 at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
  at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
 at
 org.wso2.carbon.bam.services.stub.bamconfigurationds.BAMConfigurationDSStub.getServersForServerType(BAMConfigurationDSStub.java:5793)
  at
 org.wso2.carbon.bam.common.clients.BAMConfigurationDSClient.getServersforServerType(BAMConfigurationDSClient.java:152)
 at
 org.wso2.carbon.bam.core.persistence.BAMPersistenceManager.getMonitoredServersByType(BAMPersistenceManager.java:838)
  at
 org.wso2.carbon.bam.core.collector.DataCollector.run(DataCollector.java:66)
 at java.util.TimerThread.mainLoop(Timer.java:512)
  at java.util.TimerThread.run(Timer.java:462)
 [2011-05-04 13:25:12,531] ERROR
 {org.wso2.carbon.bam.core.collector.DataCollector} -  Error occurred while
 retrieving the server list for polling data
 org.wso2.carbon.bam.util.BAMException: Failed to get server details
 at
 org.wso2.carbon.bam.common.clients.BAMConfigurationDSClient.getServersforServerType(BAMConfigurationDSClient.java:159)
  at
 org.wso2.carbon.bam.core.persistence.BAMPersistenceManager.getMonitoredServersByType(BAMPersistenceManager.java:838)
 at
 org.wso2.carbon.bam.core.collector.DataCollector.run(DataCollector.java:66)
  at java.util.TimerThread.mainLoop(Timer.java:512)
 at java.util.TimerThread.run(Timer.java:462)
 Caused by: org.apache.axis2.AxisFault: The service cannot be found for the
 endpoint reference (EPR) local://services/BAMConfigurationDS
 at
 org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531)
  at
 org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
  at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
  at
 org.wso2.carbon.bam.services.stub.bamconfigurationds.BAMConfigurationDSStub.getServersForServerType(BAMConfigurationDSStub.java:5793)
 at
 org.wso2.carbon.bam.common.clients.BAMConfigurationDSClient.getServersforServerType(BAMConfigurationDSClient.java:152)
  ... 4 more
 [2011-05-04 13:25:18,985]  INFO
 {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
 service: BAMArchiverDS {super-tenant}
 [2011-05-04 13:25:19,161]  INFO
 {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
 service: BAMConfigurationDS {super-tenant}
 [2011-05-04 13:25:24,021]  INFO
 {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
 service: BAMSummaryQueryDS {super-tenant}
 [2011-05-04 13:25:25,445]  INFO
 {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2
 service: BAMDataCollectionDS {super-tenant}


 --
 Regards,

 Tharindu


 ___
 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

Re: [Carbon-dev] WSO2 Carbon Continuous Build was SUCCESSFUL

2011-05-04 Thread Waruna Ranasinghe
.carbon.discovery.mediation.ext.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.discovery.proxy.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.discovery.ui.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.wsdl.tools.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.wsdl.tools.server.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.wsdl.tools.ui.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.xkms.mgt.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.multiple.instance.feature
 [INFO] Extracting feature org.wso2.esb:org.wso2.esb.styles.feature
 [INFO] Extracting feature
 org.wso2.governance:org.wso2.governance.styles.feature
 [INFO] Extracting feature org.wso2.gs:org.wso2.gs.styles.feature
 [INFO] Extracting feature org.wso2.gs:org.wso2.gs.menu.feature
 [INFO] Extracting feature
 org.wso2.identity:org.wso2.identity.styles.feature
 [INFO] Extracting feature
 org.wso2.identity:org.wso2.identity.utils.feature
 [INFO] Extracting feature org.wso2.ms:org.wso2.ms.styles.feature
 [INFO] Extracting feature
 org.wso2.appserver:org.wso2.appserver.styles.feature
 [INFO] Extracting feature
 org.wso2.appserver:org.wso2.appserver.utils.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.cloud.csg.agent.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.cloud.csg.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.application.mgt.webapp.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.application.deployer.webapp.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.unifiedendpoint.server.feature
 [INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.event.feature
 [INFO] Extracting feature
 org.wso2.carbon:org.wso2.carbon.messagebox.feature
 [INFO] Copying resources
 [INFO] Running Equinox P2 Publisher Application for Repository
 Generation
 [INFO] Generating metadata for ..
 [INFO] Generation completed with success [78 seconds].
 [INFO] Running Equinox P2 Category Publisher Application for the
 Generated Repository
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing /home/carbon/carbon/features/repository/pom.xml to
 /home/carbon/.m2/repository/org/wso2/carbon/wso2carbon-feature-repository/3.2.0-SNAPSHOT/wso2carbon-feature-repository-3.2.0-SNAPSHOT.pom
 [INFO]
 
 [INFO] BUILD SUCCESSFUL
 [INFO]
 
 [INFO] Total time: 6 minutes 54 seconds
 [INFO] Finished at: Wed May 04 07:36:09 UTC 2011
 [INFO] Final Memory: 25M/981M
 [INFO]
 
 2011-05-04_07-07-12
 Carbon  packs are available at :
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
 tail -n50 $CARBON_SRC_HOME/build.log
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] New set of packs are available for Smoke Tests

2011-04-28 Thread Waruna Ranasinghe
QA folks,

BPS is ready to QA.

Thanks,
Waruna

On Thu, Apr 28, 2011 at 2:03 PM, Denis Weerasiri de...@wso2.com wrote:

 Hi RMs,
 $subject at http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/ .
 Only cep is not there.

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] [Important] - RMs :Do a smoke test on your products before releasing packs for QA

2011-04-27 Thread Waruna Ranasinghe
QA folks,

BPS pack is ready to QA.

wso2bps-2.0.3-SNAPSHOT.zip 27-Apr-2011 10:38

Thanks,
Waruna
On Wed, Apr 27, 2011 at 5:25 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 Smoke testing should include:

1. Running all samples
2. Running all automated tests
3. Testing all new features for basic operation
4. Testing overall product with management console for key
functionality

 Please do all of the above within the product team before submitting to QA
 team

 On Wed, Apr 27, 2011 at 4:06 AM, Denis Weerasiri de...@wso2.com wrote:

 Hi RMs,
 Carbon  packs are available at :
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/ .
 Please do a smoke test on your product and let QA team know whether the
 packs are ready for QA. Please prioritize this task.

 Some packs(brs,greg,esb etc) lacks the source packs.

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

 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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] s/xs:sequence/xs:all/g in all service-stub WSDLs

2011-04-27 Thread Waruna Ranasinghe
On Wed, Apr 27, 2011 at 5:40 PM, Afkham Azeez az...@wso2.com wrote:

 We need to do $subject since otherwise our UIs will not work on WebSphere

In BPEL component, contract first approach is used for the admin services.
Do we still need to do $subject for the BPEL component?


Thanks,
Waruna



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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Issue in Initialization Code @ start-up

2011-04-26 Thread Waruna Ranasinghe
Hi Senaka,

Even though the bind.address does not get set, the first node of the cluster
starts successfully. The issue mentioned at [1] appears only when we start
the second node of the cluster.

Yes, I agree that if we set the bing.address explicitly, this works well.
Hence, the problem may be unavailability of bind.address.

Thanks,
Waruna
On Wed, Apr 27, 2011 at 10:25 AM, Senaka Fernando sen...@wso2.com wrote:

 Hi all,

 It seems that there are some issues in the server initialization code,
 where the JGroups bind.address (for example) it not setup in-time, see [1].
 The code responsible for setting this up is found in [2].

 // Set the JGroups bind address for the use of the Caching
 Implementation based on
 // Infinispan.
 if (System.getProperty(bind.address) == null) {
 System.setProperty(bind.address,
(hostName != null 
 hostName.trim().length() != 0) ?
hostName.trim() :
 NetworkUtils.getLocalHostname());
 }
 // Initialize the distributed cache for the super-tenant at
 start-up. If not, the first
 // few cache look-ups will result in misses, until the cache
 manager joins the cluster.
 SuperTenantCarbonContext.getCurrentContext().getCache();

 [1] https://wso2.org/jira/browse/CARBON-9372
 [2]
 https://svn.wso2.org/repos/wso2/trunk/carbon/core/org.wso2.carbon.core/src/main/java/org/wso2/carbon/core/init/CarbonServerManager.java

 Thanks,
 Senaka.

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

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

 *Lean . Enterprise . Middleware


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Trunk Build Error for carbon-features

2011-04-23 Thread Waruna Ranasinghe
You need to build orbit/jettison


Thanks,
Waruna

On Sat, Apr 23, 2011 at 9:36 PM, Harshana Martin harsh...@wso2.com wrote:

 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.codehaus.jettison.wso2:jettison:jar:1.1.wso2v1

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.codehaus.jettison.wso2
 -DartifactId=jettison -Dversion=1.1.wso2v1 -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.codehaus.jettison.wso2
 -DartifactId=jettison -Dversion=1.1.wso2v1 -Dpackaging=jar
 -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
   1) org.wso2.carbon:wso2carbon-features:pom:3.2.0-SNAPSHOT
   2) org.codehaus.jettison.wso2:jettison:jar:1.1.wso2v1

 --
 1 required artifact is missing.

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

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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Does registry serves cached values even after the DB goes down?

2011-04-22 Thread Waruna Ranasinghe
On Fri, Apr 22, 2011 at 3:39 PM, Supun Kamburugamuva su...@wso2.com wrote:

 For the users of the registry, it is important to know weather
 registry database is down.

 For example we have the requirement of caching the resources at
 theimplemtation
 ESB level and manage these caches according to the ESB specific
 configurations. So I believe we have implemented something that should
 have being implemented at the application layer at the registry level.

 The correct way to implement this kind of functionalities in the
 registry is using an adapter kind of approach. If a user wants
 registry resource caching they can use a adapter to access the
 registry instead of direct access.


Or we may introduce a mechanism to disable registry caching. In the current
implementation there is no way to disable registry caching.

Thanks,
Waruna



 Thanks,
 Supun..

 On Fri, Apr 22, 2011 at 3:29 PM, Sumedha Rubasinghe sume...@wso2.com
 wrote:
  How else would you expect a cache to behave? ;-)
  /sumedha
 
  On Fri, Apr 22, 2011 at 3:27 PM, Supun Kamburugamuva su...@wso2.com
 wrote:
 
  I tried to shut down the registry database and access the registry
  resources. It seems, even though the database is down registry is
  serving the resources from a cache. Is this the behavior of the
  registry?
 
  Thanks,
  --
  Supun Kamburugamuva
  Technical Lead   Product Manager, WSO2 Inc.; http://wso2.com
  Member, Apache Software Foundation; http://www.apache.org
  WSO2 Inc.;  http://wso2.org
  E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
  Blog: http://supunk.blogspot.com
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Exception when the cacheMode is set to distributed in cache.xml

2011-04-20 Thread Waruna Ranasinghe
On Tue, Apr 19, 2011 at 10:31 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Waruna,

 FYI. Issue [2] on the first e-mail, which I was working on has now been
 fixed.


Yes, now the issue [2] is fixed. But we still need to fix issue [1]. You can
find the related jira at [3].

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


Thanks,
Waruna


 Thanks,
 Senaka.


 On Tue, Apr 19, 2011 at 12:48 PM, Afkham Azeez az...@wso2.com wrote:



 On Tue, Apr 19, 2011 at 12:14 PM, Waruna Ranasinghe war...@wso2.comwrote:



 On Tue, Apr 19, 2011 at 11:50 AM, Afkham Azeez az...@wso2.com wrote:

 It seems the first member is advertising itself as localhost-36582

 Are you running both nodes on the same machine?

 Yes.

 Try to telnet to that 36582 port.

 Connection refused for both ports 36582 and 52757


 So the problem is, the first instance in advertising a port that is not
 open.



 Thanks,
 Waruna



 On Tue, Apr 19, 2011 at 11:33 AM, Senaka Fernando sen...@wso2.comwrote:

 I'm working on error [2]. But, we need to fix what's causing [1].

 Thanks,
 Senaka.

 On Tue, Apr 19, 2011 at 11:28 AM, Waruna Ranasinghe 
 war...@wso2.comwrote:

 Hi all,

 I'm in the process of testing BPEL clustering implementation.
 There are two BPS instances which shares the same Registry database.

 I also enabled the distributed caching through the cache.xml in the
 BPS_HOME/repository/conf directory.

 The first BPS instance starts successfully, but the second BPS
 instance throws the following error [1]  at the startup.

 According to the logs, JGroups is using ipv6, therefore, the servers
 were started with the -Dbind.address system property. Then again the fist
 server started successfully while the second server thrown the error [2] 
 at
 startup.

 Any help to resolve this issue?

 *[1]* -

 [2011-04-19 11:07:00,231]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Starting
 JGroups Channel
 [2011-04-19 11:07:00,232]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Unable to 
 use
 any JGroups configuration mechanisms provided in properties {}.  Using
 default JGroups configuration!
 [2011-04-19 11:07:00,617]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Received new
 cluster view: [localhost-38281|1] [localhost-38281, localhost-36582]
 [2011-04-19 11:07:00,627]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Cache local
 address is localhost-36582, physical addresses are [*
 fe80:0:0:0:250:56ff:fec0:8:52757*]
 
 INFO - org.infinispan.remoting.transport.jgroups.JGroupsTransport -
 Received new cluster view: [localhost-36582|3] [localhost-36582]
 [2011-04-19 11:07:01,732] ERROR - org.infinispan.distribution.JoinTask
 - Caught exception!
 org.infinispan.remoting.transport.jgroups.SuspectException: Suspected
 member: localhost-38281
 at
 org.infinispan.remoting.transport.jgroups.JGroupsTransport.invokeRemotely(JGroupsTransport.java:418)
  at
 org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:100)
 at
 org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:124)
  at
 org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:229)
 at
 org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:216)
  at
 org.infinispan.remoting.rpc.RpcManagerImpl.broadcastRpcCommand(RpcManagerImpl.java:199)
 at
 org.infinispan.distribution.JoinTask.performRehash(JoinTask.java:100)
  at org.infinispan.distribution.RehashTask.call(RehashTask.java:52)
 at org.infinispan.distribution.RehashTask.call(RehashTask.java:32)
  at
 java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  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:662)
 [2011-04-19 11:07:01,736]  INFO -
 org.infinispan.distribution.TransactionLoggerImpl - Stopping transaction
 logging



 *[2]* -

 [2011-04-19 11:09:21,903]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Starting
 JGroups Channel
 [2011-04-19 11:09:21,904]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Unable to 
 use
 any JGroups configuration mechanisms provided in properties {}.  Using
 default JGroups configuration!
 [2011-04-19 11:09:22,281]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Received new
 cluster view: [localhost-62843|1] [localhost-62843, localhost-26800]
 [2011-04-19 11:09:22,302]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Cache local
 address is localhost-26800, physical addresses are [
 10.100.0.165:56592]
 [2011-04-19 11:09:23,337] ERROR - org.infinispan.distribution.JoinTask
 - Caught exception!
 org.infinispan.marshall.NotSerializableException:
 org.wso2

Re: [Carbon-dev] [Important] Many jars from CARBON_HOME/lib/core/WEB-INF/lib have been moved to CARBON_HOME/lib/api

2011-04-20 Thread Waruna Ranasinghe
On Fri, Apr 15, 2011 at 11:27 AM, Afkham Azeez az...@wso2.com wrote:

 Product teams,
 Please note $subject.

 We were doing a wrong thing by adding CARBON_HOME/lib/core/WEB-INF/lib  to
 the classpath, which makes these jars get loaded from the system classloader
 as well as the Carbon webapp's WebappClassloader. Now those jars have been
 moved to CARBON_HOME/lib/api, and those jars get loaded from the parent of
 the webapp classloader. The system classloader loads only the bootstrap.jar.

 Please check the scripts in your products. I have fixed many of those. I
 noticed the following in BPS:
 ./bps/modules/samples/product/sample-utils/src/main/scripts/axis2server.sh:for
 f in $AXIS2_HOME/../../lib/core/WEB-INF/lib/*.jar

Updated the axis2server.sh script

Thanks,
Waruna




 Please fix these as appropriate.

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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Exception when the cacheMode is set to distributed in cache.xml

2011-04-19 Thread Waruna Ranasinghe
On Tue, Apr 19, 2011 at 11:50 AM, Afkham Azeez az...@wso2.com wrote:

 It seems the first member is advertising itself as localhost-36582

 Are you running both nodes on the same machine?

Yes.

 Try to telnet to that 36582 port.

Connection refused for both ports 36582 and 52757

Thanks,
Waruna



 On Tue, Apr 19, 2011 at 11:33 AM, Senaka Fernando sen...@wso2.com wrote:

 I'm working on error [2]. But, we need to fix what's causing [1].

 Thanks,
 Senaka.

 On Tue, Apr 19, 2011 at 11:28 AM, Waruna Ranasinghe war...@wso2.comwrote:

 Hi all,

 I'm in the process of testing BPEL clustering implementation.
 There are two BPS instances which shares the same Registry database.

 I also enabled the distributed caching through the cache.xml in the
 BPS_HOME/repository/conf directory.

 The first BPS instance starts successfully, but the second BPS instance
 throws the following error [1]  at the startup.

 According to the logs, JGroups is using ipv6, therefore, the servers were
 started with the -Dbind.address system property. Then again the fist server
 started successfully while the second server thrown the error [2] at
 startup.

 Any help to resolve this issue?

 *[1]* -

 [2011-04-19 11:07:00,231]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Starting
 JGroups Channel
 [2011-04-19 11:07:00,232]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Unable to use
 any JGroups configuration mechanisms provided in properties {}.  Using
 default JGroups configuration!
 [2011-04-19 11:07:00,617]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Received new
 cluster view: [localhost-38281|1] [localhost-38281, localhost-36582]
 [2011-04-19 11:07:00,627]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Cache local
 address is localhost-36582, physical addresses are [*
 fe80:0:0:0:250:56ff:fec0:8:52757*]
 
 INFO - org.infinispan.remoting.transport.jgroups.JGroupsTransport -
 Received new cluster view: [localhost-36582|3] [localhost-36582]
 [2011-04-19 11:07:01,732] ERROR - org.infinispan.distribution.JoinTask -
 Caught exception!
 org.infinispan.remoting.transport.jgroups.SuspectException: Suspected
 member: localhost-38281
 at
 org.infinispan.remoting.transport.jgroups.JGroupsTransport.invokeRemotely(JGroupsTransport.java:418)
  at
 org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:100)
 at
 org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:124)
  at
 org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:229)
 at
 org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:216)
  at
 org.infinispan.remoting.rpc.RpcManagerImpl.broadcastRpcCommand(RpcManagerImpl.java:199)
 at org.infinispan.distribution.JoinTask.performRehash(JoinTask.java:100)
  at org.infinispan.distribution.RehashTask.call(RehashTask.java:52)
 at org.infinispan.distribution.RehashTask.call(RehashTask.java:32)
  at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
 at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  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:662)
 [2011-04-19 11:07:01,736]  INFO -
 org.infinispan.distribution.TransactionLoggerImpl - Stopping transaction
 logging



 *[2]* -

 [2011-04-19 11:09:21,903]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Starting
 JGroups Channel
 [2011-04-19 11:09:21,904]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Unable to use
 any JGroups configuration mechanisms provided in properties {}.  Using
 default JGroups configuration!
 [2011-04-19 11:09:22,281]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Received new
 cluster view: [localhost-62843|1] [localhost-62843, localhost-26800]
 [2011-04-19 11:09:22,302]  INFO -
 org.infinispan.remoting.transport.jgroups.JGroupsTransport - Cache local
 address is localhost-26800, physical addresses are [10.100.0.165:56592]
 [2011-04-19 11:09:23,337] ERROR - org.infinispan.distribution.JoinTask -
 Caught exception!
 org.infinispan.marshall.NotSerializableException:
 org.wso2.carbon.registry.core.caching.CacheBackedRegistry$GhostResource
 Caused by: an exception which occurred:
 in object
 org.wso2.carbon.registry.core.caching.CacheBackedRegistry$GhostResource@315a0b2f
  in object org.infinispan.container.entries.ImmortalCacheValue@315a0b2f
  in object java.util.HashMap@38135412
 in object org.infinispan.remoting.responses.SuccessfulResponse@38135412
 [2011-04-19 11:09:23,338]  INFO -
 org.infinispan.distribution.TransactionLoggerImpl - Stopping transaction
 logging
 [2011-04-19 11:09:23,438] ERROR -
 org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent - Failed
 to activate Registry Core bundle



 Thanks

Re: [Carbon-dev] Minimum Maven version is 2.2.0?

2011-03-30 Thread Waruna Ranasinghe
Hi all,

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

prerequisites

maven2.2.1/maven

/prerequisites

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



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



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

 Apparently the maven site plugin requires maven 2.2.0.


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

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


 Thanks,
 Hiranya



 Danushka

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




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

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




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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] BPS build fails if tests are skipped

2011-03-29 Thread Waruna Ranasinghe
Fixed.

Thanks,
Waruna

On Tue, Mar 29, 2011 at 10:51 PM, Afkham Azeez az...@wso2.com wrote:

 [INFO] Installing
 /Users/azeez/projects/wso2/org/trunk/carbon/products/bps/modules/integration/org.wso2.bps.test.utils/target/org.wso2.bps.test.utils-2.0.3-SNAPSHOT.jar
 to
 /Users/azeez/.m2/repository/org/wso2/bps/org.wso2.bps.test.utils/2.0.3-SNAPSHOT/org.wso2.bps.test.utils-2.0.3-SNAPSHOT.jar
 [INFO]
 
 [INFO] Building WSO2 BPS - Management Tests
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) org.wso2.bps:org.wso2.bps.test.utils:jar:tests:2.0.3-SNAPSHOT

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.bps
 -DartifactId=org.wso2.bps.test.utils -Dversion=2.0.3-SNAPSHOT
 -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file

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

   Path to dependency:
1) org.wso2.bps:org.wso2.bps.test.management:jar:2.0.3-SNAPSHOT
2) org.wso2.bps:org.wso2.bps.test.utils:jar:tests:2.0.3-SNAPSHOT

 --
 1 required artifact is missing.

 for artifact:
   org.wso2.bps:org.wso2.bps.test.management:jar:2.0.3-SNAPSHOT

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



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


 [INFO]
 


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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Rename httpPort and httpsPort system variables

2011-03-22 Thread Waruna Ranasinghe
On Tue, Mar 22, 2011 at 3:33 PM, Afkham Azeez az...@wso2.com wrote:

 From the top of my mind, I recall that this is used for propagating the
 HTTP/S ports in cluster mgt too. Just changing something like this can break
 a lot of stuff.

Got it. It seems that we have used a generic name on purpose.

Thanks,
Waruna




 On Tue, Mar 22, 2011 at 3:31 PM, Afkham Azeez az...@wso2.com wrote:

 Why? This could break many things. What is the value this brings.

 On Tue, Mar 22, 2011 at 3:08 PM, Waruna Ranasinghe war...@wso2.comwrote:

 Hi all,

 I'm going to $subject to wso2.carbon.httpPort
 and wso2.carbon.httpsPort respectively in carbon trunk.


 Thanks,
 Waruna

 On Tue, Mar 22, 2011 at 12:37 PM, Sanjiva Weerawarana 
 sanj...@wso2.comwrote:

 Do we use -DhttpPort and -DhttpsPort? I have to agree if so those are
 rather generic :(.

 Better to say wso2.carbon.httpPort etc..

 Sanjiva.

 --
 Sanjiva Weerawarana, Ph.D.
 Founder, Chairman  CEO; WSO2, Inc.;  http://wso2.com/
 email: sanj...@wso2.com; phone: +94 11 763 9614; cell: +94 77 787 6880| +1
 650 265 8311
 blog: http://sanjiva.weerawarana.org/

 Lean . Enterprise . Middleware




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




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




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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] BPEL component compilation error

2011-03-22 Thread Waruna Ranasinghe
Milinda has fixed the issue.

Thanks,
Waruna

On Tue, Mar 22, 2011 at 9:19 PM, Afkham Azeez az...@wso2.com wrote:

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

 /Users/azeez/projects/wso2/org/trunk/carbon/components/application-mgt/org.wso2.carbon.application.mgt.bpel/src/main/java/org/wso2/carbon/application/mgt/bpel/BPELApplicationAdmin.java:[29,62]
 package org.wso2.carbon.bpel.ode.integration.mgt.services.types does not
 exist

 /Users/azeez/projects/wso2/org/trunk/carbon/components/application-mgt/org.wso2.carbon.application.mgt.bpel/src/main/java/org/wso2/carbon/application/mgt/bpel/BPELApplicationAdmin.java:[89,16]
 cannot find symbol
 symbol  : class ProcessesInPackage
 location: class org.wso2.carbon.application.mgt.bpel.BPELApplicationAdmin


 [INFO] --

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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] OutOfMemoryError: PermGen space When Running Integration Tests

2011-03-17 Thread Waruna Ranasinghe
* cell: 
 %2B94%2077%203320919%2B94%2077%203320919+94
 77 3320919
 blog: **http://blog.afkham.org* http://blog.afkham.org*
 twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


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




 --
 *Kasun Weranga*
 Software Engineer
 **
 *WSO2, Inc.
 *lean.enterprise.middleware.
 mobile : %2B94%20772314602+94 772314602
 http://sanjeewamalalgoda.blogspot.com/blog 
 :http://sanjeewamalalgoda.blogspot.com/
 http://kasunweranga.blogspot.com/




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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Status of TryIt

2011-03-16 Thread Waruna Ranasinghe
+1, This is great. What if the response also shown as an XML? so that we can
see the entire structure of the response message, rather than some strings.


Thanks,
Waruna

On Wed, Mar 16, 2011 at 7:05 PM, Ruchira Wageesha ruch...@wso2.com wrote:

 Hi Azeez,

 Along with the schema import support of the Tryit, we will have to get rid
 of form-field ui as it lacks the flexibility. i.e. If the the types are
 complex and have a certain depth, then it's very hard to give a form-field
 based ui.

 So the tryit ui is being redesigned(with the help of chanka) by giving user
 an XML editor(editarea) where he can modify payload. When the editor is
 loaded for the first time, it will contain a sample payload as we can see in
 Soap UI like tools. Then user can replace '?' (see the payload of the
 attached images) with their desired content.

 Further, the Stubs generated from Mashup Server's stub generator tool, was
 also modified to accept the payload as a Badgerfish JSON. As we get the
 sample payload XML in the tryit ui, user can get the sample payload
 Badgerfish JSON by simply calling {service}.{operation}_payloadJSON() method
 of the stub. Then he can simply modify the payload JSON, instead of creating
 BF JSON himself.

 I have attached the images of new tryit layout below. Please let this
 thread know your comments.

 Thanks,
 Ruchira

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Cannot build components - dataservices

2011-03-15 Thread Waruna Ranasinghe
I reverted the api changes done in securevault module in synapse branch as
per Asela's request.

Reverted back to r89734


Thanks,
Waruna

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

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

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

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

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

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

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

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


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


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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Exception while trying to invoke a secured service.

2011-03-09 Thread Waruna Ranasinghe
On Wed, Mar 9, 2011 at 1:47 PM, Thilina Buddhika thili...@wso2.com wrote:

 Hi Waruna,

 Does this happen when WS-Security applied through the security wizard ?

In both cases (wizard and service.xml)


Thanks,
Waruna


 Thanks,
 Thilina

 On Wed, Mar 9, 2011 at 1:40 PM, Waruna Ranasinghe war...@wso2.com wrote:

 Hi all,

 I'm getting the following exception when I try to invoke a secured service
 in the latest trunk build.

 java.lang.RuntimeException: Undefined 'Security policy namespace cannot be
 null.' resource property
  at
 org.apache.rampart.RampartException.getMessage(RampartException.java:81)
 at org.apache.rampart.RampartException.init(RampartException.java:41)
  at org.apache.rampart.RampartException.init(RampartException.java:57)
 at
 org.apache.rampart.RampartMessageData.setWSSecurityVersions(RampartMessageData.java:373)
  at
 org.apache.rampart.RampartMessageData.init(RampartMessageData.java:261)
 at org.apache.rampart.MessageBuilder.build(MessageBuilder.java:61)
  at
 org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:65)
 at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
  at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
 at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
  at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:427)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
  at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
  ...


 Thanks,
 Waruna

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




 --
 Thilina Buddhika
 Senior Software Engineer
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Build failure in IS product

2011-03-09 Thread Waruna Ranasinghe
On Wed, Mar 9, 2011 at 11:35 PM, Thilina Buddhika thili...@wso2.com wrote:

 On a side note, I guess these externals should be pointing to the new svn
 locations. So it should be [1] instead of [2]. There are some places which
 needs to be fixed.

Fixed. I should have fixed this before, sorry for the inconvenience caused.




 Thanks,
 Thilina

 [1] -
 https://svn.wso2.org/repos/wso2/trunk/carbon/products/manager/conf/cloud-services-desc.xml
 [2] -
 https://svn.wso2.org/repos/wso2/trunk/stratos/stratos/services/manager/conf/cloud-services-desc.xml


 On Wed, Mar 9, 2011 at 11:32 PM, Thilina Buddhika thili...@wso2.comwrote:

 Hi Azeez,

 I was able to build both Identity Server and Stratos Identity Service
 without any issue. And the file 'cloud-services-desc.xml' is available
 inside is/modules/distribution/service/conf/ directory which is fetched by
 an svn external pointing to [1].

 Thanks,
 Thilina

 [1] -
 https://svn.wso2.org/repos/wso2/trunk/stratos/stratos/services/manager/conf/cloud-services-desc.xml

 https://svn.wso2.org/repos/wso2/trunk/stratos/stratos/services/manager/conf/cloud-services-desc.xml
 On Wed, Mar 9, 2011 at 10:18 PM, Thilina Buddhika thili...@wso2.comwrote:

 Looking into this.

 Thanks,
 Thilina

 On Wed, Mar 9, 2011 at 8:00 PM, Afkham Azeez az...@wso2.com wrote:

 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to create assembly: File to filter not found:
 /Users/azeez/projects/wso2/org/trunk/carbon/products/is/modules/distribution/service/conf/cloud-services-desc.xml
 (No such file or directory)


If this file is not there, probably the svn update must have failed. Since
this is a svn external which refers to a file (not a directory), you need
svn client version 1.6.x in-order to check out carbon trunk.


Thanks,
Waruna




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


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




 --
 Thilina Buddhika
 Senior Software Engineer

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

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




 --
 Thilina Buddhika
 Senior Software Engineer
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

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




 --
 Thilina Buddhika
 Senior Software Engineer
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

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

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Testing Carbon-3.2.0 source packs

2011-03-09 Thread Waruna Ranasinghe
On Thu, Mar 10, 2011 at 12:12 PM, Thilina Buddhika thili...@wso2.comwrote:

 IMO, the right time to start testing source packs is after creating the
 branch and make sure that it builds without any hassle and only depend on
 the correct artifacts.


+1



 Thanks,
 Thilina

 On Thu, Mar 10, 2011 at 10:40 AM, Charitha Kankanamge 
 chari...@wso2.comwrote:

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

 Regards
 Charitha



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




 --
 Thilina Buddhika
 Senior Software Engineer
 WSO2 Inc. ; http://wso2.com
 lean . enterprise . middleware

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

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Manually have to copy qpid and event-broker config files to distribution

2011-03-08 Thread Waruna Ranasinghe
Hi Sameera, Pradeep,

I think, we should copy the 'repository' directory from the carbon
distribution in the p2-profile-gen module, when we create the final
distribution. So that it contain all the config files related to the
features. WDYT?


Thanks,
Waruna

On Tue, Mar 8, 2011 at 12:32 PM, Indika Kumara ind...@wso2.com wrote:

 It seems like an issue with the product build.  I tested with the ESB by
 manually adding Cassandra feature to the p2-profile of the ESB. I observed
 the configuration files has been correctly copied in the
 'products\esb\modules\p2-profile\target\wso2carbon-core-3.2.0-SNAPSHOT' but,
 not in the final ESB distribution.

 ~ Indika


 On Tue, Mar 8, 2011 at 12:15 PM, Danushka Menikkumbura 
 danus...@wso2.comwrote:

 Qpid configuration files get installed when you install the Qpid feature.

 Danushka

 On Mon, Mar 7, 2011 at 11:38 PM, Tharindu Mathew thari...@wso2.comwrote:

 Hi,

 I'm facing $subject after including them as feature. Can't these be
 included in the feature itself?

 --
 Regards,

 Tharindu


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



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



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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Error while updating carbon components

2011-03-07 Thread Waruna Ranasinghe
On Mon, Mar 7, 2011 at 4:57 PM, Isuru Suriarachchi is...@wso2.com wrote:

 Fetching external item into
 'identity/org.wso2.carbon.identity.relyingparty/src/main/resources/TenantMgtAdminService.wsdl'
 svn: URL '
 https://svn.wso2.org/repos/wso2/trunk/stratos/stratos/components/tenant-mgt/org.wso2.stratos.tenant.mgt.ui/src/main/resources/TenantMgtAdminService.wsdl'
 refers to a file, not a directory

You need to use svn client version 1.6.x in-order to support svn externals
which refer to files.

Thanks,
Waruna



 Please fix..

 Thanks,
 ~Isuru

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

 lean . enterprise . middleware


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


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

2011-03-07 Thread Waruna Ranasinghe
On Mon, Mar 7, 2011 at 9:42 PM, WSO2 Builder buil...@wso2.org wrote:

 [INFO]   WSO2 Stratos AppServer - Sample Installer
 [INFO]   WSO2 AppServer - Features Parent
 [INFO]   WSO2 AppServer - Features Aggregator Module
 [INFO]   WSO2 AppServer - Style Features
 [INFO]   WSO2 AppServer - Utils Features
 [INFO]   WSO2 Stratos  AppServer - Features Aggregator Module
 [INFO]   WSO2 Stratos  AppServer - Style Features
 [INFO]   WSO2 Stratos  AppServer - Utils Features
 [INFO]   WSO2 Stratos  AppServer - Deployment
 [INFO]   WSO2 Stratos  AppServer - Deployment Features
 [INFO]   WSO2 Stratos  AppServer - Dashboard UI
 [INFO]   WSO2 Stratos  AppServer - Dashboard UI Features
 [INFO]   WSO2 Stratos  AppServer - Dashboard UI Features
 [INFO]   WSO2 AS - Login User Interface
 [INFO]   WSO2 Stratos  AppServer - Deployment Features
 [INFO]   WSO2 AppServer - P2 Profile Gen Parent
 [INFO]   WSO2 AppServer - AppServer Profile Generation
 [INFO]   WSO2 Stratos  AppServer - Profile Generation
 [INFO]   WSO2 AppServer - Distribution Parent
 [INFO]   WSO2 AppServer - Distribution
 [INFO]   WSO2 Stratos AppServer - Distribution
 [INFO] snapshot org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT: checking
 for updates from wso2-maven2-repository
 [INFO] snapshot org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT: checking
 for updates from wso2-maven2-snapshot-repository
 [INFO] snapshot org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT: checking
 for updates from com.springsource.repository.bundles.release
 [INFO] snapshot org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT: checking
 for updates from com.springsource.repository.bundles.external
 Downloading:
 http://dist.wso2.org/snapshots/maven2/org/apache/axis2/axis2-aar-maven-plugin/SNAPSHOT/axis2-aar-maven-plugin-20100208.162959-17.pom
 1/4K
 2/4K
 3/4K
 4/4K
 4K downloaded  (axis2-aar-maven-plugin-20100208.162959-17.pom)
 Downloading:
 http://dist.wso2.org/maven2/org/apache/axis2/axis2-aar-maven-plugin/SNAPSHOT/axis2-aar-maven-plugin-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.apache.axis2:axis2-aar-maven-plugin:maven-plugin:SNAPSHOT' in
 repository wso2-maven2-repository (http://dist.wso2.org/maven2)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Plugin could not be found - check that the goal name is correct:
 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.apache.axis2
 -DartifactId=axis2-aar-maven-plugin -Dversion=SNAPSHOT
 -Dpackaging=maven-plugin -Dfile=/path/to/file

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


  org.apache.axis2:axis2-aar-maven-plugin:maven-plugin:SNAPSHOT

 from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  wso2-maven2-repository (http://dist.wso2.org/maven2)


  org.apache.axis2:axis2-aar-maven-plugin:maven-plugin:SNAPSHOT

Changed the version to 1.6.1-SNAPSHOT



 from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  wso2-maven2-repository (http://dist.wso2.org/maven2)


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 13 seconds
 [INFO] Finished at: Mon Mar 07 21:41:58 IST 2011
 [INFO] Final Memory: 23M/1237M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Manually have to copy qpid and event-broker config files to distribution

2011-03-07 Thread Waruna Ranasinghe
On Mon, Mar 7, 2011 at 11:38 PM, Tharindu Mathew thari...@wso2.com wrote:

 Hi,

 I'm facing $subject after including them as feature. Can't these be
 included in the feature itself?

We can configure the feature to copy config files in to the distribution,
when the feature get installed. Please refer identity and bpel features as
an example


Thanks,
Waruna



 --
 Regards,

 Tharindu


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


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

2011-03-07 Thread Waruna Ranasinghe
On Tue, Mar 8, 2011 at 9:39 AM, Denis Weerasiri de...@wso2.com wrote:


 Hi SupunM,
 Can you have a look? BTW, SNAPSHOT repos are not available at
 http://dist.wso2.org/maven2/org/apache/axis2/axis2-aar-maven-plugin/ .


I updated the version to 1.6.1-SNAPSHOT


Thanks,
Waruna




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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Client side libraries for our products

2011-03-07 Thread Waruna Ranasinghe
On Tue, Mar 8, 2011 at 10:33 AM, Afkham Azeez az...@wso2.com wrote:

 Nothing specific to AS if you include the axis2-client JAR. Nothing
 specific to Stratos as well. carbon-base and its dependencies would be
 needed to support the Carbon programming model.

Same for BPS, You can talk to management api through web service calls.


Thanks,
Waruna



 Azeez


 On Mon, Mar 7, 2011 at 3:57 PM, Saminda Wijeratne samin...@wso2.comwrote:

 Devs any help on this please?

 Saminda


 On Sat, Mar 5, 2011 at 9:12 AM, Saminda Wijeratne samin...@wso2.comwrote:



 On Sat, Mar 5, 2011 at 7:06 AM, Afkham Azeez az...@wso2.com wrote:

 Instead of the many JARs, why can't you simply use the axis2-client
 JAR?

 Will do.


 Also, from a programming model  client API PoV, there is no difference
 between Carbon or Stratos Apps. So, to write an app that is deployed on
 Stratos, you should never require anything additional.

 I wasn't sure about the Stratos, I just put it just incase. But wont
 there be a case where there might be a client side programming to access a
 Stratos manager like?

 Saminda


 On Fri, Mar 4, 2011 at 5:13 PM, Saminda Wijeratne samin...@wso2.comwrote:

  The feature I'm creating here is helping developers add libraries to
 their projects using CS. I need to know what libraries needed generally 
 product specific.

 *General*

 abdera-1.0.0.wso2v1.jar
 axiom-1.2.9.wso2v1.jar
 axis2-1.6.0.wso2v1.jar
 commons-codec-1.3.0.wso2v1.jar
 commons-collections-3.2.0.wso2v1.jar
 commons-httpclient-3.1.0.wso2v1.jar
 commons-io-1.4.0.wso2v1.jar
 commons-lang-2.3.0.wso2v1.jar
 commons-logging-1.1.1.jar
 geronimo-stax-api_1.0_spec_1.0.1.wso2v1.jar
 httpcore-4.1.0.alpha1-wso2v1.jar
 opensaml2-2.0.0.alpha1-wso2v1.jar
 woden-1.0.0.M8-wso2v1.jar
 wsdl4j-1.6.2.wso2v1.jar
 XmlSchema-1.4.2.wso2v1.jar

 *DS*

 org.wso2.carbon.dataservices.core-3.0.0.jar

 *ESB*

 json-1.0.0.wso2v1.jar
 jettison-1.2.jar
 jettison-1.1.jar

 *AS*
 *
 *
 *BPS*
 *
 *
 *GS*
 *
 *
 *GReg*

 *
 org.wso2.carbon.registry.core-3.0.0.jar
 *
 *
 org.wso2.carbon.user.core-3.0.0.jar
 *

 *

 *
 *BRS*
 *
 *
 *IS*

  joda-time-1.6.0.wso2v1.jar
 neethi-2.0.4.wso2v1.jar
 opensaml2-2.0.0.alpha1-wso2v1.jar
 rampart-core-1.6.0.wso2v1.jar
 rampart-policy-1.6.0.wso2v1.jar
 rampart-trust-1.6.0.wso2v1.jar
 wss4j-1.5.10.wso2v2.jar


 *BAM*
 *
 *
 *MS*
 *
 *
 *Stratos*
 *
 *
 Any help on completing this is much appreciated.

 Thanks,
 Saminda

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




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






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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Optimizing Maven build script to make Carbon build faster and reliable.

2011-03-06 Thread Waruna Ranasinghe
On Sun, Mar 6, 2011 at 12:07 PM, Sameera Jayasoma same...@wso2.com wrote:

 Some more..

3) Merge Stratos trunk with the Carbon trunk - *Waruna*


3) Merge Stratos trunk with the Carbon trunk - *Waruna*
Progress update:

   - Merged Stratos components with Carbon components
   - Merged Stratos features with Carbon features
   - Merged the following products
  - BAM
  - BPS
  - BRS
  - CEP
  - G-Reg
  - GS


Thanks,
Waruna



 4) Incremental build support - *Harshana*
 5) Maven Exclusions - *Sameera*

 Please add, if I missed anything. Please update on the progress about these
 assigned tasks.

 Thanks,
 Sameera.


 On Sun, Mar 6, 2011 at 12:04 PM, Sameera Jayasoma same...@wso2.comwrote:

 We have came up with following tasks to achieve $Subject.

 1) Upload artifacts generated in the dependencies and orbit projects. *
 Pradeep/SupunM*
 2) Separate out Code generation from all the UI bundles in Core and
 Components projects - Pradeep

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

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

 Lean . Enterprise . Middleware




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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Stratos trunk code is freezed 10.00am 5th March 2011 IST onwards

2011-03-06 Thread Waruna Ranasinghe
Hi all,

I have almost finished the svn restructuring.
Now on, both Carbon and Stratos development should be carried out on Carbon
trunk [2].



[2] - https://svn.wso2.org/repos/wso2/trunk/carbon

Thanks,
Waruna
On Sat, Mar 5, 2011 at 12:35 PM, Waruna Ranasinghe war...@wso2.com wrote:

 Hi devs,

 Please restrain from committing to carbon/products [3], since I'm
 re-structuring the svn directory structure.
 I'll send a notice once I'm done with re-structuring.


 [3] - https://svn.wso2.org/repos/wso2/trunk/carbon/products


 Thanks,
 Waruna


 On Sat, Mar 5, 2011 at 9:46 AM, Waruna Ranasinghe war...@wso2.com wrote:

 Hi all,

 Please note $subject.

 I'm going to move Stratos artifacts [1] to mainstream Carbon trunk [2].
 I will send a notice when this is finished.

 The finalized svn structure is shown below.

 carbon [2]
 |pom.xml
 |
 |core
 |
 |dependencies
 |
 |orbit
 |
 |components
 ||pom.xml
 ||stratos
 |||pom.xml
 |||account-mgt
 ||| ...
 ||
 ||aar-services
 ||admin-mgt
 || ...
 |
 |features
 ||pom.xml
 ||stratos
 |||pom.xml
 |||tenant-mgt
 ||| ...
 ||
 ||admin-mgt
 ||application-deployers
 || ...
 |
 |products
 ||pom.xml
 ||appserver
 |||pom.xml
 |||modules
 ||||distribution
 |||||pom.xml
 |||||product
 |||||| ...
 |||||service
 |||||| ...
 ||||
 ||||features
 |||||pom.xml
 |||||product
 |||||| ...
 |||||service
 |||||| ...
 ||||
 ||||p2-profile-gen
 |||||pom.xml
 |||||product
 |||||| ...
 |||||service
 |||||| ...
 ||||
 ||||styles
 |||||pom.xml
 |||||product
 |||||| ...
 |||||service
 |||||| ...
 ||||
 ||||org.wso2.stratos.appserver.dashboard.ui
 ||||org.wso2.stratos.appserver.deployment
 ||||org.wso2.stratos.appserver.login.ui
 ||
 ||bam
 || ...

 [1] - https://svn.wso2.org/repos/wso2/trunk/stratos
 [2] - https://svn.wso2.org/repos/wso2/trunk/carbon


 Thanks,
 Waruna
 --
 -
 Waruna Ranasinghe
 Senior Software Engineer, WSO2

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

 www.wso2.com - Lean . Enterprise . Middleware




 --
 -
 Waruna Ranasinghe
 Senior Software Engineer, WSO2

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

 www.wso2.com - Lean . Enterprise . Middleware




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Optimizing Maven build script to make Carbon build faster and reliable.

2011-03-06 Thread Waruna Ranasinghe
On Sun, Mar 6, 2011 at 12:07 PM, Sameera Jayasoma same...@wso2.com wrote:

 Some more..

 3) Merge Stratos trunk with the Carbon trunk - *Waruna*

3) Merge Stratos trunk with the Carbon trunk - *Waruna*
*
*
Done. Please verify.

Thanks,
Waruna



 4) Incremental build support - *Harshana*
 5) Maven Exclusions - *Sameera*

 Please add, if I missed anything. Please update on the progress about these
 assigned tasks.

 Thanks,
 Sameera.


 On Sun, Mar 6, 2011 at 12:04 PM, Sameera Jayasoma same...@wso2.comwrote:

 We have came up with following tasks to achieve $Subject.

 1) Upload artifacts generated in the dependencies and orbit projects. *
 Pradeep/SupunM*
 2) Separate out Code generation from all the UI bundles in Core and
 Components projects - Pradeep

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

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

 Lean . Enterprise . Middleware




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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


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

2011-03-06 Thread Waruna Ranasinghe
On Sun, Mar 6, 2011 at 11:45 PM, WSO2 Builder buil...@wso2.org wrote:

 Fetching external item into
 'components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home'
 External at revision 89093.


 Fetching external item into
 'components/governance/org.wso2.carbon.governance.api/src/test/resources/user-test'
 External at revision 89093.


 Fetching external item into 'features/etc'
 External at revision 89093.

 At revision 89093.
 Path: .
 URL: https://svn.wso2.org/repos/wso2/trunk/carbon
 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 89093
 Node Kind: directory
 Schedule: normal
 Last Changed Author: indika
 Last Changed Rev: 89093
 Last Changed Date: 2011-03-06 22:37:05 +0530 (Sun, 06 Mar 2011)

 Sun Mar  6 23:45:13 IST 2011
 [INFO] Scanning for projects...
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Project 'org.wso2.carbon:org.wso2.carbon.ui.menu.general' is
 duplicated in the reactor


This is caused by having two modules in same group id and artifact id.
I have commented out one module as a temporary fix.
Azeez is working on a proper fix.

AmilaM, please trigger a new build.


Thanks,
Waruna



 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 43 seconds
 [INFO] Finished at: Sun Mar 06 23:45:56 IST 2011
 [INFO] Final Memory: 205M/1260M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


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

2011-03-04 Thread Waruna Ranasinghe
 org.wso2.carbon.bpel.mgt.ui does not exist

 /home/carbon/stratos/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/clients/InstanceManagementServiceClient.java:[28,0]
 package org.wso2.carbon.bpel.mgt.ui.types does not exist

 /home/carbon/stratos/carbon/components/business-processes/bpel/org.wso2.carbon.bpel.ui/src/main/java/org/wso2/carbon/bpel/ui/clients/InstanceManagementServiceClient.java:[40,12]
 cannot find symbol
 symbol  : class InstanceManagementServiceStub
 location: class
 org.wso2.carbon.bpel.ui.clients.InstanceManagementServiceClient
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


[Carbon-dev] Compilation error in mediation-initializer component

2011-03-04 Thread Waruna Ranasinghe
Hi all,

I get the following error, please have a look.

Thanks,
Waruna

[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/waruna/WSO2/projects/src/trunk/carbon/components/mediation-initializer/org.wso2.carbon.mediation.dependency.mgt/src/main/java/org/wso2/carbon/mediation/dependency/mgt/resolvers/XQueryMediatorResolver.java:[37,47]
incompatible types
found   : org.apache.synapse.mediators.Value
required: java.lang.String

[ERROR]
/home/waruna/WSO2/projects/src/trunk/carbon/components/mediation-initializer/org.wso2.carbon.mediation.dependency.mgt/src/main/java/org/wso2/carbon/mediation/dependency/mgt/resolvers/ScriptMediatorResolver.java:[36,24]
cannot find symbol
symbol  : constructor
ConfigurationObject(int,org.apache.synapse.mediators.Value)
location: class org.wso2.carbon.mediation.dependency.mgt.ConfigurationObject

[INFO] 2 errors
[INFO] -
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/waruna/WSO2/projects/src/trunk/carbon/components/mediation-initializer/org.wso2.carbon.mediation.dependency.mgt/src/main/java/org/wso2/carbon/mediation/dependency/mgt/resolvers/XQueryMediatorResolver.java:[37,47]
incompatible types
found   : org.apache.synapse.mediators.Value
required: java.lang.String

/home/waruna/WSO2/projects/src/trunk/carbon/components/mediation-initializer/org.wso2.carbon.mediation.dependency.mgt/src/main/java/org/wso2/carbon/mediation/dependency/mgt/resolvers/ScriptMediatorResolver.java:[36,24]
cannot find symbol
symbol  : constructor
ConfigurationObject(int,org.apache.synapse.mediators.Value)
location: class org.wso2.carbon.mediation.dependency.mgt.ConfigurationObject

-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Stratos trunk code is freezed 10.00am 5th March 2011 IST onwards

2011-03-04 Thread Waruna Ranasinghe
Hi devs,

Please restrain from committing to carbon/products [3], since I'm
re-structuring the svn directory structure.
I'll send a notice once I'm done with re-structuring.


[3] - https://svn.wso2.org/repos/wso2/trunk/carbon/products


Thanks,
Waruna


On Sat, Mar 5, 2011 at 9:46 AM, Waruna Ranasinghe war...@wso2.com wrote:

 Hi all,

 Please note $subject.

 I'm going to move Stratos artifacts [1] to mainstream Carbon trunk [2].
 I will send a notice when this is finished.

 The finalized svn structure is shown below.

 carbon [2]
 |pom.xml
 |
 |core
 |
 |dependencies
 |
 |orbit
 |
 |components
 ||pom.xml
 ||stratos
 |||pom.xml
 |||account-mgt
 ||| ...
 ||
 ||aar-services
 ||admin-mgt
 || ...
 |
 |features
 ||pom.xml
 ||stratos
 |||pom.xml
 |||tenant-mgt
 ||| ...
 ||
 ||admin-mgt
 ||application-deployers
 || ...
 |
 |products
 ||pom.xml
 ||appserver
 |||pom.xml
 |||modules
 ||||distribution
 |||||pom.xml
 |||||product
 |||||| ...
 |||||service
 |||||| ...
 ||||
 ||||features
 |||||pom.xml
 |||||product
 |||||| ...
 |||||service
 |||||| ...
 ||||
 ||||p2-profile-gen
 |||||pom.xml
 |||||product
 |||||| ...
 |||||service
 |||||| ...
 ||||
 ||||styles
 |||||pom.xml
 |||||product
 |||||| ...
 |||||service
 |||||| ...
 ||||
 ||||org.wso2.stratos.appserver.dashboard.ui
 ||||org.wso2.stratos.appserver.deployment
 ||||org.wso2.stratos.appserver.login.ui
 ||
 ||bam
 || ...

 [1] - https://svn.wso2.org/repos/wso2/trunk/stratos
 [2] - https://svn.wso2.org/repos/wso2/trunk/carbon


 Thanks,
 Waruna
 --
 -
 Waruna Ranasinghe
 Senior Software Engineer, WSO2

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

 www.wso2.com - Lean . Enterprise . Middleware




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] Changing source structure for BPEL related components and features

2011-03-03 Thread Waruna Ranasinghe
On Fri, Mar 4, 2011 at 9:27 AM, Milinda Pathirage mili...@wso2.com wrote:

 We are planning to move 'bpel' component/feature source and 'human-task'
 source into root directory called 'business-processes'. Major motivation
 behind this decision is because we need to have set of common bundles which
 are shared by 'bpel' component and 'human-task' component. With the current
 structure if we want to have set of bundles common for both 'bpel' and
 'human-task' we should introduce 'bpel-common' or something like that to
 'components' root. But I think it's ugly and we the new
 proposed structure will be more cleaner than that. WDYT?


+1. In addition, Human interaction is also a part of the business processes,
therefore, it makes sense to move BPEL and HumanTasks to a same root
directory called business-processes

Thanks,
Waruna


 Thanks
 Milinda

 --
 Milinda Pathirage
 Technical Lead and Product Manager, Business Process Server - WSO2 Inc;
 http://wso2.com
 Blog: http://blog.mpathirage.com

 Lean Enterprise Middleware

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] 27th Feb ESB snapshot build fails due to DB error

2011-03-01 Thread Waruna Ranasinghe
It seems that the database files are generated from h2 1.1.x and
product distribution has h2 1.2.x (x  128)

Thanks,
Waruna

On Mon, Feb 28, 2011 at 10:25 AM, Tharinda Liyanage thari...@wso2.comwrote:

 Hi,

 ESB cannot be started due to a DB error. Please look into the issue. See
 attached error log.

 Regards,
 Tharinda

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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] [Stratos-dev] WSO2 Stratos Continuous Build has FAILED /home/carbon/stratos/stratos/services/bps

2011-02-19 Thread Waruna Ranasinghe
]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO]

 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 1 minute 29 seconds
 [INFO] Finished at: Fri Feb 18 09:56:36 IST 2011
 [INFO] Final Memory: 132M/1274M
 [INFO]
 
 ___
 Stratos-dev mailing list
 stratos-...@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev



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




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


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




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


[Carbon-dev] Adding phase for Unified Endpoint module in Axis2.xml

2011-02-07 Thread Waruna Ranasinghe
Hi all,

Since BPS is using unified-endpoints component, we need a way to engage
unified endpoint module when we invoke external services.
Therefore I'm going to add the following phase (*UEPPhase*) to the axis2.xml
of Carbon distribution.
Please let me know if you have any concerns.

phaseOrder type=OutFlow
*phase name=UEPPhase /*
phase name=RMPhase/
phase name=OpPhase/
!--  user can add his own phases to this area  --
phase name=OperationOutPhase/
!--system predefined phase--
!--these phase will run irrespective of the service--
phase name=PolicyDetermination/
phase name=MessageOut/
phase name=Security
!--handler name=test

class=org.wso2.carbon.core.multitenancy.MultitenantMeteringHandler
order phase=Security/
/handler--
/phase
/phaseOrder


Thanks,
Waruna.


-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


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

2011-01-30 Thread Waruna Ranasinghe
.carbon.identity.provider.openid.admin.feature-3.2.0-SNAPSHOT.pom
 [INFO] Installing
 /home/carbon/stratos/carbon/features/identity/openid-admin/org.wso2.carbon.identity.provider.openid.admin.feature/target/org.wso2.carbon.identity.provider.openid.admin.feature-3.2.0-SNAPSHOT.zip
 to
 /home/carbon/.m2/repository/org/wso2/carbon/org.wso2.carbon.identity.provider.openid.admin.feature/3.2.0-SNAPSHOT/org.wso2.carbon.identity.provider.openid.admin.feature-3.2.0-SNAPSHOT.zip
 [INFO]
 
 [INFO] Building WSO2 Carbon - BPEL Feature Aggregator Module
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] [site:attach-descriptor]
 [INFO] [install:install]
 [INFO] Installing
 /home/carbon/stratos/carbon/features/bpel/target/pom-transformed.xml to
 /home/carbon/.m2/repository/org/wso2/carbon/bpel-feature/3.2.0-SNAPSHOT/bpel-feature-3.2.0-SNAPSHOT.pom
 [INFO]
 
 [INFO] Building WSO2 Carbon - BPEL Core Feature
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] [antrun:run {execution: clean-bpel-h2-database}]
 [INFO] Executing tasks
 [INFO] Executed tasks
 [INFO] [site:attach-descriptor]
 [INFO] [antrun:run {execution: create-bpel-h2-database}]
 [INFO] Executing tasks
 [echo] ### Create BPEL Database ##
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Error executing ant tasks

 Embedded error:
 /home/carbon/stratos/carbon/features/bpel/org.wso2.carbon.bpel.server.feature/sql
 not found.

This is due to a failure of svn up
IMO, we need to check whether the svn up fails or succeed and send a
notification if it fails.

Thanks,
Waruna


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 1 minute 51 seconds
 [INFO] Finished at: Mon Jan 31 11:59:45 IST 2011
 [INFO] Final Memory: 128M/1274M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
-
Waruna Ranasinghe
Senior Software Engineer, WSO2

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

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


Re: [Carbon-dev] [Builds] RC1 Builds for the Chunk1 release(Appserver, greg, bps, ms)

2010-12-09 Thread Waruna Ranasinghe
On Wed, Dec 8, 2010 at 9:55 PM, pavithra madurangi pavit...@wso2.comwrote:

 Please update release-notes.html in bps. The date is wrong

Done


Thanks,
Waruna



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

 Regards,
 Pavithra


 On Thu, Dec 9, 2010 at 11:22 AM, Pradeep Fernando prad...@wso2.comwrote:

 On Thu, Dec 9, 2010 at 11:18 AM, Prabath Siriwardana prab...@wso2.com
 wrote:
  Sameera would be busy today getting ready for a client engagement -
  Pradeep can you please go through the AppServer docs..?

 please give me some time, since right now I,m fixing the copyrights in
 features. will attend to this soon after the copyright thing

 --Pradeep

 
  Thanks  regards,
  -Prabath
 
  On Thu, Dec 9, 2010 at 11:08 AM, Charitha Kankanamge chari...@wso2.com
 wrote:
  We need to get ready with the docs distribution now. I'm also going
 through
  docs but it would be great if someone else also start going through all
 the
  docs and start fixing issues. For example [1] will take some time to
 take
  screen shots etc..
 
  [1]https://wso2.org/jira/browse/CARBON-8347
 
  /Charitha
 
  On Thu, Dec 9, 2010 at 4:33 AM, Prabath Siriwardana prab...@wso2.com
  wrote:
 
  Thanks Sameera..
 
  No commits to the 3.1.0 branch please... till its notified in this
 list..
 
  Also, Charitha please report any L1 issues to this thread with a JIRA
  reference - so we can immediately attend..
 
  Thanks  regards,
  -Prabath
 
  On Thu, Dec 9, 2010 at 3:58 AM, Sameera Jayasoma same...@wso2.com
 wrote:
   Available at
   http://builder.wso2.org/~carbon/releases/carbon/3.1.0/chunk1/rc1/http://builder.wso2.org/%7Ecarbon/releases/carbon/3.1.0/chunk1/rc1/
  
   Thanks
   Sameera
  
   --
   Sameera Jayasoma
   Technical Lead and Product Manager, WSO2 Carbon
  
   WSO2, Inc. (http://wso2.com)
   email: same...@wso2.com
   blog: http://tech.jayasoma.org
  
   Lean . Enterprise . Middleware
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org
   https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
 
 
 
  --
  Thanks  Regards,
  Prabath Siriwardena
 
  http://blog.facilelogin.com
  http://RampartFAQ.com
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
 
  --
  Thanks  Regards,
  Prabath Siriwardena
 
  http://blog.facilelogin.com
  http://RampartFAQ.com
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 



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

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

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



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




-- 
-
Waruna Ranasinghe
WSO2 Inc.
www.wso2.com - Lean . Enterprise . Middleware

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


Re: [Carbon-dev] Latest BPS-2.1.0 Build

2010-12-06 Thread Waruna Ranasinghe
Hi All,

I also updated release-note and README.


Thanks,
Waruna

On Mon, Dec 6, 2010 at 8:06 AM, Milinda Pathirage mili...@wso2.com wrote:

 Hi Prabath,
 I updated release-note and README. Just need to update docs. But I think we
 can release docs separately from the product.

 Thanks
 Milinda


 On Mon, Dec 6, 2010 at 4:29 PM, Prabath Siriwardana prab...@wso2.comwrote:

 Thanks Asela for hosting this..

 Pavithra, can you please sync up with Asanka to identify the highest
 priority test scenarios...

 Waruna, can you please update the release note and the docs

 Thanks  regards,
 -Prabath

 On Mon, Dec 6, 2010 at 5:38 PM, Asela Pathberiya as...@wso2.com wrote:

 Hi All,

 Can be found here [1]

 [1] http://builder.wso2.org/~carbon/releases/carbon/3.1.0/latest/

 Thanks,
 Asela.

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




 --
 Thanks  Regards,
 Prabath Siriwardena

 http://blog.facilelogin.com
 http://RampartFAQ.com

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




 --
 Milinda Pathirage
 Technical Lead and Product Manager, Business Process Server - WSO2 Inc;
 http://wso2.com
 Blog: http://blog.mpathirage.com

 Lean Enterprise Middleware

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




-- 
-
Waruna Ranasinghe
WSO2 Inc.
www.wso2.com - Lean . Enterprise . Middleware

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


Re: [Carbon-dev] How to represent service-mgt for a retired bpel processes

2010-11-04 Thread Waruna Ranasinghe
There is a jira at [1] in ODE to track this issue.


[1] - https://issues.apache.org/jira/browse/ODE-897


https://issues.apache.org/jira/browse/ODE-897Thanks,
Waruna

On Wed, Nov 3, 2010 at 11:05 PM, Milinda Pathirage mili...@wso2.com wrote:

 There's a issue in ODE which cause this behavior. The correct approach is
 as follows:

 1. If there are running instances and process is retired, service will be
 still there to serve incoming request for those running instances. If
 process instantiation request comes to this service, exception will be throw
 from ODE and user will see a SOAP fault.
 2. If there aren't any active instances we should remove the service.
 3. If there were active instances at the time of retiring and then we
 undeploy the process; at this time we should remove the service.

 Currently I am working on ODE issues.

 Thanks
 Milinda


 On Thu, Nov 4, 2010 at 11:14 AM, Srinath Perera srin...@wso2.com wrote:

 Hi Dennis,

 Ideal requirement is that

 for retiring we have to figure out a way to remove the service (so it
 is not listed, and not invokable) but have to make sure currently
 running process will continue to work. 

 1. We have to think how to do this? At least open a issue

 2. But, as far as I understood, the issue is that if you retire and
 then undeploy afterward, service is till around. In that case all
 processes have to be killed and service remove, as IMO undeploy takes
 precedence.

 3. Now if a process has been retried and if all processes has
 finished, do we detect that and remove the service? that is a weaker
 version of #1

 Thanks
 Srinath





 On Thu, Nov 4, 2010 at 11:03 AM, Denis Weerasiri de...@wso2.com wrote:
 
 
  On Thu, Nov 4, 2010 at 10:55 AM, Srinath Perera srin...@wso2.com
 wrote:
 
  Hi Denis,
 
  This is the service associate with BPEL process?
 
  yep. Not the external services.
 
  If BPEL is
  undeployed, service has to be removed as well?
 
  yp. This works. But when a BPEL is retired, I'm not sure what should
  actually happen, as there may be running instances available etc. So
 users
  might need to get service-mgt details.
 
  Is there a difference between undeploy and retiring?
 
  Retiring means can't invoke the process, but the created instances are
 still
  available. Undeploying means completely removing the process artifacts
 and
  create instances as well.
 
  Thanks
  Srinath
 
  On Wed, Nov 3, 2010 at 11:01 PM, Denis Weerasiri de...@wso2.com
 wrote:
   Hi,
   Regarding https://wso2.org/jira/browse/CARBON-7935
  
   If a process is retired, should the relevant service be removed from
   service
   management?
  
   --
   Thanks,
   Denis
   --
   Denis Weerasiri
   Software Engineer; WSO2 Inc.; http://wso2.com,
   email: den...@wso2.com cell: +94 (71) 684-4450
   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
   https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
 
 
 
  --
  
  Srinath Perera, Ph.D.
Senior Software Architect, WSO2 Inc.
Visiting Lecturer, University of Moratuwa
Member, Apache Software Foundation
Member, Lanka Software Foundation
Blog: http://srinathsview.blogspot.com/
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
  --
  Thanks,
  Denis
  --
  Denis Weerasiri
  Software Engineer; WSO2 Inc.; http://wso2.com,
  email: den...@wso2.com cell: +94 (71) 684-4450
  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 Lecturer, University of Moratuwa
   Member, Apache Software Foundation
   Member, Lanka Software Foundation
   Blog: http://srinathsview.blogspot.com/

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




 --
 Milinda Pathirage
 Technical Lead and Product Manager, Business Process Server - WSO2 Inc;
 http://wso2.com
 Blog: http://blog.mpathirage.com

 Lean Enterprise Middleware

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




-- 
-
Waruna Ranasinghe
WSO2 Inc.
www.wso2.com - Lean . Enterprise . Middleware

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


  1   2   >