Re: 1.1.2-SNAPSHOT Build Failure (Daytrader)

2006-11-17 Thread Vamsavardhana Reddy

An update on what I did.  From this I am sure the build problem is now gone
(but don't know how and why).

1.  Did a checkout of branches\1.1
2.  Ran maven -o -Dmaven.test.skip=true -Dmaven.itest.skip=true
BUILD SUCCESSFUL
3.  Ran maven m:fresh-checkout
Checkout failed.
4.  Copied the openejb directory got yesterday from maven m:fresh-checkout
5.  Ran maven -o m:clean
6.  Created a dir C:\M1REPO and copied org.mortbay.jetty-5.1.10.jar since it
could not be downloaded.
7. Ran maven -Dmaven.test.skip=true -Dmaven.itest.skip=true -
Dmaven.repo.local=c:/M1REPO
   BUILD SUCCESSFUL

Can someone try the following and verify if the build problem still exists?
1.  Checkout branches\1.1
2.  maven m:fresh-checkout
3.  Run the build with a clean repository

Thanks,
Vamsi


On 11/16/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:


I can't figure what is different in my environment :o( .  Let me do a
checkout from branches\1.1 and try it again.

--vamsi

On 11/16/06, Paul McMahan <[EMAIL PROTECTED]> wrote:
>
> On 11/16/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:
> > Today I did a svn update on branches\1.1 (rev 475601) and maven
> > m:fresh-checkout.  I was able to build branches\1.1 starting with an
> empty
> > maven repo.  Build failed once since org.mortbay.jetty-5.1.10.jarcould not
> > be downloaded from remote repository and I restarted the build after
> placing
> > the jar in the local repo from my repository backup.  I have not run
> into
> > any errors while building the six configs (daytrader, servlet and jsp
> > examples) that were having problems earlier.  Can someone else verify
> if
> > branches\1.1 could be built successfully?
>
> I moved my local repo aside, did a svn update, maven m:fresh-checkout,
> and then maven new.  I copied the jetty jar into my local repo as you
> did.  Then my build failed in the daytrader-jetty configs at the same
> location Aaron mentioned earlier in this thread.  Specifically:
>
> 11:22:51,041 ERROR [PackageBuilder]
> org.apache.geronimo.common.DeploymentExcepti
> on: Could not load servlet class
> org.apache.geronimo.samples.daytrader.web.prims
> .PingServlet2Session2CMROne2Many
> org.apache.geronimo.common.DeploymentException : Could not load servlet
> class org
>
> .apache.geronimo.samples.daytrader.web.prims.PingServlet2Session2CMROne2Many
> at
> org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlet(Je
> ttyModuleBuilder.java :841)
> at
> org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlets(J
> ettyModuleBuilder.java:801)
>
> Best wishes,
> Paul
>




Re: 1.1.2-SNAPSHOT Build Failure (Daytrader)

2006-11-16 Thread Vamsavardhana Reddy

I can't figure what is different in my environment :o( .  Let me do a
checkout from branches\1.1 and try it again.

--vamsi

On 11/16/06, Paul McMahan <[EMAIL PROTECTED]> wrote:


On 11/16/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:
> Today I did a svn update on branches\1.1 (rev 475601) and maven
> m:fresh-checkout.  I was able to build branches\1.1 starting with an
empty
> maven repo.  Build failed once since org.mortbay.jetty-5.1.10.jar could
not
> be downloaded from remote repository and I restarted the build after
placing
> the jar in the local repo from my repository backup.  I have not run
into
> any errors while building the six configs (daytrader, servlet and jsp
> examples) that were having problems earlier.  Can someone else verify if
> branches\1.1 could be built successfully?

I moved my local repo aside, did a svn update, maven m:fresh-checkout,
and then maven new.  I copied the jetty jar into my local repo as you
did.  Then my build failed in the daytrader-jetty configs at the same
location Aaron mentioned earlier in this thread.  Specifically:

11:22:51,041 ERROR [PackageBuilder]
org.apache.geronimo.common.DeploymentExcepti
on: Could not load servlet class
org.apache.geronimo.samples.daytrader.web.prims
.PingServlet2Session2CMROne2Many
org.apache.geronimo.common.DeploymentException: Could not load servlet
class org

.apache.geronimo.samples.daytrader.web.prims.PingServlet2Session2CMROne2Many
at
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlet(Je
ttyModuleBuilder.java:841)
at
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlets(J
ettyModuleBuilder.java:801)

Best wishes,
Paul



Re: 1.1.2-SNAPSHOT Build Failure (Daytrader)

2006-11-16 Thread Paul McMahan

On 11/16/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:

Today I did a svn update on branches\1.1 (rev 475601) and maven
m:fresh-checkout.  I was able to build branches\1.1 starting with an empty
maven repo.  Build failed once since org.mortbay.jetty-5.1.10.jar could not
be downloaded from remote repository and I restarted the build after placing
the jar in the local repo from my repository backup.  I have not run into
any errors while building the six configs (daytrader, servlet and jsp
examples) that were having problems earlier.  Can someone else verify if
branches\1.1 could be built successfully?


I moved my local repo aside, did a svn update, maven m:fresh-checkout,
and then maven new.  I copied the jetty jar into my local repo as you
did.  Then my build failed in the daytrader-jetty configs at the same
location Aaron mentioned earlier in this thread.  Specifically:

11:22:51,041 ERROR [PackageBuilder] org.apache.geronimo.common.DeploymentExcepti
on: Could not load servlet class org.apache.geronimo.samples.daytrader.web.prims
.PingServlet2Session2CMROne2Many
org.apache.geronimo.common.DeploymentException: Could not load servlet class org
.apache.geronimo.samples.daytrader.web.prims.PingServlet2Session2CMROne2Many
   at org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlet(Je
ttyModuleBuilder.java:841)
   at org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlets(J
ettyModuleBuilder.java:801)

Best wishes,
Paul


Re: 1.1.2-SNAPSHOT Build Failure (Daytrader)

2006-10-31 Thread Aaron Mulder

I tried "maven m:co" to get OpenEJB, but when it built, the OpenEJB it
checked out was looking for Geronimo 1.1.1 dependencies, so I assumed
that it would be better to work with the OpenEJB binary.  So I whacked
the openejb/ directory and the build got further and then it ran into
the problem above.

Still, the underlying problems seem to be ClassNotFoundExceptions on
various servlet or servlet filter classes during deployment -- it
seems odd that OpenEJB would have anything to do with that.  (e.g.
Caused by: java.lang.ClassNotFoundException:
compressionFilters.CompressionFilterTestServlet in classloader
geronimo/jsp-examples-jetty/1.1.2-SNAPSHOT/car)

Thanks,
 Aaron

On 10/31/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:

Aaron,

 I will have to recall my statement from the last e-mail.  After your
e-mail, I ran maven on just configs\daytrader-jetty and it build fine, so I
thought I had a successful build.  Later I did "maven m:clean new" from root
and hit the same error that you have reported.  Now I do not have build of
branches\1.1.  Until now I was able to do a build of branches\1.1
successfully with any code changes I have done to my local source tree.

 I have run into some similar problems earlier while building from trunk and
if I remember correctly, those problems got resolved after bootstrapping
openejb.

 --vamsi

On 10/31/06, Aaron Mulder <[EMAIL PROTECTED]> wrote:
> I also got this in the JSP Examples and Servlet Examples.  I put one
> of those stack traces below.  If I whack those 6 configs (daytrader,
> JSP examples, and Servlet examples for Jetty and Tomcat) then the
> build completes successfully.
>
> Thanks,
>  Aaron
>
> +
> | configurations JSP Examples for Jetty
> | Memory: 38M/69M
> +
> DEPRECATED: the default goal should be specified in the 
> section of project.xml instead of maven.xml
> DEPRECATED: the default goal should be specified in the 
> section of project.xml instead of maven.xml
>
> build:end:
>
> build:start:
>
> multiproject:install-callback:
> [echo] Running car:install for JSP Examples for Jetty
> car:prepare-plan:
>
> car:package:
> [delete] Deleting directory
>
/data/cvs/geronimo-1.1/configs/jsp-examples-jetty/target/repository
> [mkdir] Created dir:
>
/data/cvs/geronimo-1.1/configs/jsp-examples-jetty/target/repository
>
> Packaging configuration
>
/data/cvs/geronimo-1.1/configs/jsp-examples-jetty/target/plan/plan.xml
>
> 12:51:36,020 ERROR [PackageBuilder]
> org.apache.geronimo.common.DeploymentException: Could not
load servlet
> class compressionFilters.CompressionFilterTestServlet
> org.apache.geronimo.common.DeploymentException: Could not
load servlet
> class compressionFilters.CompressionFilterTestServlet
> at
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlet(JettyModuleBuilder.java:828)
> at
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlets(JettyModuleBuilder.java:788)
> at
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addGBeans(JettyModuleBuilder.java:697)
> at
org.apache.geronimo.jetty.deployment.JettyModuleBuilder$$FastClassByCGLIB$$b30bba8a.invoke()
> at
net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke
(GBeanOperation.java:122)
> at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
> at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
> at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke
(RawOperationInvoker.java:35)
> at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
> at
org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$$228dd9a0.addGBeans
()
> at
org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(SwitchingModuleBuilder.java:162)
> at
org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder$$FastClassByCGLIB$$d0c31844.invoke
()
> at
net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke
(GBeanOperation.java:122)
> at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
> at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
> at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke
(RawOperationInvoker.java:35)
> at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
> at
org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$$228dd9a0.addGBeans
()
> at

Re: 1.1.2-SNAPSHOT Build Failure (Daytrader)

2006-10-31 Thread Matt Hogstrom

I'll take a crack at 1.1.2...stay tuned.

On Oct 31, 2006, at 1:00 PM, Aaron Mulder wrote:


I also got this in the JSP Examples and Servlet Examples.  I put one
of those stack traces below.  If I whack those 6 configs (daytrader,
JSP examples, and Servlet examples for Jetty and Tomcat) then the
build completes successfully.

Thanks,
Aaron

+
| configurations JSP Examples for Jetty
| Memory: 38M/69M
+
DEPRECATED: the default goal should be specified in the 
section of project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the 
section of project.xml instead of maven.xml

build:end:

build:start:

multiproject:install-callback:
   [echo] Running car:install for JSP Examples for Jetty
car:prepare-plan:

car:package:
   [delete] Deleting directory
/data/cvs/geronimo-1.1/configs/jsp-examples-jetty/target/repository
   [mkdir] Created dir:
/data/cvs/geronimo-1.1/configs/jsp-examples-jetty/target/repository

   Packaging configuration
/data/cvs/geronimo-1.1/configs/jsp-examples-jetty/target/plan/plan.xml

12:51:36,020 ERROR [PackageBuilder]
org.apache.geronimo.common.DeploymentException: Could not load servlet
class compressionFilters.CompressionFilterTestServlet
org.apache.geronimo.common.DeploymentException: Could not load servlet
class compressionFilters.CompressionFilterTestServlet
   at  
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlet 
(JettyModuleBuilder.java:828)
   at  
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlets 
(JettyModuleBuilder.java:788)
   at  
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addGBeans 
(JettyModuleBuilder.java:697)
   at org.apache.geronimo.jetty.deployment.JettyModuleBuilder$ 
$FastClassByCGLIB$$b30bba8a.invoke()

   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke 
(FastMethodInvoker.java:38)
   at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke 
(GBeanOperation.java:122)
   at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke 
(GBeanInstance.java:817)
   at org.apache.geronimo.gbean.runtime.RawInvoker.invoke 
(RawInvoker.java:57)
   at  
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke 
(RawOperationInvoker.java:35)
   at  
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept 
(ProxyMethodInterceptor.java:96)
   at org.apache.geronimo.j2ee.deployment.ModuleBuilder$ 
$EnhancerByCGLIB$$228dd9a0.addGBeans()
   at  
org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans 
(SwitchingModuleBuilder.java:162)
   at org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder 
$$FastClassByCGLIB$$d0c31844.invoke()

   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke 
(FastMethodInvoker.java:38)
   at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke 
(GBeanOperation.java:122)
   at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke 
(GBeanInstance.java:817)
   at org.apache.geronimo.gbean.runtime.RawInvoker.invoke 
(RawInvoker.java:57)
   at  
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke 
(RawOperationInvoker.java:35)
   at  
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept 
(ProxyMethodInterceptor.java:96)
   at org.apache.geronimo.j2ee.deployment.ModuleBuilder$ 
$EnhancerByCGLIB$$228dd9a0.addGBeans()
   at  
org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguratio 
n(EARConfigBuilder.java:562)
   at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$ 
$FastClassByCGLIB$$38e56ec6.invoke()

   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke 
(FastMethodInvoker.java:38)
   at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke 
(GBeanOperation.java:122)
   at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke 
(GBeanInstance.java:817)
   at org.apache.geronimo.gbean.runtime.RawInvoker.invoke 
(RawInvoker.java:57)
   at  
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke 
(RawOperationInvoker.java:35)
   at  
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept 
(ProxyMethodInterceptor.java:96)
   at org.apache.geronimo.deployment.ConfigurationBuilder$ 
$EnhancerByCGLIB$$2e7ae212.buildConfiguration()
   at org.apache.geronimo.deployment.Deployer.deploy 
(Deployer.java:302)
   at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$ 
$734a235d.invoke()

   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke 
(FastMethodInvoker.java:38)
   at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke 
(GBeanOperation.java:122)
   at 

Re: 1.1.2-SNAPSHOT Build Failure (Daytrader)

2006-10-31 Thread Vamsavardhana Reddy
I have a successful build of branches\1.1 .  May be you need to update openejb!!

--vamsiOn 10/31/06, Aaron Mulder <[EMAIL PROTECTED]> wrote:
I tried to build 1.1 branch head and got the error below.  Any ideas?Thanks, Aaron+| configurations Daytrader using derby deployed on jetty| Memory: 56M/67M
+DEPRECATED: the default goal should be specified in the section of project.xml instead of maven.xmlDEPRECATED: the default goal should be specified in the 
section of project.xml instead of maven.xmlbuild:end:You are working offline so the build will continue, butgeronimo-daytrader-derby-db-1.1.2-SNAPSHOT.jar may be out of date!You are working offline so the build will continue, but
openejb-1.1.2-SNAPSHOT.car may be out of date!build:start:multiproject:install-callback:[echo] Running car:install for Daytrader using derby deployed on jettycar:prepare-plan:car:package:
[delete] Deleting directory/data/cvs/geronimo-1.1/configs/daytrader-jetty/target/repository[mkdir] Created dir:/data/cvs/geronimo-1.1/configs/daytrader-jetty/target/repositoryPackaging configuration
/data/cvs/geronimo-1.1/configs/daytrader-jetty/target/plan/plan.xmlRetrieving document at 'WEB-INF/wsdl/TradeServices.wsdl'.Retrieving document at 'WEB-INF/wsdl/TradeServices.wsdl'.12:44:43,022 WARN  [HeavyweightTypeInfoBuilder] No soap array info for
schematype: T=QuoteDataBean@http://daytrader.samples.geronimo.apache.org12:44:43,398 WARN  [HeavyweightTypeInfoBuilder] No soap array info forschematype: T=
HoldingDataBean@http://daytrader.samples.geronimo.apache.org12:44:43,434 WARN  [HeavyweightTypeInfoBuilder] No soap array info forschematype: T=OrderDataBean
@http://daytrader.samples.geronimo.apache.org12:44:43,442 WARN  [HeavyweightTypeInfoBuilder] No soap array info forschematype: T=QuoteDataBean@
http://daytrader.samples.geronimo.apache.org12:44:43,451 WARN  [HeavyweightTypeInfoBuilder] No soap array info forschematype: T=HoldingDataBean@http://daytrader.samples.geronimo.apache.org
12:44:43,460 WARN  [HeavyweightTypeInfoBuilder] No soap array info forschematype: T=OrderDataBean@http://daytrader.samples.geronimo.apache.org12:44:43,463 WARN  [HeavyweightTypeInfoBuilder] No soap array info for
schematype: T=ArrayOfOrderDataBean@http://daytrader.samples.geronimo.apache.org12:44:43,463 WARN  [HeavyweightTypeInfoBuilder] No soap array info forschematype: T=
ArrayOfQuoteDataBean@http://daytrader.samples.geronimo.apache.org12:44:43,463 WARN  [HeavyweightTypeInfoBuilder] No soap array info forschematype: T=ArrayOfHoldingDataBean
@http://daytrader.samples.geronimo.apache.org12:44:43,533 ERROR [PackageBuilder]org.apache.geronimo.common.DeploymentException: Could not load servlet
class org.apache.geronimo.samples.daytrader.web.TradeAppServletorg.apache.geronimo.common.DeploymentException: Could not load servletclass org.apache.geronimo.samples.daytrader.web.TradeAppServletat org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlet
(JettyModuleBuilder.java:828)at org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlets(JettyModuleBuilder.java:788)at org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addGBeans(
JettyModuleBuilder.java:697)at org.apache.geronimo.jetty.deployment.JettyModuleBuilder$$FastClassByCGLIB$$b30bba8a.invoke()at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java
:53)at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke
(GBeanInstance.java:817)at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)at 
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)at org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$$ff159c3c.addGBeans()
at org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(SwitchingModuleBuilder.java:162)at org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder$$FastClassByCGLIB$$d0c31844.invoke()
at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke
(GBeanOperation.java:122)at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke
(RawOperationInvoker.java:35)at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)at 

