Re: [Carbon-dev] Test failure in governance.api - RC2 build

2011-05-27 Thread Senaka Fernando
On Fri, May 27, 2011 at 10:59 PM, Prabath Siriwardena wrote:

> Registry team, Please have a look at on this.. me too experiencing the
> same in the local build..
>

We have found a solution to this. Will test it and commit asap.

Thanks,
Senaka.

>
>
> ---
> Test set: org.wso2.carbon.governance.api.test.EndpointTest
>
> ---
> Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 41.77
> sec <<< FAILURE!
> testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)
>  Time elapsed: 13.38 sec  <<< ERROR!
> org.wso2.carbon.governance.api.exception.GovernanceException: A path
> is not associated with the artifcat.
>at
> org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact.checkRegistryResourceAssociation(GovernanceArtifact.java:388)
>at
> org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl.loadWsdlDetails(Wsdl.java:233)
>at
> org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:98)
>at
> org.wso2.carbon.governance.api.test.EndpointTest.testAddWsdlWithEndpoints(EndpointTest.java:64)
>
>
> testServiceAddingEndpointsWithWsdl(org.wso2.carbon.governance.api.test.EndpointTest)
>  Time elapsed: 23.745 sec  <<< ERROR!
> org.wso2.carbon.governance.api.exception.GovernanceException: A path
> is not associated with the artifcat.
>at
> org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact.checkRegistryResourceAssociation(GovernanceArtifact.java:388)
>at
> org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl.loadWsdlDetails(Wsdl.java:233)
>at
> org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:98)
>at
> org.wso2.carbon.governance.api.test.EndpointTest.testServiceAddingEndpointsWithWsdl(EndpointTest.java:256)
>
>
>
> ---
> Test set: org.wso2.carbon.governance.api.test.SchemaTest
>
> ---
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.111
> sec <<< FAILURE!
> testAddSchema(org.wso2.carbon.governance.api.test.SchemaTest)  Time
> elapsed: 5.078 sec  <<< ERROR!
> org.wso2.carbon.governance.api.exception.GovernanceException: A path
> is not associated with the artifcat.
>at
> org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact.checkRegistryResourceAssociation(GovernanceArtifact.java:388)
>at
> org.wso2.carbon.governance.api.schema.dataobjects.Schema.loadSchemaDetails(Schema.java:114)
>at
> org.wso2.carbon.governance.api.schema.SchemaManager.addSchema(SchemaManager.java:97)
>at
> org.wso2.carbon.governance.api.test.SchemaTest.testAddSchema(SchemaTest.java:32)
>
>
> ---
> Test set: org.wso2.carbon.governance.api.test.ServiceTest
>
> ---
> Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 53.553
> sec <<< FAILURE!
> testServiceAttachments(org.wso2.carbon.governance.api.test.ServiceTest)
>  Time elapsed: 12.158 sec  <<< ERROR!
> org.wso2.carbon.governance.api.exception.GovernanceException: A path
> is not associated with the artifcat.
>at
> org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact.checkRegistryResourceAssociation(GovernanceArtifact.java:388)
>at
> org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl.loadWsdlDetails(Wsdl.java:233)
>at
> org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:98)
>at
> org.wso2.carbon.governance.api.test.ServiceTest.testServiceAttachments(ServiceTest.java:144)
>
>
> ---
> Test set: org.wso2.carbon.governance.api.test.WSDLTest
>
> ---
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 27.669
> sec <<< FAILURE!
> testAddWSDL(org.wso2.carbon.governance.api.test.WSDLTest)  Time
> elapsed: 15.359 sec  <<< ERROR!
> org.wso2.carbon.governance.api.exception.GovernanceException: A path
> is not associated with the artifcat.
>at
> org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact.checkRegistryResourceAssociation(GovernanceArtifact.java:388)
>at
> org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl.loadWsdlDetails(Wsdl.java:233)
>at
> org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:98)
>at
> org.wso2.carbon.governance.api.test.WSDLTest.testAddWSDL(WSDLTest.java:39)
>
> testEditWSDL(org.wso2.carbon.governance.api.test.WSDLTest)  Time
> elapsed: 12.273 sec  <<< ERROR!
> org.wso2.carbon.governance.api.

Re: [Carbon-dev] axis2/rampart performance.

2011-05-27 Thread Thilina Buddhika
Hi Jorge,

For Axis2/Rampart 1.6 release, we have done some improvements like enabling
Crypto Caching by default and fixed some bugs which has affected the
performance (especially in symmetric binding scenarios). These fixes are
available in upcoming Carbon 3.2.0 release.

But still the DOOM conversion is happening during the Security processing
which is the main reason for this performance issue. We are exploring a
couple of alternatives like,

1. Rampart2 -  Effort of reimplementing XMLSecurity and SOAP Security layers
using Axiom and making the SOAPSecurity layer policy aware to avoid the post
policy validation.

2. Integrate DDOM to avoid DOOM conversion. (http://code.google.com/p/ddom/)

3. Make use of SWSSF (Streaming-WebServices-Security-Framework)

In the meantime, we are continuously working on improving the existing
implementation to improve the performance.

Thanks,
Thilina


On Sat, May 28, 2011 at 12:47 AM, Jorge Infante Osorio wrote:

> Hi folks.
>
> I was reading some articles [1], [2] and [3]  at IBM about the axis2
> performance with ws-security. All of them wrote by Dennis Sosnoski.
> And I want to know if this performance issues still remain in the present
> implementation of axis2, rampart and WSS4J.
>
> Specially what about the comparison  with Metro in [3], any improvement in
> this by WSO2???
>
> [1]
>
> http://www.ibm.com/developerworks/webservices/library/j-jws6/index.html?ca=d
> rs-
> [2]
> http://www.ibm.com/developerworks/webservices/library/j-jws7.html?ca=drs-
> [3] http://www.ibm.com/developerworks/java/library/j-jws11/?ca=drs-
>
>
> Thanks,
> Ing. Jorge Infante Osorio.
> J´Dpto Soluciones SOA.
> CDAE.
> UCI
>
>
>
> ___
> 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


Re: [Carbon-dev] Using class mediator to chance an output message

2011-05-27 Thread Anjana Fernando
Hi Jorge,

I'm sorry, but Hiranya actually gave the correct answer. I misunderstood
your question, where I thought, you need to set an object in the
MessageContext and further down the sequence, you've to retrieve it again.
These properties will not be shown in anyway in the actual XML payload that
you will get at the end. It's purely to be used inside the ESB. So please
follow Hiranya's instructions on setting the image payload in the body of
the SOAP envelope.

To learn more about the WSO2 ESB, you may want to further read the
documentation here [1], which contains some useful info, and also check out
OT [2], for some great articles on the subject.

[1] http://wso2.org/project/esb/java/3.0.1/docs/index.html
[2] http://wso2.org/library/esb

Cheers,
Anjana.

On Thu, May 26, 2011 at 9:23 PM, Jorge Infante Osorio wrote:

> Thanks Anjana. Finally I can access to the mc and change the content of one
> element.
>
> I don´t use the serProperty method, because I don´t understand the
> parameters I need to pass. I continue study this. :-D
>
> In this case:
>
> void setProperty(java.lang.String key,
> java.lang.Object value)
>
> what is key??
> I figure out that value is the information, in my case the image object
> that
> I need to put into the message.
>
>
> Ing. Jorge Infante Osorio.
> J´Dpto Soluciones SOA.
> CDAE.
> UCI
>
> De: carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] En
> nombre de Anjana Fernando
> Enviado el: domingo, 22 de mayo de 2011 1:49
> Para: carbon-dev@wso2.org
> Asunto: Re: [Carbon-dev] Using class mediator to chance an output message
>
> Hi Jorge,
>
> In the MessageContext class what you'll have to use is the setProperty [1]
> method. And your jars, you'll have to put them in
> /repository/components/lib.
>
> [1]
>
> http://synapse.apache.org/apidocs/org/apache/synapse/MessageContext.html#set
> Property%28java.lang.String,%20java.lang.Object%29
>
> Cheers,
> Anjana.
> On Sun, May 22, 2011 at 12:06 AM, Jorge Infante Osorio 
> wrote:
> Hi folks.
>
> I have the following scenario:
>
> A dataservice in WSAS return inside it response message  an URL that point
> to  the location of a file, in this case a binary file, and in the ESB I
> have a proxy service that return in it message response not the URL but the
> binary file.
>
> So in the dataservice WSDL the xsd type is string and in the proxy service
> the xsd type is base64Binary.
>
> My idea is to implement a class mediator in ESB that access the message
> context, extract the URL, them access to the server that store the file and
> load the file as an object and inject this object back to the message
> context.
>
> I study your class mediator examples and see a code line like this:
>
>
> mc.getEnvelope().getBody().getFirstElement().getFirstElement().getFirstChild
> WithName(nombre).setText(image);
>
> nombre is a QName objet.
> If image is a an object, not a string, how can inject it inside the message
> context? I only found the setText method.
>
> Any help?
>
> Another question: where I have to store the class, I put an example class
> in
> classpath and in [ESB_HOME]\repository\components\plugins\ but I can´t load
> it?
>
>
> Thanks,
> Ing. Jorge Infante Osorio.
> J´Dpto Soluciones SOA.
> CDAE.
> UCI
>
>
> ___
> 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
>



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


Re: [Carbon-dev] One feature to install all ESB related features

2011-05-27 Thread Charitha Kankanamge
Hi Kausn,

Did you guys hide the features which cannot function alone as discussed in
this thread? I still see the features such as "sequence management",
"mediators" in the P2-repo associated with RC2 builds. After installing
sequence management feature in a fresh carbon pack, I get dead pages and
errors as follows when accessing UI components.

[2011-05-28 09:30:00,943] ERROR
{org.apache.catalina.core.ContainerBase.[Tomcat].[defaulthost].[/].[bridgeservlet]}
-  Servlet.service() for servlet bridgeservlet threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
Only a type can be imported.
org.wso2.carbon.mediation.service.templates.TemplateMediator resolves to a
package

An error occurred at line: 137 in the jsp file:
/sequences/design_sequence.jsp
Generated servlet error:
TemplateMediator cannot be resolved to a type

An error occurred at line: 212 in the jsp file:
/sequences/design_sequence.jsp
Generated servlet error:
TemplateMediator cannot be resolved to a type

An error occurred at line: 289 in the jsp file:
/sequences/design_sequence.jsp
Generated servlet error:
TemplateMediator cannot be resolved to a type

An error occurred at line: 699 in the jsp file:
/sequences/design_sequence.jsp
Generated servlet error:
TemplateMediator cannot be resolved to a type

An error occurred at line: 699 in the jsp file:
/sequences/design_sequence.jsp
Generated servlet error:
TemplateMediator cannot be resolved to a type

An error occurred at line: 699 in the jsp file:
/sequences/design_sequence.jsp
Generated servlet error:
TemplateMediator cannot be resolved to a type


at
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
at
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
at
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:414)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:297)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:119)
at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:36)
at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:155)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:593)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:530)
at
org.eclipse.equinox.http.servlet.internal.RequestDispatcherAdaptor.include(RequestDispatcherAdaptor.java:37)
at
org.eclipse.equinox.http.helper.ContextPathServletAdaptor$RequestDispatcherAdaptor.include(ContextPathServletAdaptor.java:265)
at
org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:966)
at
org.apache.jasper.runtime.PageContextImpl.doInclude(PageContextImpl.java:643)
at
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:637)
at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tiles.jsp.context.JspUtil.doInclude(JspUtil.java:87)
at
org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:88)
at
org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:82)
at
org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465)
at
org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:140)
at

Re: [Carbon-dev] [IMPORTANT] Code frozen for RC2 - 3.2.0 branch

2011-05-27 Thread Senaka Fernando
On Sat, May 28, 2011 at 2:14 AM, Amila Maha Arachchi wrote:

>
>
> On Fri, May 27, 2011 at 4:43 PM, Amila Maha Arachchi wrote:
>
>>
>>
>> On Fri, May 27, 2011 at 4:05 PM, Amila Maha Arachchi wrote:
>>
>>>
>>>
>>> On Fri, May 27, 2011 at 3:51 PM, Amila Maha Arachchi wrote:
>>>
 Hi,

 $Subject.
 Please refrain from committing to the branch. I will take an svn update
 now and trigger the build.

>>>
>>> svn update in progress
>>>
>>
>> Build started with r106131.
>>
>
> Build completed successfully. There was a test failure in governance.api
> component. Therefore components were built without tests. I have reported it
> in a separate thread.
>

We are looking into this.

Thanks,
Senaka.

>
> Packs can be found at
>
> product packs -
> http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc2/products/
> service packs -
> http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc2/services/
>
> Will start a separate thread "RC2 Packs" with the above locations
> mentioned.
>
> Thanks,
> AmilaM.
>
>>
 Thanks,
 AmilaM.

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


[Carbon-dev] RC2 Packs - 3.2.0

2011-05-27 Thread Amila Maha Arachchi
Hi,

$Subject are now available.

product packs -
http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc2/products/
service packs -
http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc2/services/

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


Re: [Carbon-dev] [IMPORTANT] Code frozen for RC2 - 3.2.0 branch

2011-05-27 Thread Amila Maha Arachchi
On Fri, May 27, 2011 at 4:43 PM, Amila Maha Arachchi wrote:

