[jboss-user] [JBoss Portal] - Re: jboss portal 2.6 with JDK 1.6 can't be started

jarkko@jab.fi do-not-reply at jboss.com
Wed Jan 17 21:17:39 EST 2007


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



More information about the jboss-user mailing list