This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 108702 - CompApp: Clean up old JBI terms "Assembly Unit" and "Application Sub Assembly"
Summary: CompApp: Clean up old JBI terms "Assembly Unit" and "Application Sub Assembly"
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks: 101033
  Show dependency tree
 
Reported: 2007-07-03 00:03 UTC by Jun Qian
Modified: 2007-07-07 00:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jun Qian 2007-07-03 00:03:08 UTC
This is a sub-ticket of 101033 to cover compapp project.

Remove the following properties in compapp's project.properties file:
    org.netbeans.modules.compapp.jbiserver.alias.application-sub-assembly
    org.netbeans.modules.compapp.jbiserver.alias.assembly-unit
    org.netbeans.modules.compapp.jbiserver.component.conf.root
    org.netbeans.modules.compapp.jbiserver.deployment.conf.root

Replace the following properties in compapp's project.properties file:
    org.netbeans.modules.compapp.jbiserver.description.application-sub-assembly
    org.netbeans.modules.compapp.jbiserver.description.assembly-unit
    org.netbeans.modules.compapp.projects.jbi.descriptor.uuid.assembly-unit
by 
    jbi.service-unit.description
    jbi.service-assembly.description
    jbi.service-assembly.id
respectively.

Also, in the project properties dialog, remove service assembly alias and service unit alias, which have no effect to
the build artifact whatsoever.
Comment 1 Jun Qian 2007-07-07 00:06:30 UTC
The build-impl.xml file of existing compapp project needs to be updated. To update it, simply reopen your compapp
project using the latest NetBeans. 

If you have a large amount of existing compapp projects, you might find this blog entry useful:
http://blogs.sun.com/jqian/entry/mass_netbeans_projects_opener