[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-138) JNDI Property names have first character cut off

Dave Latham (JIRA) noreply at atlassian.com
Mon Nov 19 18:50:58 EST 2007


JNDI Property names have first character cut off
------------------------------------------------

                 Key: HSEARCH-138
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-138
             Project: Hibernate Search
          Issue Type: Bug
    Affects Versions: 3.0.0.GA
         Environment: Hibernate Search 3.0.0
            Reporter: Dave Latham
            Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list