>We've been thinking this error happens when the Stub file is regenerated by >JIT right? What about internally with the data that comes back from a >service call ... does it include objects that need defining? In other words >is the error from some additional work done by the WS and NOT from >recompiling the stub? Did you say the WS simply refuse to work after this >error is thrown? > >-Mark
I think JIT is used all the time, not just after X executions of a certain piece of code. Anyway, we saw the error running without JIT, so it's not the guilty party. The WS does refuse to work after the error is thrown. Some switch gets flipped and CF/Java presumably can't find a class that it could find previously. This is an internal error that seems to happen at two different times: 1. Generating the WSDL for the web service. 2. Trying to create an object within a web service function. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331040 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

