You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by nillehammer <ta...@winfonet.eu> on 2011/07/26 10:36:10 UTC

Re: Issue with tapestry tutorial

Do you have the hibernate jars in your class path?

-----
http://www.winfonet.eu
--
View this message in context: http://tapestry.1045711.n5.nabble.com/Issue-with-tapestry-tutorial-tp4633740p4634085.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Issue with tapestry tutorial

Posted by AHennion <ac...@gmail.com>.
Hi,

It seems to be work fine now.

I add this line in my appmodule.java:

public static void
contributeHibernateEntityPackageManager(Configuration<String> configuration)
    {
      configuration.add("com.example.tutorial1.entities");
    }


Thanks

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Issue-with-tapestry-tutorial-tp4633740p4645910.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Issue with tapestry tutorial

Posted by AHennion <ac...@gmail.com>.
Nobody have the same issue?

Maybe, you can send me the source code of the tutorial that i can compare
with the mine?


--
View this message in context: http://tapestry.1045711.n5.nabble.com/Issue-with-tapestry-tutorial-tp4633740p4643501.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Issue with tapestry tutorial

Posted by AHennion <ac...@gmail.com>.
No, i have not a security manager.
In fact, I just what's in the tutorial (the minimum)

thanks for your help ;)

--
View this message in context: http://tapestry.1045711.n5.nabble.com/Issue-with-tapestry-tutorial-tp4633740p4638581.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Issue with tapestry tutorial

Posted by nillehammer <ta...@winfonet.eu>.
AHennion wrote:
> 
> I have this jar in my classpath:
> -tapestry-hibernate-core-5.2.5
> -hibernate-core-3.6.0.final.jar
> -hibernate-common-annotations-3.2.0.final.jar
> -hibernate-jpa-2.0-api-1.0.0.jar
> -hibernate-c3p0-3.6.0.jar
> 
> It's not normal?
> 
That looks good. Second question, Do you have a security manager enabled,
that prevents Javassist from accessing those jars. I had a similar error,
after I introduces a security manager.


-----
http://www.winfonet.eu
--
View this message in context: http://tapestry.1045711.n5.nabble.com/Issue-with-tapestry-tutorial-tp4633740p4638529.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Issue with tapestry tutorial

Posted by AHennion <ac...@gmail.com>.
I have this jar in my classpath:
-tapestry-hibernate-core-5.2.5
-hibernate-core-3.6.0.final.jar
-hibernate-common-annotations-3.2.0.final.jar
-hibernate-jpa-2.0-api-1.0.0.jar
-hibernate-c3p0-3.6.0.jar

It's not normal?



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Issue-with-tapestry-tutorial-tp4633740p4637557.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org