[Carbon-dev] What is the steps to create features?

2010-10-24 Thread happypig23
Hi,
   I have  successfully  created   a  BE Component  and  a  FE  Component   by  
using  Carbon  Studio .   NowI  would  like  to  know  how  to   create   
features   based  on   these  two  components ,then  I  can   install   the  
features  on the  WSAS .   Could  someone  help  to tell  me   the   steps   of 
 creating  features  ?   


Thanks !  ___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Fwd: [Carbon-commits] [Carbon] svn commit r75971 - branches/carbon/3.1.0/dependencies/axis2/modules/transport/local/src/org/apache/axis2/transport/local

2010-10-24 Thread Amila Suriarachchi
I'll have a look.

thanks,
Amila.

On Sat, Oct 23, 2010 at 12:46 PM, Selvaratnam Uthaiyashankar 
shan...@wso2.com wrote:

 Hi Amila,

 This has broken local transport. Can you have a look?

 Regards,
 Shankar


 -- Forwarded message --
 From: am...@wso2.com
 Date: Wed, Oct 20, 2010 at 5:11 PM
 Subject: [Carbon-commits] [Carbon] svn commit r75971 -
 branches/carbon/3.1.0/dependencies/axis2/modules/transport/local/src/org/apache/axis2/transport/local
 To: carbon-comm...@wso2.org


 Author: amila
 Date: Wed Oct 20 04:41:20 2010
 New Revision: 75971
 URL: http://wso2.org/svn/browse/wso2?view=revrevision=75971

 Log:
 we need to set the IN stream only if the response has written


 Modified:

 branches/carbon/3.1.0/dependencies/axis2/modules/transport/local/src/org/apache/axis2/transport/local/LocalTransportSender.java

 Modified:
 branches/carbon/3.1.0/dependencies/axis2/modules/transport/local/src/org/apache/axis2/transport/local/LocalTransportSender.java
 URL:
 http://wso2.org/svn/browse/wso2/branches/carbon/3.1.0/dependencies/axis2/modules/transport/local/src/org/apache/axis2/transport/local/LocalTransportSender.java?rev=75971r1=75970r2=75971view=diff

 ==
 ---
 branches/carbon/3.1.0/dependencies/axis2/modules/transport/local/src/org/apache/axis2/transport/local/LocalTransportSender.java
 (original)
 +++
 branches/carbon/3.1.0/dependencies/axis2/modules/transport/local/src/org/apache/axis2/transport/local/LocalTransportSender.java
 Wed Oct 20 04:41:20 2010
 @@ -90,7 +90,6 @@
 }

 TransportUtils.setResponseWritten(msgContext, true);
 -
 return InvocationResponse.CONTINUE;
 }

 @@ -105,8 +104,10 @@

 in.close();
 out.close();
 -in = new ByteArrayInputStream(response.toByteArray());
 -msgContext.setProperty(MessageContext.TRANSPORT_IN, in);
 +if (TransportUtils.isResponseWritten(msgContext)) {
 +in = new ByteArrayInputStream(response.toByteArray());
 +msgContext.setProperty(MessageContext.TRANSPORT_IN, in);
 +}
 } catch (IOException e) {
 throw AxisFault.makeFault(e);
 }

 ___
 Carbon-commits mailing list
 carbon-comm...@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits



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

 ___
 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


[Carbon-dev] Caching, throttling and eventing versions in 3.1.0 branch

2010-10-24 Thread Supun Kamburugamuva
The versions of the caching, throttling and eventing is set to SNAPSHOT
versions. Shouldn't we set them to fix versions?

Thanks,
-- 
Supun Kamburugamuva
Technical Lead
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
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-10-24 Thread Shariq
Hi Isuru,

Thank you for your feedback. Based on the overall feedback and suggestion on
the component I have done some improvements, which I hope also address your
suggestions. Please find my comment inline.

On Mon, Oct 18, 2010 at 5:41 PM, Isuru Suriarachchi is...@wso2.com wrote:

 Hi Shariq,

 I have some feedbacks on the Axis2 repo manager component. Please fix the
 following items..

 [1] Currently you've used a sub menu item called Repository under
 Mange. I think it should be Repositories.

+1 .. Fixed


 [2] When I click on the Help link in the Axis2 Repo Manager page, it
 shows me the AAR services user guide. Please write a new user guide for this
 component including screen shots.

Pending ... will work on this after the Feature freeze.


 [3] The repo page says Click on a Directory to upload Common Axis2
 Artifacts. I think it should be changed as Click on a directory to upload
 libraries which are common to all artifacts deployed under that directory.
 You have to explain this in the userguide.

