Re: [Carbon-dev] Default text for text boxes

2011-02-24 Thread Chanaka Jayasena
On Thu, Feb 24, 2011 at 12:26 PM, Afkham Azeez az...@wso2.com wrote: On Wed, Feb 23, 2011 at 10:16 PM, Chanaka Jayasena chan...@wso2.comwrote: Hi all, During recent UI reviews, introducing default text for text boxes, which disappears with user interaction was suggested. I added this to

Re: [Carbon-dev] Default text for text boxes

2011-02-24 Thread Srinath Perera
things in to action. giveDefaultText(txtBoxId); When you click on the text box, does the default text disappear. Also, can we define our own input type; e.g. input type=smarttext ... / ? In other words, our own widget. Calling that Javascript method is cumbersome. Extending a the Dom

Re: [Carbon-dev] Default text for text boxes

2011-02-24 Thread Afkham Azeez
On Thu, Feb 24, 2011 at 3:01 PM, Chanaka Jayasena chan...@wso2.com wrote: On Thu, Feb 24, 2011 at 12:26 PM, Afkham Azeez az...@wso2.com wrote: On Wed, Feb 23, 2011 at 10:16 PM, Chanaka Jayasena chan...@wso2.comwrote: Hi all, During recent UI reviews, introducing default text for text

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-24 Thread Senaka Fernando
On Thu, Feb 24, 2011 at 12:34 PM, Sameera Jayasoma same...@wso2.com wrote: Hi Folks, We came up with following action items for the Carbon trunk. - Use Maven dependency exclusions properly to exclude unused dependencies. This will significantly improve build time. But this needs

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-24 Thread Sameera Jayasoma
On Thu, Feb 24, 2011 at 3:22 PM, Senaka Fernando sen...@wso2.com wrote: On Thu, Feb 24, 2011 at 12:34 PM, Sameera Jayasoma same...@wso2.comwrote: Hi Folks, We came up with following action items for the Carbon trunk. - Use Maven dependency exclusions properly to exclude unused

Re: [Carbon-dev] Using Maven dependency exclusions

2011-02-24 Thread Senaka Fernando
Hi Sameera, On Thu, Feb 24, 2011 at 3:34 PM, Sameera Jayasoma same...@wso2.com wrote: On Thu, Feb 24, 2011 at 3:22 PM, Senaka Fernando sen...@wso2.com wrote: On Thu, Feb 24, 2011 at 12:34 PM, Sameera Jayasoma same...@wso2.comwrote: Hi Folks, We came up with following action items for

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED /home/carbon/stratos/carbon/products/bps

2011-02-24 Thread WSO2 Builder
[INFO] Finished at: Thu Feb 24 20:25:22 IST 2011 [INFO] Final Memory: 191M/1265M [INFO] [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] WSO2 BPS - Parent [INFO] WSO2 BPS - UI styles [INFO] WSO2 BPS -

Re: [Carbon-dev] Security scenario 15. Issue with header missing or InputStream NULL

2011-02-24 Thread Amila Jayasekara
Hi Jorge, We use STS in IS when we want to use SAML tokens. We will try to reproduce the issue with the provided client code. Thanks AmilaJ On Thu, Feb 24, 2011 at 12:25 PM, Jorge Infante Osorio jorg...@uci.cu wrote: I now use the STS of ESB and the same errors appears. Take a look to the code

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED /home/carbon/stratos/carbon/products/brs

2011-02-24 Thread WSO2 Builder
[INFO] Finished at: Thu Feb 24 20:25:22 IST 2011 [INFO] Final Memory: 191M/1265M [INFO] [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] WSO2 BPS - Parent [INFO] WSO2 BPS - UI styles [INFO] WSO2 BPS -

[Carbon-dev] WSO2 Carbon Continuous Build was SUCCESSFUL

