NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
medi
Joined: 10 Dec 2008 Posts: 5
|
Posted: Thu Sep 16, 2010 10:52 am Post subject: Netbeans 6.7->6.9.1 migration problem |
|
|
I have an Enterprise application Netbeans project with JBoss AS. In 6.7 everything was ok, but when I switched to 6.9.1, after scanning my projects Netbeans automatically added jaxb-api.jar to project libraries. I don't understand why, because I already have jaxb-api.jar from JBoss AS, which is listed with other server jars under Libraries->JBoss Application Server in Projects window.
Among other things NB added this line to nblibraries.properties:
| Code: | libs.JAXB-ENDORSED.classpath=\
${base}/JAXB-ENDORSED/jaxb-api.jar |
It added this line to project.properties:
| Code: | endorsed.classpath=\
${libs.JAXB-ENDORSED.classpath} |
Also, in project.properties I have:
| Code: | | j2ee.platform.classpath= ... :${j2ee.server.home}\\lib\\endorsed\\jaxb-api.jar: ... |
And, j2ee.server.home is correctly set under private.properties.
Why Netbeans 6.9.1 doesn't see jaxb-api.jar from JBoss AS, and why it automatically adds this jar? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|