Re: how to start learn T5.2.x?

2010-03-28 Thread Ulrich Stärk
Or even easier: add the modules to your command line parameters: -Dtapestry.modules=org.apache.tapestry5.hibernate.HibernateModule,org.apache.tapestry5.hibernate.HibernateCoreModule Uli On 28.03.2010 10:26, Igor Drobiazko wrote: Tapestry IoC searches for the MANIFEST.MF inside a JAR. If the ma

Re: how to start learn T5.2.x?

2010-03-28 Thread Igor Drobiazko
Tapestry IoC searches for the MANIFEST.MF inside a JAR. If the manifest entry is available, its value is interpreted as a comma separated list of module classes. Read [1] for more details. When tapestry-hibernate-core is built a MANIFEST.MF is created with manifest-jar-plugin [2]. In your eclipse

Re: how to start learn T5.2.x?

2010-03-27 Thread oliver lee
thank you so much,Igor Drobiazko! follow your instruction ,i close the tapestry-hibernate* project in my eclipse workspace, then i can run the tutorial1 project successfully! i wonder why i have to close the tapestry-hibernate* project, the tutorial1 project or the t-h project got problem?? 201

Re: how to start learn T5.2.x?

2010-03-27 Thread Igor Drobiazko
All of the test apps in the SVN repo can be started with RunJettyRun. You can check out the source of app1 from tapestry-core to learn Tapestry. In case of HiernateModule you should close the tapestry-hibernate-core project, then it will be loaded from your maven repo. I had the same issue two days

how to start learn T5.2.x?

2010-03-26 Thread oliver lee
I have stopped learn T5 for a long time due to i am doing some other project currently. Now i want start learn T5 again,but where to start? Does the tutorial1 project in the SVN repositry is valid?i cant run that project, i think the exception is that cant load the tapestry-hibernate module. whi