When I specify JNDI properties as hibernate.worker.jndi.someJndiPropertyName=someJndiPropertyValue for the InitialContext, the first character of the property names get cut off.
It looks like the problem is in JMSBackedQueueProcessorFactory.getJndiProperties. The computation of a substring index is off by one.
When I specify JNDI properties as hibernate.worker.jndi.someJndiPropertyName=someJndiPropertyValue for the InitialContext, the first character of the property names get cut off.
It looks like the problem is in JMSBackedQueueProcessorFactory.getJndiProperties. The computation of a substring index is off by one.