[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4475) Constants point to non-existing default JBC/JGroups config file locations

Brian Stansberry (JIRA) noreply at atlassian.com
Tue Oct 6 13:49:56 EDT 2009


Constants point to non-existing default JBC/JGroups config file locations
-------------------------------------------------------------------------

                 Key: HHH-4475
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4475
             Project: Hibernate Core
          Issue Type: Bug
          Components: caching (L2)
    Affects Versions: 3.5.0.Beta-1
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 3.5


The code for the Hibernate/JBC integration was repackaged for 3.5, but some constants used as configuration defaults are still pointing to the old packages; e.g in SharedCacheInstanceManager:

public static final String DEF_JGROUPS_RESOURCE = "org/hibernate/cache/jbc2/builder/jgroups-stacks.xml";

should be "org/hibernate/cache/jbc/..."

Related is the org/hibernate/cache/jbc/builder/jbc2-configs.xml file should be renamed to "jbc-configs.xml".

-- 
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