[jboss-user] [EJB 3.0] - Re: Can I reference or inheritance between two jar files?

joeyli do-not-reply at jboss.com
Fri Oct 27 00:50:21 EDT 2006


This issue was solved:

I add the following statement into the persistence.xml in order.jar:

	    <jar-file>../EatOutEJB3auth.jar</jar-file>

The content like following:

<?xml version="1.0" encoding="UTF-8"?>

	<persistence-unit name="EatOutDS">
		<jta-data-source>java:/EatOutDS</jta-data-source>
	    <jar-file>../EatOutEJB3auth.jar</jar-file>
		
			
		
	</persistence-unit>



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981212#3981212

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



More information about the jboss-user mailing list