[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
A components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/loadBalanceEndpoint.jsp A components/endpoint/org.wso2.carbon.endpoint.ui/src/main/resources/web/endpoints/stat-ajaxprocessor.jsp A

Re: [Carbon-dev] Does Carbon support non repudiation?

2011-02-01 Thread Selvaratnam Uthaiyashankar
AFAIK, we don't store the messages due to efficiency. However, if you really need, you can write a custom module to record this information. You can engage the handlers before and after security handlers to capture the secured message and processed message. Regards, Shankar On Tue, Feb 1, 2011

Re: [Carbon-dev] Jars checked into SVN - https://svn.wso2.org/repos/wso2/trunk/carbon/dependencies/qpid/java/lib

2011-02-01 Thread Danushka Menikkumbura
The thing is Qpid has an Ant build. We only invoke trigger it using Maven. Danushka On Tue, Feb 1, 2011 at 12:21 PM, Sumedha Rubasinghe sume...@wso2.comwrote: Why do we have following jars poms checked in under [1]. If this is a build time requirement, we can easily download these using

Re: [Carbon-dev] Error building Qpid due to a local dependency - dependencies/qpid/java/build/lib/qpid-client-0.9.jar

2011-02-01 Thread Danushka Menikkumbura
qpid-client-0.9.jar is not a dependency. It should be generated by the build. Danushka On Tue, Feb 1, 2011 at 12:28 PM, Sumedha Rubasinghe sume...@wso2.comwrote: Apart from this, I noticed few local dependencies in [1] https://svn.wso2.org/repos/wso2/trunk/carbon/dependencies/qpid/pom.xml .

Re: [Carbon-dev] Does Carbon support non repudiation?

2011-02-01 Thread Amila Suriarachchi
On Tue, Feb 1, 2011 at 2:03 PM, Selvaratnam Uthaiyashankar shan...@wso2.com wrote: AFAIK, we don't store the messages due to efficiency. However, if you really need, you can write a custom module to record this information. You can engage the handlers before and after security handlers to

Re: [Carbon-dev] Does Carbon support non repudiation?

2011-02-01 Thread Paul Fremantle
+1. The best non-repudiation method for request-response is the WSS1.1 Signature Confirmation. It would be great to provide a standard way to log these. Basically this is a the client's signature signed by the server and returned: i.e. proof of acceptance of a message. If you want full audit

Re: [Carbon-dev] Jars checked into SVN - https://svn.wso2.org/repos/wso2/trunk/carbon/dependencies/qpid/java/lib

2011-02-01 Thread Danushka Menikkumbura
I am checking to see what we can get rid of. Danushka On Tue, Feb 1, 2011 at 2:15 PM, Danushka Menikkumbura danus...@wso2.comwrote: The thing is Qpid has an Ant build. We only invoke trigger it using Maven. Danushka On Tue, Feb 1, 2011 at 12:21 PM, Sumedha Rubasinghe sume...@wso2.comwrote:

Re: [Carbon-dev] Error building Qpid due to a local dependency - dependencies/qpid/java/build/lib/qpid-client-0.9.jar

2011-02-01 Thread Sumedha Rubasinghe
On Tue, Feb 1, 2011 at 2:20 PM, Danushka Menikkumbura danus...@wso2.comwrote: qpid-client-0.9.jar is not a dependency. It should be generated by the build. This is what happens when I try to build Qpid. qpid$ svn up At revision 86463. qpid$ svn info Path: . URL:

[Carbon-dev] How to Generate an XML from a Schema

2011-02-01 Thread Ruchira Wageesha
Hi, How can we generate a sample XML document from a schema? Is there any Java lib or XSLT script to do that? I guess Netbeans and Eclipse IDE's support that? Thanks, Ruchira -- Ruchira Wageesha Software Engineer - WSO2 Inc. www.wso2.com Email: ruch...@wso2.com Blog:

Re: [Carbon-dev] How to Generate an XML from a Schema

2011-02-01 Thread Selvaratnam Uthaiyashankar
On Tue, Feb 1, 2011 at 3:07 PM, Ruchira Wageesha ruch...@wso2.com wrote: Hi, How can we generate a sample XML document from a schema? Is there any Java lib or XSLT script to do that? I guess Netbeans and Eclipse IDE's support that? Eclipse can do that. You have to right click the schema in

[Carbon-dev] Problem using Qpid client libraries with JMS transport

2011-02-01 Thread Rajika Kumarasiri
I am having problems with using Qpid client libraries with JMS transport. I have dropped the required libraries(qpid-client-0.9.jar, qpid-common-0.9.jar, slf4j-api-1.6.1.jar and slf4j-log4j12-1.6.1.jar) into $CARBON_HOME/lib/core/WEB-INF/lib and the following stack trace is pops up. The mentioned

Re: [Carbon-dev] Error building Qpid due to a local dependency - dependencies/qpid/java/build/lib/qpid-client-0.9.jar

2011-02-01 Thread Danushka Menikkumbura
Please take a look at the ant-run task in the pom.xml. It actually calls this build.xml. exec dir=${basedir}/java executable=ant failonerror=true/exec Danushka On Tue, Feb 1, 2011 at 4:16 PM, Sumedha Rubasinghe sume...@wso2.com wrote: On Tue, Feb 1, 2011 at 4:12 PM, Sumedha Rubasinghe

Re: [Carbon-dev] Data services UI - needs improvement

2011-02-01 Thread Anjana Fernando
Hi Azeez, On Tue, Feb 1, 2011 at 2:38 AM, Afkham Azeez az...@wso2.com wrote: 1. It is a best practice to give an indication to the user where he is in the wizard. e.g. Step 1 of 10 2. Cannot go back to the very first screen from the 2nd screen There was a fundamental problem on how the UI

Re: [Carbon-dev] Data services UI - needs improvement

2011-02-01 Thread Tharindu Mathew
A small suggestion about the wizard: I always thought Work In Progress made no sense. You should make it clear. Example of better wording: Save as Draft On Tue, Feb 1, 2011 at 4:27 PM, Anjana Fernando anj...@wso2.com wrote: Hi Azeez, On Tue, Feb 1, 2011 at 2:38 AM, Afkham Azeez az...@wso2.com

[Carbon-dev] Making the Qpid default implementation a persistence one

2011-02-01 Thread Amila Suriarachchi
hi, Currently Qpid broker has a in Memory Storage, but need to support persistence. store classorg.apache.qpid.server.store.MemoryMessageStore/class /store Danushka, Can you please set the proper persistence class and add the required dependency jars to the distribution? thanks,

[Carbon-dev] Fwd: Carbon Core build Error - org.apache.maven.skins:maven-default-skin:jar:RELEASE

2011-02-01 Thread Sumedha Rubasinghe
Anyone else getting this when building latest carbon core on trunk? /sumedha -- Forwarded message -- From: Sumedha Rubasinghe sume...@wso2.com Date: Tue, Feb 1, 2011 at 1:22 PM Subject: Carbon Core build Error - org.apache.maven.skins:maven-default-skin:jar:RELEASE To: carbon-dev

Re: [Carbon-dev] Fwd: Carbon Core build Error - org.apache.maven.skins:maven-default-skin:jar:RELEASE

2011-02-01 Thread Sameera Jayasoma
Sumedha, I haven't seen this error before. Are you building Carbon in a fresh M2 repo? Thanks, Sameera On Tue, Feb 1, 2011 at 5:11 PM, Sumedha Rubasinghe sume...@wso2.com wrote: Anyone else getting this when building latest carbon core on trunk? /sumedha -- Forwarded message

Re: [Carbon-dev] Fwd: Carbon Core build Error - org.apache.maven.skins:maven-default-skin:jar:RELEASE

2011-02-01 Thread Sumedha Rubasinghe
On Tue, Feb 1, 2011 at 5:19 PM, Sameera Jayasoma same...@wso2.com wrote: Sumedha, I haven't seen this error before. Are you building Carbon in a fresh M2 repo? Nope. /sumedha Thanks, Sameera On Tue, Feb 1, 2011 at 5:11 PM, Sumedha Rubasinghe sume...@wso2.comwrote: Anyone else

Re: [Carbon-dev] Making the Qpid default implementation a persistence one

2011-02-01 Thread Paul Fremantle
How would we expect users/admins to change this in production? Are there other configuration settings that users will need to change? Paul On 1 February 2011 11:11, Amila Suriarachchi am...@wso2.com wrote: hi, Currently Qpid broker has a in Memory Storage, but need to support persistence.

Re: [Carbon-dev] Making the Qpid default implementation a persistence one

2011-02-01 Thread Danushka Menikkumbura
How would we expect users/admins to change this in production? We can have an admin UI that takes care of managing the conf files. Are there other configuration settings that users will need to change? Yes. A couple of things. - Keystores - AMQP-level settings (frame size, maximum, queue

Re: [Carbon-dev] Improving the Cluster Management feature

2011-02-01 Thread Afkham Azeez
On Mon, Jan 31, 2011 at 4:57 AM, Sameera Jayasoma same...@wso2.com wrote: On Sun, Jan 30, 2011 at 8:05 PM, Afkham Azeez az...@wso2.com wrote: After talking to a few of our customers users, it seems that there is a lot of interest for this feature. I originally wrote this component in late

Re: [Carbon-dev] Fwd: Carbon Core build Error - org.apache.maven.skins:maven-default-skin:jar:RELEASE

2011-02-01 Thread Pradeep Fernando
On Tue, Feb 1, 2011 at 5:28 PM, Sumedha Rubasinghe sume...@wso2.com wrote: On Tue, Feb 1, 2011 at 5:19 PM, Sameera Jayasoma same...@wso2.com wrote: Sumedha, I haven't seen this error before. Are you building Carbon in a fresh M2 repo? Nope. /sumedha Thanks, Sameera On Tue, Feb 1,

Re: [Carbon-dev] security issue with try it functionality.

2011-02-01 Thread Afkham Azeez
On Sun, Jan 30, 2011 at 10:23 PM, Jorge Infante Osorio jorg...@uci.cuwrote: WSAS 3.2.1 With the try it functionality I don´t have any problem. My problem is that I don´t want that non-authenticate person can see and use it. You are trying to have security by obscurity. If you don't want

Re: [Carbon-dev] Improving the Cluster Management feature

2011-02-01 Thread Paul Fremantle
Some simple extras I would love to see in this: 1) Find all Carbon servers in an Enterprise by publishing the admin services via WS-Discovery. 2) Identify and group those servers into clusters (i.e. which are really clones of each other) 3) Get aggregate stats from those clusters/groups 4)