>
>
> On Fri, May 27, 2011 at 4:05 PM, Amila Maha Arachchi wrote:
>
>>
>>
>> On Fri, May 27, 2011 at 3:51 PM, Amila Maha Arachchi wrote:
>>
>>> Hi,
>>>
>>> $Subject.
>>> Please refrain from committing to the branch. I will take an svn update
>>> now and trigger the build.
>>>
>>
>> svn update in progress
>>
>
> Build started with r106131.
>

Build completed successfully. There was a test failure in governance.api
component. Therefore components were built without tests. I have reported it
in a separate thread.

Packs can be found at

product packs -
http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc2/products/
service packs -
http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc2/services/

Will start a separate thread "RC2 Packs" with the above locations mentioned.

Thanks,
AmilaM.

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


Re: [Carbon-dev] [ANN] Carbon Studio 1.0.10 RC1 now available

2011-05-27 Thread Sumedha Rubasinghe
I have created version 1.0.10-RC1[1] against which issues should be
reported.
/sumedha

[1] https://wso2.org/jira/browse/TOOLS/fixforversion/10471

On Sat, May 28, 2011 at 1:19 AM, Harshana Martin  wrote:

> Hi All,
>
> Please note that we are currently running tests on these packs. Based on
> the feedback and the stability, we will decide on whether we can release
> this pack or we should go for another RC with reported issues fixed.
>
> Thanks and Regards,
> Harshana
>
>
> On Sat, May 28, 2011 at 1:15 AM, Harshana Martin wrote:
>
>> Hi All,
>>
>> WSO2 Carbon Studio 1.0.10 RC1 is now available at
>> http://builder.wso2.org/~carbon/carbon-studio/1.0.10/.
>>
>>  New Features
>>
>>- General
>>   - Usability Improvements
>>- Apache Maven Support
>>   - Registry Handlers
>>   - Registry Filters
>>   - ESB Custom Mediators
>>   - 3rd Party Libraries
>>
>> Fixed Issues
>>
>>- [TOOLS-549]  -Cannot create
>>a registry resource by right clicking on artifacts
>>- [TOOLS-615]  -Resource shown
>>with a collection icon
>>- [TOOLS-618]  -Copy/Paste
>>disabled on resource tree in registry pespective
>>- [TOOLS-622]  -User is
>>requested to enter authentication details twice when trying to browse the
>>Registry
>>- [TOOLS-635]  - Move Server
>>Roles on left menu of project to the bottom since it is not a prominant
>>feature.
>>- [TOOLS-636]  - Default
>>return type of the auto-generated ESB custom mediator should be 'true'
>>- [TOOLS-642]  - Carbon Studio
>>-> Samples -> DataService Number Validator sample not working
>>- [TOOLS-645]  - Remove author
>>tag from Carbon Studio -> Samples -> Axis2 Account Service
>>- [TOOLS-647]  - Option to add
>>WSDL resources for given WSDL when creating a proxy service.
>>- [TOOLS-648]  - Add ESB
>>artifacts wizards to New menu items when right click on artifacts folder
>>- [TOOLS-649]  - Add G-Reg
>>artifact wizards to New menu items when right click on artifacts folder
>>- [TOOLS-650]  - Add Advanced
>>Server Extension artifacts wizards to New menu items when right click on
>>artifacts folder
>>- [TOOLS-651]  - Add BPEL
>>artifact wizards to New menu items when right click on artifacts folder
>>- [TOOLS-652]  - Add DS
>>artifact wizards to New menu items when right click on artifacts folder
>>- [TOOLS-653]  - Add JAX-WS,
>>War, Carbon UI, Java-Library artifacts wizards to New menu items when 
>> right
>>click on artifacts folder
>>- [TOOLS-656]  - It's not a
>>MUST to create a Filter when creating a Registry Handler
>>- [TOOLS-657]  - Registry
>>Handler - selected methods to override do not get generated on Handler 
>> class
>>- [TOOLS-659]  - Axis2 Sample
>>and DS Sample containing project names are not set to the sample
>>- [TOOLS-660]  - CAR creation
>>functionality does not work
>>- [TOOLS-661]  - Fundamental
>>flaws in how Registry Filters are used
>>- [TOOLS-663]  - Carbon UI
>>Bundle - disable next button if no UI bundle is selected in the first 
>> screen
>>
>> Reporting ProblemsIssues can be reported using the public JIRA available
>> at https://wso2.org/jira/browse/TOOLS
>>
>>
>> --
>> 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
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [ANN] Carbon Studio 1.0.10 RC1 now available

2011-05-27 Thread Harshana Martin
Hi All,

Please note that we are currently running tests on these packs. Based on the
feedback and the stability, we will decide on whether we can release this
pack or we should go for another RC with reported issues fixed.

Thanks and Regards,
Harshana

On Sat, May 28, 2011 at 1:15 AM, Harshana Martin  wrote:

> Hi All,
>
> WSO2 Carbon Studio 1.0.10 RC1 is now available at
> http://builder.wso2.org/~carbon/carbon-studio/1.0.10/.
>
>  New Features
>
>- General
>   - Usability Improvements
>- Apache Maven Support
>   - Registry Handlers
>   - Registry Filters
>   - ESB Custom Mediators
>   - 3rd Party Libraries
>
> Fixed Issues
>
>- [TOOLS-549]  -Cannot create a
>registry resource by right clicking on artifacts
>- [TOOLS-615]  -Resource shown
>with a collection icon
>- [TOOLS-618]  -Copy/Paste
>disabled on resource tree in registry pespective
>- [TOOLS-622]  -User is
>requested to enter authentication details twice when trying to browse the
>Registry
>- [TOOLS-635]  - Move Server
>Roles on left menu of project to the bottom since it is not a prominant
>feature.
>- [TOOLS-636]  - Default return
>type of the auto-generated ESB custom mediator should be 'true'
>- [TOOLS-642]  - Carbon Studio
>-> Samples -> DataService Number Validator sample not working
>- [TOOLS-645]  - Remove author
>tag from Carbon Studio -> Samples -> Axis2 Account Service
>- [TOOLS-647]  - Option to add
>WSDL resources for given WSDL when creating a proxy service.
>- [TOOLS-648]  - Add ESB
>artifacts wizards to New menu items when right click on artifacts folder
>- [TOOLS-649]  - Add G-Reg
>artifact wizards to New menu items when right click on artifacts folder
>- [TOOLS-650]  - Add Advanced
>Server Extension artifacts wizards to New menu items when right click on
>artifacts folder
>- [TOOLS-651]  - Add BPEL
>artifact wizards to New menu items when right click on artifacts folder
>- [TOOLS-652]  - Add DS
>artifact wizards to New menu items when right click on artifacts folder
>- [TOOLS-653]  - Add JAX-WS,
>War, Carbon UI, Java-Library artifacts wizards to New menu items when right
>click on artifacts folder
>- [TOOLS-656]  - It's not a
>MUST to create a Filter when creating a Registry Handler
>- [TOOLS-657]  - Registry
>Handler - selected methods to override do not get generated on Handler 
> class
>- [TOOLS-659]  - Axis2 Sample
>and DS Sample containing project names are not set to the sample
>- [TOOLS-660]  - CAR creation
>functionality does not work
>- [TOOLS-661]  - Fundamental
>flaws in how Registry Filters are used
>- [TOOLS-663]  - Carbon UI
>Bundle - disable next button if no UI bundle is selected in the first 
> screen
>
> Reporting ProblemsIssues can be reported using the public JIRA available
> at https://wso2.org/jira/browse/TOOLS
>
>
> --
> 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


[Carbon-dev] [ANN] Carbon Studio 1.0.10 RC1 now available

2011-05-27 Thread Harshana Martin
Hi All,

WSO2 Carbon Studio 1.0.10 RC1 is now available at
http://builder.wso2.org/~carbon/carbon-studio/1.0.10/.

 New Features

   - General
  - Usability Improvements
   - Apache Maven Support
  - Registry Handlers
  - Registry Filters
  - ESB Custom Mediators
  - 3rd Party Libraries

Fixed Issues

   - [TOOLS-549]  -Cannot create a
   registry resource by right clicking on artifacts
   - [TOOLS-615]  -Resource shown
   with a collection icon
   - [TOOLS-618]  -Copy/Paste
   disabled on resource tree in registry pespective
   - [TOOLS-622]  -User is requested
   to enter authentication details twice when trying to browse the Registry
   - [TOOLS-635]  - Move Server
   Roles on left menu of project to the bottom since it is not a prominant
   feature.
   - [TOOLS-636]  - Default return
   type of the auto-generated ESB custom mediator should be 'true'
   - [TOOLS-642]  - Carbon Studio ->
   Samples -> DataService Number Validator sample not working
   - [TOOLS-645]  - Remove author
   tag from Carbon Studio -> Samples -> Axis2 Account Service
   - [TOOLS-647]  - Option to add
   WSDL resources for given WSDL when creating a proxy service.
   - [TOOLS-648]  - Add ESB
   artifacts wizards to New menu items when right click on artifacts folder
   - [TOOLS-649]  - Add G-Reg
   artifact wizards to New menu items when right click on artifacts folder
   - [TOOLS-650]  - Add Advanced
   Server Extension artifacts wizards to New menu items when right click on
   artifacts folder
   - [TOOLS-651]  - Add BPEL
   artifact wizards to New menu items when right click on artifacts folder
   - [TOOLS-652]  - Add DS artifact
   wizards to New menu items when right click on artifacts folder
   - [TOOLS-653]  - Add JAX-WS, War,
   Carbon UI, Java-Library artifacts wizards to New menu items when right click
   on artifacts folder
   - [TOOLS-656]  - It's not a MUST
   to create a Filter when creating a Registry Handler
   - [TOOLS-657]  - Registry Handler
   - selected methods to override do not get generated on Handler class
   - [TOOLS-659]  - Axis2 Sample and
   DS Sample containing project names are not set to the sample
   - [TOOLS-660]  - CAR creation
   functionality does not work
   - [TOOLS-661]  - Fundamental
   flaws in how Registry Filters are used
   - [TOOLS-663]  - Carbon UI Bundle
   - disable next button if no UI bundle is selected in the first screen

Reporting ProblemsIssues can be reported using the public JIRA available at
https://wso2.org/jira/browse/TOOLS


-- 
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] axis2/rampart performance.

2011-05-27 Thread Jorge Infante Osorio
Hi folks.

I was reading some articles [1], [2] and [3]  at IBM about the axis2
performance with ws-security. All of them wrote by Dennis Sosnoski.
And I want to know if this performance issues still remain in the present
implementation of axis2, rampart and WSS4J.

Specially what about the comparison  with Metro in [3], any improvement in
this by WSO2???

[1]
http://www.ibm.com/developerworks/webservices/library/j-jws6/index.html?ca=d
rs-
[2]
http://www.ibm.com/developerworks/webservices/library/j-jws7.html?ca=drs-
[3] http://www.ibm.com/developerworks/java/library/j-jws11/?ca=drs- 


Thanks,
Ing. Jorge Infante Osorio.
J´Dpto Soluciones SOA.
CDAE.
UCI



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


Re: [Carbon-dev] Migrating to new eclipse bpel-editor trunk in Carbon Studio

2011-05-27 Thread Saminda Wijeratne
+1.

AFAIK not all patches contributed to the eclipse bpel editor project were
applied. Please contact Keheliya or Ishan to obtain the patch list or use
the svn to track down commited patches to our forked bpel-editor source.

Hasitha, make sure eclipse bpel-editor trunk revision you are going to
migrate to CS is stable enough.

Saminda

On Fri, May 27, 2011 at 7:26 PM, Denis Weerasiri  wrote:

> Hi,
> Hasitha is working on some improvements to bpel editor trunk at
> http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.bpel/?root=Technology_Project
>  .
>
> But Carbon Studio team maintain  a forked older revision
> http://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0/bps/
>  (which
> include some patches applied by Keheliya et. al + Modifications done by CS
> team),
>
> I think Hasitha can work on this migration. WDYT?
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Software Engineer; WSO2 Inc.; http://wso2.com,
> *email: denis ** [AT] wso2.com* 
> *
> 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


Re: [Carbon-dev] Test failure in governance.api - RC2 build

2011-05-27 Thread Prabath Siriwardena
Registry team, Please have a look at on this.. me too experiencing the
same in the local build..

---
Test set: org.wso2.carbon.governance.api.test.EndpointTest
---
Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 41.77
sec <<< FAILURE!
testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)
 Time elapsed: 13.38 sec  <<< ERROR!
org.wso2.carbon.governance.api.exception.GovernanceException: A path
is not associated with the artifcat.
at 
org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact.checkRegistryResourceAssociation(GovernanceArtifact.java:388)
at 
org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl.loadWsdlDetails(Wsdl.java:233)
at 
org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:98)
at 
org.wso2.carbon.governance.api.test.EndpointTest.testAddWsdlWithEndpoints(EndpointTest.java:64)

testServiceAddingEndpointsWithWsdl(org.wso2.carbon.governance.api.test.EndpointTest)
 Time elapsed: 23.745 sec  <<< ERROR!
org.wso2.carbon.governance.api.exception.GovernanceException: A path
is not associated with the artifcat.
at 
org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact.checkRegistryResourceAssociation(GovernanceArtifact.java:388)
at 
org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl.loadWsdlDetails(Wsdl.java:233)
at 
org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:98)
at 
org.wso2.carbon.governance.api.test.EndpointTest.testServiceAddingEndpointsWithWsdl(EndpointTest.java:256)


