Bugzilla – Bug 4568
UserNamePrincipal is not serializable
Last modified: 2006-07-05 18:24:50
You need to log in before you can comment on or make changes to this bug.
Since UserNamePrincipal is not serializable it can cause problems when creating subscriptions in Java WS Core: Failed to create subscription resource; nested exception is: org.globus.wsrf.ResourceException: Failed to store the resource; nested exception is: java.io.NotSerializableException: org.globus.gsi.jaas.UserNamePrincipal at org.globus.wsrf.impl.notification.SubscriptionHome.create(SubscriptionHome.java:142) at org.globus.wsrf.impl.notification.SubscribeHelper.subscribe(SubscribeHelper.java:372) at org.globus.wsrf.impl.notification.SubscribeProvider.subscribe(SubscribeProvider.java:97)
Committed a fix to globus_4_0_branch and trunk. Updated cog-jglobus.jar of Java WS Core in trunk and globus_4_0_branch.