2011-02-24 Thread WSO2 Builder
[INFO] Extracting feature org.wso2.carbon:org.apache.synapse.wso2.feature [INFO] Extracting feature org.wso2.carbon:org.apache.synapse.transport.nhttp.feature [INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.mediation.configadmin.feature [INFO] Extracting feature

[Carbon-dev] User core tests fixed

2011-02-24 Thread Amila Jayasekara
FYI, User core tests are now fixed. Resolution - Added h2 driver to test classpath. Lets keeps tests passed all the time. Thanks AmilaJ ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

[Carbon-dev] Build failure - trunk features

2011-02-24 Thread Afkham Azeez
I started building with a clean M2 repo. I was able to successfully build, dependencies, orbit, core and components. When I tried to build the features, I get the following error: [ERROR] BUILD ERROR [INFO] [INFO] ERROR

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-24 Thread WSO2 Builder
[INFO] [compiler:compile] [INFO] No sources to compile [INFO] [resources:testResources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/carbon/stratos/carbon/dependencies/sandesha/modules/resource-bundle/src/test/resources [INFO] Copying

Re: [Carbon-dev] Build failure - trunk features

2011-02-24 Thread Afkham Azeez
Sorry, by there has been a delay between the time I took the components update and the features update. This was the reason for the failure. On Thu, Feb 24, 2011 at 9:39 PM, Afkham Azeez az...@wso2.com wrote: I started building with a clean M2 repo. I was able to successfully build,

Re: [Carbon-dev] Build failure - trunk features

2011-02-24 Thread Afkham Azeez
Now I'm getting this error when I build components. [INFO] Failed to resolve artifact. Missing: -- 1) org.wso2.wsdl.validator.wso2:wsdl-validator:jar:1.2.0.SNAPSHOT-wso2v1 Try downloading the file manually from the project website. Then, install it using the command: mvn

Re: [Carbon-dev] Security scenario 15. Issue with header missing or InputStream NULL

2011-02-24 Thread Jorge Infante Osorio
In both case I use the STS from IS or ESB to obtain a SAML token as the mechanism to authenticate the client in the ESB. I donĀ“t understand the different between the token issues by ESB and IS. Attach an example of this SAML token. I read this entry[1] in the Prabath Siriwardena blog where I

Re: [Carbon-dev] Build failure - trunk features

2011-02-24 Thread Afkham Azeez
I had to go back and build dependencies/commons/wsdl-validator and orbit/wsdl-validator. One chekout-one build seems to be a distant dream :( On Thu, Feb 24, 2011 at 10:01 PM, Afkham Azeez az...@wso2.com wrote: Now I'm getting this error when I build components. [INFO] Failed to resolve

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-24 Thread WSO2 Builder
[INFO] [compiler:compile] [INFO] No sources to compile [INFO] [resources:testResources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/carbon/stratos/carbon/dependencies/sandesha/modules/resource-bundle/src/test/resources [INFO] Copying

Re: [Carbon-dev] Build failure - trunk features

2011-02-24 Thread Afkham Azeez
Now, when I build components, I'm getting the following error Compiling 3 source files to /Users/azeez/projects/wso2/org/trunk/carbon/components/event/org.wso2.carbon.event.sink/target/classes [INFO] [ERROR] BUILD FAILURE

Re: [Carbon-dev] Build failure - trunk features

2011-02-24 Thread Afkham Azeez
Seems like whoever added this component today has either not built or had not committed the changes to the messagebox component. With this kind of indiscipline, we will never be able to have a successful build. On Thu, Feb 24, 2011 at 10:27 PM, Afkham Azeez az...@wso2.com wrote: Now, when I

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-24 Thread WSO2 Builder
[INFO] [compiler:compile] [INFO] No sources to compile [INFO] [resources:testResources] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/carbon/stratos/carbon/dependencies/sandesha/modules/resource-bundle/src/test/resources [INFO] Copying

Re: [Carbon-dev] Kerberos based security scenario

2011-02-24 Thread Afkham Azeez
So, my usual question, how does this work in a multitenant environment? How are you going to provide tenant specific conf files? Azeez On Thu, Feb 24, 2011 at 11:36 PM, Amila Jayasekara ami...@wso2.com wrote: Hi All, As some of you may know, there is a Kerberos KDC server with latest IS

Re: [Carbon-dev] Build failure - trunk features

2011-02-24 Thread Afkham Azeez
Is this the correct thing to do? If so, why hasn't it been added to the root pom.xml file and committed? Are people making these local changes and keeping it to themselves? On Fri, Feb 25, 2011 at 1:01 AM, Harshana Martin harsh...@wso2.com wrote: Hi Azeez, On Fri, Feb 25, 2011 at 12:50 AM,

Re: [Carbon-dev] Build failure - trunk features

2011-02-24 Thread Milinda Pathirage
Hi Azeez, This is not a repository issue. Just a versioning issue in the BPS build. *Thilina's mail* *Fixed the aar plugin version. It should be 1.6.1-SNAPSHOT. Thanks, Thilina * Thanks Milinda On Fri, Feb 25, 2011 at 1:03 AM, Afkham Azeez az...@wso2.com wrote: Is this the correct thing to

Re: [Carbon-dev] Kerberos based security scenario

2011-02-24 Thread Prabath Siriwardana
Currently - the JGSS API reads these configuration files as system properties.. So we would be able to setup a single KDC. We need to invest some time on this to find out a ways of doing this with out system properties.. Same issues exists there when a tenant - for example wants to talk to an

Re: [Carbon-dev] Build failure - trunk features

2011-02-24 Thread Harshana Martin
On Fri, Feb 25, 2011 at 1:03 AM, Afkham Azeez az...@wso2.com wrote: Is this the correct thing to do? If so, why hasn't it been added to the root pom.xml file and committed? Are people making these local changes and keeping it to themselves? The rationale behind this is, if we include a

Re: [Carbon-dev] Build failure - trunk features

2011-02-24 Thread Thilina Buddhika
We should depend only on Axis2 1.6.1-SNAPSHOT in Current trunk. [ Also on a side note, Axis2 trunk version is 1.7.0-SNAPSHOT, not SNAPSHOT anymore. ] Thanks, Thilina On Fri, Feb 25, 2011 at 1:03 AM, Afkham Azeez az...@wso2.com wrote: Is this the correct thing to do? If so, why hasn't it been

Re: [Carbon-dev] Kerberos based security scenario

2011-02-24 Thread Prabath Siriwardana
Further we need to maintain trust stores on Tenant basis.. There can be a case - Tenant-A trusts Service - A and needs to add Service-A's cert to the trust store - currently this is not possible - since we do not have the concept of tenant based trust stores.. Thanks regards, -Prabath On Fri,

Re: [Carbon-dev] Kerberos based security scenario

2011-02-24 Thread Thilina Buddhika
On Fri, Feb 25, 2011 at 1:17 AM, Prabath Siriwardana prab...@wso2.comwrote: Further we need to maintain trust stores on Tenant basis.. There can be a case - Tenant-A trusts Service - A and needs to add Service-A's cert to the trust store - currently this is not possible - since we do not

Re: [Carbon-dev] Kerberos based security scenario

2011-02-24 Thread Amila Jayasekara
Adding more info to what Prabath mentioned, In the kerberos configuration (krb.conf) we can define the realms that clients can access. In the case of apacheds for each tenant there will be a separate partition created. In other sense for each tenant a separate realm will be created. Thus when

Re: [Carbon-dev] CSG update

2011-02-24 Thread Srinath Perera
I tried the Current CSG version with rajika's help, and it works end to end (without SSL support). Following are TODOs 1. SSL support for CSG and Qpid - problem is Qpid SSL support is broken and Rajika is working on it. 2. We need the admin UI as before - look at the Screen casts of the last

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

2011-02-24 Thread Thilina Buddhika
An obsolete Synapse dependency has caused a transitive dependency to an invalid axis2 artifact. Fixed it as of r88339. Thilina Missing: -- 1) org.apache.axis2:axis2-adb:jar:SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command:

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

2011-02-24 Thread Thilina Buddhika
Fixed the Axiom version. Missing: -- 1) org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.12.SNAPSHOT-wso2v1 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.ws.commons.axiom.wso2

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

2011-02-24 Thread Amila Maha Arachchi
Hi, Triggered a new build today morning. Thanks, AmilaM. 2011/2/25 Thilina Buddhika thili...@wso2.com This happens due to an Sandesha 1_6 Apache branch. Although the branch is created its versions are not properly updated. We have reported this already. Until this gets properly fixed,

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

2011-02-24 Thread Ishani Ratnayake
Hi ESB Folks, The ESB build, built y'day fails at start up with the following exception. Please have a look. Caused by: java.lang.ClassNotFoundException: org.wso2.carbon.server.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-02-24 Thread WSO2 Builder
[INFO] [INFO] Building Apache Synapse - PIPE Transport [INFO]task-segment: [clean, install] [INFO] [INFO] [clean:clean] [INFO] Deleting directory

[Carbon-dev] What should be the orbit version if the jar's version is r05 ?

2011-02-24 Thread Indika Kumara
Hi All, What should be the orbit version if the jar's version is r05 ? Could someone advise me please? Thanks, Indika ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

[Carbon-dev] Adding CSG agent's service publish option to service mgt UI

2011-02-24 Thread Rajika Kumarasiri
Once the CSG agent is installed in AS, a user can expose his private service to public using the publish service option. In the last version of CSG there was a separate UI to list the existing services and to publish services. But I think we can use the existing service management UI extending to