[jira] Commented: (DERBY-1718) creating an after insert trigger with trigger action involving xml datatype throws java.io.NottSerializableException

2006-09-20 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1718?page=comments#action_12436121 ] Suresh Thalamati commented on DERBY-1718: - Committed to trunk on revision 448085.. creating an after insert trigger with trigger action involving

[jira] Commented: (DERBY-1718) creating an after insert trigger with trigger action involving xml datatype throws java.io.NottSerializableException

2006-09-19 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1718?page=comments#action_12436061 ] Suresh Thalamati commented on DERBY-1718: - I did a quick review of this patch. One change that caught my attention is the new format id added in this

[jira] Commented: (DERBY-1718) creating an after insert trigger with trigger action involving xml datatype throws java.io.NottSerializableException

2006-09-19 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1718?page=comments#action_12436076 ] A B commented on DERBY-1718: Any one know if the new format id will cause any errors when building the stored prepared statement descriptors list or when the

[jira] Commented: (DERBY-1718) creating an after insert trigger with trigger action involving xml datatype throws java.io.NottSerializableException

2006-09-19 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1718?page=comments#action_12436093 ] Yip Ng commented on DERBY-1718: --- For this type of minor revision upgrade, all the SPSs stored in SYS.SYSSTATEMENTS will get invalidated at database boot time. This

[jira] Commented: (DERBY-1718) creating an after insert trigger with trigger action involving xml datatype throws java.io.NottSerializableException

2006-09-18 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1718?page=comments#action_12435554 ] A B commented on DERBY-1718: Thanks for picking this up, figuring out the problem, and providing a fix, Yip! I reviewed the patch and I agree that it's best to

[jira] Commented: (DERBY-1718) creating an after insert trigger with trigger action involving xml datatype throws java.io.NottSerializableException

2006-09-18 Thread A B (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1718?page=comments#action_12435577 ] A B commented on DERBY-1718: Thank you for the quick follow-up, Yip. I ran xmlSuite with ibm142 and all tests passed. I also verified that most of the whitespace in

[jira] Commented: (DERBY-1718) creating an after insert trigger with trigger action involving xml datatype throws java.io.NottSerializableException

2006-09-18 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1718?page=comments#action_12435616 ] Suresh Thalamati commented on DERBY-1718: - Thanks for working on this issue Yip. I will run derbyall and commit the patch. Thanks a lot for taking

[jira] Commented: (DERBY-1718) creating an after insert trigger with trigger action involving xml datatype throws java.io.NottSerializableException

2006-09-17 Thread Yip Ng (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1718?page=comments#action_12435290 ] Yip Ng commented on DERBY-1718: --- From looking at the stack trace, it appears that the SqlXmlUtil class which is used as a saved object didn't implement the