CVS: xdoclet/modules/hibernate/src/xdoclet/modules/hibernate HibernateTagsHandler.java,1.43,1.44

Paul Galbraith <[email protected]>
Newsgroups gmane.comp.java.xdoclet.devel
Message-ID <[email protected]>
Update of /cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6593/modules/hibernate/src/xdoclet/modules/hibernate

Modified Files:
	HibernateTagsHandler.java 
Log Message:
XDT-1566: update JMX package name for Hibernate 3.0

Index: HibernateTagsHandler.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/hibernate/src/xdoclet/modules/hibernate/HibernateTagsHandler.java,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** HibernateTagsHandler.java	26 Aug 2005 00:34:19 -0000	1.43
--- HibernateTagsHandler.java	1 Nov 2005 17:44:18 -0000	1.44
***************
*** 168,173 ****
          if ("1.1".equals(getHibernateSubTask().getVersion()))
              return "cirrus.hibernate.jmx.HibernateService";
!         else
              return "net.sf.hibernate.jmx.HibernateService";
      }
  
--- 168,175 ----
          if ("1.1".equals(getHibernateSubTask().getVersion()))
              return "cirrus.hibernate.jmx.HibernateService";
!         else if ("2.0".equals(getHibernateSubTask().getVersion()) || "2.1".equals(getHibernateSubTask().getVersion()))
              return "net.sf.hibernate.jmx.HibernateService";
+         else
+             return "org.hibernate.jmx.HibernateService";
      }
  



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.