---
Test set: org.wso2.carbon.governance.api.test.SchemaTest
---
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.111
sec <<< FAILURE!
testAddSchema(org.wso2.carbon.governance.api.test.SchemaTest)  Time
elapsed: 5.078 sec  <<< ERROR!
org.wso2.carbon.governance.api.exception.GovernanceException: A path
is not associated with the artifcat.
at 
org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact.checkRegistryResourceAssociation(GovernanceArtifact.java:388)
at 
org.wso2.carbon.governance.api.schema.dataobjects.Schema.loadSchemaDetails(Schema.java:114)
at 
org.wso2.carbon.governance.api.schema.SchemaManager.addSchema(SchemaManager.java:97)
at 
org.wso2.carbon.governance.api.test.SchemaTest.testAddSchema(SchemaTest.java:32)

---
Test set: org.wso2.carbon.governance.api.test.ServiceTest
---
Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 53.553
sec <<< FAILURE!
testServiceAttachments(org.wso2.carbon.governance.api.test.ServiceTest)
 Time elapsed: 12.158 sec  <<< ERROR!
org.wso2.carbon.governance.api.exception.GovernanceException: A path
is not associated with the artifcat.
at 
org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact.checkRegistryResourceAssociation(GovernanceArtifact.java:388)
at 
org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl.loadWsdlDetails(Wsdl.java:233)
at 
org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:98)
at 
org.wso2.carbon.governance.api.test.ServiceTest.testServiceAttachments(ServiceTest.java:144)

---
Test set: org.wso2.carbon.governance.api.test.WSDLTest
---
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 27.669
sec <<< FAILURE!
testAddWSDL(org.wso2.carbon.governance.api.test.WSDLTest)  Time
elapsed: 15.359 sec  <<< ERROR!
org.wso2.carbon.governance.api.exception.GovernanceException: A path
is not associated with the artifcat.
at 
org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact.checkRegistryResourceAssociation(GovernanceArtifact.java:388)
at 
org.wso2.carbon.governance.api.wsdls.dataobjects.Wsdl.loadWsdlDetails(Wsdl.java:233)
at 
org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:98)
at 
org.wso2.carbon.governance.api.test.WSDLTest.testAddWSDL(WSDLTest.java:39)

testEditWSDL(org.wso2.carbon.governance.api.test.WSDLTest)  Time
elapsed: 12.273 sec  <<< ERROR!
org.wso2.carbon.governance.api.exception.GovernanceException: Error in
adding the wsdl. wsdl id: 190a35e1-c30d-4dc5-a48c-2bfe284a85d0.
at 
org.wso2.carbon.governance.api.wsdls.WsdlManager.addWsdl(WsdlManager.java:103)
at 
org.wso2.carbon.governance.api.test.WSDLTest.testEditWSDL(WSDLTest.java:126)
Caused by: org.wso

Re: [Carbon-dev] Can't send/receive JMS Object Messages to/from Qpid broker from Carbon Environment.

2011-05-27 Thread Sanjiva Weerawarana
Azeez can you organize a brainstorm session on this issue next week? I'm
assuming release pressure will be off by then but if not lets wait until
after the release. This is something we need to discuss and come up with a
proper solution.

Sanjiva.

On Fri, May 20, 2011 at 10:23 AM, Afkham Azeez  wrote:

> Also within another appserver, HTTP session replication will not work even
> in this model.
> On May 20, 2011 10:43 PM, "Paul Fremantle"  wrote:
> > I thought we discussed an option where we ran EVERYTHING through OSGi but
> > still deployed in Tomcat. So in that case we would deploy webapps inside
> > Tomcat running inside Carbon running inside Tomcat.
> >
> > Paul
> >
> > On 20 May 2011 06:31, Afkham Azeez  wrote:
> >
> >> Of course we can go for a very clean OSGi based solution if we drop
> >> supports for Carbon webapp deployment support. We have major limitations
> >> because of this. Even HTTP session replication cannot be done because
> the
> >> classes placed into the HTTP session in the OSGi container are not
> visible
> >> to Tomcat.
> >>
> >>
> >> On Fri, May 20, 2011 at 10:15 AM, Sameera Jayasoma  >wrote:
> >>
> >>> Again, this happens due to duplication qpid jars inside the
> >>> $CARBON_HOME/repository/components/plugins and $CARBON_HOME/lib folder.
> We
> >>> had a look at this issue couple of times, but unable to find a proper
> >>> solution.
> >>>
> >>> The deserialized Object is loaded inside the OSGi environment, but the
> >>> deserialization happens inside the system app classloader space. Hence
> the
> >>> Class is not visible.
> >>>
> >>> One option is to put the classes to the lib folder. But thats ugly.
> >>>
> >>> Thanks,
> >>> Sameera
> >>>
> >>> On Fri, May 20, 2011 at 9:22 AM, Charith Wickramarachchi <
> >>> char...@wso2.com> wrote:
> >>>
>  Hi ,
> 
>  In the ESB Message Store we have an option where users can point to
> any
>  JMS broker as the underlying message storage. Here we store the
> Message as a
>  serializable Object Message.
>  Problem is when i try to connect to a Qpid broker using our qpid
> client
>  libs in the Carbon environment it gives a Class not found Error when
> we try
>  to de serialize the message back to the Original format.
> 
>  Here the problem is at the point where it de serialize the message.
> The
>  the serializable object type we used is not visible to that class
> loader.
>  I tried using the ActiveMQ broker with its client libs. but did not
> face
>  this issue.
> 
>  We need to solve this Problem and this a blocker. One possible work
>  around i can think of is change the way i serialize the message to use
> JMS
>  TextMessages instead and use Message headers to keep the context
>  information. That will resolve issue i m facing.
> 
>  But we mush fix this in a proper way to support sending JMSObject
>  messages from the Carbon Environment since otherwise it implies that
>  we can't filly utilize the functionality of our Message broker inside
> the
>  carbon Environment.
> 
>  Help or directions for resolving this is highly appreciated.
> 
>  thanks,
>  Charith
> 
> 
>  --
>  Charith Dhanushka Wickramarachchi
>  Software Engineer
>  WSO2 Inc
>  http://wso2.com/
>  http://wso2.org/
> 
>  blog
>  http://charithwiki.blogspot.com/
> 
>  twitter
>  http://twitter.com/charithwiki
> 
> 
> 
> 
>  ___
>  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
> >>>
> >>>
> >>
> >>
> >> --
> >> *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*<
> 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
> >>
> >>
> >
> >
> > --
> > Paul Fremantle
> > CTO and Co-Founder, WSO2
> > OASIS WS-RX TC Co-chair, VP, Apache Synapse
> >
> > Office: +44 844 484 8143
> > Cell: +44 798 447 4618

[Carbon-dev] Test failure in governance.api - RC2 build

2011-05-27 Thread Amila Maha Arachchi
Hi,

Could not get the sure-fire reports.

---
 T E S T S
