|
Why am I getting InvalidObjectExceptions? |
|
|
You are probably accessing JavaModel objects when you are not holding the transaction lock. Remember that even asking an object for its name needs to be done inside a transaction. The best approach is to gather your data inside the transaction lock, keeping it as Strings or whatever, and then use that data if you need to display something.
Source: NetBeans FAQ
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.