Re: [Carbon-dev] security issue with try it functionality.

2011-02-01 Thread Jorge Infante Osorio
Hi Afkham. De: carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] En nombre de Afkham Azeez Enviado el: martes, 01 de febrero de 2011 8:06 Para: carbon-dev@wso2.org Asunto: Re: [Carbon-dev] security issue with try it functionality. On Sun, Jan 30, 2011 at 10:23 PM, Jorge Infante

Re: [Carbon-dev] Making the Qpid default implementation a persistence one

2011-02-01 Thread Paul Fremantle
Can we get the keystore management tied into our existing keystore manager? Other aspects would be great to manage through a new QPid specific UI. BTW I don't personally see these as hard requirements for v1. Definitely required for the next post v1 release. Paul On 1 February 2011 12:59,

Re: [Carbon-dev] Making the Qpid default implementation a persistence one

2011-02-01 Thread Danushka Menikkumbura
Can we get the keystore management tied into our existing keystore manager? Yes we can. Other aspects would be great to manage through a new QPid specific UI. +1. ___ Carbon-dev mailing list Carbon-dev@wso2.org

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

2011-02-01 Thread Samisa Abeysinghe
Again, no locally build packs please. Got to get the packs through continuous builds on builder. So please fix it on local builder to build everything clean. On Tue, Feb 1, 2011 at 4:16 PM, Krishantha Samaraweera krishan...@wso2.comwrote: Hi Senaka/Janaka, Is there any possibility of getting

