NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Netbeans 6.7->6.9.1 migration problem

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users
View previous topic :: View next topic  
Author Message
medi



Joined: 10 Dec 2008
Posts: 5

PostPosted: Thu Sep 16, 2010 10:52 am    Post subject: Netbeans 6.7->6.9.1 migration problem Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo