Re: Trunk Builds

2009-07-07 Thread Shawn Jiang
Sorry, Are we using the same trunk build ? I downloaded the tomcat trunk build here: * http://people.apache.org/builds/geronimo/server/binaries/trunk/20090703/geronimo-tomcat6-javaee5-2.2-SNAPSHOT-bin.zip * When accessing http://localhost:8080/*dojo/dojo/*dojo.js , I got it's content: /*

Re: Trunk Builds

2009-07-07 Thread Jarek Gawor
Shawn, Looks like my copy of dojo-release-1.1.1-mini.zip was outdated and files were wrapped in an extra dojo directory. Once I updated it the extra dojo directory disappeared. I updated the DOJO_BASE in ConfirmMessageTag.java. Thanks, Jarek On Tue, Jul 7, 2009 at 3:38 AM, Shawn

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

Re: Trunk Builds

2009-07-03 Thread Shawn Jiang
On Fri, Jul 3, 2009 at 2:53 AM, Jarek Gawor jga...@gmail.com wrote: Shawn, The one failure in console/advanced on Tomcat is caused by fixing that prompting issue in the console. I'm hoping it's just a timing issue It's not a timing issue. This is caused by a modification on

Re: Trunk Builds

2009-07-02 Thread Jarek Gawor
On Wed, Jul 1, 2009 at 6:51 PM, David Jencksdavid_jen...@yahoo.com wrote: On Jul 1, 2009, at 11:04 AM, Jarek Gawor wrote: David, I'm trying to make things work and behave the same for ejb-based web services as for servlet-based web services. I have a similar security tests to jaxws-ejb-sec

Re: Trunk Builds

2009-07-02 Thread Jarek Gawor
Shawn, The one failure in console/advanced on Tomcat is caused by fixing that prompting issue in the console. I'm hoping it's just a timing issue since its takes a bit of time to load all the Dojo stuff for the first time. So I just increased the wait time for the window to show up in that test.

Re: Trunk Builds

2009-07-02 Thread David Jencks
On Jul 2, 2009, at 11:36 AM, Jarek Gawor wrote: On Wed, Jul 1, 2009 at 6:51 PM, David Jencksdavid_jen...@yahoo.com wrote: On Jul 1, 2009, at 11:04 AM, Jarek Gawor wrote: David, I'm trying to make things work and behave the same for ejb-based web services as for servlet-based web

Re: Trunk Builds

2009-07-01 Thread David Jencks
On Jun 30, 2009, at 12:28 PM, David Jencks wrote: On Jun 30, 2009, at 7:35 AM, Jarek Gawor wrote: David, Some errors on the console (or in the logs) are to be expected. The tests check if for example the service that requires security can be accessed without security. That should generate

Re: Trunk Builds

2009-07-01 Thread Jarek Gawor
David, I'm trying to make things work and behave the same for ejb-based web services as for servlet-based web services. I have a similar security tests to jaxws-ejb-sec for servlet-based web services - see jaxws-war-sec. Take a look at /basicAllowGet example in web.xml. It has one http-method

Re: Trunk Builds

2009-07-01 Thread David Jencks
On Jul 1, 2009, at 11:04 AM, Jarek Gawor wrote: David, I'm trying to make things work and behave the same for ejb-based web services as for servlet-based web services. I have a similar security tests to jaxws-ejb-sec for servlet-based web services - see jaxws-war-sec. Take a look at

Re: Trunk Builds

2009-07-01 Thread Shawn Jiang
I can't recreate the same console/advanced failure in my local machine. But I do find another console testsuite bug and filed a JIRA: https://issues.apache.org/jira/browse/GERONIMO-4720 (patch provided) The failure of enterprise-testsuite/sec-tests is related to run-as propagation from a

Re: Trunk Builds

2009-07-01 Thread David Jencks
On Jul 1, 2009, at 6:31 PM, Shawn Jiang wrote: I can't recreate the same console/advanced failure in my local machine. But I do find another console testsuite bug and filed a JIRA: https://issues.apache.org/jira/browse/GERONIMO-4720 (patch provided) The failure of

Re: Trunk Builds

2009-07-01 Thread Shawn Jiang
If the test is wrong, tomcat run-as propagation logic must have bug because Tomcat testsuite with the same case passed. On Thu, Jul 2, 2009 at 9:53 AM, David Jencks david_jen...@yahoo.com wrote: On Jul 1, 2009, at 6:31 PM, Shawn Jiang wrote: I can't recreate the same console/advanced failure

Re: Trunk Builds

2009-06-30 Thread David Jencks
I've worked on GERONIMO-4645, however I'm getting strange results from running the testsuite. When I look at build.log for a test bit I don't see errors but the console output claims a lot of bits failed. So hopefully your automated tests won't have this problem and we can see how

Re: Trunk Builds

2009-06-30 Thread Jarek Gawor
David, Some errors on the console (or in the logs) are to be expected. The tests check if for example the service that requires security can be accessed without security. That should generate some errors and that's what the test expects. As to securing ?wsdl access, a while ago I added a feature

Re: Trunk Builds

2009-06-30 Thread David Jencks
On Jun 30, 2009, at 7:35 AM, Jarek Gawor wrote: David, Some errors on the console (or in the logs) are to be expected. The tests check if for example the service that requires security can be accessed without security. That should generate some errors and that's what the test expects. As

Re: Trunk Builds

2009-06-25 Thread Jarek Gawor
Based on running the testsuite yesterday and with fixes committed last night I *think* we should be passing all tests on Tomcat and fail enterprise-testsuite/sec-tests and webservices-testsuite/jaxws-tests on Jetty. The webservices-testsuite/jaxws-tests fails because of GERONIMO-4645. Not sure

Re: Trunk builds will fail now if missing legal files...

2007-02-28 Thread Jason Dillon
I've gone through the bulk of it... fixed some places where legal files were missing (using stnd LICENSE.txt and NOTICE.txt) and fixed some bits where extra pom magic was needed. This is for the *normal* build... I imagine that the testsuite/* bits still need some help. Either add the

Re: Trunk builds will fail now if missing legal files...

2007-02-28 Thread Prasad Kashyap
OK. Let me look at it. Cheers Prasad On 2/28/07, Jason Dillon [EMAIL PROTECTED] wrote: I've gone through the bulk of it... fixed some places where legal files were missing (using stnd LICENSE.txt and NOTICE.txt) and fixed some bits where extra pom magic was needed. This is for the *normal*

Re: Trunk builds will fail now if missing legal files...

2007-02-28 Thread Jason Dillon
Thanks. --jason On Feb 28, 2007, at 5:37 AM, Prasad Kashyap wrote: OK. Let me look at it. Cheers Prasad On 2/28/07, Jason Dillon [EMAIL PROTECTED] wrote: I've gone through the bulk of it... fixed some places where legal files were missing (using stnd LICENSE.txt and NOTICE.txt) and fixed