On 7/3/05, Adam Jenkins <[EMAIL PROTECTED]> wrote: > No worries...will do it tonight (work becons). Probably my config, but > I'll get you more info. > > If it's any help I debugged it to the line > subContainer.setSingletonInstance(pcd.getJdbcConnectionDescriptor()); in > PersistenceConfiguration constructor...pcd.getJdbcConnectionDescriptor() > was returning null.
Can it be that you're requiring the jcd to be the default connection ? My example did not provide that; for this to work you still have to register the key at the metadata manager using the setDefaultPBKey() method. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
