Hi Brandon, https://www.canoo.com/jira/browse/UBA-7413 was fixed in ULC 2008. I tried your sample with 1.6.0_11 and ULC 2008. I could not reproduce the problem reported by you.
Are you sure you replaced all the libraries (client and server side) with those from ULC 2008? Thanks and regards, Janak ----------------------------------------- Janak Mulani email: [email protected] url: http://www.canoo.com <http://www.canoo.com/> Beyond AJAX - Java Rich Internet Applications http://www.canoo.com/ulc ----------------------------------------- ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Wednesday, December 24, 2008 3:33 AM To: [email protected] Subject: [ULC-developer] ULC '08 and Java 1.6 error I have an application that I recently upgraded to use the ULC08 libraries. Everything works fine if I run the application under Java 1.5. However things are not working properly under some java 1.6 versions. If I run my application under Java 1.6.0_03 then everything works properly. If I use 1.6.0_11 then I get the following error when my application runs. I have attached a simple application that duplicates this behavior. Your assistance on this is appreciated. Exception in thread "AWT-EventQueue-1" com.ulcjava.base.shared.internal.IllegalArgumentException: invalid corner key at com.ulcjava.base.client.UIScrollPane$BasicScrollPane.setCorner(UIScrollPan e.java:14) at javax.swing.JTable.configureEnclosingScrollPaneUI(JTable.java:768) at javax.swing.JTable.configureEnclosingScrollPane(JTable.java:714) at javax.swing.JTable.addNotify(JTable.java:683) at java.awt.Container.addNotify(Container.java:2560) at javax.swing.JComponent.addNotify(JComponent.java:4683) at java.awt.Container.addNotify(Container.java:2560) at javax.swing.JComponent.addNotify(JComponent.java:4683) at java.awt.Container.addNotify(Container.java:2560) at javax.swing.JComponent.addNotify(JComponent.java:4683) at java.awt.Container.addNotify(Container.java:2560) at javax.swing.JComponent.addNotify(JComponent.java:4683) at java.awt.Container.addNotify(Container.java:2560) at javax.swing.JComponent.addNotify(JComponent.java:4683) at java.awt.Container.addNotify(Container.java:2560) at javax.swing.JComponent.addNotify(JComponent.java:4683) at javax.swing.JRootPane.addNotify(JRootPane.java:735) at java.awt.Container.addNotify(Container.java:2560) at java.awt.Window.addNotify(Window.java:645) at java.awt.Dialog.addNotify(Dialog.java:748) at java.awt.Dialog.conditionalShow(Dialog.java:892) at java.awt.Dialog.show(Dialog.java:1020) at java.awt.Component.show(Component.java:1447) at java.awt.Component.setVisible(Component.java:1400) at java.awt.Window.setVisible(Window.java:824) at java.awt.Dialog.setVisible(Dialog.java:987) at com.ulcjava.base.client.UIDialog$BasicDialog.access$001(UIDialog.java:9) at com.ulcjava.base.client.UIDialog$1.run(UIDialog$1.java) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.ulcjava.base.client.FilteringEventQueue.dispatchEvent(FilteringEventQu eue.java:19) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.ja va:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java: 184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.ja va:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) Brandon Broschinsky Tomax Corporation http://www.tomax.com CONFIDENTIALITY NOTICE: This message and any attachment(s) are solely for the use of the intended recipient(s) identified above and may contain information that is proprietary, privileged, or confidential. If you are not an intended recipient, you may not review, retransmit, or otherwise use this message or any attachment. If you have received this message in error, please immediately notify the sender by reply e-mail and delete this message. _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
