Re: Tapestry 5.0.1.5 and Cayenne Integration

2009-07-02 Thread Michael Gentry
By default, Cayenne will look through the CLASSPATH to find the XML files (cayenne.xml, etc). You can tell it to look elsewhere, but the easiest thing to do is to put it at the top of your src directory. I haven't tried using Robert's T5+Cayenne integration yet. (On my to-do list.) mrg On Thu,

Re: Tapestry 5.0.1.5 and Cayenne Integration

2009-07-02 Thread Borut BolĨina
Hi, 2009/7/2 Eldred Mullany > Hi Guys > > > > Has anyone got an example or tutorial on how to integrate > Tapestry5.0.1.5 with Cayenne ? > > > I wish Robert will continue his great tutorial at http://t5cayenne.saiwai-solutions.com/tutorial/ Cheers, Borut

RE: Tapestry 5.0.1.5 and Cayenne Integration

2009-07-02 Thread Eldred Mullany
: Re: Tapestry 5.0.1.5 and Cayenne Integration Is this what you are looking for? http://code.google.com/p/tapestry5-cayenne/ Peter - Original Message - From: "Eldred Mullany" To: "Tapestry users" Sent: Thursday, 2 July, 2009 13:19:45 GMT +02:00 Athens, Beirut, Buchare

Re: Tapestry 5.0.1.5 and Cayenne Integration

2009-07-02 Thread Peter Stavrinides
Is this what you are looking for? http://code.google.com/p/tapestry5-cayenne/ Peter - Original Message - From: "Eldred Mullany" To: "Tapestry users" Sent: Thursday, 2 July, 2009 13:19:45 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Tapestry 5.0.1.5 and

Tapestry 5.0.1.5 and Cayenne Integration

2009-07-02 Thread Eldred Mullany
Hi Guys Has anyone got an example or tutorial on how to integrate Tapestry5.0.1.5 with Cayenne ? I am following tutorial, when I get to the part of running test class after setting up my database and generating my class files placing jar file inside pom.xml. T5 project starts up ok as soo