I went ahead and skipped trying to resolve this in surefire.  Here's the
solution should anyone need it for Spring-JPA integration:      

<bean id="entityManagerFactory"
        
class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
        <property name="dataSource" ref="dataSource" />
        <property name="persistenceXmlLocation"
value="classpath:META-INF/persistence.xml" />
</bean>

-- 
View this message in context: 
http://www.nabble.com/Surefire-2.4.3-Classloading-issue-tp20330022p20353573.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to