Users no longer should click on a directory to upload artifacts. Instead an
Add artifact link is available, only for lib directories and not top
level directories in order to reduce ambiguity. So now I have  included the
message Upload Artifacts that are common to multiple services. WDYT ?


 [4] When I click on axis2services, next page says Upload common Axis2
 Artifacts to directory - /server/axis2services/lib. It should be changed as
 Upload .jar libraries which are common to all .aar services to directory -
 /server/axis2services/lib.

Here I have set the message as -   ... libraries which are common to Axis2
services/Jar Services etc instead of .aar services. The message varies
depending on selected directory and address [7]


 [5] After uploading I get the message Files have been uploaded
 successfully. Restart the Axis2 server in order to deploy the newly uploaded
 artifacts. This should be changed as Files have been uploaded
 successfully. Restart the Axis2 server in order to load the newly uploaded
 libraries. Change all other places as well where you have used the term
 deploy.

 Done ...


 [6] There may be direcotries for which the internal lib folder is not
 used. For example, there's no point in having a carbonapps/lib folder. So we
 don't have to show those directories in the UI.

This has been done. Users can upload artifacts to only selected directories.
Currently the allowed directories are axis2services, axis2modules and
servicejars. If any additional directories are need its just a matter of
adding them in the UI.


 [7] Fix number [4] in UIs of other directories as well.

Done.

I have completed all the aforementioned modifications and are available in
the trunk. Please let me know if further modifications/improvements are
required.

Thanks,
Shariq.


 Thanks,
 ~Isuru



 On Fri, Oct 1, 2010 at 10:04 AM, Shariq sha...@wso2.com wrote:

 Hi,

 At present, I am working on developing a Carbon Component to manage the
 Axis2 Repository.
 The purpose of this component is to provide the capability to add common
 jars, libs etc. to the /lib directory via the Management Console.

 Currently I am using following names and package structure.

 Component name - Axis2 Repository Management
 Top level package - axis2-repo-mgt
 BE hierarchy - org.wso2.carbon.repomanager
 FE hierarchy - org.wso2.carbon.repomanager.ui
 Service - Axis2RepoManager

 If any modification are required to any names or package structure please
 let me know.

  Thank you,
 Shariq.

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://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
 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


[Carbon-dev] Documentation of products

2010-10-24 Thread Supun Kamburugamuva
At the moment we have the same product documentation in stratos esb as well
as carbon esb. This is hard to maintain. This will be a nightmare after we
branch (4 places to change). Does the other products have the same issue?

Thanks,
-- 
Supun Kamburugamuva
Technical Lead
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
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Invitation: [Group A] Code Review @ Tue Oct 26 11am - 12pm (carbon-dev@wso2.org)

2010-10-24 Thread Waruna Ranasinghe
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20101026T053000Z
DTEND:20101026T063000Z
DTSTAMP:20101025T033440Z
ORGANIZER;CN=Waruna Ranasinghe:mailto:war...@wso2.com
UID:0etqa63lj2t3qr4nvqhbnlg...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Milinda Pathirage;X-NUM-GUESTS=0:mailto:mili...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Selvaratnam Uthaiyashankar;X-NUM-GUESTS=0:mailto:shan...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;cn=war...@wso2.com;X-NUM-GUESTS=0:mailto:war...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Supun Kamburugamuwa;X-NUM-GUESTS=0:mailto:su...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Isuru Suriarachchi;X-NUM-GUESTS=0:mailto:is...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;cn=carbon-...@wso2.org;X-NUM-GUESTS=0:mailto:carbon-dev@wso2.org
CREATED:20101025T033122Z
DESCRIPTION:The code review for group A will be held in #59 Conference room
 . We will continue reviewing BPS Integration Layer.\n\nCrucible review proj
 ect: https://wso2.org/crucible/cru/COMPONENT-5\nView your event at http://w
 ww.google.com/calendar/event?action=VIEWeid=MGV0cWE2M2xqMnQzcXI0bnZxaGJubG
 dhdmMgY2FyYm9uLWRldkB3c28yLm9yZwtok=MTUjd2FydW5hQHdzbzIuY29tYTg1M2I2MmNjZj
 dmNDJhN2Q3NjQ3OTZkYjIzN2FjYjBiNTg1ZTFiMActz=Asia%2FColombohl=en.
LAST-MODIFIED:20101025T033440Z
LOCATION:#59 Conference room
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:[Group A] Code Review
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


invite.ics
Description: application/ics
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Stratos-dev] Documentation of products

2010-10-24 Thread Selvaratnam Uthaiyashankar
If Stratos documentation and product documentations are same, can't we have
an svn-extern from stratos doc to product doc? Why do we keep a copy?

Shankar

On Mon, Oct 25, 2010 at 8:55 AM, Supun Kamburugamuva su...@wso2.com wrote:

 At the moment we have the same product documentation in stratos esb as well
 as carbon esb. This is hard to maintain. This will be a nightmare after we
 branch (4 places to change). Does the other products have the same issue?

 Thanks,
 --
 Supun Kamburugamuva
 Technical Lead
 WSO2 Inc.;  http://wso2.org
 E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
 Blog: http://supunk.blogspot.com

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




