[jboss-user] [JBoss Portal] - Re: Portlet : SPRING + HIBERNATE + RICHFACES

guybedo do-not-reply at jboss.com
Sun Nov 9 19:18:53 EST 2008


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#4187982

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187982



More information about the jboss-user mailing list