Link to home
Start Free TrialLog in
Avatar of bobwood2000
bobwood2000

asked on

migrating from JBoss 3.22 to 3.25; receiving error messages.

I'm developing an entity bean using Eclipse, and my program is being built against jboss-j2ee.jar. When I use the jboss-j2ee.jar file from the JBoss 3.2.5 distribution, I get the following two errors from Eclipse:

Missing required library: 'C:jboss-3.2.5/lib/jboss-boot.jar'.
Missing required library: 'C:jboss-3.2.5/server/default/lib/javax.servlet.jar'.


However, I do not get these errors when building against jboss-j2ee.jar file from JBoss 3.2.2, since the older version has both of these files.

How can I get rid of these errors, so that I may use the latest version of JBoss?

Thanks.
SOLUTION
Avatar of fredwangus
fredwangus

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bobwood2000
bobwood2000

ASKER

Copying the files didn't work, and just telling eclipse not to try to import them is what brought about the errors in the first place.

I found a solution on another forum. I needed to download an updated server definition file so that Lomboz (Eclipse plugin) would support JBoss 3.2.5. This solved all problems. For future readers, here's a link to the only page I found that had updated server definitions: http://www.kawaz.jp/pukiwiki/?JBoss%203.2.3%A2%AA3.2.4. The page is in Japanese, but it works.
Thanks to everyone for their help.
Just for reference:
Lomboz is here: http://www.objectlearn.com/index.jsp