Re: [Carbon-dev] Improving the Cluster Management feature

2011-02-01 Thread Afkham Azeez
Great suggestions Paul. I was thinking about aggregate stats, but won't that be provided by the BAM server? On Tue, Feb 1, 2011 at 8:15 AM, Paul Fremantle p...@wso2.com wrote: Some simple extras I would love to see in this: 1) Find all Carbon servers in an Enterprise by publishing the admin

Re: [Carbon-dev] Improving the Cluster Management feature

2011-02-01 Thread Afkham Azeez
The patch distrobution via the cluster management component will be a really useful feature. Many of our customers have been inquiring about this. On Tue, Feb 1, 2011 at 8:15 AM, Paul Fremantle p...@wso2.com wrote: Some simple extras I would love to see in this: 1) Find all Carbon servers in

[Carbon-dev] No Such Element Exception in axiom

2011-02-01 Thread Janaka Ranabahu
Hi All, I keep getting the following error in registry even with the latest axiom build. Any ideas on this. [2011-02-01 19:01:48,940] ERROR {org.apache.catalina.core.ContainerBase.[carbonEngine].[defaulthost].[/].[bridgeservlet]} - Servlet.service() for servlet bridgeservlet threw exception

[Carbon-dev] Need to add an another OpenJPA bundle to orbit

