[
https://issues.apache.org/jira/browse/GERONIMO-3802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Gawor reopened GERONIMO-3802:
-----------------------------------
I think there is a smal problem with this change. I've noticed the following
error on Tomcat on shutdown.
16:49:07,812 WARN [[/plugin]] Cannot serialize session attribute javax.portlet.
p./plugin.ImportExport!1639862964|0?plugins for session ABF1AF9F9D32A15FE06C8DFC
5732C821
java.io.NotSerializableException: org.apache.geronimo.console.car.PluginInfoBean
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302)
at java.util.ArrayList.writeObject(ArrayList.java:569)
at sun.reflect.GeneratedMethodAccessor170.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
Looks like PluginInfoBean objects are put into the session but the
PluginInfoBean is not serializable.
> In plugin installer, assembling a server, add a page at the end to confirm or
> deny the assembly of a server package.
> --------------------------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-3802
> URL: https://issues.apache.org/jira/browse/GERONIMO-3802
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: console
> Affects Versions: 2.1, 2.1.1, 2.2
> Reporter: Joseph Leong
> Assignee: Jarek Gawor
> Priority: Minor
> Fix For: 2.2
>
> Attachments: GERONIMO-3802.patch
>
>
> Add a type of confirmation page at the end of Assembling a server to inform
> the user whether the creation of there server was successful or not.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.