[jira] Created: (GERONIMO-518) Deploying Struts app fails on Logging ClassCastException

2004-12-06 Thread Aaron Mulder (JIRA)
Deploying Struts app fails on Logging ClassCastException Key: GERONIMO-518 URL: http://nagoya.apache.org/jira/browse/GERONIMO-518 Project: Apache Geronimo Type: Bug Components: core, web Reporter:

[jira] Commented: (GERONIMO-518) Deploying Struts app fails on Logging ClassCastException

2004-12-06 Thread Aaron Mulder (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-518?page=comments#action_56236 ] Aaron Mulder commented on GERONIMO-518: --- After talking to Dain, it sounds like this problem will be solved when we drop commons logging. (root cause, the WAR is

Re: How to run the itest without the complete build

2004-12-06 Thread Aaron Mulder
maven -o -Dmodules=itests should do it. Aaron On Mon, 6 Dec 2004, Srinath Perera wrote: Hi All; is there way to run just itest from the maven build (consider build is successful and all jars are in the repository ) something like -Dmodules for itests or target like m:itest ect.

Re: build failed Thu Dec 2 22:24:16 PST 2004

2004-12-06 Thread Craig Johannsen
The geronimo/openejb component is failing to build. Virtually all the errors have to do with being unable to resolve org.apache.geronimo.deployment.DeploymentException. There is a DeploymentException in the common module but not in the deployment module. Adding one to the deployment module

Re: build failed Thu Dec 2 22:24:16 PST 2004

2004-12-06 Thread Aaron Mulder
Try an OpenEJB update (or maven m:update) -- I checked in the OpenEJB changes fairly recently. If that doesn't work. I'm going to push new JARs to the Maven repo shortly, which should definitely resolve it. Aaron On Sun, 5 Dec 2004, Craig Johannsen wrote: The geronimo/openejb

Presentation at ApacheCon 2004

2004-12-06 Thread Kristian Köhler
Hi the ApacheCon 2003 presentation is available as PDF online over the wiki. Are the slides from ApacheCon 2004 also available somewhere online? Thanks Kristian

Re: build failed Thu Dec 2 22:24:16 PST 2004

2004-12-06 Thread anita kulshreshtha
After an update today, I am getting the following - . [echo] Preprocessing j2ee-secure-plan.xml [echo] Preprocessing j2ee-server-plan.xml [echo] Preprocessing system-activemq-plan.xml [echo] Preprocessing system-database-plan.xml [echo]

Re: Tomcat Module Still Broken

2004-12-06 Thread Aaron Mulder
On Mon, 6 Dec 2004, Jacek Laskowski wrote: I didn't know about that as well as I did not see anybody reported this :( Do you know how to work it out as the idea is to build Tomcat outside of the assembly module? Do you think that creating a flag in the assembly module to build Tomcat would

Re: build failed Mon Dec 6 09:19:33 PST 2004

2004-12-06 Thread Aaron Mulder
These failures all appear to be caused by connection timeouts. I'm not sure what might be causing that. Is there a DNS problem on the machine or something? Aaron On Mon, 6 Dec 2004, i686-pc-win2k wrote: ==[SUMMARY] [junit] [ERROR] TEST

Re: Tomcat Module Still Broken

2004-12-06 Thread Aaron Mulder
Jacek, I'm still not sure what you're trying to achieve. Right now, it looks like the server configuration files for the assembly module (in src/plan) have Tomcat settings present but commented out. In the simple world, if someone wanted to enable Tomcat, they'd need to comment

Re: svn commit: r109965 - /geronimo/trunk/etc/version-info.ent

2004-12-06 Thread Aaron Mulder
Except now the build fails! Starting the reactor... Parse Fatal Error at line 364 column 32: The entity openorb-version was referenced, but not declared. BUILD FAILED File.. /home/ammulder/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly Element... maven:reactor Line..

Re: build freezes

2004-12-06 Thread Dain Sundstrom
I've gotten that a few times... it is because you have a defunct java process running in the background and the client is attempting to connect to it. -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Dec 6, 2004, at 10:14 AM, David Jencks wrote: twice now