2011-02-01 Thread Kasun Weranga
Hi All, While I am implementing the UDDI functionality for GREG. I have a requirement of adding another version of OpenJPA bundle to the orbit. (currently there is an OpenJPA bundle that is used by BPS) Because according my requirement I need to patch the OpenJPA-1.2.2 for changing the default

Re: [Carbon-dev] Improving the Cluster Management feature

2011-02-01 Thread Paul Fremantle
Aggregate stats via BAM is great, but it would be nice to just have something simple like memory and uptime for each server. Another cool feature we could do is to use the same discovery model work for BAM. So if you have WS-Discovery set up, all the servers make themselves known to the Registry,

Re: [Carbon-dev] Jars checked into SVN - https://svn.wso2.org/repos/wso2/trunk/carbon/dependencies/qpid/java/lib

2011-02-01 Thread Danushka Menikkumbura
It now has the minimal set of jars. Danushka On Tue, Feb 1, 2011 at 2:47 PM, Danushka Menikkumbura danus...@wso2.comwrote: I am checking to see what we can get rid of. Danushka On Tue, Feb 1, 2011 at 2:15 PM, Danushka Menikkumbura danus...@wso2.comwrote: The thing is Qpid has an Ant

Re: [Carbon-dev] Error building Qpid due to a local dependency - dependencies/qpid/java/build/lib/qpid-client-0.9.jar

2011-02-01 Thread Danushka Menikkumbura
Sumedha, I can not understand why you can not build. I can run mvn inside dependencies/qpid and build it w/o any issue. Danushka On Tue, Feb 1, 2011 at 4:26 PM, Danushka Menikkumbura danus...@wso2.comwrote: Please take a look at the ant-run task in the pom.xml. It actually calls this

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
1203/3641K 1156/2389K 1203/3641K 1157/2389K 1204/3641K 1157/2389K 1204/3641K 1159/2389K 1205/3641K 1159/2389K 1205/3641K 1160/2389K 1207/3641K 1160/2389K 1207/3641K 1162/2389K 1208/3641K 1162/2389K 1208/3641K 1163/2389K 1210/3641K 1163/2389K 1210/3641K 1164/2389K 1211/3641K 1164/2389K

Re: [Carbon-dev] Making the Qpid default implementation a persistence one

2011-02-01 Thread Amila Suriarachchi
On Tue, Feb 1, 2011 at 6:47 PM, Paul Fremantle p...@wso2.com wrote: Can we get the keystore management tied into our existing keystore manager? Other aspects would be great to manage through a new QPid specific UI. BTW I don't personally see these as hard requirements for v1. Definitely

[Carbon-dev] ESB proxy service creation wizard usability

2011-02-01 Thread Jorge Infante Osorio
Hi folk. In some occasion I´m writing a proxy service and expire my session in ESB, so bad, all my work is lost. Don´t exist a way to save my un finishing work as in DSS wizard. Jorge. ___ Carbon-dev mailing list Carbon-dev@wso2.org

[Carbon-dev] Qpid Authorization handler does not allow to subscribe

2011-02-01 Thread Amila Suriarachchi
hi, I created a topic (myBroker) with the MB ui. Then when I try to subscribes to the topic in JMS it gives this exception. [2011-02-01 20:09:48,625] ERROR {org.apache.qpid.client.AMQConnection} - Throwable Received but no listener set: org.apache.qpid.AMQException: ch=1 id=5

Re: [Carbon-dev] Making the Qpid default implementation a persistence one

