Hi,
It looks like there is some issue in DAO layer loading. So please re
structure your jboss-web.xml as
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE jboss-web
PUBLIC "-//JBoss//DTD Web Application 2.3V2//EN"
"http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd">
<jboss-web>
<context-root>/roller</context-root>
<class-loading>
<loader-repository>
roller:archive=roller.war
</loader-repository>
</class-loading>
<resource-ref>
<res-ref-name>jdbc/rollerdb</res-ref-name>
<jndi-name>java:/jdbc/rollerdb</jndi-name>
</resource-ref>
<resource-ref>
<res-ref-name>mail/Session</res-ref-name>
<jndi-name>java:/mail/Session</jndi-name>
</resource-ref>
</jboss-web>
Christopher M. Logan wrote:
>
> Can you run Roller 4 in JBoss as 4.2.2 ? If you can please help me?
> I'm getting the following error:
>
> INFO 2008-03-13 20:11:39,765 JPAPersistenceStrategy:<init> -
> openjpa.Log: commons
> ERROR 2008-03-13 20:11:39,781 JPAPersistenceStrategy:<init> - ERROR:
> creating entity manager
> javax.persistence.PersistenceException: Provider error. Provider:
> org.hibernate.ejb.HibernatePersistence
> at javax.persistence.Persistence.createFactory(Persistence.java:175)
> at
> javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:111)
>
>
> Thank you
>
>
>
--
View this message in context:
http://www.nabble.com/JBoss-installation-tp16044106s12275p17334495.html
Sent from the Roller - User mailing list archive at Nabble.com.