On Wed, Feb 24, 2010 at 8:08 PM, Simon Nash <[email protected]> wrote: > Luciano Resende wrote: >> >> 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. >> >> > I took a quick look at the code and I couldn't see any problems that > would cause the "Reference not found for component reference" message. > > Luciano's suggestion sounds good to me. > > Simon > >
Here is an example of a geronimo deployment descriptor https://svn.apache.org/repos/asf/tuscany/sandbox/lresende/sca-1.x/samples/store-secure-webapp/src/main/webapp/WEB-INF/geronimo-web.xml -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
