Re: First Tapestry app with Hibernate

2010-12-06 Thread robnangle
Apologies for that. Yes I am using maven with eclipse. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3293887.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: First Tapestry app with Hibernate

2010-12-06 Thread Thiago H. de Paula Figueiredo
On Mon, 06 Dec 2010 09:39:06 -0200, robnangle robnan...@gmail.com wrote: Apologies for that. Yes I am using maven with eclipse. Are you using the m2eclipse Eclipse plugin? It works way better than the Eclipse Maven plugin (eclipse:eclipse). -- Thiago H. de Paula Figueiredo Independent

Re: First Tapestry app with Hibernate

2010-12-06 Thread robnangle
No what I did was install apache maven and then tell eclipse about the classpath m2. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3293929.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: First Tapestry app with Hibernate

2010-12-06 Thread Thiago H. de Paula Figueiredo
On Mon, 06 Dec 2010 10:21:54 -0200, robnangle robnan...@gmail.com wrote: No what I did was install apache maven and then tell eclipse about the classpath m2. Do yourself a favor and use m2eclipse. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant,

Re: First Tapestry app with Hibernate

2010-12-06 Thread robnangle
I am now using m2eclipse but the error remains the same. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3293941.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: First Tapestry app with Hibernate

2010-12-06 Thread Thiago H. de Paula Figueiredo
On Mon, 06 Dec 2010 10:44:37 -0200, robnangle robnan...@gmail.com wrote: I am now using m2eclipse but the error remains the same. Have you enabled dependency management on your project? -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,

Re: First Tapestry app with Hibernate

2010-12-06 Thread robnangle
I have and now there is an error in pom.xml: missing artifact javax.transaction:jta.jar Do I need to add dependency? -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3293951.html Sent from the Tapestry - User mailing list

RE: First Tapestry app with Hibernate

2010-12-06 Thread Jens Reufsteck
with Hibernate I have and now there is an error in pom.xml: missing artifact javax.transaction:jta.jar Do I need to add dependency? -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app- with-Hibernate-tp3285845p3293951.html Sent from the Tapestry

RE: First Tapestry app with Hibernate

2010-12-06 Thread robnangle
Ye seen that cheers got the artifact installed and dependencies all up to date.. But with no success as the error remains.. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3294065.html Sent from the Tapestry - User mailing list

RE: First Tapestry app with Hibernate

2010-12-06 Thread robnangle
; } } -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3294096.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

RE: First Tapestry app with Hibernate

2010-12-06 Thread robnangle
) at org.apache.tapestry5.ioc.internal.ServiceBuilderMethodInvoker.createObject(ServiceBuilderMethodInvoker.java:64) ... 129 more -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3294227.html Sent from the Tapestry - User

Re: First Tapestry app with Hibernate

2010-12-06 Thread Thiago H. de Paula Figueiredo
On Mon, 06 Dec 2010 13:46:19 -0200, robnangle robnan...@gmail.com wrote: /hibernate.cfg.xml not found Go to the project properties, Java build path, click on Excluded inside src/main/resources, then click Remove. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and

Re: First Tapestry app with Hibernate

2010-12-06 Thread robnangle
I did that, unfortunetly the same error remains.. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3294267.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: First Tapestry app with Hibernate

2010-12-06 Thread robnangle
I did that , unfortunetly the same error remains.. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3294268.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: First Tapestry app with Hibernate

2010-12-03 Thread robnangle
No i am using the normal eclipse ide. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3291024.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: First Tapestry app with Hibernate

2010-12-03 Thread Everton Agner
He meant the Maven Plugin for Eclipse : m2eclipse ___ Everton Agner Ramos 2010/12/3 robnangle robnan...@gmail.com No i am using the normal eclipse ide. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate

Re: First Tapestry app with Hibernate

2010-12-02 Thread robnangle
Hi Angelo, Unfortunetly adding that in failed to fix or progress the error im receiving. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3289356.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: First Tapestry app with Hibernate

2010-12-02 Thread Angelo C.
/pluginRepository /pluginRepositories properties tapestry-release-version5.1.0.5/tapestry-release-version /properties /project -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3289401.html Sent from the Tapestry - User

Re: First Tapestry app with Hibernate

2010-12-02 Thread robnangle
Thanks for that angelo but no luck. Same two errors as from the begining. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3289417.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: First Tapestry app with Hibernate

