I did test it and it didn't work ;) 

http://viewvc.jboss.org/cgi-bin/viewvc.cgi/portal/trunk/core/src/main/org/jboss/portal/core/impl/model/portal/PortalObjectImpl.java?annotate=6007
reveals the cause: 

187 :   julien  883      public Object[] toArray()
188 :                   {
189 :                   throw new UnsupportedOperationException();
190 :                   }

JDK 6 provides such a nice performance boost (for free, just replace the JDK), 
that we've switched to it where ever possible.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003130#4003130

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003130
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to