2011-02-01 Thread Paul Fremantle
Can someone explain how this works? For example, if I set this persistance property, can I still have non-persistent queues? Paul On 1 February 2011 14:31, Amila Suriarachchi am...@wso2.com wrote: On Tue, Feb 1, 2011 at 6:47 PM, Paul Fremantle p...@wso2.com wrote: Can we get the keystore

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] [antrun:run {execution: process-resources}] [INFO] Executing tasks [copy] Copying 7 files to /home/carbon/stratos/carbon/dependencies/axis2/modules/adb-codegen/target/classes [INFO] Executed tasks [INFO] [compiler:compile] [INFO] Compiling 17 source files to

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] Copying 2 resources [INFO] [antrun:run {execution: process-resources}] [INFO] Executing tasks [copy] Copying 7 files to /home/carbon/stratos/carbon/dependencies/axis2/modules/adb-codegen/target/classes [INFO] Executed tasks [INFO] [compiler:compile] [INFO] Compiling 17 source files to

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] [resources:resources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/carbon/stratos/carbon/orbit/step2/src/main/resources [INFO] snapshot com.google.step2:step2-common:1.0-SNAPSHOT: checking for updates from

Re: [Carbon-dev] Fwd: Carbon Core build Error - org.apache.maven.skins:maven-default-skin:jar:RELEASE

2011-02-01 Thread Sumedha Rubasinghe
On Tue, Feb 1, 2011 at 6:34 PM, Pradeep Fernando prad...@wso2.com wrote: On Tue, Feb 1, 2011 at 5:28 PM, Sumedha Rubasinghe sume...@wso2.com wrote: On Tue, Feb 1, 2011 at 5:19 PM, Sameera Jayasoma same...@wso2.com wrote: Sumedha, I haven't seen this error before. Are you building

Re: [Carbon-dev] Fwd: Carbon Core build Error - org.apache.maven.skins:maven-default-skin:jar:RELEASE

2011-02-01 Thread Senaka Fernando
Hi Sumedha, Did you check on that site.xml in core/docs? Can you add the following into that and try again. Not sure, but I think that not having this is the cause. skin groupIdorg.apache.maven.skins/groupId artifactIdmaven-default-skin/artifactId version1.0/version

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] [resources:resources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/carbon/stratos/carbon/orbit/step2/src/main/resources [INFO] snapshot com.google.step2:step2-common:1.0-SNAPSHOT: checking for updates from

Re: [Carbon-dev] Error with a XSD OMElement

2011-02-01 Thread Jorge Infante Osorio
Hiranya, I send you the schema. The schema is well formed and validated with XMLSpy. It´s odd. Jorge. De: carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] En nombre de Hiranya Jayathilaka Enviado el: martes, 01 de febrero de 2011 12:33 Para: carbon-dev@wso2.org Asunto: Re:

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] [resources:resources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/carbon/stratos/carbon/orbit/step2/src/main/resources [INFO] snapshot com.google.step2:step2-common:1.0-SNAPSHOT: checking for updates from

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] [resources:resources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/carbon/stratos/carbon/orbit/step2/src/main/resources [INFO] snapshot com.google.step2:step2-common:1.0-SNAPSHOT: checking for updates from

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] [resources:resources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/carbon/stratos/carbon/orbit/step2/src/main/resources [INFO] snapshot com.google.step2:step2-common:1.0-SNAPSHOT: checking for updates from

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] [resources:resources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/carbon/stratos/carbon/orbit/step2/src/main/resources [INFO] snapshot com.google.step2:step2-common:1.0-SNAPSHOT: checking for updates from

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] xkms.wso2 [INFO] Rampart [INFO] Rahas [INFO] Rampart Security Policy [INFO] solr.wso2 [INFO] opencsv.wso2 [INFO] json.wso2 [INFO] ode.wso2 [INFO] juddi.wso2 [INFO] commons.configuration.wso2 [INFO] qpid.wso2 [INFO] commons.cli.wso2 [INFO]

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] xkms.wso2 [INFO] Rampart [INFO] Rahas [INFO] Rampart Security Policy [INFO] solr.wso2 [INFO] opencsv.wso2 [INFO] json.wso2 [INFO] ode.wso2 [INFO] juddi.wso2 [INFO] commons.configuration.wso2 [INFO] qpid.wso2 [INFO] commons.cli.wso2 [INFO]

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] xkms.wso2 [INFO] Rampart [INFO] Rahas [INFO] Rampart Security Policy [INFO] solr.wso2 [INFO] opencsv.wso2 [INFO] json.wso2 [INFO] ode.wso2 [INFO] juddi.wso2 [INFO] commons.configuration.wso2 [INFO] qpid.wso2 [INFO] commons.cli.wso2 [INFO]

Re: [Carbon-dev] Fwd: Carbon Core build Error - org.apache.maven.skins:maven-default-skin:jar:RELEASE

