[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529484
]
Kan Ogawa commented on GERONIMODEVTOOLS-214:
--------------------------------------------
Tomasz,
Thank you for attaching sample ejb application.
In my eclipse platform environment, this phenomenon was reproduced.
So, as I'm debugging it, I have confirmed that the following exception is
thrown:
java.lang.ClassCastException: org.apache.xmlbeans.impl.values.XmlAnyTypeImpl
at
org.apache.geronimo.st.v20.core.GeronimoV20Utils.getConfigId2(GeronimoV20Utils.java:96)
at
org.apache.geronimo.st.v20.core.GeronimoV20VersionHandler.getConfigID(GeronimoV20VersionHandler.java:36)
at
org.apache.geronimo.st.core.DeploymentUtils.getLastKnownConfigurationId(DeploymentUtils.java:202)
at
org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate.getLastKnowConfigurationId(GeronimoServerBehaviourDelegate.java:456)
at
org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate.doAdded(GeronimoServerBehaviourDelegate.java:402)
at
org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate.invokeCommand(GeronimoServerBehaviourDelegate.java:367)
at
org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate.publishModule(GeronimoServerBehaviourDelegate.java:267)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:749)
at
org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate.publishModules(GeronimoServerBehaviourDelegate.java:234)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:669)
at
org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
at
org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Tim,
It seems that parsing openejb deployment plan descriptor just fails.
Is the same phenomenon reproduced in your eclipse environment?
Perhaps, I guess that it is related to GERONIMODEVTOOLS-190 issue.
> Fictional deployment of EJB-JAR
> -------------------------------
>
> Key: GERONIMODEVTOOLS-214
> URL:
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-214
> Project: Geronimo-Devtools
> Issue Type: Bug
> Components: eclipse-plugin
> Affects Versions: 2.0.0
> Environment: Geronimo 2.0.1
> Reporter: Tomasz Mazan
> Assignee: Tim McConnell
> Attachments: deployed jar view.jpg, deploying view.jpg, geronimo
> console view.jpg, project view.jpg, testEJB.zip
>
>
> When I'm deploying my EJB project, Server Views shows it as deployed, but
> there no any activity trail on Geronimo.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.