Re: [Carbon-dev] Different behaviours in ESB 3.2.2 and ESB trunk, when retrieving HttpServletRequest

2012-02-24 Thread Thilina Buddhika
On Sat, Feb 25, 2012 at 11:04 AM, Amila Jayasekara wrote: > On Sat, Feb 25, 2012 at 10:47 AM, Thilina Buddhika > wrote: > > Hi AmilaJ, > > > > The existing authentication handler and authorization handler are mainly > > used for admin services which are exposed only thru the servlet > transport.

Re: [Carbon-dev] Different behaviours in ESB 3.2.2 and ESB trunk, when retrieving HttpServletRequest

2012-02-24 Thread Amila Jayasekara
On Sat, Feb 25, 2012 at 10:47 AM, Thilina Buddhika wrote: > Hi AmilaJ, > > The existing authentication handler and authorization handler are mainly > used for admin services which are exposed only thru the servlet transport. > These handlers will not process the message, if it is not an admin serv

Re: [Carbon-dev] Different behaviours in ESB 3.2.2 and ESB trunk, when retrieving HttpServletRequest

2012-02-24 Thread Thilina Buddhika
This check is done by invoking the "callToGeneralService(msgContext))" method inside each handler. Thanks, Thilina On Sat, Feb 25, 2012 at 10:47 AM, Thilina Buddhika wrote: > Hi AmilaJ, > > The existing authentication handler and authorization handler are mainly > used for admin services which a

Re: [Carbon-dev] Different behaviours in ESB 3.2.2 and ESB trunk, when retrieving HttpServletRequest

2012-02-24 Thread Thilina Buddhika
Hi AmilaJ, The existing authentication handler and authorization handler are mainly used for admin services which are exposed only thru the servlet transport. These handlers will not process the message, if it is not an admin service. So with nhttp transport, it is not required to process the mes

Re: [Carbon-dev] Rampart configuration

2012-02-24 Thread Denis Weerasiri
On Sat, Feb 25, 2012 at 3:26 AM, Leslier López Nicot wrote: > Hi all. > > I’m having problems with the secure partner link in bps. I have the same > configuration that the Loan process example that is in the bps, but in this > case the process invokes a service that is in the AS. Do I need t

Re: [Carbon-dev] Different behaviours in ESB 3.2.2 and ESB trunk, when retrieving HttpServletRequest

2012-02-24 Thread Amila Jayasekara
On Sat, Feb 25, 2012 at 10:20 AM, Thilina Buddhika wrote: > Hi Amila, > > Just for my information, Where have we used this particular code ? @Thilina, We have used code like below in AuthorizationHandler as well as in existing AuthetnicationHandler. @carbon-dev Also did we verify ESB functional

Re: [Carbon-dev] Different behaviours in ESB 3.2.2 and ESB trunk, when retrieving HttpServletRequest

2012-02-24 Thread Thilina Buddhika
Hi Amila, Just for my information, Where have we used this particular code ? Thanks, Thilina On Fri, Feb 24, 2012 at 10:59 PM, Amila Jayasekara wrote: > Hi All, > > For certain operations we get HttpServletRequest as follows, > > HttpServletRequest request = (HttpServletRequest) msgContext >

Re: [Carbon-dev] Error when deploying a Data service in AS (in current trunk)

2012-02-24 Thread Dinusha Senanayaka
Hi Kishanthan, This error is due to removal of carbon/lib jars related to transaction-manager. We are in the process of separating atomikos from carbon core and bundle it as a separate feature. will update the thread once it done. Regards, Dinusha. On Fri, Feb 24, 2012 at 6:54 PM, Kishanthan Tha

Re: [Carbon-dev] [Bamboo-Build] Carbon-Kernel > Carbon-Platform > #74 has FAILED (16 tests failed, no failures were new). Change made by kasunw and tharindu.

2012-02-24 Thread Shammi Jayasinghe
Hi Suho, Build i failing due to using older version of guava. Please use the version "google.guava.wso2.version" from the component/pom.xml. [ERROR] Failed to execute goal on project org.wso2.carbon.cep.server.feature: Could not resolve dependencies for project org.wso2.carbon:org.wso2.carbon.cep

Re: [Carbon-dev] Exception when starting identity service in stratos setup

2012-02-24 Thread Pradeep Fernando
Hi, amila. This is because some system property not being set in wso2server.sh. the property is -Dcatalina.base. But now if you get an svn up in org.wso2.carbon.server i'm setting it programatically. hence you dont have to update the scripts. hth, --Pradeep __

