Problem solved!
hibernate-core pom file doesn't include a slf4j-log4j12 dependency but it is required
when deploying the portlet.
I didn't have this dependency in my portlet pom and this is why i had this error.
So i added to the portlet main pom.xml :
org.slf4j
slf4j-log4j12
1.5.2
Now everything is ok.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187982#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...