2011-02-01 Thread Sumedha Rubasinghe
On Tue, Feb 1, 2011 at 11:22 PM, Senaka Fernando sen...@wso2.com wrote: Hi Sumedha, Did you check on that site.xml in core/docs? Can you add the following into that and try again. Not sure, but I think that not having this is the cause. skin

Re: [Carbon-dev] Making the Qpid default implementation a persistence one

2011-02-01 Thread Danushka Menikkumbura
You should be able to. Temporary queues are none-persistent for an example. Danushka On Tue, Feb 1, 2011 at 8:15 PM, Paul Fremantle p...@wso2.com wrote: Can someone explain how this works? For example, if I set this persistance property, can I still have non-persistent queues? Paul On 1

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] xkms.wso2 [INFO] Rampart [INFO] Rahas [INFO] Rampart Security Policy [INFO] solr.wso2 [INFO] opencsv.wso2 [INFO] json.wso2 [INFO] ode.wso2 [INFO] juddi.wso2 [INFO] commons.configuration.wso2 [INFO] qpid.wso2 [INFO] commons.cli.wso2 [INFO]

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] xkms.wso2 [INFO] Rampart [INFO] Rahas [INFO] Rampart Security Policy [INFO] solr.wso2 [INFO] opencsv.wso2 [INFO] json.wso2 [INFO] ode.wso2 [INFO] juddi.wso2 [INFO] commons.configuration.wso2 [INFO] qpid.wso2 [INFO] commons.cli.wso2 [INFO]

Re: [Carbon-dev] Carbon 3.2.0 - Chunk -1 Release

2011-02-01 Thread Charitha Kankanamge
Hi, After 27th of January, we do not see any build in [1]. Is there any other location we should look at to get the latest builds? If now, can someone please fix the build and provide us with packs for testing? [1]http://10.100.1.43/~carbon/releases/carbon/3.1.0/latest/ Regards Charitha On

Re: [Carbon-dev] Invitation: [Group -C] Code Review @ Tue Feb 1 10:30am - 11:30am (carbon-dev@wso2.org)

2011-02-01 Thread Amila Jayasekara
On Tue, Feb 1, 2011 at 6:23 PM, Afkham Azeez az...@wso2.com wrote: Please send the attendance list along with the mail that is sent after each review. Will do. And i am not sure how sachi...@gmail.com mail address came. Seems to be i have mistyped. Thanks AmilaJ On Mon, Jan 31, 2011 at

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

2011-02-01 Thread Amila Maha Arachchi
Hi, DimuthuL is looking in to this. Thanks, AmilaM. On Wed, Feb 2, 2011 at 9:26 AM, WSO2 Builder buil...@wso2.org wrote: [INFO] xkms.wso2 [INFO] Rampart [INFO] Rahas [INFO] Rampart Security Policy [INFO] solr.wso2 [INFO] opencsv.wso2 [INFO] json.wso2 [INFO] ode.wso2

Re: [Carbon-dev] Fwd: Carbon Core build Error - org.apache.maven.skins:maven-default-skin:jar:RELEASE

2011-02-01 Thread Pradeep Fernando
On Wed, Feb 2, 2011 at 8:10 AM, Sumedha Rubasinghe sume...@wso2.com wrote: On Tue, Feb 1, 2011 at 11:22 PM, Senaka Fernando sen...@wso2.com wrote: Hi Sumedha, Did you check on that site.xml in core/docs? Can you add the following into that and try again. Not sure, but I think that not

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

2011-02-01 Thread Amila Maha Arachchi
Fixed by DimuthuL. Thanks, AmilaM. On Wed, Feb 2, 2011 at 9:57 AM, Amila Maha Arachchi ami...@wso2.com wrote: Hi, DimuthuL is looking in to this. Thanks, AmilaM. On Wed, Feb 2, 2011 at 9:26 AM, WSO2 Builder buil...@wso2.org wrote: [INFO] xkms.wso2 [INFO] Rampart [INFO] Rahas

Re: [Carbon-dev] How to Generate an XML from a Schema

2011-02-01 Thread Lahiru Gunathilake
On Tue, Feb 1, 2011 at 3:21 PM, Selvaratnam Uthaiyashankar shan...@wso2.com wrote: On Tue, Feb 1, 2011 at 3:07 PM, Ruchira Wageesha ruch...@wso2.com wrote: Hi, How can we generate a sample XML document from a schema? Is there any Java lib or XSLT script to do that? I guess Netbeans and