-- 
S.Uthaiyashankar
Senior Architect  Senior Manager
WSO2 Inc.
http://wso2.com/ - lean . enterprise . middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Documentation of products

2010-10-24 Thread Milinda Pathirage


I think all the products have this issue. Because most of the docs are 
same for both distributions other than tenant specific things. As a solution to 
this, we can move product documentation to a separate SVN location(for example 
/docs/bps; /docs/esb) or we can move documentation to OT wiki. But moving to 
separate SVN can leads to complexities like extracting context aware docs in 
Carbon components. So moving docs to wiki is the best solution. Also if the 
docs are in a wiki, we have the advantage of continuous improvements to the 
docs.ThanksMilinda
--Milinda PathirageTechnical Lead  Product Manager; WSO2, 
Inc.;  http://wso2.com/email: mili...@wso2.com; cell: +94 77 542 
7290blog: http://blog.mpathirage.com Lean . Enterprise . Middleware


On Monday, October 25, 2010 at 8:55 AM, Supun Kamburugamuva wrote:

At the moment we have the same product documentation in stratos esb 
as well as carbon esb. This is hard to maintain. This will be a nightmare after 
we branch (4 places to change). Does the other products have the same issue?

Thanks,-- Supun KamburugamuvaTechnical LeadWSO2 Inc.;  http://wso2.orgE-mail: 
su...@wso2.com;  Mobile: +94 77 431 3585

Blog: http://supunk.blogspot.com

___Stratos-dev mailing 
liststratos-...@wso2.orghttps://wso2.org/cgi-bin/mailman/listinfo/stratos-dev









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


Re: [Carbon-dev] Issue in activate/retire process

2010-10-24 Thread Waruna Ranasinghe
On Sat, Oct 23, 2010 at 6:13 PM, Denis Weerasiri de...@wso2.com wrote:

 Hi Waruna,
 When a process get activate/retired, it should be checked against the
 process version.

Process id contains the version as well. Therefore, we don't need to
explicitly check for the version.

It should be implemented inside
 org.wso2.carbon.bpel.ode.integration.store.ProcessStoreImpl#setState right?.


We delegate the setState to TenantProcessStore and it will validate the
process id against the tenant's process store.


Thanks,
Waruna

OR is it impled some where else?

 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denisw http://goog_277208233/*...@wso2.com* 
 http://wso2.com/*cell: +94 (71) 684-4450
 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
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Find the BAM-1.1.1-RC4

2010-10-24 Thread Yumani Ranaweera
Hi,

 activity_drilldown_gadget.xml, the last gadget in the Activity tab is
missing. I've opened a jira[1] for this.

[1]-https://wso2.org/jira/browse/BAM-273



Thanks,
Yumani



On Sun, Oct 24, 2010 at 6:56 AM, Ajith Vitharana aji...@wso2.com wrote:

 Hi all,

 Plz find the latest BAM pack here [1].

 [1] 
 http://builder.wso2.org/~carbon/bam-1.1.1-RC4/http://builder.wso2.org/%7Ecarbon/bam-1.1.1-RC4/

 Thanks
 ajithn

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




-- 
Yumani Ranaweera
WSO2, Inc. - http://wso2.org
Email : yum...@wso2.com
Cell: +94 077 7795242
Blog   : http://yumani.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Stratos-dev] Documentation of products

2010-10-24 Thread Kathiravelu Pradeeban
On Mon, Oct 25, 2010 at 9:10 AM, Selvaratnam Uthaiyashankar
shan...@wso2.com wrote:
 If Stratos documentation and product documentations are same, can't we have
 an svn-extern from stratos doc to product doc? Why do we keep a copy?

+1.

Regards,
Pradeeban.


 Shankar

 On Mon, Oct 25, 2010 at 8:55 AM, Supun Kamburugamuva su...@wso2.com wrote:

 At the moment we have the same product documentation in stratos esb as
 well as carbon esb. This is hard to maintain. This will be a nightmare after
 we branch (4 places to change). Does the other products have the same issue?
 Thanks,
 --
 Supun Kamburugamuva
 Technical Lead
 WSO2 Inc.;  http://wso2.org
 E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
 Blog: http://supunk.blogspot.com

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




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

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





-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

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

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


[Carbon-dev] Can we branch carbon, stratos today for next release

2010-10-24 Thread Selvaratnam Uthaiyashankar
$subject? If anybody in middle, please shout.

Regards,
Shankar

-- 
S.Uthaiyashankar
Senior Architect  Senior Manager
WSO2 Inc.
http://wso2.com/ - lean . enterprise . middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev