[JBoss JIRA] Created: (JBIDE-7373) Runtime module needs a cleanup / organization
by Rob Stryker (JIRA)
Runtime module needs a cleanup / organization
---------------------------------------------
Key: JBIDE-7373
URL: https://jira.jboss.org/browse/JBIDE-7373
Project: Tools (JBoss Tools)
Issue Type: Task
Components: JBossAS
Affects Versions: 3.2.0.M2
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.2.0.Beta2
there's no jira component for this plugin, so i've taken it upon myself to clean it up a bit and add some organization to it. This is in case eventually other plugins (tied etc?) or any new jboss runtimes that we don't yet know about decide to come around and ask for similar support.
I've added an interface for runtime types with 3 methods... initialize (used for jbds when the installer sets up some stuff), import, and export. All jboss-as specific / seam specific / jbmp specific code belongs in a class dedicated to that runtime type... not mixed into the UI.
The scope of this bug is not a UI change at all and should not affect UI at all... it is simply code cleanup. However, I once this bug is complete i would like to open another bug to try to find out if anything in the UI can be cleaned up at all.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months
[JBoss JIRA] Created: (JBIDE-7370) Update as.core server bean loader classes
by Rob Stryker (JIRA)
Update as.core server bean loader classes
-----------------------------------------
Key: JBIDE-7370
URL: https://jira.jboss.org/browse/JBIDE-7370
Project: Tools (JBoss Tools)
Issue Type: Task
Components: JBossAS
Affects Versions: 3.2.0.M2
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.2.0.Beta2
I've noticed recently that the runtimes plugin has updated server bean classes. I had previously copied these classes from the installer, and it seems Snjezana also did.
I will update the classes in the as.core package, and since the runtimes plugin already depends on as.core, I will remove those classes from the runtimes plugin and have them use the new ones in as.core. However I am keeping the classname for one changed from ServerType to JBossServerType as I believe strongly there are too many ServerType classes in eclipse already.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 5 months