Re: example doesn't work :(

2008-04-21 Thread Chris Lewis
And unfortunately that should be expected, as it was based on an older alpha version. János Jarecsni wrote: > things are ok now :) thanks guys. unfortunately the example code from the T5 > book is broken in a lot of places now. I will need more time to look into > this. but the upgrade is ok now :

Re: example doesn't work :(

2008-04-21 Thread János Jarecsni
things are ok now :) thanks guys. unfortunately the example code from the T5 book is broken in a lot of places now. I will need more time to look into this. but the upgrade is ok now :) thanks again cu janos On 21/04/2008, Sven Homburg <[EMAIL PROTECTED]> wrote: > > bingo > > 2008/4/21, János Jar

Re: example doesn't work :(

2008-04-21 Thread Sven Homburg
bingo 2008/4/21, János Jarecsni <[EMAIL PROTECTED]>: > > ah, you mean I should not have added typestry-hibernate-XXX at all? > > > On 21/04/2008, Chris Lewis <[EMAIL PROTECTED]> wrote: > > > > Of course you don't need hibernate. I suggested that you upgrade the > > hibernate module because one of

Re: example doesn't work :(

2008-04-21 Thread Chris Lewis
It is a module for hibernate integration, so if you don't need hibernate, you don't need that module. János Jarecsni wrote: > ah, you mean I should not have added typestry-hibernate-XXX at all? > > On 21/04/2008, Chris Lewis <[EMAIL PROTECTED]> wrote: > >> Of course you don't need hibernate. I

Re: example doesn't work :(

2008-04-21 Thread János Jarecsni
ah, you mean I should not have added typestry-hibernate-XXX at all? On 21/04/2008, Chris Lewis <[EMAIL PROTECTED]> wrote: > > Of course you don't need hibernate. I suggested that you upgrade the > hibernate module because one of the exceptions you shared was caused by > it, so I assumed you had ad

Re: example doesn't work :(

2008-04-21 Thread János Jarecsni
definitely not! that's why I don't see why I get these exceptions. On 21/04/2008, Sven Homburg <[EMAIL PROTECTED]> wrote: > > are you using hibernate in your application ? > > 2008/4/21, János Jarecsni <[EMAIL PROTECTED]>: > > > > > can I just pass some fake hibernate.cfg.xml or T5 now requires so

RE: example doesn't work :(

2008-04-21 Thread Jonathan Barker
athan > -Original Message- > From: János Jarecsni [mailto:[EMAIL PROTECTED] > Sent: Monday, April 21, 2008 10:48 AM > To: Tapestry users > Subject: Re: example doesn't work :( > > can I just pass some fake hibernate.cfg.xml or T5 now requires some > database >

Re: example doesn't work :(

2008-04-21 Thread Chris Lewis
Of course you don't need hibernate. I suggested that you upgrade the hibernate module because one of the exceptions you shared was caused by it, so I assumed you had added it out of need. If you don't, remove the dependency, otherwise please spend some time figuring out your configuration. None of

Re: example doesn't work :(

2008-04-21 Thread Sven Homburg
are you using hibernate in your application ? 2008/4/21, János Jarecsni <[EMAIL PROTECTED]>: > > can I just pass some fake hibernate.cfg.xml or T5 now requires some > database > resources to work? I mean do I have to create a valid hibernate config > just > to run T5? > > thx > janos > > > On 21/0

Re: example doesn't work :(

2008-04-21 Thread János Jarecsni
can I just pass some fake hibernate.cfg.xml or T5 now requires some database resources to work? I mean do I have to create a valid hibernate config just to run T5? thx janos On 21/04/2008, János Jarecsni <[EMAIL PROTECTED]> wrote: > > I updated everything, now I get this exception: > > some hiber

Re: example doesn't work :(

2008-04-21 Thread János Jarecsni
I updated everything, now I get this exception: some hibernate.cfg.xml is not found this time ... I think I'm close to the solution :) thanks again Janos Caused by: java.lang.RuntimeException: Error invoking service contribution method org.apache.tapestry.hibernate.HibernateModule.contributeValu

Re: example doesn't work :(

2008-04-21 Thread János Jarecsni
hm :( that yes, but now I examined the .WAR file, and saw that the old versions for the other JARs are there. sh..it :) thanks, I will give it another, more precise shot :P thanks janos On 21/04/2008, Chris Lewis <[EMAIL PROTECTED]> wrote: > > did you update everything, including tapestry-hib

Re: example doesn't work :(

2008-04-21 Thread Chris Lewis
did you update everything, including tapestry-hibernate? János Jarecsni wrote: > I upgraded to 5.0.11, but nothing works now :) I saw some complains that > Hibernate is missing, added Hibernate jars, then now I see some IOC problems > > > like this: > > Caused by: java.lang.RuntimeException: Error

Re: example doesn't work :(

2008-04-21 Thread János Jarecsni
I upgraded to 5.0.11, but nothing works now :) I saw some complains that Hibernate is missing, added Hibernate jars, then now I see some IOC problems like this: Caused by: java.lang.RuntimeException: Error invoking service contribution method org.apache.tapestry.hibernate.HibernateModule.contrib

Re: example doesn't work :(

2008-04-21 Thread János Jarecsni
thanks for the prompt help! I'm now updating everything :) have a nice day! On 21/04/2008, Sven Homburg <[EMAIL PROTECTED]> wrote: > > now i am see it too ;- > > 2008/4/21, Chris Lewis <[EMAIL PROTECTED]>: > > > > > Hi, > > > > From the package in the stack trace it looks like you're using the ol

Re: example doesn't work :(

2008-04-21 Thread Sven Homburg
now i am see it too ;- 2008/4/21, Chris Lewis <[EMAIL PROTECTED]>: > > Hi, > > From the package in the stack trace it looks like you're using the old > version of that component. It has since been merged into the > http://code.google.com/p/tapestry5-components/, so try that. Also, the > latest T5

Re: example doesn't work :(

2008-04-21 Thread Chris Lewis
Hi, >From the package in the stack trace it looks like you're using the old version of that component. It has since been merged into the http://code.google.com/p/tapestry5-components/, so try that. Also, the latest T5 release is 5.0.11. chris János Jarecsni wrote: > Hi, > > the fckeditor compone

Re: example doesn't work :(

2008-04-21 Thread Sven Homburg
lastes tapestry is 5..0.11 lastest fckeditor is 2.6 have a look here http://87.193.218.134:8080/t5components/t5c-commons/ref/org/apache/tapestry/commons/components/Editor.html and here http://87.193.218.134:8080/t5c-demo/editorpage 2008/4/21, János Jarecsni <[EMAIL PROTECTED]>: > > Hi, > > the fc

example doesn't work :(

2008-04-21 Thread János Jarecsni
Hi, the fckeditor component doesn't work in my environment. For the page below I get an error message: An unexpected application exception has occurred. Render queue error in BeginRender[AddCelebrity:biography]: org.apache.tapestry.ioc.internal.util.TapestryException And in the tomcat log I fin