RE: Cannot get component library to load

2012-06-01 Thread Lance Java
exactly the same in these two circumstances. There is an interesting conversation here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=243163 -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713575.html Sent from the Tapestry

RE: Cannot get component library to load

2012-06-01 Thread Poder, Jacob
Best regards, Jacob -Original Message- From: LanceWhite [mailto:groli...@gmail.com] Sent: Thursday, May 31, 2012 5:41 PM To: users@tapestry.apache.org Subject: RE: Cannot get component library to load Yeeha! That did it for me as well - have to look now & see exactly what that does with

RE: Cannot get component library to load

2012-05-31 Thread LanceWhite
Yeeha! That did it for me as well - have to look now & see exactly what that does with the jar. Thanks a lot folks! Lance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713558.html Sent from the Tapestry - User mai

RE: Cannot get component library to load

2012-05-31 Thread Poder, Jacob
Hi, Not sure if this will help you, but I had the same problem when exporting my jar from eclipse. Checking the "Add directory entries" option in the JAR export solved it for me! Best regards, Jacob - To unsubscribe, e-mail: u

Re: Cannot get component library to load

2012-05-29 Thread Lance Java
omething is going on with your classloader hierarchy that is slightly different to most people's setups. Can you provide exact details of how you are running your app and how you define your classpath(s)? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-componen

Re: Cannot get component library to load

2012-05-29 Thread LanceWhite
brary jar is on the classpath isn't it? You don't have to set anything else for runtime? Lance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713498.html Sent from the Tapestry - User mailing l

Re: Cannot get component library to load

2012-05-29 Thread Lance Java
Also, where are the tapestry jars? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713496.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Cannot get component library to load

2012-05-29 Thread Lance Java
This might be caused by the location of your jar file "C:/Development/Projects/Test-Tapestry-Module" Where is the tapestry-upload.jar located? Is it inside a WAR? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p57

Re: Cannot get component library to load

2012-05-29 Thread Lance Java
ssage in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713494.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-

Re: Cannot get component library to load

2012-05-29 Thread LanceWhite
/test/pages/TestPage.tml for the tmll, so no difference. Lance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713493.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Cannot get component library to load

2012-05-29 Thread Lance Java
> I had to change findResources to getResource as findResources isn't publicly visible, but it dumped this : Can you try getResources() instead of getResource() -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713

Re: Cannot get component library to load

2012-05-29 Thread LanceWhite
x27;m probably doing something reealy dumb for this not to work, but I just can't figure out what it is!) Lance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713489.html Sent from the Tapestry - User mailing li

Re: Cannot get component library to load

2012-05-29 Thread LanceWhite
!/org/test/pages/TestPage.tml So something knows the pages are there. Lance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713488.html Sent from the Tapestry - User mailing list archive at Nabbl

Re: Cannot get component library to load

2012-05-28 Thread Lance Java
es/TestPage.tml")); -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713468.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubs

Re: Cannot get component library to load

2012-05-28 Thread Taha Siddiqi
Only one copy of Tapestry & my module jar. I've tried running it in Eclipse > and standalone, and with 5.3.2, and it's still doesn't find anything. > > Lance > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Cannot-get-co

Re: Cannot get component library to load

2012-05-28 Thread LanceWhite
still doesn't find anything. Lance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713466.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: Cannot get component library to load

2012-05-28 Thread Lance Java
Is there anything strange with your classpath? eg. multiple copies of the tapestry jars or multiple copies of your Page class / template? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713455.html Sent from the Tapestry

Re: Cannot get component library to load

2012-05-28 Thread Taha Siddiqi
gt; above. > > Lance > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713453.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > -

Re: Cannot get component library to load

2012-05-28 Thread LanceWhite
Yep. Tapestry-Module-Classes: org.test.services.TestModule Where TestModule.java contains the contributeComponentClassResolver posted above. Lance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713453.html Sent from the

Re: Cannot get component library to load

2012-05-28 Thread Lance Java
ble.com/Cannot-get-component-library-to-load-tp5713444p5713452.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional command

Re: Cannot get component library to load

2012-05-28 Thread LanceWhite
ages that Tapestry dumps when it starts running - the Upload component certainly does, and I'm not using it, so it's not as if that list only shows pages that are referenced. Lance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-compon

Re: Cannot get component library to load

2012-05-28 Thread Lance Java
-get-component-library-to-load-tp5713444p5713448.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: Cannot get component library to load

2012-05-28 Thread LanceWhite
This is with 5.3.3 by the way. Lance -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444p5713446.html Sent from the Tapestry - User mailing list archive at Nabble.com

Cannot get component library to load

2012-05-28 Thread LanceWhite
w this message in context: http://tapestry.1045711.n5.nabble.com/Cannot-get-component-library-to-load-tp5713444.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr..