Re: T5 / DatePicker: Error obtaining injected value for field

2007-07-13 Thread Ted Steen
this is going to be fixed soon. thanks for pointing out the 5.0.5 incompatibilities! 2007/7/12, Martin Dietze <[EMAIL PROTECTED]>: Again answering myself... On Thu, July 12, 2007, Martin Dietze wrote: > Exception constructing service > 'ClasspathAssetAliasManager': Error invoking constructor >

Re: T5 / DatePicker: Error obtaining injected value for field

2007-07-12 Thread Martin Dietze
Again answering myself... On Thu, July 12, 2007, Martin Dietze wrote: > Exception constructing service > 'ClasspathAssetAliasManager': Error invoking constructor > org.apache.tapestry.internal.services.ClasspathAssetAliasManagerImpl(Request, > Map) (at ClasspathAssetAliasManagerImpl.java:50) (for

Re: T5 / DatePicker: Error obtaining injected value for field

2007-07-12 Thread Martin Dietze
Replying to myself... On Thu, July 12, 2007, Martin Dietze wrote: > I modified these like this: > > | @Inject > | @Value("${net.keso.ted.jscalendarscript}/button-image.png") > | private Asset defaultButtonImage; As I now understand it, the code above should read: | @Inject | @Path("${net.keso.

T5 / DatePicker: Error obtaining injected value for field

2007-07-12 Thread Martin Dietze
Hi, I am trying to get the DatePicker class from the tapestry5-jscalendar package [1] to work with the latest 5.0.5 snapshot. The code did not compile initially since there were @Inject annotations like this one: | @Inject("${net.keso.ted.jscalendarscript}/button-image.png") | private Asset defa

Re: DatePicker error

2006-09-27 Thread Hajaansh
Thanks anyway! I will just have to try out different libs and see if the problem somehow sorts itself out ;-) It does not feel like a stable way of doing things but I guess I have no alternative... Thanks again! On 9/27/06, D&J Gredler <[EMAIL PROTECTED]> wrote: I'm on JDK 1.5, so that shoul

Re: DatePicker error

2006-09-27 Thread D&J Gredler
I'm on JDK 1.5, so that shouldn't be an issue. The saxpath jar may very well be a dependency of one of the other gazillion libraries I'm using :-) I don't know what else to suggest... On 9/27/06, Hajaansh <[EMAIL PROTECTED]> wrote: Hi again D&J, I am just looking at the versions I have. I am

Re: DatePicker error

2006-09-26 Thread Hajaansh
Hi again D&J, I am just looking at the versions I have. I am using Hibernate 3.1.3. Are you using Java 1.5? I saw in the readme for hibernate that I have: xerces-2.6.2.jar (2.6.2) - SAX parser - runtime, required for JDK < 1.4 So maybe the problem could be that I am using JDK 1.5... any though

Re: DatePicker error

2006-09-26 Thread D&J Gredler
I'm using Tap4 with Hibernate 3.1.2 without a problem and I see the following XML-related JARS in my lib directory: dom4j 1.6.1, saxpath 1.0FCS, Xerces Impl 2.6.2, XML Parser APIs 2.2.1. Not sure how you would find out what the official dependencies are. On 9/26/06, Hajaansh <[EMAIL PROTECTED]> w

Re: DatePicker error

2006-09-26 Thread Hajaansh
Ah, so that is the reason that no one answered :-) That might have been a good tip from you though! I have found a Xerces 2.6.2 jar which came with hibernate and I dont really have a clue if Tapestry (4.0) is using that one. I have also found one which came with my Java 1.5 installation. Any wa

Re: DatePicker error

2006-09-26 Thread D&J Gredler
I really have no idea, but maybe you have multiple versions of Xerces running around on your classpath, or just a single (wrong) version? These kinds of errors are always hard to debug... On 9/26/06, Hajaansh <[EMAIL PROTECTED]> wrote: No one knows what the problem could be? Each time a restart

Re: DatePicker error

2006-09-26 Thread Hajaansh
No one knows what the problem could be? Each time a restart Tomcat it seems to be fine. Maybe it is so obvious no one is responding? On 9/19/06, Hajaansh <[EMAIL PROTECTED]> wrote: Sorry, the error message was formatted strangely the last time. This time I hope it is better... Any ideas anyone?

DatePicker error

2006-09-18 Thread Hajaansh
Sorry, the error message was formatted strangely the last time. This time I hope it is better... Any ideas anyone? Could it be how I started Tomcat? I started it with: set JAVA_OPTS="-Dorg.apache.tapestry.disable-caching=true" set JPDA_ADDRESS=9045 set JPDA_TRANSPORT=dt_socket C:\Tomcat\apache-to

DatePicker error

2006-09-18 Thread Hajaansh
Hi I was using the DatePicker component and all of a sudden I have the following error. If I restart Tomcat the error goes away for a while but later comes back. Any idea what the problem could be? Cheers, org.apache.hivemind.ApplicationRuntimeException org.apache.xerces.parsers.XML11Configura