Re: [Carbon-dev] Problem using Qpid client libraries with JMS transport

2011-02-01 Thread Lahiru Gunathilake
Hi Rajika, This is because we already have commons-codec in our OSGi environment and OSGi cannot load the same class in two Jar files, when you copy required jars in to lib/core/WEB-INF/lib you need to make sure you do not duplicate anything we already have and that is why we have used a merged

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] xkms.wso2 [INFO] Rampart [INFO] Rahas [INFO] Rampart Security Policy [INFO] solr.wso2 [INFO] opencsv.wso2 [INFO] json.wso2 [INFO] ode.wso2 [INFO] juddi.wso2 [INFO] commons.configuration.wso2 [INFO] qpid.wso2 [INFO] commons.cli.wso2 [INFO]

Re: [Carbon-dev] ESB proxy service creation wizard usability

2011-02-01 Thread Supun Kamburugamuva
One workaround is to increase the session time out in the web.xml file. Thanks, Supun.. On Tue, Feb 1, 2011 at 8:05 PM, Jorge Infante Osorio jorg...@uci.cu wrote: Hi folk. In some occasion I´m writing a proxy service and expire my session in ESB, so bad, all my work is lost. Don´t exist  a

Re: [Carbon-dev] Carbon 3.2.0 - Chunk -1 Release

2011-02-01 Thread Asela Pathberiya
On Mon, Jan 31, 2011 at 9:59 PM, Prabath Siriwardana prab...@wso2.comwrote: Hi, I guess we are planning to have Carbon, AS, ESB, GReg and IS as the chunk - 1 product releases... Can we have someone from each product to act as the release manager of each... I will be managing the IS

Re: [Carbon-dev] Need to add an another OpenJPA bundle to orbit

2011-02-01 Thread Lahiru Gunathilake
Hi Kasun, I think the correct way of doing something like this is to create a directory inside openjpa with the version you are going to use (1.2.2) and put the stuff already have it to a directory with it's version (1.1.0). -openjpa - 1.2.2 - 1.1.0 Lahiru On Tue, Feb 1, 2011 at 7:11 PM,

Re: [Carbon-dev] Error with a XSD OMElement

2011-02-01 Thread Supun Kamburugamuva
Hi Jorge, Could you please attach this gov:/schemas/http/cdae/uci/cu/servicios/schema/tipos/docsidentificativo s/Docsidentificativos.xsd. May be the mapping you have given is wrong and when the above registry location is looked up, it may not have the scehma? Thanks, Supun.. On Tue, Feb 1, 2011

Re: [Carbon-dev] Carbon 3.2.0 - Chunk -1 Release

2011-02-01 Thread Samisa Abeysinghe
On Wed, Feb 2, 2011 at 9:41 AM, Charitha Kankanamge chari...@wso2.comwrote: Hi, After 27th of January, we do not see any build in [1]. Is there any other location we should look at to get the latest builds? If now, can someone please fix the build and provide us with packs for testing?

Re: [Carbon-dev] Error with a XSD OMElement

2011-02-01 Thread Hiranya Jayathilaka
On Wed, Feb 2, 2011 at 10:45 AM, Supun Kamburugamuva su...@wso2.com wrote: Hi Jorge, Could you please attach this gov:/schemas/http/cdae/uci/cu/servicios/schema/tipos/docsidentificativo s/Docsidentificativos.xsd. May be the mapping you have given is wrong and when the above registry

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-01 Thread WSO2 Builder
[INFO] xkms.wso2 [INFO] Rampart [INFO] Rahas [INFO] Rampart Security Policy [INFO] solr.wso2 [INFO] opencsv.wso2 [INFO] json.wso2 [INFO] ode.wso2 [INFO] juddi.wso2 [INFO] commons.configuration.wso2 [INFO] qpid.wso2 [INFO] commons.cli.wso2 [INFO]

[Carbon-dev] Orbit step2 build broken

2011-02-01 Thread Samisa Abeysinghe
-- Forwarded message -- From: WSO2 Builder buil...@wso2.org Date: Wed, Feb 2, 2011 at 11:09 AM Subject: [Carbon-dev] WSO2 Carbon Continuous Build has FAILED To: carbon-dev@wso2.org [INFO] xkms.wso2 [INFO] Rampart [INFO] Rahas [INFO] Rampart Security Policy [INFO]

Re: [Carbon-dev] Making the Qpid default implementation a persistence one

2011-02-01 Thread Danushka Menikkumbura
Also I forgot to mention that you can even set it as a message-level property so that individual messages can be persisted. Danushka On Wed, Feb 2, 2011 at 8:17 AM, Danushka Menikkumbura danus...@wso2.comwrote: You should be able to. Temporary queues are none-persistent for an example.

Re: [Carbon-dev] Problem using Qpid client libraries with JMS transport

2011-02-01 Thread Rajika Kumarasiri
Thanks for the pointer I'll take a look. Rajika On Wed, Feb 2, 2011 at 10:18 AM, Lahiru Gunathilake lah...@wso2.com wrote: Hi Rajika, This is because we already have commons-codec in our OSGi environment and OSGi cannot load the same class in two Jar files, when you copy required jars in

Re: [Carbon-dev] Carbon 3.2.0 - Chunk -1 Release

2011-02-01 Thread Prabath Siriwardana
Release managers of each product please take the ownership of maintaining the builds.. Thanks in advance... Thanks regards, -Prabath On Wed, Feb 2, 2011 at 10:50 AM, Samisa Abeysinghe sam...@wso2.com wrote: On Wed, Feb 2, 2011 at 9:41 AM, Charitha Kankanamge chari...@wso2.com wrote: Hi,

Re: [Carbon-dev] Carbon 3.2.0 - Chunk -1 Release

2011-02-01 Thread Samisa Abeysinghe
On Wed, Feb 2, 2011 at 11:27 AM, Prabath Siriwardana prab...@wso2.comwrote: Release managers of each product please take the ownership of maintaining the builds.. And please work with the builders to get the continuous build running. Thanks, Samisa... Samisa Abeysinghe VP Engineering WSO2

Re: [Carbon-dev] Orbit step2 build broken

2011-02-01 Thread Sameera Jayasoma
I just tried building this module. It built for me. In the mean time, let me build the packs in the other builder machine. Thanks Sameera On Wed, Feb 2, 2011 at 11:17 AM, Samisa Abeysinghe sam...@wso2.com wrote: -- Forwarded message -- From: WSO2 Builder buil...@wso2.org

Re: [Carbon-dev] Orbit step2 build broken

2011-02-01 Thread Amila Maha Arachchi
Hi, This was fixed by DimuthuL (I tested in my local machine and it works). But the last triggered build is an offline build. Therefore the jars doesn't get downloaded. I triggered an online build. Thanks, AmilaM. On Wed, Feb 2, 2011 at 11:42 AM, Sameera Jayasoma same...@wso2.com wrote: I

Re: [Carbon-dev] Carbon 3.2.0 - Chunk -1 Release

2011-02-01 Thread Asela Pathberiya
On Wed, Feb 2, 2011 at 11:27 AM, Prabath Siriwardana prab...@wso2.comwrote: Release managers of each product please take the ownership of maintaining the builds.. I think it is better to take the ownership of creating source distribution for each product by the release manager.. Thanks,

Re: [Carbon-dev] Making the Qpid default implementation a persistence one

2011-02-01 Thread Paul Fremantle
Ok that's good. Paul On 2 February 2011 05:48, Danushka Menikkumbura danus...@wso2.com wrote: Also I forgot to mention that you can even set it as a message-level property so that individual messages can be persisted. Danushka On Wed, Feb 2, 2011 at 8:17 AM, Danushka Menikkumbura

[Carbon-dev] Invitation: Group B : Code review (Registry Search Service) @ Thu Feb 3 2pm - 3pm (carbon-dev@wso2.org)

2011-02-01 Thread Lahiru Gunathilake
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20110203T083000Z DTEND:20110203T093000Z DTSTAMP:20110202T072937Z ORGANIZER;CN=Lahiru Gunathilake:mailto:lah...@wso2.com UID:mr855dklc7kslq4amq4ljta...@google.com

Re: [Carbon-dev] Carbon 3.2.0 - Chunk -1 Release

2011-02-01 Thread Samisa Abeysinghe
On Wed, Feb 2, 2011 at 12:02 PM, Asela Pathberiya as...@wso2.com wrote: On Wed, Feb 2, 2011 at 11:27 AM, Prabath Siriwardana prab...@wso2.comwrote: Release managers of each product please take the ownership of maintaining the builds.. I think it is better to take the ownership of