Hi Ralf, i figured out that JDOManager#_jdoConfURI is not configured properly. InputSource is initialized but contains no buffer to read from. This circumstance cause failures in TransactionManagerFactoryRegistry#load (line 690). JDOManager used to load configuration membervar _source but calls TransactionManagerFactoryRegistry#load with _jdoConfURI. It seems that InputSource _jdoConfURI was not resolved by given custom entity resolver. In my opinion must _jdoConfURI and _source point to the same source or must resolve jdoConfURI with given custom EntityResolver. What thinking you about this?
For testing i copied castor related stuff to root folder and everything works fine, but it will not work for deployed appliction because we are using jars and a different classpath. Regards Andre Teubner ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

