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 139760 - Installation Configuration bad values not caught
Summary: Installation Configuration bad values not caught
Status: VERIFIED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: pvarghese
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-11 18:54 UTC by jlautz
Modified: 2008-10-23 15:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jlautz 2008-07-11 18:54:07 UTC
Seen with Java CAPS 6 on Solaris 9 x86 with NB 6.1 patch2 applied and IEP NBM files from build Build080709_3 and IEP
iepserviceengine.jar from Build080710.

1. In the NB Services pane, click Servers -> Glassfish V2 -> JBI -> Service Engines -> Install to install the IEP SE
(iepserviceengine.jar), I get an "Installation Configuration for sun-iep-engine" dialog.

When I change the Lease Renewal Interval or Runtime Style to something invalid, I don't see any errors anywhere for
putting in bad values (standAlone and embedded are the only valid values according to the tooltip) or entering 2 for
"Lease Renewal Interval" (supposed to be >10), even after I click Install.

=> I would expect that the values would be validated before being sent to the JBI runtime.
Comment 1 jlautz 2008-07-11 19:16:47 UTC
Related ojc issue where config.properties don't seem to be used is logged as 612:
https://open-jbi-components.dev.java.net/issues/show_bug.cgi?id=612
Comment 2 pvarghese 2008-08-05 00:04:59 UTC
This is an invalid bug for the iep editor netbeans module. 
Reason: The configuration properties of the IEP JBI service engine, is not maintained in the IEP editor netbeans module.
The bugs outlined in this bug should be fixed in the JBI service engine module in the repository 
https://open-jbi-components.dev.java.net/ in the module \open-jbi-components\ojc-core\iepse.

An appropriate bug has been filed at the open-jbi-components bug tracker as outlined in this bug report and hence this
is being closed as invalid.
Comment 3 jlautz 2008-10-23 15:57:20 UTC
Verified with Java CAPS 6 with NB 6.1 Patch 4 applied, and IEP *.jar and *.nbm artifacts installed from soarelease
builds 20081022_1.

The described scenario is now handled properly.