---
Running org.wso2.carbon.governance.api.test.SchemaTest
log4j:WARN No appenders could be found for logger
(org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
log4j:WARN Please initialize the log4j system properly.
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.018 sec
<<< FAILURE!
Running org.wso2.carbon.governance.api.test.PolicyTest
log4j:WARN No appenders could be found for logger
(org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
log4j:WARN Please initialize the log4j system properly.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.107 sec
Running org.wso2.carbon.governance.api.test.ServiceTest
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
log4j:WARN No appenders could be found for logger
(org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
log4j:WARN Please initialize the log4j system properly.
Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Tests run: 5, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 35.764 sec
<<< FAILURE!
Running org.wso2.carbon.governance.api.test.WSDLTest
log4j:WARN No appenders could be found for logger
(org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
log4j:WARN Please initialize the log4j system properly.
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resource

[Carbon-dev] Cannot add Servers to Jconsole monitoring tool

2011-05-27 Thread Chamara Ariyarathne
while testing I have encountered this issue with most of the products (BAM,
AS, ESB)

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

-- 
*Chamara Ariyarathne*
Software Engineer - QA;
WSO2 Inc; http://www.wso2.com/.
Mobile; *0772786766*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Migrating to new eclipse bpel-editor trunk in Carbon Studio

2011-05-27 Thread Denis Weerasiri
Hi,
Hasitha is working on some improvements to bpel editor trunk at
http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.bpel/?root=Technology_Project
 .

But Carbon Studio team maintain  a forked older revision
http://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0/bps/
(which
include some patches applied by Keheliya et. al + Modifications done by CS
team),

I think Hasitha can work on this migration. WDYT?

-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis ** [AT] wso2.com* *
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


Re: [Carbon-dev] [Stratos-dev] Why there is a separate wrapper.conf in some services

2011-05-27 Thread Amila Maha Arachchi
On Fri, May 27, 2011 at 6:07 PM, Afkham Azeez  wrote:

>
>
> On Fri, May 27, 2011 at 5:59 PM, Amila Maha Arachchi wrote:
>
>> Hi,
>>
>> I did a grep. Some services seems to be using their wrapper.conf (e.g.
>> AppServer and G-Reg) and some dont. CEP and ESB were copying both. I changed
>> them to use the carbon-core's wrapper conf.
>>
>
> If you removed some of those wrapper.confs then you have made those
> services vulnerable.
>

Added them back.

>
>
>>
>> Shall I revert the changes?
>>
>> AmilaM.
>>
>>
>> On Fri, May 27, 2011 at 5:35 PM, Afkham Azeez  wrote:
>>
>>> Services have different wrapper.conf files because Java security has been
>>> enabled in the service specific wrapper.conf. Product wrapper.conf files do
>>> not have Java sec enabled.
>>>
>>> On Fri, May 27, 2011 at 1:40 PM, Amila Maha Arachchi wrote:
>>>
 Hi,

 While fixing STRATOS-978  I
 came to understand that some services are copying wrapper.conf twice to the
 distribution.

 1. From carbon-core
 2. A separate wrapper.conf which resides in the
 service/src/assembly/conf

 I saw this in CEP and ESB

 $Subject and what is the correct wrapper.conf to be included in the
 distribution.

 Thanks,
 AmilaM.


 p.s. I resolved the above issue by keeping the cep's wrapper.conf. Is it
 correct?


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


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


Re: [Carbon-dev] [Stratos-dev] Why there is a separate wrapper.conf in some services

2011-05-27 Thread Afkham Azeez
On Fri, May 27, 2011 at 5:59 PM, Amila Maha Arachchi wrote:

> Hi,
>
> I did a grep. Some services seems to be using their wrapper.conf (e.g.
> AppServer and G-Reg) and some dont. CEP and ESB were copying both. I changed
> them to use the carbon-core's wrapper conf.
>

If you removed some of those wrapper.confs then you have made those services
vulnerable.


>
> Shall I revert the changes?
>
> AmilaM.
>
>
> On Fri, May 27, 2011 at 5:35 PM, Afkham Azeez  wrote:
>
>> Services have different wrapper.conf files because Java security has been
>> enabled in the service specific wrapper.conf. Product wrapper.conf files do
>> not have Java sec enabled.
>>
>> On Fri, May 27, 2011 at 1:40 PM, Amila Maha Arachchi wrote:
>>
>>> Hi,
>>>
>>> While fixing STRATOS-978  I
>>> came to understand that some services are copying wrapper.conf twice to the
>>> distribution.
>>>
>>> 1. From carbon-core
>>> 2. A separate wrapper.conf which resides in the service/src/assembly/conf
>>>
>>> I saw this in CEP and ESB
>>>
>>> $Subject and what is the correct wrapper.conf to be included in the
>>> distribution.
>>>
>>> Thanks,
>>> AmilaM.
>>>
>>>
>>> p.s. I resolved the above issue by keeping the cep's wrapper.conf. Is it
>>> correct?
>>>
>>>
>>> ___
>>> Stratos-dev mailing list
>>> stratos-...@wso2.org
>>> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * **
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>


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


Re: [Carbon-dev] [Stratos-dev] Why there is a separate wrapper.conf in some services

2011-05-27 Thread Amila Maha Arachchi
Hi,

I did a grep. Some services seems to be using their wrapper.conf (e.g.
AppServer and G-Reg) and some dont. CEP and ESB were copying both. I changed
them to use the carbon-core's wrapper conf.

Shall I revert the changes?

AmilaM.

On Fri, May 27, 2011 at 5:35 PM, Afkham Azeez  wrote:

> Services have different wrapper.conf files because Java security has been
> enabled in the service specific wrapper.conf. Product wrapper.conf files do
> not have Java sec enabled.
>
> On Fri, May 27, 2011 at 1:40 PM, Amila Maha Arachchi wrote:
>
>> Hi,
>>
>> While fixing STRATOS-978  I
>> came to understand that some services are copying wrapper.conf twice to the
>> distribution.
>>
>> 1. From carbon-core
>> 2. A separate wrapper.conf which resides in the service/src/assembly/conf
>>
>> I saw this in CEP and ESB
>>
>> $Subject and what is the correct wrapper.conf to be included in the
>> distribution.
>>
>> Thanks,
>> AmilaM.
>>
>>
>> p.s. I resolved the above issue by keeping the cep's wrapper.conf. Is it
>> correct?
>>
>>
>> ___
>> Stratos-dev mailing list
>> stratos-...@wso2.org
>> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * **
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] BPEL deployment happens after the initialization of the BPS server.

2011-05-27 Thread Afkham Azeez
I think this has to be fixed at least for Stratos.


On Fri, May 27, 2011 at 12:48 PM, Sameera Jayasoma  wrote:

> This is critical when the BPS is deployed in a cluster fronted by a LB.
> Once the transports are up and running, the BPS node added to the cluster
> group, hence the LB start routing requests to the newly added worker node.
> At this time, non of the BPELs are deployed.
>
> Thanks,
> Sameera
>
>
> On Fri, May 27, 2011 at 2:36 AM, Sameera Jayasoma wrote:
>
>> Hi Folks,
>>
>> During the Carbon stabilization phase, we improved Carbon to avoid
>> deploying services/ or any other extensions after the Carbon initialization
>> (especially transport initialization). Once the Carbon server is up and
>> running all the ports are opened, hence request can start flowing. But if
>> the BPEL processes get deployed after the server initialization, all these
>> initial requests fails.
>>
>>
>> We need to fix this. But we may not be able to fix for this release. I
>> will create a jira for this.
>>
>> Thanks,
>> Sameera
>>
>> [2011-05-27 02:23:01,108]  INFO - CarbonServerManager -
>> ConfigurationContextService registered in 3280ms
>> [2011-05-27 02:23:01,171]  INFO - HttpsTransportListener - HTTPS port
>>   : 9443
>> [2011-05-27 02:23:01,171]  INFO - HttpTransportListener - HTTP port
>>  : 9763
>> [2011-05-27 02:23:08,937]  INFO - TenantProcessStoreImpl - Deploying BPEL
>> archive:
>> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/deployment/server/bpel/LoanService.zip
>> [2011-05-27 02:23:10,770]  INFO - TenantProcessStoreImpl - Starting
>> deployment of processes from directory
>> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/bpel/0/LoanService-1
>> [2011-05-27 02:23:11,315]  INFO - BpelC - info: [CompilingProcess]
>> Compiling BPEL process.
>> [2011-05-27 02:23:11,692]  INFO - CarbonUIServiceComponent - Mgt Console
>> URL  : https://192.168.147.1:9443/carbon/
>> [2011-05-27 02:23:12,399]  INFO - BpelC - info: [CompilingProcess]
>> Compiling BPEL process.
>> [2011-05-27 02:23:13,321]  INFO - StartupFinalizerServiceComponent -
>> Started Transport Listener Manager
>> [2011-05-27 02:23:13,323]  INFO - StartupFinalizerServiceComponent -
>> Server   :  WSO2 BPS-2.1.0
>> [2011-05-27 02:23:13,324]  INFO - StartupFinalizerServiceComponent - WSO2
>> Carbon started in 79 sec
>> [2011-05-27 02:23:13,774]  INFO - DeploymentInterceptor - Deploying Axis2
>> service: DILoanService {super-tenant}
>> [2011-05-27 02:23:14,216]  INFO - BpelServerImpl - Registered process {
>> http://wso2.org/bps/samples/DILoanService}DILoanService-1.
>> [2011-05-27 02:23:14,295]  INFO - DeploymentInterceptor - Deploying Axis2
>> service: XKLoanService {super-tenant}
>> [2011-05-27 02:23:14,571]  INFO - BpelServerImpl - Registered process {
>> http://wso2.org/bps/samples/XKLoanService}XKLoanService-1.
>> [2011-05-27 02:23:14,699]  INFO - TenantProcessStoreImpl - Deploying BPEL
>> archive:
>> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/deployment/server/bpel/CustomerInfo.zip
>> [2011-05-27 02:23:14,736]  INFO - TenantProcessStoreImpl - Starting
>> deployment of processes from directory
>> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/bpel/0/CustomerInfo-2
>> [2011-05-27 02:23:14,823]  INFO - BpelC - info: [CompilingProcess]
>> Compiling BPEL process.
>> [2011-05-27 02:23:14,979]  INFO - DeploymentInterceptor - Deploying Axis2
>> service: CustomerInfoService {super-tenant}
>> [2011-05-27 02:23:15,325]  INFO - BpelServerImpl - Registered process {
>> http://wso2.org/bps/samples/CustomerInfo}CustomerInfo-2.
>> [2011-05-27 02:23:15,435]  INFO - TenantProcessStoreImpl - Deploying BPEL
>> archive:
>> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/deployment/server/bpel/TestE4XDirect.zip
>> [2011-05-27 02:23:15,551]  INFO - TenantProcessStoreImpl - Starting
>> deployment of processes from directory
>> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/bpel/0/TestE4XDirect-3
>> [2011-05-27 02:23:15,661]  INFO - BpelC - info: [CompilingProcess]
>> Compiling BPEL process.
>> [2011-05-27 02:23:15,918]  INFO - DeploymentInterceptor - Deploying Axis2
>> service: TestE4XService {super-tenant}
>> [2011-05-27 02:23:16,240]  INFO - BpelServerImpl - Registered process {
>> http://ode/bpel/unit-testAssign1}TestE4X-3.
>> [2011-05-27 02:23:16,315]  INFO - TenantProcessStoreImpl - Deploying BPEL
>> archive:
>> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/deployment/server/bpel/LoanProcess.zip
>> [2011-05-27 02:23:16,329]  INFO - TenantProcessStoreImpl - Starting
>> deployment of processes from directory
>> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/bpel/0/LoanProcess-4
>> [2011-05-27 02:23:16,452]  INFO - BpelC - info: [CompilingProcess]
>> Compiling BPEL process.
>> [2011-05-27 02:23:16,547]  INFO - WSDLRegistry - WSDL at
>> file:/home/sameera/wso2/dis

Re: [Carbon-dev] [Stratos-dev] Why there is a separate wrapper.conf in some services

2011-05-27 Thread Afkham Azeez
Services have different wrapper.conf files because Java security has been
enabled in the service specific wrapper.conf. Product wrapper.conf files do
not have Java sec enabled.

On Fri, May 27, 2011 at 1:40 PM, Amila Maha Arachchi wrote:

> Hi,
>
> While fixing STRATOS-978  I came
> to understand that some services are copying wrapper.conf twice to the
> distribution.
>
> 1. From carbon-core
> 2. A separate wrapper.conf which resides in the service/src/assembly/conf
>
> I saw this in CEP and ESB
>
> $Subject and what is the correct wrapper.conf to be included in the
> distribution.
>
> Thanks,
> AmilaM.
>
>
> p.s. I resolved the above issue by keeping the cep's wrapper.conf. Is it
> correct?
>
>
> ___
> Stratos-dev mailing list
> stratos-...@wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>
>


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


Re: [Carbon-dev] [IMPORTANT] Code frozen for RC2 - 3.2.0 branch

2011-05-27 Thread Amila Maha Arachchi
On Fri, May 27, 2011 at 4:05 PM, Amila Maha Arachchi wrote:

>
>
> On Fri, May 27, 2011 at 3:51 PM, Amila Maha Arachchi wrote:
>
>> Hi,
>>
>> $Subject.
>> Please refrain from committing to the branch. I will take an svn update
>> now and trigger the build.
>>
>
> svn update in progress
>

Build started with r106131.

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


Re: [Carbon-dev] Blocker issues in Mashup Server RC1 pack

2011-05-27 Thread Nirodha Pramod
On Fri, May 27, 2011 at 3:33 PM, Nirodha Pramod  wrote:

> Hi,
>
> This blocker issue [1] was found in MS- RC1.
>
> [1] https://wso2.org/jira/browse/MASHUP-1396
>
> Sorry, did not know this [1] is out of the scope. Closed the issue.

>
> /Nirodha.
>
>
>
>
> --
> *Nirodha Pramod*
> Software Engineer, QA.
>
>


-- 
*Nirodha Pramod*
Software Engineer, QA.
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon-3.2.0 - DSS RC1 is totally unusable

2011-05-27 Thread Chamara Silva
Service group is updated for sample services only. If you deploy a new data
service, SG name is not updated

Regards,
Chamara

On Fri, May 27, 2011 at 3:24 PM, Sumedha Rubasinghe wrote:

>
>
> On Fri, May 27, 2011 at 3:06 PM, Chamara Silva  wrote:
>
>> please fix https://wso2.org/jira/browse/CARBON-10402 in RC2
>>
>
> This is not a bug !!! .. Service Group is updated.
>
> /sumedha
>
>
>>
>> /Chamara
>>
>>  On
>>  Fri, May 27, 2011 at 2:50 PM, Chamara Silva  wrote:
>>
>>> I received dss pack from prabath and i will continue testing until
>>> release RC2.
>>>
>>> thanks,
>>> Chamara
>>>
>>>
>>> On Fri, May 27, 2011 at 1:14 PM, Prabath Abeysekera 
>>> wrote:
>>>
 Hi Sumedha,

 On Fri, May 27, 2011 at 12:42 PM, Sumedha Rubasinghe 
 wrote:

>
>
> On Fri, May 27, 2011 at 12:36 PM, Prabath Abeysekera <
> praba...@wso2.com> wrote:
>
>> Hi,
>>
>> A new build has been triggered and will provide a pack for testing
>> soon.
>>
>
>
> Prabath,
> Please take extra care when committing hereafter. Don't commit without
> testing.
>

 Noted. and I beg pardon for the inconvenience caused. Will avoid
 committing without
 triggering a proper testing round hereafter.




>
> /sumedha
>
>
>>
>>
>> Regards,
>>
>>
>> On Fri, May 27, 2011 at 11:39 AM, Anjana Fernando wrote:
>>
>>> Hi Chamara,
>>>
>>> On Fri, May 27, 2011 at 11:25 AM, Chamara Silva wrote:
>>>
 Entire DS wizard broken due to js errors.hence i will stop DSS
 testing until testable pack received.
>>>
>>>
>>> This is fixed now. Will provide you with a working pack soon.
>>>
>>> Cheers,
>>> Anjana.
>>>
>>>

 Thank you,
 Regards,
 Chamara


 On Fri, May 27, 2011 at 8:28 AM, Anjana Fernando 
 wrote:

> Hi Charitha,
>
> On Fri, May 27, 2011 at 4:48 AM, Charitha Kankanamge <
> chari...@wso2.com> wrote:
>
>> Folks,
>>
>> @Subject. Cannot even create a new data service [1]. Please do not
>> host packs for QA testing without trying out at least the basic 
>> operation
>> that particular product is supposed to do!
>>
>
> Yeah, we also noticed this later, this is because of an untested
> commit that has reached the branch, which was added to the trunk. I 
> could
> only test the trunk build earlier, since I'd problems building the 
> branch.
> We should have notified QA to not to test this pack, sorry about that.
>
> - Anjana.
>
>
>>
>> [1]https://wso2.org/jira/browse/CARBON-10380
>>
>> /Charitha
>>
>>
>> ___
>> 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
>
>


 --
 Suminda Chamara Silva
 WSO2 Inc.
 Mobile: +94 718 302858
 blog: http://chamaras.blogspot.com

 ___
 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
>>>
>>>
>>
>>
>> --
>> Prabath Abeysekara
>> Software Engineer
>> WSO2 Inc.
>> Email: praba...@wso2.com 
>> Mobile: +94774171471
>>
>> 
>>
>>
>> ___
>> 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
>
>


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

 

Re: [Carbon-dev] [Architecture] Shall we ship WSF/Java with Carbon 3.2.0 chunk 1?

2011-05-27 Thread Isuru Suriarachchi
Added Axis2 Java docs into WSF/Java documentation. This will be available in
RC2 packs.

Thanks,
~Isuru

On Wed, May 25, 2011 at 8:15 AM, Isuru Suriarachchi  wrote:

>
>
> On Wed, May 25, 2011 at 6:33 AM, Samisa Abeysinghe wrote:
>
>> WSF/Java is sort of not that useful without these APIs, given the purpose
>> it is trying to serve.
>>
>> So we might need a point release at least, or consider moving this to the
>> last chunk and get this done.
>>
>> I assume, that there is no way, API docs will not
>> break functionality here.
>>
>
> Ah.. Do you mean that I'll be allowed to do this javadoc generation thing
> even after the code freeze? In that case, I can do it tomorrow for sure. Yes
> that won't break anything and we can safely repack WSF/Java.
>
> Thanks,
> ~Isuru
>
>
>>
>>
>> On Tue, May 24, 2011 at 2:07 AM, Isuru Suriarachchi wrote:
>>
>>> Hi Paul,
>>>
>>> As we are going to freeze the code tomorrow night, I won't be able to get
>>> this java doc generation done before that. That is because I've got some AS
>>> related issues to attend. However I've completed the documentation with
>>> references to all important resources on Axis2 client API. Will include the
>>> javadoc in the next point release.
>>>
>>> Thanks,
>>> ~Isuru
>>>
>>>
>>> On Mon, May 23, 2011 at 7:28 PM, Isuru Suriarachchi wrote:
>>>


 On Mon, May 23, 2011 at 6:49 PM, Paul Fremantle  wrote:

> Can we ship with the JavaDoc for Axis2 client libs?


 Currently we don't generate java docs for Axis2. But we can include that
 into Axis2 poms and generate it. I'll try to get it done.

 Thanks,
 ~Isuru


>
> Paul
>
>
> On 23 May 2011 13:29, Isuru Suriarachchi  wrote:
>
>> I've almost completed this effort. I've added a good set of samples
>> which contains different kinds of client side code. As we discussed 
>> before,
>> If the users wants to test those with a real server, they have to deploy 
>> the
>> services in WSO2 AS. So there's no server runtime shipped with WSF/Java.
>>
>> Now the documentation is also generated in the build. However, there's
>> nothing much to be added into the documentation :). Users just have to 
>> add
>> the libs into the classpath. Any suggestions on the content of the
>> documentation?
>>
>> I'll ask Amal to create the logs and styles for docs packs.
>>
>> Thanks,
>> ~Isuru
>>
>> On Fri, May 20, 2011 at 7:40 AM, Afkham Azeez  wrote:
>>
>>>
>>> +1
>>> On May 19, 2011 11:23 PM, "Paul Fremantle"  wrote:
>>> > Sameera
>>> >
>>> > I don't agree. I think having a pack is much simpler and better.
>>> People like
>>> > to know where the download is.
>>> >
>>> > I'm +1 for shipping WSF/Java as a pack.
>>> >
>>> > Paul
>>> >
>>> > On 19 May 2011 18:31, Sameera Jayasoma  wrote:
>>> >
>>> >> We already have an ant script which populates the repository/lib
>>> folder
>>> >> with necessary client libraries to invoke Axis2 Services. IMV, we
>>> can
>>> >> improve this script to generate this client distribution, without
>>> hosting
>>> >> another pack. This is much easier when we think of maintenance
>>> aspects.
>>> >>
>>> >> Btw, we came across users who are interested in invoking some of
>>> admin
>>> >> services in our products. Since we have separate stub jar files
>>> for all
>>> >> these wsdls, it is much easier for user s to invoke our admin
>>> services. We
>>> >> might need product specific scripts for generating client
>>> distributions for
>>> >> products.
>>> >>
>>> >> What is the advantage we get by shipping a completely different
>>> >> distribution?
>>> >>
>>> >> Thanks,
>>> >> Sameera
>>> >>
>>> >> On Mon, Feb 7, 2011 at 2:46 PM, Isuru Suriarachchi <
>>> is...@wso2.com> wrote:
>>> >>
>>> >>> Hi all,
>>> >>>
>>> >>> Last year we discussed about shipping WSF/Java as a separate
>>> product [1].
>>> >>> I created the build scripts and all that long time ago [2], but
>>> we never
>>> >>> shipped it. Shall we ship it this time with the Carbon 3.2.0
>>> chunk 1? If we
>>> >>> are going to ship it, we have to write some samples and a
>>> documentation for
>>> >>> that.
>>> >>>
>>> >>> WDYT??
>>> >>>
>>> >>> Thanks,
>>> >>> ~Isuru
>>> >>>
>>> >>> [1]
>>> http://wso2.org/mailarchive/architecture/2010-May/002160.html
>>> >>> [2] https://svn.wso2.org/repos/wso2/trunk/carbon/products/wsf/
>>> >>>
>>> >>> --
>>> >>> 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
>>> >>>
>>> >>>
>>

Re: [Carbon-dev] [IMPORTANT] Code frozen for RC2 - 3.2.0 branch

2011-05-27 Thread Amila Maha Arachchi
On Fri, May 27, 2011 at 3:51 PM, Amila Maha Arachchi wrote:

> Hi,
>
> $Subject.
> Please refrain from committing to the branch. I will take an svn update now
> and trigger the build.
>

svn update in progress

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


Re: [Carbon-dev] Blocker issues in Mashup Server RC1 pack

2011-05-27 Thread Sumedha Rubasinghe
Nirodha,
First of all, this is not an issue. We never allowed new users to sign up
from MS console.
Can you explain how this issue is a blocker to the release?

/sumedha



On Fri, May 27, 2011 at 3:33 PM, Nirodha Pramod  wrote:

> Hi,
>
> This blocker issue [1] was found in MS- RC1.
>
> [1] https://wso2.org/jira/browse/MASHUP-1396
>
>
> /Nirodha.
>
>
>
>
> --
> *Nirodha Pramod*
> Software Engineer, QA.
>
>
> ___
> 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] [IMPORTANT] Code frozen for RC2 - 3.2.0 branch

2011-05-27 Thread Amila Maha Arachchi
Hi,

$Subject.
Please refrain from committing to the branch. I will take an svn update now
and trigger the build.

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


Re: [Carbon-dev] Code freeze for Carbon 3.2.0 RC2 - 2 PM IST

2011-05-27 Thread Amila Maha Arachchi
Hi,

On Fri, May 27, 2011 at 2:56 PM, Prabath Siriwardena wrote:

> Code will be frozen in another 30 mnts time at 3.30 PM... Please
> commit your L1 fixes and update the JIRAs...
>

We are going to feeze the code in a short while. Hope your critical fixes
have made it to the branch. Please shout if there major concerns.

Thanks,
AmilaM.



>
> Thanks & regards,
> -Prabath
>
> On Fri, May 27, 2011 at 10:09 AM, Prabath Siriwardena 
> wrote:
> > PMs/RMs please sync up with Charitha/QA team to identify the must
> > fixes for RC2..
> >
> > In case if we are falling behind to fix any of those by 2 - please
> > report to this thread..
> >
> > Thanks & regards,
> > -Prabath
> >
> >
> > On Fri, May 27, 2011 at 9:49 AM, Prabath Siriwardena 
> wrote:
> >> Please note the $subject...
> >>
> >> Please commit any L1 fixes to branch before 2
> >>
> >> --
> >> Thanks & Regards,
> >> Prabath
> >>
> >> http://blog.facilelogin.com
> >> http://RampartFAQ.com
> >>
> >
> >
> >
> > --
> > 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
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon-3.2.0 - DSS RC1 is totally unusable

2011-05-27 Thread Chamara Silva
I think you are referring https://wso2.org/jira/browse/CARBON-10369 issue
and it's fixed right now.dbs file is updating correctly. but group name
changes does not update in UI even service redeployed.

Regards,
Chamara

On Fri, May 27, 2011 at 3:24 PM, Sumedha Rubasinghe wrote:

>
>
> On Fri, May 27, 2011 at 3:06 PM, Chamara Silva  wrote:
>
>> please fix https://wso2.org/jira/browse/CARBON-10402 in RC2
>>
>
> This is not a bug !!! .. Service Group is updated.
>
> /sumedha
>
>
>>
>> /Chamara
>>
>>  On
>>  Fri, May 27, 2011 at 2:50 PM, Chamara Silva  wrote:
>>
>>> I received dss pack from prabath and i will continue testing until
>>> release RC2.
>>>
>>> thanks,
>>> Chamara
>>>
>>>
>>> On Fri, May 27, 2011 at 1:14 PM, Prabath Abeysekera 
>>> wrote:
>>>
 Hi Sumedha,

 On Fri, May 27, 2011 at 12:42 PM, Sumedha Rubasinghe 
 wrote:

>
>
> On Fri, May 27, 2011 at 12:36 PM, Prabath Abeysekera <
> praba...@wso2.com> wrote:
>
>> Hi,
>>
>> A new build has been triggered and will provide a pack for testing
>> soon.
>>
>
>
> Prabath,
> Please take extra care when committing hereafter. Don't commit without
> testing.
>

 Noted. and I beg pardon for the inconvenience caused. Will avoid
 committing without
 triggering a proper testing round hereafter.




>
> /sumedha
>
>
>>
>>
>> Regards,
>>
>>
>> On Fri, May 27, 2011 at 11:39 AM, Anjana Fernando wrote:
>>
>>> Hi Chamara,
>>>
>>> On Fri, May 27, 2011 at 11:25 AM, Chamara Silva wrote:
>>>
 Entire DS wizard broken due to js errors.hence i will stop DSS
 testing until testable pack received.
>>>
>>>
>>> This is fixed now. Will provide you with a working pack soon.
>>>
>>> Cheers,
>>> Anjana.
>>>
>>>

 Thank you,
 Regards,
 Chamara


 On Fri, May 27, 2011 at 8:28 AM, Anjana Fernando 
 wrote:

> Hi Charitha,
>
> On Fri, May 27, 2011 at 4:48 AM, Charitha Kankanamge <
> chari...@wso2.com> wrote:
>
>> Folks,
>>
>> @Subject. Cannot even create a new data service [1]. Please do not
>> host packs for QA testing without trying out at least the basic 
>> operation
>> that particular product is supposed to do!
>>
>
> Yeah, we also noticed this later, this is because of an untested
> commit that has reached the branch, which was added to the trunk. I 
> could
> only test the trunk build earlier, since I'd problems building the 
> branch.
> We should have notified QA to not to test this pack, sorry about that.
>
> - Anjana.
>
>
>>
>> [1]https://wso2.org/jira/browse/CARBON-10380
>>
>> /Charitha
>>
>>
>> ___
>> 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
>
>


 --
 Suminda Chamara Silva
 WSO2 Inc.
 Mobile: +94 718 302858
 blog: http://chamaras.blogspot.com

 ___
 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
>>>
>>>
>>
>>
>> --
>> Prabath Abeysekara
>> Software Engineer
>> WSO2 Inc.
>> Email: praba...@wso2.com 
>> Mobile: +94774171471
>>
>> 
>>
>>
>> ___
>> 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
>
>


 --
 Prabath Abeysekara
 Software Engineer
>>>

Re: [Carbon-dev] Maven bundle plugin version 1.4.0?

2011-05-27 Thread Sumedha Rubasinghe
On Fri, May 27, 2011 at 3:26 PM, Sameera Jayasoma  wrote:

> Hi Sumedha,
>
> Yes. We have migrated to the latest version of maven bundle plugin which is
> declared in platform pom.xml [1].
>
> But the problem is in some components
>

There are more than 600 references. :) .. Run previous command & see.
/sumedha



>  bundle plugin version is added, hence the version is overridden.
>
> Lets remove all these version element after the release.
>
> Thanks,
> Sameera.
>
> [1] https://svn.wso2.org/repos/wso2/trunk/carbon/pom.xml
>
> On Fri, May 27, 2011 at 2:25 PM, Sumedha Rubasinghe wrote:
>
>> Devs,
>> While working on a CS related issue, I noticed we are using a very old
>> version(v1.4.0) of Maven Bundle Plugin. The latest version is 2.3.4 with
>> significant improvements. Is there anything that prevents us from switching
>> to latest on trunk?
>>
>> cd carbon/branches/3.2.0
>> grep -r -n -A 1 --include pom.xml
>> "maven-bundle-plugin" .
>>
>> /sumedha
>>
>> ___
>> 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
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Blocker issues in Mashup Server RC1 pack

2011-05-27 Thread Nirodha Pramod
Hi,

This blocker issue [1] was found in MS- RC1.

[1] https://wso2.org/jira/browse/MASHUP-1396


/Nirodha.




-- 
*Nirodha Pramod*
Software Engineer, QA.
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Abdera test failures

2011-05-27 Thread Prabath Siriwardena
Yes... I started building the branch with a clean repo...

Thanks & regards,
-Prabath

On Fri, May 27, 2011 at 3:27 PM, Chintana Wilamuna  wrote:
>
>
> On Fri, May 27, 2011 at 3:20 PM, Prabath Siriwardena 
> wrote:
>>
>> I was able to build abdera successfully in 3.2.0 branch with tests..
>
> Were you using a clean repo?
>     -Chintana
>
> --
> Chintana Wilamuna
> Associate Technical Lead
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> phone: +94 75 211 1106
> blog: http://engwar.com/
> photos: http://flickr.com/photos/chintana
> linkedin: http://www.linkedin.com/in/engwar
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>



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


Re: [Carbon-dev] Abdera test failures

2011-05-27 Thread Chintana Wilamuna
On Fri, May 27, 2011 at 3:20 PM, Prabath Siriwardena wrote:

I was able to build abdera successfully in 3.2.0 branch with tests..
>

Were you using a clean repo?

-Chintana

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

phone: +94 75 211 1106
blog: http://engwar.com/
photos: http://flickr.com/photos/chintana
linkedin: http://www.linkedin.com/in/engwar
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Maven bundle plugin version 1.4.0?

2011-05-27 Thread Sameera Jayasoma
Hi Sumedha,

Yes. We have migrated to the latest version of maven bundle plugin which is
declared in platform pom.xml [1].

But the problem is in some components bundle plugin version is added, hence
the version is overridden.

Lets remove all these version element after the release.

Thanks,
Sameera.

[1] https://svn.wso2.org/repos/wso2/trunk/carbon/pom.xml

On Fri, May 27, 2011 at 2:25 PM, Sumedha Rubasinghe wrote:

> Devs,
> While working on a CS related issue, I noticed we are using a very old
> version(v1.4.0) of Maven Bundle Plugin. The latest version is 2.3.4 with
> significant improvements. Is there anything that prevents us from switching
> to latest on trunk?
>
> cd carbon/branches/3.2.0
> grep -r -n -A 1 --include pom.xml
> "maven-bundle-plugin" .
>
> /sumedha
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


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

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

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


Re: [Carbon-dev] Carbon-3.2.0 - DSS RC1 is totally unusable

2011-05-27 Thread Sumedha Rubasinghe
On Fri, May 27, 2011 at 3:06 PM, Chamara Silva  wrote:

> please fix https://wso2.org/jira/browse/CARBON-10402 in RC2
>

This is not a bug !!! .. Service Group is updated.

/sumedha


>
> /Chamara
>
>  On
>  Fri, May 27, 2011 at 2:50 PM, Chamara Silva  wrote:
>
>> I received dss pack from prabath and i will continue testing until release
>> RC2.
>>
>> thanks,
>> Chamara
>>
>>
>> On Fri, May 27, 2011 at 1:14 PM, Prabath Abeysekera wrote:
>>
>>> Hi Sumedha,
>>>
>>> On Fri, May 27, 2011 at 12:42 PM, Sumedha Rubasinghe 
>>> wrote:
>>>


 On Fri, May 27, 2011 at 12:36 PM, Prabath Abeysekera >>> > wrote:

> Hi,
>
> A new build has been triggered and will provide a pack for testing
> soon.
>


 Prabath,
 Please take extra care when committing hereafter. Don't commit without
 testing.

>>>
>>> Noted. and I beg pardon for the inconvenience caused. Will avoid
>>> committing without
>>> triggering a proper testing round hereafter.
>>>
>>>
>>>
>>>

 /sumedha


>
>
> Regards,
>
>
> On Fri, May 27, 2011 at 11:39 AM, Anjana Fernando wrote:
>
>> Hi Chamara,
>>
>> On Fri, May 27, 2011 at 11:25 AM, Chamara Silva wrote:
>>
>>> Entire DS wizard broken due to js errors.hence i will stop DSS
>>> testing until testable pack received.
>>
>>
>> This is fixed now. Will provide you with a working pack soon.
>>
>> Cheers,
>> Anjana.
>>
>>
>>>
>>> Thank you,
>>> Regards,
>>> Chamara
>>>
>>>
>>> On Fri, May 27, 2011 at 8:28 AM, Anjana Fernando wrote:
>>>
 Hi Charitha,

 On Fri, May 27, 2011 at 4:48 AM, Charitha Kankanamge <
 chari...@wso2.com> wrote:

> Folks,
>
> @Subject. Cannot even create a new data service [1]. Please do not
> host packs for QA testing without trying out at least the basic 
> operation
> that particular product is supposed to do!
>

 Yeah, we also noticed this later, this is because of an untested
 commit that has reached the branch, which was added to the trunk. I 
 could
 only test the trunk build earlier, since I'd problems building the 
 branch.
 We should have notified QA to not to test this pack, sorry about that.

 - Anjana.


>
> [1]https://wso2.org/jira/browse/CARBON-10380
>
> /Charitha
>
>
> ___
> 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


>>>
>>>
>>> --
>>> Suminda Chamara Silva
>>> WSO2 Inc.
>>> Mobile: +94 718 302858
>>> blog: http://chamaras.blogspot.com
>>>
>>> ___
>>> 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
>>
>>
>
>
> --
> Prabath Abeysekara
> Software Engineer
> WSO2 Inc.
> Email: praba...@wso2.com 
> Mobile: +94774171471
>
> 
>
>
> ___
> 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


>>>
>>>
>>> --
>>> Prabath Abeysekara
>>> Software Engineer
>>> WSO2 Inc.
>>> Email: praba...@wso2.com 
>>> Mobile: +94774171471
>>>
>>> 
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Suminda Chamara Silva
>> WSO2 Inc.
>> Mobile: +94 718 302858
>> blog: http://chamaras.blogspot.com
>>
>
>
>
> --
> Suminda Chamara Silva
> WSO2 Inc.
> Mobile: +94 718 302858
> blog: http://chamaras.blogspot.com
>

Re: [Carbon-dev] Left menu issue in FF 3.0.13

2011-05-27 Thread Chanaka Jayasena
I commit the changes. This fix will be available with RC2.

thanks,
Chanaka

On Fri, May 27, 2011 at 2:14 PM, Chanaka Jayasena  wrote:

> I think the issue is coming because of the lack of CSS3 support in the
> FF3.0. The text rotation is done by using CSS3 here. Using static images
> will fix this issue, but it is better to keep the text considering the i18n
> support. I will do a simple fix to detect the browser version and remove the
> tab thing completely from older browsers.
>
> thanks,
> Chanaka
>
> On Fri, May 27, 2011 at 12:08 PM, Isuru Suriarachchi wrote:
>
>> See the screenshot attached.. Do we have to support FF 3.0 upwards?
>>
>> 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
>>
>>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Abdera test failures

2011-05-27 Thread Prabath Siriwardena
Hi Chintana,

I was able to build abdera successfully in 3.2.0 branch with tests..

Thanks & regards,
-Prabath

On Fri, May 27, 2011 at 2:44 PM, Chintana Wilamuna  wrote:
> Hi,
> See - http://pastie.org/1980057
> I'm building 3.2.0 on a clean repo.
>     -Chintana
> --
> Chintana Wilamuna
> Associate Technical Lead
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> phone: +94 75 211 1106
> blog: http://engwar.com/
> photos: http://flickr.com/photos/chintana
> linkedin: http://www.linkedin.com/in/engwar
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>



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


Re: [Carbon-dev] RC1 packs

2011-05-27 Thread Amila Maha Arachchi
On Fri, May 27, 2011 at 3:07 PM, Sumedha Rubasinghe wrote:

> Folks,
> Please use proper names when creating locations for RCs.
> Right now, there are folders like 'rc1-temp', 'rc1-temp/new-dss-temp/'.
> If we do not use proper names, by next week we will forget why folder x,y,z
> was created.
>

Noted :) Actually it was a temp folder which became permanent later in the
process of building.

Already created folders for RC2, rc2/products, rc2/services

AmilaM.

>
> /sumedha
>
>
>
>
> On Thu, May 26, 2011 at 6:08 PM, Amila Maha Arachchi wrote:
>
>> Hi all,
>>
>> Carbon-core, Greg and IS build completed. You can find the RC1 packs at
>> [1]. Will add the other packs to this location as they are available.
>>
>> Thanks,
>> AmilaM.
>>
>>
>> [1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc1-temp/
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] RC1 packs

2011-05-27 Thread Sumedha Rubasinghe
Folks,
Please use proper names when creating locations for RCs.
Right now, there are folders like 'rc1-temp', 'rc1-temp/new-dss-temp/'.
If we do not use proper names, by next week we will forget why folder x,y,z
was created.

/sumedha




On Thu, May 26, 2011 at 6:08 PM, Amila Maha Arachchi wrote:

> Hi all,
>
> Carbon-core, Greg and IS build completed. You can find the RC1 packs at
> [1]. Will add the other packs to this location as they are available.
>
> Thanks,
> AmilaM.
>
>
> [1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc1-temp/
>
> ___
> 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] Carbon-3.2.0 - DSS RC1 is totally unusable

2011-05-27 Thread Chamara Silva
please fix https://wso2.org/jira/browse/CARBON-10402 in RC2

/Chamara

On
 Fri, May 27, 2011 at 2:50 PM, Chamara Silva  wrote:

> I received dss pack from prabath and i will continue testing until release
> RC2.
>
> thanks,
> Chamara
>
>
> On Fri, May 27, 2011 at 1:14 PM, Prabath Abeysekera wrote:
>
>> Hi Sumedha,
>>
>> On Fri, May 27, 2011 at 12:42 PM, Sumedha Rubasinghe wrote:
>>
>>>
>>>
>>> On Fri, May 27, 2011 at 12:36 PM, Prabath Abeysekera 
>>> wrote:
>>>
 Hi,

 A new build has been triggered and will provide a pack for testing soon.

>>>
>>>
>>> Prabath,
>>> Please take extra care when committing hereafter. Don't commit without
>>> testing.
>>>
>>
>> Noted. and I beg pardon for the inconvenience caused. Will avoid
>> committing without
>> triggering a proper testing round hereafter.
>>
>>
>>
>>
>>>
>>> /sumedha
>>>
>>>


 Regards,


 On Fri, May 27, 2011 at 11:39 AM, Anjana Fernando wrote:

> Hi Chamara,
>
> On Fri, May 27, 2011 at 11:25 AM, Chamara Silva wrote:
>
>> Entire DS wizard broken due to js errors.hence i will stop DSS
>> testing until testable pack received.
>
>
> This is fixed now. Will provide you with a working pack soon.
>
> Cheers,
> Anjana.
>
>
>>
>> Thank you,
>> Regards,
>> Chamara
>>
>>
>> On Fri, May 27, 2011 at 8:28 AM, Anjana Fernando wrote:
>>
>>> Hi Charitha,
>>>
>>> On Fri, May 27, 2011 at 4:48 AM, Charitha Kankanamge <
>>> chari...@wso2.com> wrote:
>>>
 Folks,

 @Subject. Cannot even create a new data service [1]. Please do not
 host packs for QA testing without trying out at least the basic 
 operation
 that particular product is supposed to do!

>>>
>>> Yeah, we also noticed this later, this is because of an untested
>>> commit that has reached the branch, which was added to the trunk. I 
>>> could
>>> only test the trunk build earlier, since I'd problems building the 
>>> branch.
>>> We should have notified QA to not to test this pack, sorry about that.
>>>
>>> - Anjana.
>>>
>>>

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

 /Charitha


 ___
 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
>>>
>>>
>>
>>
>> --
>> Suminda Chamara Silva
>> WSO2 Inc.
>> Mobile: +94 718 302858
>> blog: http://chamaras.blogspot.com
>>
>> ___
>> 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
>
>


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

 


 ___
 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
>>>
>>>
>>
>>
>> --
>> Prabath Abeysekara
>> Software Engineer
>> WSO2 Inc.
>> Email: praba...@wso2.com 
>> Mobile: +94774171471
>>
>> 
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Suminda Chamara Silva
> WSO2 Inc.
> Mobile: +94 718 302858
> blog: http://chamaras.blogspot.com
>



-- 
Suminda Chamara Silva
WSO2 Inc.
Mobile: +94 718 302858
blog: http://chamaras.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Event errors while restarting AS (With BAM service stats feature installed) - 3.2.0 branch

2011-05-27 Thread Kasun Weranga
On Fri, May 27, 2011 at 2:53 PM, Amila Suriarachchi  wrote:

> this is a problem with bam data publisher which calls
> SuperTenantCarbonContext.endTenantFlow(); twice.
>

Fixed.
Thanks for pointing out the issue.


>
> thanks,
> Amila.
>
>
> On Thu, May 26, 2011 at 7:59 PM, Amila Suriarachchi wrote:
>
>> I could not reproduce this issue since either problem with bam data
>> publisher or my local build. However the subscription is being made and I
>> could not see the issue when shutting down.
>>
>> May be fixed with the other fix I did. Please verify with the RC1 packs.
>>
>> thanks,
>> Amila.
>>
>> On Thu, May 26, 2011 at 6:00 PM, Buddhika Chamith wrote:
>>
>>> Related JIRA is in 
>>> https://wso2.org/jira/browse/CARBON-10312.
>>>
>>>
>>> Regards
>>> Buddhika
>>>
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Kasun Weranga*
Software Engineer
**
*WSO2, Inc.
*lean.enterprise.middleware.
mobile : +94 772314602
blog
:
http://kasunweranga.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Code freeze for Carbon 3.2.0 RC2 - 2 PM IST

2011-05-27 Thread Prabath Siriwardena
Code will be frozen in another 30 mnts time at 3.30 PM... Please
commit your L1 fixes and update the JIRAs...

Thanks & regards,
-Prabath

On Fri, May 27, 2011 at 10:09 AM, Prabath Siriwardena  wrote:
> PMs/RMs please sync up with Charitha/QA team to identify the must
> fixes for RC2..
>
> In case if we are falling behind to fix any of those by 2 - please
> report to this thread..
>
> Thanks & regards,
> -Prabath
>
>
> On Fri, May 27, 2011 at 9:49 AM, Prabath Siriwardena  wrote:
>> Please note the $subject...
>>
>> Please commit any L1 fixes to branch before 2
>>
>> --
>> Thanks & Regards,
>> Prabath
>>
>> http://blog.facilelogin.com
>> http://RampartFAQ.com
>>
>
>
>
> --
> 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


Re: [Carbon-dev] Event errors while restarting AS (With BAM service stats feature installed) - 3.2.0 branch

2011-05-27 Thread Amila Suriarachchi
this is a problem with bam data publisher which calls
SuperTenantCarbonContext.endTenantFlow(); twice.

thanks,
Amila.

On Thu, May 26, 2011 at 7:59 PM, Amila Suriarachchi  wrote:

> I could not reproduce this issue since either problem with bam data
> publisher or my local build. However the subscription is being made and I
> could not see the issue when shutting down.
>
> May be fixed with the other fix I did. Please verify with the RC1 packs.
>
> thanks,
> Amila.
>
> On Thu, May 26, 2011 at 6:00 PM, Buddhika Chamith wrote:
>
>> Related JIRA is in 
>> https://wso2.org/jira/browse/CARBON-10312.
>>
>>
>> Regards
>> Buddhika
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon-3.2.0 - DSS RC1 is totally unusable

2011-05-27 Thread Chamara Silva
I received dss pack from prabath and i will continue testing until release
RC2.

thanks,
Chamara

On Fri, May 27, 2011 at 1:14 PM, Prabath Abeysekera wrote:

> Hi Sumedha,
>
> On Fri, May 27, 2011 at 12:42 PM, Sumedha Rubasinghe wrote:
>
>>
>>
>> On Fri, May 27, 2011 at 12:36 PM, Prabath Abeysekera 
>> wrote:
>>
>>> Hi,
>>>
>>> A new build has been triggered and will provide a pack for testing soon.
>>>
>>
>>
>> Prabath,
>> Please take extra care when committing hereafter. Don't commit without
>> testing.
>>
>
> Noted. and I beg pardon for the inconvenience caused. Will avoid committing
> without
> triggering a proper testing round hereafter.
>
>
>
>
>>
>> /sumedha
>>
>>
>>>
>>>
>>> Regards,
>>>
>>>
>>> On Fri, May 27, 2011 at 11:39 AM, Anjana Fernando wrote:
>>>
 Hi Chamara,

 On Fri, May 27, 2011 at 11:25 AM, Chamara Silva wrote:

> Entire DS wizard broken due to js errors.hence i will stop DSS
> testing until testable pack received.


 This is fixed now. Will provide you with a working pack soon.

 Cheers,
 Anjana.


>
> Thank you,
> Regards,
> Chamara
>
>
> On Fri, May 27, 2011 at 8:28 AM, Anjana Fernando wrote:
>
>> Hi Charitha,
>>
>> On Fri, May 27, 2011 at 4:48 AM, Charitha Kankanamge <
>> chari...@wso2.com> wrote:
>>
>>> Folks,
>>>
>>> @Subject. Cannot even create a new data service [1]. Please do not
>>> host packs for QA testing without trying out at least the basic 
>>> operation
>>> that particular product is supposed to do!
>>>
>>
>> Yeah, we also noticed this later, this is because of an untested
>> commit that has reached the branch, which was added to the trunk. I could
>> only test the trunk build earlier, since I'd problems building the 
>> branch.
>> We should have notified QA to not to test this pack, sorry about that.
>>
>> - Anjana.
>>
>>
>>>
>>> [1]https://wso2.org/jira/browse/CARBON-10380
>>>
>>> /Charitha
>>>
>>>
>>> ___
>>> 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
>>
>>
>
>
> --
> Suminda Chamara Silva
> WSO2 Inc.
> Mobile: +94 718 302858
> blog: http://chamaras.blogspot.com
>
> ___
> 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


>>>
>>>
>>> --
>>> Prabath Abeysekara
>>> Software Engineer
>>> WSO2 Inc.
>>> Email: praba...@wso2.com 
>>> Mobile: +94774171471
>>>
>>> 
>>>
>>>
>>> ___
>>> 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
>>
>>
>
>
> --
> Prabath Abeysekara
> Software Engineer
> WSO2 Inc.
> Email: praba...@wso2.com 
> Mobile: +94774171471
>
> 
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Suminda Chamara Silva
WSO2 Inc.
Mobile: +94 718 302858
blog: http://chamaras.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Abdera test failures

2011-05-27 Thread Chintana Wilamuna
Hi,

See - http://pastie.org/1980057

I'm building 3.2.0 on a clean repo.

-Chintana

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

phone: +94 75 211 1106
blog: http://engwar.com/
photos: http://flickr.com/photos/chintana
linkedin: http://www.linkedin.com/in/engwar
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Maven bundle plugin version 1.4.0?

2011-05-27 Thread Sumedha Rubasinghe
Devs,
While working on a CS related issue, I noticed we are using a very old
version(v1.4.0) of Maven Bundle Plugin. The latest version is 2.3.4 with
significant improvements. Is there anything that prevents us from switching
to latest on trunk?

cd carbon/branches/3.2.0
grep -r -n -A 1 --include pom.xml
"maven-bundle-plugin" .

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


Re: [Carbon-dev] Blocker issues in Gadget Server RC1

2011-05-27 Thread Chanaka Jayasena
On Fri, May 27, 2011 at 12:40 PM, Sumedha Rubasinghe wrote:

>
>
> On Fri, May 27, 2011 at 12:35 PM, Nirodha Pramod  wrote:
>
>> Hi,
>>
>> The following L1 issues were found in GS- RC1 pack. I'll be updating this
>> thread when I find more issues in this pack.
>>
>> [1] https://wso2.org/jira/browse/GS-215
>
>
> Chanaka,
> Can you help on this?
>

Fixed [1]

thanks,
Chanaka

>
>>
>> [2] https://wso2.org/jira/browse/GS-216
>
>
> Dinithi is working on this.
>
> /sumedha
>
>>
>>
>>
>> Regards,
>> Nirodha
>>
>> --
>> *Nirodha Pramod*
>> Software Engineer, QA.
>>
>>
>> ___
>> 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] Left menu issue in FF 3.0.13

2011-05-27 Thread Chanaka Jayasena
I think the issue is coming because of the lack of CSS3 support in the
FF3.0. The text rotation is done by using CSS3 here. Using static images
will fix this issue, but it is better to keep the text considering the i18n
support. I will do a simple fix to detect the browser version and remove the
tab thing completely from older browsers.

thanks,
Chanaka

On Fri, May 27, 2011 at 12:08 PM, Isuru Suriarachchi  wrote:

> See the screenshot attached.. Do we have to support FF 3.0 upwards?
>
> 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
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Stratos-dev] Why there is a separate wrapper.conf in some services

2011-05-27 Thread Amila Maha Arachchi
I will go ahead and make necessary changes to pack the carbon-core's
wrapper.conf to CEP and ESB service distributions.

AmilaM.

On Fri, May 27, 2011 at 2:04 PM, Supun Kamburugamuva  wrote:

> I think it is the carbon wrapper.conf.
>
> Thanks,
> Supun..
>
> On Fri, May 27, 2011 at 1:40 PM, Amila Maha Arachchi 
> wrote:
> > Hi,
> >
> > While fixing STRATOS-978 I came to understand that some services are
> copying
> > wrapper.conf twice to the distribution.
> >
> > 1. From carbon-core
> > 2. A separate wrapper.conf which resides in the service/src/assembly/conf
> >
> > I saw this in CEP and ESB
> >
> > $Subject and what is the correct wrapper.conf to be included in the
> > distribution.
> >
> > Thanks,
> > AmilaM.
> >
> >
> > p.s. I resolved the above issue by keeping the cep's wrapper.conf. Is it
> > correct?
> >
> >
> > ___
> > Stratos-dev mailing list
> > stratos-...@wso2.org
> > https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
> >
> >
>
>
>
> --
> Supun Kamburugamuva
> Technical Lead &  Product Manager, WSO2 Inc.; http://wso2.com
> Member, Apache Software Foundation; http://www.apache.org
> WSO2 Inc.;  http://wso2.org
> E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
> Blog: http://supunk.blogspot.com
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Stratos-dev] Why there is a separate wrapper.conf in some services

2011-05-27 Thread Supun Kamburugamuva
I think it is the carbon wrapper.conf.

Thanks,
Supun..

On Fri, May 27, 2011 at 1:40 PM, Amila Maha Arachchi  wrote:
> Hi,
>
> While fixing STRATOS-978 I came to understand that some services are copying
> wrapper.conf twice to the distribution.
>
> 1. From carbon-core
> 2. A separate wrapper.conf which resides in the service/src/assembly/conf
>
> I saw this in CEP and ESB
>
> $Subject and what is the correct wrapper.conf to be included in the
> distribution.
>
> Thanks,
> AmilaM.
>
>
> p.s. I resolved the above issue by keeping the cep's wrapper.conf. Is it
> correct?
>
>
> ___
> Stratos-dev mailing list
> stratos-...@wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/stratos-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


[Carbon-dev] Why there is a separate wrapper.conf in some services

2011-05-27 Thread Amila Maha Arachchi
Hi,

While fixing STRATOS-978  I came
to understand that some services are copying wrapper.conf twice to the
distribution.

1. From carbon-core
2. A separate wrapper.conf which resides in the service/src/assembly/conf

I saw this in CEP and ESB

$Subject and what is the correct wrapper.conf to be included in the
distribution.

Thanks,
AmilaM.