Re: [Carbon-dev] Different behaviours in ESB 3.2.2 and ESB trunk, when retrieving HttpServletRequest

2012-02-24 Thread Pradeep Fernando
Hi, will have a look --Pradeep ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

[Carbon-dev] [Bamboo-Build] Carbon-Kernel > Carbon-Products > #11 has FAILED. Change made by 7 authors.

2012-02-24 Thread Bamboo
--- Carbon-Kernel > Carbon-Products > #11 failed. --- Code has been updated by kasunw, denis, tharindu, suho, sameera, thilinab, buddhikac. No failed tests found

[Carbon-dev] [Bamboo-Build] Carbon-Kernel > Carbon-Platform > #74 has FAILED (16 tests failed, no failures were new). Change made by kasunw and tharindu.

2012-02-24 Thread Bamboo
--- Carbon-Kernel > Carbon-Platform > #74 failed. --- Code has been updated by kasunw, tharindu. 16/4961 tests failed, no failures were new. http://builder4.us1.

[Carbon-dev] Rampart configuration

2012-02-24 Thread Leslier López Nicot
Hi all. I'm having problems with the secure partner link in bps. I have the same configuration that the Loan process example that is in the bps, but in this case the process invokes a service that is in the AS. Do I need to engage rampart module in AS and BPS to do that? Also, the rampart user

[Carbon-dev] [Bamboo-Build] Carbon-Kernel > Carbon-Platform > #73 has FAILED (16 tests failed, no failures were new). Change made by denis and buddhikac.

2012-02-24 Thread Bamboo
--- Carbon-Kernel > Carbon-Platform > #73 failed. --- Code has been updated by denis, buddhikac. 16/4961 tests failed, no failures were new. http://builder4.us1.

[Carbon-dev] JVM appears hung

2012-02-24 Thread Jorge Infante Osorio
Hi all. Any advance in this $subject? INFO | jvm 1| 2012/02/24 14:32:01 | [2012-02-24 14:32:01,128] INFO {org.wso2.carbon.core.services.util.CarbonAuthenticationUtil} - 'admin' logged in at [2012-0$ ERROR | wrapper | 2012/02/24 14:34:12 | JVM appears hung: Timed out waiting for sign

[Carbon-dev] Compilation failure in system test framework.

2012-02-24 Thread Krishantha Samaraweera
Hi All, I see very obvious compilation failure in system-test-framework trunk [1]. This is the second time I came across with such an issue for last two days. Charitha also got a compilation failure while building the framework trunk yesterday. We all need to follow best practices before committin

[Carbon-dev] [Bamboo-Build] Carbon-Kernel > Carbon-Platform > #72 has FAILED (16 tests failed, no failures were new). Change made by 12 authors.

2012-02-24 Thread Bamboo
--- Carbon-Kernel > Carbon-Platform > #72 failed. --- This build occurred because it is a dependant of WSO2CARBONKERNEL-CARBONCOREKERNELBUILD-39. 16/4961 tests f

Re: [Carbon-dev] [Architecture] Improvement: UI for ntask component

2012-02-24 Thread Senaka Fernando
Hi Tharindu, In effect yes. That's pretty much what's generic when it comes to tasks. Something analogous (to a certain extent) would be the Windows Task manager (the generic bit) compared with something like the Wrapper that we use to start Carbon as a background process (the context-specific bit

Re: [Carbon-dev] [Architecture] Improvement: UI for ntask component

2012-02-24 Thread Tharindu Mathew
Do you mean something like a task manager/monitor UI. functionality: Start, stop tasks, list running tasks... On Fri, Feb 24, 2012 at 10:25 PM, Senaka Fernando wrote: > Hi Tharindu, > > Well, there is a slight relevance, and hence this e-mail. Take the service > UI for example. Multiple product

Re: [Carbon-dev] [Architecture] Improvement: UI for ntask component

2012-02-24 Thread Senaka Fernando
Hi Tharindu, Well, there is a slight relevance, and hence this e-mail. Take the service UI for example. Multiple products publish multiple kinds of services which have different semantics, but utilize a single UI. And, another example is a situation as in G-Reg. There can be multiple types of task

Re: [Carbon-dev] [Architecture] Improvement: UI for ntask component

2012-02-24 Thread Tharindu Mathew
BAM will also use ntask quite soon, and what you say applies. The context of a task varies greatly. So having a generic UI has no meaning if the context of tasks are different, does it? On Fri, Feb 24, 2012 at 9:29 PM, Senaka Fernando wrote: > Hi all, > > The ntask component, done by Anjana, is

Re: [Carbon-dev] [Bamboo-Build] Carbon-Kernel > Carbon-Platform > #71 has FAILED (16 tests failed). Change made by 7 authors.

2012-02-24 Thread Pradeep Fernando
Hi nuwan, Can you please explain these test failures. please fix these asap. --Pradeep ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

[Carbon-dev] Improvement: UI for ntask component

2012-02-24 Thread Senaka Fernando
Hi all, The ntask component, done by Anjana, is very useful to schedule any type of task based on Quartz. I got G-Reg to use this, and (except for exception handling which is totally not useful, :-)..) it is great. But, DSS which is the only other product apart from the next release of G-Reg which

Re: [Carbon-dev] Result SOAP on Insert and Update Queries in DSS

2012-02-24 Thread Charitha Kankanamge
Hi, You can get SOAP response back instead of HTTP 202 by setting returnRequestStatus attribute to true in dataservice operation as follows Charitha Kankanamge cell: +94 718 359 265 blog: http://charithaka.blogspot.com On Fri, Feb 24, 201

[Carbon-dev] [Bamboo-Build] Carbon-Kernel > Carbon-Products > #10 has FAILED. Change made by 13 authors.

2012-02-24 Thread Bamboo
--- Carbon-Kernel > Carbon-Products > #10 failed. --- Code has been updated by rajika, nuwanw, thilinab, achala, dilshan, lalaji, kasunw, suho, tharindu, chamara

[Carbon-dev] Result SOAP on Insert and Update Queries in DSS

2012-02-24 Thread metin d
For  such dbs script, dss does not return any response. How can I get a response for this query, something like query is executed or not.                                                                                                     INSERT INTO DM_DEVICE_MODEL (D1,D2,D3) VALUES (?,?,?)  

Re: [Carbon-dev] Issue in a DS when I try to pass a parameter into a function in postgresql.

2012-02-24 Thread Shelan Perera
Hi, By looking at the exception log it seems the database / table that is related the query is not available. Could you please check whether you have specified the correct database/ table in the data service you deployed. Thanks On Fri, Feb 24, 2012 at 6:50 PM, Noel Marquez Batista wrote: > HI

[Carbon-dev] [Bamboo-Build] Carbon-Kernel > Carbon-Platform > #71 has FAILED (16 tests failed). Change made by 7 authors.

2012-02-24 Thread Bamboo
--- Carbon-Kernel > Carbon-Platform > #71 failed. --- Code has been updated by rajika, charith, subash, thilinab, nirmal, lalaji, dilshan. 16/4961 tests failed.

[Carbon-dev] Error when deploying a Data service in AS (in current trunk)

2012-02-24 Thread Kishanthan Thangarajah
Hi, I'm getting the following error when trying to create and deploy a DataService in AS. Attached is the dataservice i used. I tested with AS-4.1.2, and it worked. [2012-02-24 18:06:57,714] ERROR {org.wso2.carbon.dataservices.core.DBDeployer} - The TestDataService.dbs service, which is not valid

[Carbon-dev] Issue in a DS when I try to pass a parameter into a function in postgresql.

2012-02-24 Thread Noel Marquez Batista
HI ALL, I´VE CREATED A CLIENT THAT ACCESS DIRECTLY INTO A DB USING JDBC AND IT´S WORKS PERFECTLY, BY I WANT TO DO THE SAME WITH A DATA SERVICE IN AS, AND IT IS NOT WORKING AT ALL. HERE IS THE QUERY: String parameter = "'100-047'"; Select * from schema.function_get_tree('table.id = 1 AND table

[Carbon-dev] Exception when starting identity service in stratos setup

2012-02-24 Thread Amila Jayasekara
Hi All, I am trying to setup stratos with IS, manager and AS (using trunk build). While starting IS i got following exception. In my setup i have enabled SSO. Thus i am not getting the exception in product. The last exception says it cannot find HTTPService, but i believe NullPointerException has

Re: [Carbon-dev] NPE in IdentityCoreServiceComponent

2012-02-24 Thread Thilina Buddhika
Yes, this is fixed now. Please take an up in IS product. Thanks, Thilina On Fri, Feb 24, 2012 at 4:49 PM, Pradeep Fernando wrote: > Hi, > > me Experienced the same. Think this is fixed by now. Thilina will give > more context. > > --Pradeep > -- Thilina Buddhika Associate Technical Lead WSO

[Carbon-dev] [Bamboo-Build] Carbon-Kernel > Carbon-Products > #9 has FAILED. Change made by 16 authors.

2012-02-24 Thread Bamboo
--- Carbon-Kernel > Carbon-Products > #9 failed. --- Code has been updated by krishantha, sameera, nuwanw, subash, pradeep, dilshan, lalaji, suho, ruchira, chama

Re: [Carbon-dev] NPE in IdentityCoreServiceComponent

2012-02-24 Thread Pradeep Fernando
Hi, me Experienced the same. Think this is fixed by now. Thilina will give more context. --Pradeep ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Re: [Carbon-dev] Port Offset feature is broken in trunk

2012-02-24 Thread Pradeep Fernando
Hi rajika, This is a known issue. I have fixed port offset in carbon. I think you are experiencing this in ESB product. Due to NIO transports it behaves little bit different from other products. The current port offset mechanism i have introduced is not optimal (Had to give a quick fix, integratio

Re: [Carbon-dev] Build Failures IS at the Products Level - This time in Gadget Server

2012-02-24 Thread Sameera Jayasoma
On Fri, Feb 24, 2012 at 3:45 PM, Achala Aponso wrote: > Hi, > > The port values are changed from 9763 to 8080 and 9443 to 8443. ( It is > defined at graphite/products/gs/modules/distribution/product/pom.xml ). As > the mgt-transports.xml is not available now , it may have caused the above > error

Re: [Carbon-dev] Build Failures IS at the Products Level - This time in Gadget Server

2012-02-24 Thread Achala Aponso
Hi, The port values are changed from 9763 to 8080 and 9443 to 8443. ( It is defined at graphite/products/gs/modules/distribution/product/pom.xml ). As the mgt-transports.xml is not available now , it may have caused the above error. Will remove the entries related to mgt-transports.xml. Thanks,

[Carbon-dev] Jaggery Test Plan

2012-02-24 Thread Yumani Ranaweera
Hi, The QA plan for Jaggery 1.0 is attached herewith. The content addressed in the plan are targeted for the Jaggery 1.0 release plan [1]. Please feel free to share your comments/input. [1] - https://wso2.org/jira/browse/JAGGERY#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-pane

[Carbon-dev] [Bamboo-Build] Carbon-Kernel > Carbon-Platform > #70 has FAILED (11 tests failed, no failures were new). Change made by 10 authors.

2012-02-24 Thread Bamboo
--- Carbon-Kernel > Carbon-Platform > #70 failed. --- Code has been updated by krishantha, suho, sameera, chamara, nuwanw, sumedha, pradeep, amila, dinusha, nuwa

Re: [Carbon-dev] Build Failures IS at the Products Level - This time in Gadget Server

2012-02-24 Thread Achala Aponso
Hi, GS builds successfully for me. Will further look into this to find the reason for the above issue. Thanks, On Fri, Feb 24, 2012 at 2:46 PM, Achala Aponso wrote: > Hi, > > I will look into this. > > Thanks, > > On Fri, Feb 24, 2012 at 12:32 PM, Sameera Jayasoma wrote: > >> Hi Dev, >> >> I b

[Carbon-dev] Port Offset feature is broken in trunk

2012-02-24 Thread Rajika Kumarasiri
It seems setting the ports via Offset is broken. Please check. Rajika ___ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Re: [Carbon-dev] Build Failures IS at the Products Level - This time in Gadget Server

2012-02-24 Thread Achala Aponso
Hi, I will look into this. Thanks, On Fri, Feb 24, 2012 at 12:32 PM, Sameera Jayasoma wrote: > Hi Dev, > > I build carbon kernel and the platform except the products. Those builds > were successful. > > As soon as I hit the product level, got a build failure. > > > INFO] >

[Carbon-dev] Updated Invitation: CSG code review @ Sun Feb 26 11am - 12pm (carbon-dev@wso2.org)

2012-02-24 Thread Rajika Kumarasiri
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20120226T053000Z DTEND:20120226T063000Z DTSTAMP:20120224T084622Z ORGANIZER;CN=raj...@wso2.com:mailto:raj...@wso2.com UID:fd1ns63bt0qm2o6pccvb09c...@google.com ATTENDE