Re: 1.1.2-SNAPSHOT Build Failure (Daytrader)

2006-10-31 Thread Aaron Mulder

I also got this in the JSP Examples and Servlet Examples.  I put one
of those stack traces below.  If I whack those 6 configs (daytrader,
JSP examples, and Servlet examples for Jetty and Tomcat) then the
build completes successfully.

Thanks,
Aaron

+
| configurations JSP Examples for Jetty
| Memory: 38M/69M
+
DEPRECATED: the default goal should be specified in the 
section of project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the 
section of project.xml instead of maven.xml

build:end:

build:start:

multiproject:install-callback:
   [echo] Running car:install for JSP Examples for Jetty
car:prepare-plan:

car:package:
   [delete] Deleting directory
/data/cvs/geronimo-1.1/configs/jsp-examples-jetty/target/repository
   [mkdir] Created dir:
/data/cvs/geronimo-1.1/configs/jsp-examples-jetty/target/repository

   Packaging configuration
/data/cvs/geronimo-1.1/configs/jsp-examples-jetty/target/plan/plan.xml

12:51:36,020 ERROR [PackageBuilder]
org.apache.geronimo.common.DeploymentException: Could not load servlet
class compressionFilters.CompressionFilterTestServlet
org.apache.geronimo.common.DeploymentException: Could not load servlet
class compressionFilters.CompressionFilterTestServlet
   at 
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlet(JettyModuleBuilder.java:828)
   at 
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlets(JettyModuleBuilder.java:788)
   at 
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addGBeans(JettyModuleBuilder.java:697)
   at 
org.apache.geronimo.jetty.deployment.JettyModuleBuilder$$FastClassByCGLIB$$b30bba8a.invoke()
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
   at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
   at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
   at 
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
   at 
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
   at 
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
   at 
org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$$228dd9a0.addGBeans()
   at 
org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(SwitchingModuleBuilder.java:162)
   at 
org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder$$FastClassByCGLIB$$d0c31844.invoke()
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
   at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
   at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
   at 
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
   at 
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
   at 
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
   at 
org.apache.geronimo.j2ee.deployment.ModuleBuilder$$EnhancerByCGLIB$$228dd9a0.addGBeans()
   at 
org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:562)
   at 
org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke()
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
   at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
   at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
   at 
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
   at 
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
   at 
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
   at 
org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$2e7ae212.buildConfiguration()
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:302)
   at 
org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke()
   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
   at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
   at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
   at