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 73393 - Implement minimal domain configuration check to add jboss instance wizard
Summary: Implement minimal domain configuration check to add jboss instance wizard
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-08 17:34 UTC by Michal Mocnak
Modified: 2006-05-31 19:24 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 Michal Mocnak 2006-03-08 17:34:29 UTC
Specify and implement (into the jboss add instance wizard) the minimal alloved
configuration check. If the jboss domain won't satisfy basic requirements (can
be start, stop and recognized from IDE) then it couldn't be added.
Comment 1 Michal Mocnak 2006-03-10 13:46:45 UTC
These files have been added into domain vaidity check:

lib/jboss-j2ee.jar
lib/jboss.jar
lib/jbosssx.jar
lib/jboss-transaction.jar
lib/jmx-adaptor-plugin.jar
lib/jnpserver.jar
lib/log4j.jar
lib/xmlentitymgr.jar
deploy/jmx-invoker-service.xml

Modified:
Checking in JBPluginUtils.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/ui/JBPluginUtils.java,v
 <--  JBPluginUtils.java
new revision: 1.2.18.3.2.2; previous revision: 1.2.18.3.2.1
done
Checking in Bundle.properties;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3.8.1.2.2; previous revision: 1.3.8.1.2.1
done
Comment 2 Michal Mocnak 2006-03-22 11:41:27 UTC
Verified