[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: Project Dependancies

Hello,

Did you check your JAR/Module in the "Java EE Module dependencies" property page of your web-app ? Doing this should deploy your JPA project on tomcat. The "Java Build Path" property page is only used by Eclipse at compilation time.

Regards,
Xavier

Eric Rizzo wrote:

Copying this to the WTP newsgroup, eclipse.webtools

On 9/8/09 2:53 AM, Gilbert wrote:
I have created a JPA project. I am now in the process of creating a Web
Project to display/edit the entities in the JPA project. I've created
the compile/build dependancies by adding the JPA project to the Project
Tab of the Build Path of the web project. However, when I deploy my
web-app to Tomcat, the server does not find any of the JPA project
classes. How do I set up run-time dependancies so that the contents of
my JPA project is passed to the server along with my Web Project?

Regards