Re: Which dojo?

2009-07-06 Thread David Jencks
On Jul 1, 2009, at 10:18 PM, Rex Wang wrote: Yep, the current portlet dev is really complicated, but there will be a huge work to do if we decide to switch pluto to other framework like JSF... not sure how much for Pluto2. And I think we don't have enough time for the migration before G2.2

Re: Problem when deploy CXF WebService (Service resource injection failed)

2009-07-06 Thread Westhveg
Can anyone help me, please? Thanks, Westhveg Westhveg wrote: And if I try to test the webservice developing this spring client: ?xml version=1.0 encoding=UTF-8? beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Duplicate clustername value sets in config-subsititions file

2009-07-06 Thread chi runhua
Hi all, I just noticed there are 2 pairs of clusterName=CLUSTER_NAME in config-substitions.properties. My understanding of them is one for WADI clustering and another for farming. Can we using different keywords to identify them? ie. farmingClusterName and WADIClusterName or sth. like that.

[BUILD] trunk: Failed for Revision: 791456

2009-07-06 Thread gawor
Geronimo Revision: 791456 built with tests included See the full build-0900.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20090706/build-0900.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20090706 [INFO] BUILD

Re: Problem when deploy CXF WebService (Service resource injection failed)

2009-07-06 Thread Jarek Gawor
Westhveg, Let's back up a little. You have two options for deploying your web service: 1) Deploy your web application WITH all cxf and spring jars but you MUST: a) start the server with -Dorg.apache.geronimo.jaxws.builder.useSimpleFinder=true AND b) specify a bunch of filters in

Re: Trunk Builds

2009-07-06 Thread Jarek Gawor
Shawn, I recently modified ConfirmMessageTag.java so that it points to the right locations for dojo resources. It used to point to http://localhost:8080/dojo/dojo/dojo.js (which does not work) but now points to http://localhost:8080/dojo/dojo/dojo/dojo.js (which does work). That made the

[jira] Created: (GERONIMO-4727) Setting a parameterized pojo in blueprint throws exception

2009-07-06 Thread Gert Vanthienen (JIRA)
Setting a parameterized pojo in blueprint throws exception -- Key: GERONIMO-4727 URL: https://issues.apache.org/jira/browse/GERONIMO-4727 Project: Geronimo Issue Type: Bug

[jira] Updated: (GERONIMO-4727) Setting a parameterized pojo in blueprint throws exception

2009-07-06 Thread Gert Vanthienen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gert Vanthienen updated GERONIMO-4727: -- Attachment: GERONIMO-4727.diff This patch will give the raw type 'the benefit of

[jira] Updated: (GERONIMO-4727) Setting a parameterized pojo in blueprint throws exception

2009-07-06 Thread Gert Vanthienen (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gert Vanthienen updated GERONIMO-4727: -- Attachment: GERONIMO-4727.diff Setting a parameterized pojo in blueprint throws

Re: Daytrader for Tomcat

2009-07-06 Thread Joe Bohn
Hi Forrest, Are you planning to do anything more with the Daytrader? There was some discussion in http://issues.apache.org/jira/browse/DAYTRADER-68 about next steps with this web-only version of daytrader ... but that was a while ago and I'm not sure if you are still working on these items

[jira] Updated: (GERONIMO-4642) WS-Security support for JAX-WS Web Services

2009-07-06 Thread Rahul Mehta (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rahul Mehta updated GERONIMO-4642: -- Attachment: usernameToken.patch Hello Devs, This patch provides the UsernameToken security

Re: Problem when deploy CXF WebService (Service resource injection failed)

2009-07-06 Thread Westhveg
Jarek, Finally, it works. I've followed the second way. I have to do this: · Remove the spring listener from web.xml · Keep the spring contextConfigLocation in web.xml · Keep CXF Servlet but calling my interface insted of 'org.apache.cxf.transport.servlet.CXFServlet'. Thanks a lot for your

[jira] Resolved: (GERONIMO-4727) Setting a parameterized pojo in blueprint throws exception

2009-07-06 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved GERONIMO-4727. --- Resolution: Fixed Such constructions have been explicitely forbidden. The reason

[BUILD] trunk: Failed for Revision: 791555

2009-07-06 Thread gawor
Geronimo Revision: 791555 built with tests included See the full build-1500.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20090706/build-1500.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20090706 [INFO] BUILD

[BUILD] trunk: Failed for Revision: 791656

2009-07-06 Thread gawor
Geronimo Revision: 791656 built with tests included See the full build-2100.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20090706/build-2100.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20090706 [INFO] BUILD

Setup a Geonimo FAQ ?

2009-07-06 Thread Shawn Jiang
Obviously, there are really some FAQ in the mailing list such as 1, Lib conflict including myface, spring 2, Log4j 3, JPA JTA/Non-JTA DS requirement. 4, web-service out of memory 5, Classloading problem caused by bad EAR package structure. .. We need a formal page to record these FAQ. (only

Re: Setup a Geonimo FAQ ?

2009-07-06 Thread Jason Dillon
The Knowledge Base was intended to be the home for FAQ-ish thingys. --jason On Jul 7, 2009, at 12:04 PM, Shawn Jiang wrote: Obviously, there are really some FAQ in the mailing list such as 1, Lib conflict including myface, spring 2, Log4j 3, JPA JTA/Non-JTA DS requirement. 4, web-service

Re: Setup a Geonimo FAQ ?

2009-07-06 Thread Shawn Jiang
OK, I also noticed that Knowledge Base page can be found as FAQ in geronimo homepage. FAQ http://cwiki.apache.org/confluence/pages/listpages.action?key=GMOxKB Browse