[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885382#action_12885382
]
Delos Dai edited comment on GERONIMODEVTOOLS-651 at 7/5/10 10:52 PM:
---------------------------------------------------------------------
there are two reasons for the problems
1) Currently, in runtime.common, some exported packages from jar files in "lib"
directory can't be seen outside the plugin, such as javax.xml.namespace in
geronimo-stax-api. But there is a workaround for it - export and import all the
packages in runtime.common, then they can been available outside.
The problem happens in jaxb implementation, it will use javax.xml.namespace in
JDK instead of that in geronimo-stax-api.
2) the package "org.apache.geronimo.system.plugin.model" is version specific,
so it can't be loaded in jaxbmodel.common. We need to place
"org.apache.geronimo.system.plugin.model" related operations into v21.core and
v22.core.
was (Author: delos):
there are two reasons for the problems
1) Currently, in runtime.common, all exported packages from jar files in "lib"
directory can't be seen outside the plugin. But there is a workaround for it -
export and import all the packages in runtime.common, then they can been
available outside.Anyway, I think it's a problem of eclipse, so I will create a
bugzilla in eclipse community
2) the package "org.apache.geronimo.system.plugin.model" is version specific,
so it can't be loaded in jaxbmodel.common. We need to place
"org.apache.geronimo.system.plugin.model" related operations into v21.core and
v22.core.
> No deployment plan can be generated with 3.0 M1
> -----------------------------------------------
>
> Key: GERONIMODEVTOOLS-651
> URL:
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-651
> Project: Geronimo-Devtools
> Issue Type: Bug
> Components: eclipse-plugin
> Affects Versions: 3.0_M1, 3.0
> Reporter: Delos Dai
> Assignee: Delos Dai
> Fix For: 3.0_M1, 3.0
>
>
> When importing a war or creating a war, no deployment plan can be generated
> and there are JAXB exception in log.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.