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 92059

Summary: BPEL Refactoring Engine support for cross-project XML references
Product: soa Reporter: Nam Nguyen <nnguyen>
Component: RefactoringAssignee: Vladimir Yaroslavskiy <yaroslavskiy>
Status: CLOSED FIXED    
Severity: blocker CC: frisino, slunegov
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89562    

Description Nam Nguyen 2007-01-08 22:03:13 UTC
BPEL refactoring engine implementation needs to override 

RefectoringEngine {
    /**
     * @param component the component to check for model reference.
     * @return the reference string if this component is a reference to an 
     * external model, for example, the schema <import> component, 
     * otherwise returns null.
     */
   String getModelReference(Component modelRef);
}
Comment 1 Vladimir Yaroslavskiy 2007-01-10 14:05:19 UTC
done.
Comment 2 Vladimir Yaroslavskiy 2007-02-16 14:27:11 UTC
Internal design: verified and closed.
Comment 3 Vladimir Yaroslavskiy 2007-02-16 14:28:09 UTC
Internal design: verified and closed.