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 170848 - register a restlib when a domain is registered
Summary: register a restlib when a domain is registered
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: Sun All
: P1 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks: 170448
  Show dependency tree
 
Reported: 2009-08-25 00:48 UTC by Vince Kraemer
Modified: 2009-09-25 09:14 UTC (History)
1 user (show)

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 Vince Kraemer 2009-08-25 00:48:27 UTC
see details in issue 170448
Comment 1 Vince Kraemer 2009-08-26 20:38:13 UTC
http://hg.netbeans.org/web-main/rev/ef523d265db5
Comment 2 Vince Kraemer 2009-08-26 20:40:24 UTC
Note: I decided to keep the restlib_gfv3 and restlib_gfv3ee6 names, to minimize the chance of compatibility issues...
Comment 3 Milan Kuchtiak 2009-09-23 09:20:27 UTC
One another correction:
http://hg.netbeans.org/main/rev/3b40962b6c00

The library was not extendable in logical view and the exception was thrown:

java.lang.IllegalArgumentException: File URL pointing to JAR is not valid classpath entry. Use jar: URL. Was:
file:/space/home/mkuchtiak/glassfish/v3/glassfishv3/glassfish/modules/asm-all-repackaged.jar/
	at org.netbeans.spi.java.classpath.support.ClassPathSupport.createResource(ClassPathSupport.java:82)
	at org.netbeans.spi.java.classpath.support.ClassPathSupport.createClassPath(ClassPathSupport.java:160)
	at org.netbeans.modules.java.api.common.project.ui.LibrariesNode$LibrariesChildren.getKeys(LibrariesNode.java:369)
	at org.netbeans.modules.java.api.common.project.ui.LibrariesNode$LibrariesChildren.addNotify(LibrariesNode.java:314)
...
Comment 4 Milan Kuchtiak 2009-09-23 14:56:48 UTC
Added also javadoc:
http://hg.netbeans.org/main/rev/87e56b6af30e
Comment 5 Quality Engineering 2009-09-25 09:14:01 UTC
Integrated into 'main-golden', will be available in build *200909241442* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3b40962b6c00
User: mkuchtiak@netbeans.org
Log: #170848: fix problem with creation of restlib library