]
Martin Malina closed JBIDE-17267.
---------------------------------
Verified with the steps Rob has provided. (JBDS 8.0.0.Beta2a B106)
Broken module factories (upstream) can break astools module
deployment
----------------------------------------------------------------------
Key: JBIDE-17267
URL:
https://issues.jboss.org/browse/JBIDE-17267
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta2
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.2.0.Beta2
If a call to a module's "getChild()" method throws an unexpected exception,
our publish utility projects are not prepared to handle it.
1) Install eclipse libra
2) modify ASTools as.core/plugin.xml
a) Add <moduleType types="osgi.bundle"
versions="1.0"/> under each jboss runtime type to add support for libra
osgi modules
3) Create a faceted project, add osgi.bundle facet
4) Create dynamic web project
5) Create wildfly server
6) right-click wildfly server, add / remove modules.
7) Expect to see two module types in the view
Step 7 fails. The view is empty. No modules in the workspace are deployable.