2010-12-02 Thread Juan E. Maya
+with+Tomcat+and+Eclipse On Thu, Dec 2, 2010 at 3:06 PM, robnangle robnan...@gmail.com wrote: Thanks for that angelo but no luck. Same two errors as from the begining. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate

Re: First Tapestry app with Hibernate

2010-12-02 Thread Andreas Andreou
.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3289417.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: First Tapestry app with Hibernate

2010-12-02 Thread Richard Hill
means your session doesn't keep getting trashed every time tomcat restarts to effect a change. -Original Message- From: Juan E. Maya maya.j...@gmail.com Reply-to: Tapestry users users@tapestry.apache.org To: Tapestry users users@tapestry.apache.org Subject: Re: First Tapestry app

Re: First Tapestry app with Hibernate

2010-12-02 Thread robnangle
.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3289543.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

Re: First Tapestry app with Hibernate

2010-12-02 Thread Thiago H. de Paula Figueiredo
On Thu, 02 Dec 2010 13:26:48 -0200, robnangle robnan...@gmail.com wrote: I create my project through the command: mvn archetype:generate -DarchetypeCatalog=http://tapestry.formos.com/maven-repository It should be http://tapestry.apache.org. You're probably getting a very old version, as

Re: First Tapestry app with Hibernate

2010-12-02 Thread Andreas Andreou
Also, because you import th project this way, if you change your pom, you have to reimport the project again On Thu, Dec 2, 2010 at 17:30, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: On Thu, 02 Dec 2010 13:26:48 -0200, robnangle robnan...@gmail.com wrote: I create my project

Re: First Tapestry app with Hibernate

2010-12-02 Thread robnangle
'HibernateSessionSource'): org/hibernate/annotations/common/reflection/ReflectionManager -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3289820.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: First Tapestry app with Hibernate

2010-12-02 Thread Thiago H. de Paula Figueiredo
On Thu, 02 Dec 2010 16:40:29 -0200, robnangle robnan...@gmail.com wrote: Hi, I switched to using jetty and unfortunetly the project still will not work. I get a different error by the looks of it though: Are you using m2eclipse? -- Thiago H. de Paula Figueiredo Independent Java, Apache

Re: First Tapestry app with Hibernate

2010-12-01 Thread Michal Gruca
/overview Last thing that I recall regarding hibernate (I was even writing that on this list), I had to annotate AppModule with @SubModule(value = { HibernateModule.class }) else eclipse was ** on me. -- View this message in context: http://tapestry-users.832.n2.nabble.com/First-Tapestry-app

Re: First Tapestry app with Hibernate

2010-12-01 Thread Angelo C.
-Tapestry-app-with-Hibernate-tp3285845p3287397.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

First Tapestry app with Hibernate

2010-11-30 Thread robnangle
/t:ActionLink /body /html Cheere if anybody can help.. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3285845.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: First Tapestry app with Hibernate

2010-11-30 Thread Everton Agner
: 30.11.2010 11:27 Betreff:First Tapestry app with Hibernate Hi all, Sorry if this has been posted before. Ive been trying to get going with a few examples of hibernate with tapestry with no success. The two main errors i keep gettin are: org.apache.tapestry5

Re: First Tapestry app with Hibernate

2010-11-30 Thread robnangle
artifactIdmysql-connector-java/artifactId version3.1.12/version /dependency /dependencies Cheers Lads -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3285926.html Sent from the Tapestry - User mailing list archive

Re: First Tapestry app with Hibernate

2010-11-30 Thread Michal Gruca
eclipse working with my poms Regards MichaƂ -- View this message in context: http://tapestry-users.832.n2.nabble.com/First-Tapestry-app-with-Hibernate-tp5787608p5787933.html Sent from the Tapestry Users mailing list archive at Nabble.com

Re: First Tapestry app with Hibernate

2010-11-30 Thread robnangle
Hi, Thats how I created the project originally through the mvn command and then imported it into eclipse and run it on tomcat, but it keeps leading to them errors. -- View this message in context: http://tapestry.1045711.n5.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3286011.html

Re: First Tapestry app with Hibernate

2010-11-30 Thread Werner Keil
.nabble.com/First-Tapestry-app-with-Hibernate-tp3285845p3285845.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