p.s. I resolved the above issue by keeping the cep's wrapper.conf. Is it
correct?
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon-3.2.0 - DSS RC1 is totally unusable

2011-05-27 Thread Prabath Abeysekera
Hi Sumedha,

On Fri, May 27, 2011 at 12:42 PM, Sumedha Rubasinghe wrote:

>
>
> On Fri, May 27, 2011 at 12:36 PM, Prabath Abeysekera wrote:
>
>> Hi,
>>
>> A new build has been triggered and will provide a pack for testing soon.
>>
>
>
> Prabath,
> Please take extra care when committing hereafter. Don't commit without
> testing.
>

Noted. and I beg pardon for the inconvenience caused. Will avoid committing
without
triggering a proper testing round hereafter.




>
> /sumedha
>
>
>>
>>
>> Regards,
>>
>>
>> On Fri, May 27, 2011 at 11:39 AM, Anjana Fernando wrote:
>>
>>> Hi Chamara,
>>>
>>> On Fri, May 27, 2011 at 11:25 AM, Chamara Silva wrote:
>>>
 Entire DS wizard broken due to js errors.hence i will stop DSS
 testing until testable pack received.
>>>
>>>
>>> This is fixed now. Will provide you with a working pack soon.
>>>
>>> Cheers,
>>> Anjana.
>>>
>>>

 Thank you,
 Regards,
 Chamara


 On Fri, May 27, 2011 at 8:28 AM, Anjana Fernando wrote:

> Hi Charitha,
>
> On Fri, May 27, 2011 at 4:48 AM, Charitha Kankanamge <
> chari...@wso2.com> wrote:
>
>> Folks,
>>
>> @Subject. Cannot even create a new data service [1]. Please do not
>> host packs for QA testing without trying out at least the basic operation
>> that particular product is supposed to do!
>>
>
> Yeah, we also noticed this later, this is because of an untested commit
> that has reached the branch, which was added to the trunk. I could only 
> test
> the trunk build earlier, since I'd problems building the branch. We should
> have notified QA to not to test this pack, sorry about that.
>
> - Anjana.
>
>
>>
>> [1]https://wso2.org/jira/browse/CARBON-10380
>>
>> /Charitha
>>
>>
>> ___
>> 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
>
>


 --
 Suminda Chamara Silva
 WSO2 Inc.
 Mobile: +94 718 302858
 blog: http://chamaras.blogspot.com

 ___
 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
>>>
>>>
>>
>>
>> --
>> Prabath Abeysekara
>> Software Engineer
>> WSO2 Inc.
>> Email: praba...@wso2.com 
>> Mobile: +94774171471
>>
>> 
>>
>>
>> ___
>> 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
>
>


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


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


Re: [Carbon-dev] WSS4J Test Failures

2011-05-27 Thread Anjana Fernando
Hi,

On Fri, May 27, 2011 at 12:47 PM, Prabath Siriwardena wrote:

> On Fri, May 27, 2011 at 12:45 PM, Thilina Buddhika 
> wrote:
> > Please patch the JDK with jce unlimited strength jurisdiction policy
> files.
>
> Yes.. all tests got through
>
>
> http://blog.rampartfaq.com/2009/08/faq-001-javasecurityinvalidkeyexception.html
>

I see, Thanks.

Cheers,
Anjana.


>
> Thanks & regards,
> -Prabath
>
> > Thanks,
> > Thilina
> >
> > On Fri, May 27, 2011 at 12:42 PM, Anjana Fernando 
> wrote:
> >>
> >> $subject, see [1].
> >>
> >> [1] http://pastebin.com/CSMCHJqD
> >>
> >> Cheers,
> >> Anjana.
> >>
> >> --
> >> 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
> >>
> >
> >
> >
> > --
> > 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,
> 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
>



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


Re: [Carbon-dev] Blocker issues in Gadget Server RC1

2011-05-27 Thread Dinithi Nallaperuma
On Fri, May 27, 2011 at 12:40 PM, Sumedha Rubasinghe wrote:

>
>
> On Fri, May 27, 2011 at 12:35 PM, Nirodha Pramod  wrote:
>
>> Hi,
>>
>> The following L1 issues were found in GS- RC1 pack. I'll be updating this
>> thread when I find more issues in this pack.
>>
>> [1] https://wso2.org/jira/browse/GS-215
>
>
> Chanaka,
> Can you help on this?
>
>>
>>
>> [2] https://wso2.org/jira/browse/GS-216
>
>
> Dinithi is working on this.
>

Fixed.


>
> /sumedha
>
>>
>>
>>
>> Regards,
>> Nirodha
>>
>> --
>> *Nirodha Pramod*
>> Software Engineer, QA.
>>
>>
>> ___
>> 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
>
>


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


Re: [Carbon-dev] BPEL deployment happens after the initialization of the BPS server.

2011-05-27 Thread Sameera Jayasoma
This is critical when the BPS is deployed in a cluster fronted by a LB. Once
the transports are up and running, the BPS node added to the cluster group,
hence the LB start routing requests to the newly added worker node. At this
time, non of the BPELs are deployed.

Thanks,
Sameera

On Fri, May 27, 2011 at 2:36 AM, Sameera Jayasoma  wrote:

> Hi Folks,
>
> During the Carbon stabilization phase, we improved Carbon to avoid
> deploying services/ or any other extensions after the Carbon initialization
> (especially transport initialization). Once the Carbon server is up and
> running all the ports are opened, hence request can start flowing. But if
> the BPEL processes get deployed after the server initialization, all these
> initial requests fails.
>
>
> We need to fix this. But we may not be able to fix for this release. I will
> create a jira for this.
>
> Thanks,
> Sameera
>
> [2011-05-27 02:23:01,108]  INFO - CarbonServerManager -
> ConfigurationContextService registered in 3280ms
> [2011-05-27 02:23:01,171]  INFO - HttpsTransportListener - HTTPS port
> : 9443
> [2011-05-27 02:23:01,171]  INFO - HttpTransportListener - HTTP port
>  : 9763
> [2011-05-27 02:23:08,937]  INFO - TenantProcessStoreImpl - Deploying BPEL
> archive:
> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/deployment/server/bpel/LoanService.zip
> [2011-05-27 02:23:10,770]  INFO - TenantProcessStoreImpl - Starting
> deployment of processes from directory
> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/bpel/0/LoanService-1
> [2011-05-27 02:23:11,315]  INFO - BpelC - info: [CompilingProcess]
> Compiling BPEL process.
> [2011-05-27 02:23:11,692]  INFO - CarbonUIServiceComponent - Mgt Console
> URL  : https://192.168.147.1:9443/carbon/
> [2011-05-27 02:23:12,399]  INFO - BpelC - info: [CompilingProcess]
> Compiling BPEL process.
> [2011-05-27 02:23:13,321]  INFO - StartupFinalizerServiceComponent -
> Started Transport Listener Manager
> [2011-05-27 02:23:13,323]  INFO - StartupFinalizerServiceComponent - Server
>   :  WSO2 BPS-2.1.0
> [2011-05-27 02:23:13,324]  INFO - StartupFinalizerServiceComponent - WSO2
> Carbon started in 79 sec
> [2011-05-27 02:23:13,774]  INFO - DeploymentInterceptor - Deploying Axis2
> service: DILoanService {super-tenant}
> [2011-05-27 02:23:14,216]  INFO - BpelServerImpl - Registered process {
> http://wso2.org/bps/samples/DILoanService}DILoanService-1.
> [2011-05-27 02:23:14,295]  INFO - DeploymentInterceptor - Deploying Axis2
> service: XKLoanService {super-tenant}
> [2011-05-27 02:23:14,571]  INFO - BpelServerImpl - Registered process {
> http://wso2.org/bps/samples/XKLoanService}XKLoanService-1.
> [2011-05-27 02:23:14,699]  INFO - TenantProcessStoreImpl - Deploying BPEL
> archive:
> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/deployment/server/bpel/CustomerInfo.zip
> [2011-05-27 02:23:14,736]  INFO - TenantProcessStoreImpl - Starting
> deployment of processes from directory
> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/bpel/0/CustomerInfo-2
> [2011-05-27 02:23:14,823]  INFO - BpelC - info: [CompilingProcess]
> Compiling BPEL process.
> [2011-05-27 02:23:14,979]  INFO - DeploymentInterceptor - Deploying Axis2
> service: CustomerInfoService {super-tenant}
> [2011-05-27 02:23:15,325]  INFO - BpelServerImpl - Registered process {
> http://wso2.org/bps/samples/CustomerInfo}CustomerInfo-2.
> [2011-05-27 02:23:15,435]  INFO - TenantProcessStoreImpl - Deploying BPEL
> archive:
> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/deployment/server/bpel/TestE4XDirect.zip
> [2011-05-27 02:23:15,551]  INFO - TenantProcessStoreImpl - Starting
> deployment of processes from directory
> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/bpel/0/TestE4XDirect-3
> [2011-05-27 02:23:15,661]  INFO - BpelC - info: [CompilingProcess]
> Compiling BPEL process.
> [2011-05-27 02:23:15,918]  INFO - DeploymentInterceptor - Deploying Axis2
> service: TestE4XService {super-tenant}
> [2011-05-27 02:23:16,240]  INFO - BpelServerImpl - Registered process {
> http://ode/bpel/unit-testAssign1}TestE4X-3.
> [2011-05-27 02:23:16,315]  INFO - TenantProcessStoreImpl - Deploying BPEL
> archive:
> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/deployment/server/bpel/LoanProcess.zip
> [2011-05-27 02:23:16,329]  INFO - TenantProcessStoreImpl - Starting
> deployment of processes from directory
> /home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/bpel/0/LoanProcess-4
> [2011-05-27 02:23:16,452]  INFO - BpelC - info: [CompilingProcess]
> Compiling BPEL process.
> [2011-05-27 02:23:16,547]  INFO - WSDLRegistry - WSDL at
> file:/home/sameera/wso2/distributions/snapshots/rc1/wso2bps-2.1.0/repository/bpel/0/LoanProcess-4/LoanService.wsdl
> is a duplicate import, your documents should all be in different namespaces
> (its's not nice but will still work).
> [2011-0

Re: [Carbon-dev] WSS4J Test Failures

2011-05-27 Thread Prabath Siriwardena
On Fri, May 27, 2011 at 12:45 PM, Thilina Buddhika  wrote:
> Please patch the JDK with jce unlimited strength jurisdiction policy files.

Yes.. all tests got through

http://blog.rampartfaq.com/2009/08/faq-001-javasecurityinvalidkeyexception.html

Thanks & regards,
-Prabath

> Thanks,
> Thilina
>
> On Fri, May 27, 2011 at 12:42 PM, Anjana Fernando  wrote:
>>
>> $subject, see [1].
>>
>> [1] http://pastebin.com/CSMCHJqD
>>
>> Cheers,
>> Anjana.
>>
>> --
>> 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
>>
>
>
>
> --
> 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,
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


Re: [Carbon-dev] WSS4J Test Failures

2011-05-27 Thread Thilina Buddhika
Please patch the JDK with jce unlimited strength jurisdiction policy files.

Thanks,
Thilina

On Fri, May 27, 2011 at 12:42 PM, Anjana Fernando  wrote:

> $subject, see [1].
>
> [1] http://pastebin.com/CSMCHJqD
>
> Cheers,
> Anjana.
>
> --
> *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
>
>


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


Re: [Carbon-dev] Carbon-3.2.0 - DSS RC1 is totally unusable

2011-05-27 Thread Sumedha Rubasinghe
On Fri, May 27, 2011 at 12:36 PM, Prabath Abeysekera wrote:

> Hi,
>
> A new build has been triggered and will provide a pack for testing soon.
>


Prabath,
Please take extra care when committing hereafter. Don't commit without
testing.

/sumedha


>
>
> Regards,
>
>
> On Fri, May 27, 2011 at 11:39 AM, Anjana Fernando  wrote:
>
>> Hi Chamara,
>>
>> On Fri, May 27, 2011 at 11:25 AM, Chamara Silva  wrote:
>>
>>> Entire DS wizard broken due to js errors.hence i will stop DSS
>>> testing until testable pack received.
>>
>>
>> This is fixed now. Will provide you with a working pack soon.
>>
>> Cheers,
>> Anjana.
>>
>>
>>>
>>> Thank you,
>>> Regards,
>>> Chamara
>>>
>>>
>>> On Fri, May 27, 2011 at 8:28 AM, Anjana Fernando wrote:
>>>
 Hi Charitha,

 On Fri, May 27, 2011 at 4:48 AM, Charitha Kankanamge >>> > wrote:

> Folks,
>
> @Subject. Cannot even create a new data service [1]. Please do not host
> packs for QA testing without trying out at least the basic operation that
> particular product is supposed to do!
>

 Yeah, we also noticed this later, this is because of an untested commit
 that has reached the branch, which was added to the trunk. I could only 
 test
 the trunk build earlier, since I'd problems building the branch. We should
 have notified QA to not to test this pack, sorry about that.

 - Anjana.


>
> [1]https://wso2.org/jira/browse/CARBON-10380
>
> /Charitha
>
>
> ___
> 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


>>>
>>>
>>> --
>>> Suminda Chamara Silva
>>> WSO2 Inc.
>>> Mobile: +94 718 302858
>>> blog: http://chamaras.blogspot.com
>>>
>>> ___
>>> 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
>>
>>
>
>
> --
> Prabath Abeysekara
> Software Engineer
> WSO2 Inc.
> Email: praba...@wso2.com 
> Mobile: +94774171471
>
> 
>
>
> ___
> 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] WSS4J Test Failures

2011-05-27 Thread Anjana Fernando
$subject, see [1].

[1] http://pastebin.com/CSMCHJqD

Cheers,
Anjana.

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


Re: [Carbon-dev] Blocker issues in Gadget Server RC1

2011-05-27 Thread Sumedha Rubasinghe
On Fri, May 27, 2011 at 12:35 PM, Nirodha Pramod  wrote:

> Hi,
>
> The following L1 issues were found in GS- RC1 pack. I'll be updating this
> thread when I find more issues in this pack.
>
> [1] https://wso2.org/jira/browse/GS-215


Chanaka,
Can you help on this?

>
>
> [2] https://wso2.org/jira/browse/GS-216


Dinithi is working on this.

/sumedha

>
>
>
> Regards,
> Nirodha
>
> --
> *Nirodha Pramod*
> Software Engineer, QA.
>
>
> ___
> 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] Carbon-3.2.0 - DSS RC1 is totally unusable

2011-05-27 Thread Prabath Abeysekera
Hi,

A new build has been triggered and will provide a pack for testing soon.


Regards,

On Fri, May 27, 2011 at 11:39 AM, Anjana Fernando  wrote:

> Hi Chamara,
>
> On Fri, May 27, 2011 at 11:25 AM, Chamara Silva  wrote:
>
>> Entire DS wizard broken due to js errors.hence i will stop DSS
>> testing until testable pack received.
>
>
> This is fixed now. Will provide you with a working pack soon.
>
> Cheers,
> Anjana.
>
>
>>
>> Thank you,
>> Regards,
>> Chamara
>>
>>
>> On Fri, May 27, 2011 at 8:28 AM, Anjana Fernando  wrote:
>>
>>> Hi Charitha,
>>>
>>> On Fri, May 27, 2011 at 4:48 AM, Charitha Kankanamge 
>>> wrote:
>>>
 Folks,

 @Subject. Cannot even create a new data service [1]. Please do not host
 packs for QA testing without trying out at least the basic operation that
 particular product is supposed to do!

>>>
>>> Yeah, we also noticed this later, this is because of an untested commit
>>> that has reached the branch, which was added to the trunk. I could only test
>>> the trunk build earlier, since I'd problems building the branch. We should
>>> have notified QA to not to test this pack, sorry about that.
>>>
>>> - Anjana.
>>>
>>>

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

 /Charitha


 ___
 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
>>>
>>>
>>
>>
>> --
>> Suminda Chamara Silva
>> WSO2 Inc.
>> Mobile: +94 718 302858
>> blog: http://chamaras.blogspot.com
>>
>> ___
>> 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
>
>


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


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


[Carbon-dev] Blocker issues in Gadget Server RC1

2011-05-27 Thread Nirodha Pramod
Hi,

The following L1 issues were found in GS- RC1 pack. I'll be updating this
thread when I find more issues in this pack.

[1] https://wso2.org/jira/browse/GS-215

[2] https://wso2.org/jira/browse/GS-216


Regards,
Nirodha

-- 
*Nirodha Pramod*
Software Engineer, QA.
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Defining a role as internal or external

2011-05-27 Thread Prabath Siriwardena
On Fri, May 27, 2011 at 12:24 PM, Hasini Gunasinghe  wrote:
> Hi,
> Since the current categorization is confusing with ability to read/write to
> external user stores as well, I removed the 'Type' column from the UI for
> RC2. And updated context sensitive help to answer user's concerns if any, as
> to why if a role may become editable/not editable.

+1

Thanks & regards,
-Prabath

> If we can find a better filtering mechanism, will add that in the future.
> Thanks,
> Hasini.
>
> On Thu, May 26, 2011 at 1:35 PM, Amila Suriarachchi  wrote:
>>
>>
>> On Thu, May 26, 2011 at 12:42 PM, Dimuthu Leelarathne 
>> wrote:
>>>
>>> Hi,
>>>
>>> On Thu, May 26, 2011 at 11:17 AM, Amila Suriarachchi 
>>> wrote:

 Role is a set of permissions (i.e resouceid + action). Resource id or
 resource is always specific to a system. There for a role is defined for a
 given system. Therefore it is a external roles is a confusing idea.

 And also we need to have a clear definition about adminRole. If I
 engaged UT for a service and set a role like myRole, and invoke the service
 as admin (who is in adminRole) it won't work. Same thing happens with XCMAL
 as well.

>>>
>>> It is wrong to assume that admin can access all deployed services. Admin
>>> is the admin for all admin console.
>>
>> In General Admin means a user who can access every thing. In this case I
>> think it is better to rename it as adminConsoleAdmin and
>> AdminConsoleAdminRole.
>>
>> thanks,
>> Amila.
>>
>>>
>>> thanks,
>>> dimuthu
>>>
>>>

 thanks,
 Amila.

>
> [1] https://wso2.org/jira/browse/CARBON-9195
> Thanks,
> Hasini.
>>
>> thanks,
>> Amila.
>>>
>>> On Sun, May 22, 2011 at 11:10 AM, Hasini Gunasinghe 
>>> wrote:

 Hi,
 This is the understanding that I have regarding this. Please correct
 if anything is wrong.
 Differentiation of roles as external or internal is based on whether
 we manage user roles in the user store itself or in internal UM 
 database in
 a hybrid manner.
 For an example, we find the above use case with LDAP user store
 where we can either manage roles in LDAP itself or in internal JDBC 
 database
 in a hybrid manner (basically when user store is read only).
 In that case, internal role means: if a role is managed in internal
 UM database in a hybrid manner.
                    external role means: if a role is managed in LDAP
 user store - can be either embedded LDAP or external LDAP.
>>>
>>> Roles defined in embedded LDAP are not external.
>>>
>>> It really doesn't matter whether the underlying implementation is
>>> JDBC or LDAP. Users should not be worrying about underlying 
>>> implementation.
>>>
>>> tx,
>>> dimuthul
>>>
>>>

 I think above mail is related to
 issue: https://wso2.org/jira/browse/CARBON-9195. The issue reported 
 there is
 the default behavior according to above understanding.
 Because JDBC user store manager handles roles in hybrid manner only
 when "read only" property is set to true in user-mgt.xml.
 Thanks,
 Hasini.
 On Fri, May 6, 2011 at 11:09 AM, Amila Jayasekara 
 wrote:
>
> Hi All,
>
> How do we define whether a particular role is internal or external
> ? (Role type)
>
> After a chat with Pavithra, we came to following conclusion.
>
> If a role is defined within a server we treat those as internal
> roles.
> If a server reads role information from some other user store we
> consider those as external roles.
>
> If above definition is not correct, please advice.
>
> Thanks
> AmilaJ
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

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


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

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