
|
If you were logged in you would be able to see more operations.
|
|
|
|
Hey Costin,
I'm a little bit confused about an exception that is thrown when I try to stop an started war bundle. In class WarLoaderListener you store the installed war bundles in the managedBundles-Map.
In method WarLoaderListener.maybeDeployWar(Bundle) you put an entry the this the map that is of type Bundle/String. In the DeployTask an entry of type Bundle/Date is added (that overrides the previously set entry).
Subsequently the attempt to retrieve a value of type String in method WarLoaderListener.maybeUndeployWar(Bundle) fails with a ClassCastException (Cannot cast Date to String - Line 310).
The result is, that the stopped war bundle will not be removed from the webapp server. I think this is a bug, or have I missed something?
Nevertheless: the web support works fine for me! Cool work!
|
|
Description
|
Hey Costin,
I'm a little bit confused about an exception that is thrown when I try to stop an started war bundle. In class WarLoaderListener you store the installed war bundles in the managedBundles-Map.
In method WarLoaderListener.maybeDeployWar(Bundle) you put an entry the this the map that is of type Bundle/String. In the DeployTask an entry of type Bundle/Date is added (that overrides the previously set entry).
Subsequently the attempt to retrieve a value of type String in method WarLoaderListener.maybeUndeployWar(Bundle) fails with a ClassCastException (Cannot cast Date to String - Line 310).
The result is, that the stopped war bundle will not be removed from the webapp server. I think this is a bug, or have I missed something?
Nevertheless: the web support works fine for me! Cool work! |
Show » |
|