On Wed, Feb 24, 2010 at 9:43 AM, Stefan Kolb <[email protected]> wrote: > Hi, > > i uploaded the code at: > http://www.file-upload.net/download-2292050/SCAWebshop.zip.html > > The scenario is pretty complex and special so i don't wanna create a jira > for it yet. > Some info on the code: Test classes are in junit package and they all should > work fine for the components. > The ant build script creates the *.war file. There may be some libs missing > tho that doesn't create the problem (i included all libs and it didnt work > either). > Let me know when you need more information. > > Thanks for helping out > > Regards Stefan
Have you tried to deploy the application into Tomcat ? If it works in Tomcat, then you might need to tweak the Geronimo deployer descriptor to properly set classPath ordering and the classes that should be loaded from inside your webapp. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
