[Hibernate] [PATCH] - Adding ShowSql attribute for HibernateServiceMBean

2002-10-26 Thread Matt Veitas
Adding ShowSql as an attribute for the HibernateServiceMBean. Patch is posted on the sourceforge site. I am unable to do a diff on the jmx.html page do to the error I got "\ No newline at end of file". Something to do with \n and \r!!! I have attached the jmx.html file with the updates.

[Hibernate] [PATCH] - PreparedStatement setFetchSize

2002-10-11 Thread Matt Veitas
Going through the code, I noticed that the setFetchSize method for statements/preparedstatements was not being used. For large/high traffic data, this is extremely important to set as I am sure you all know. Tonight was the first time I really have dug into the code, so bear with me. I gave it a sh

Re: [Hibernate] Oracle users...

2002-11-25 Thread Matt Veitas
Just ran the two tests against Oracle 9.2.01 on Win 2000. FooBarTest = SUCCESS MultiTableTest = FAILURE MultiTableTest output: D:\jdk1.4\bin\javaw.exe -classpath G:\intellij\lib\junit.jar;D:\jdk1.4\jre\lib\charsets.jar;D:\jdk1.4\jre\lib\jaws.jar;D:\jdk1.4\jre\lib\jce.jar;D:\jdk1.4\jre\lib\jsse.j

[Hibernate] Hibernate3 - ehcache still references net.sf.hibernate packages

2004-07-09 Thread Matt Veitas
Just as an FYI, someone probably already knows this. The ehcache project is still referencing the net.sf.hibernate packages. When running with the latest from CVS I am getting a ClassNotFoundException for the net.sf.hibernate.cache.CacheProvider. I know I shouldn't be using the HEAD, but I figure

Re: [Hibernate] Priority issues

2004-07-22 Thread Matt Veitas
Is there a plan to make TODO public in the near future? -Matt Christian Bauer wrote: On 21 Jul (02:57), Gavin King wrote: So, let's stay focussed, and get this thing done! I guess we should open a new HB3 project on JIRA or make TODO public. -- Matt Veitas Object Sciences Corporation 6359 W

[Hibernate] Hibernate3 JIRA

2004-08-03 Thread Matt Veitas
I asked this a while back and didn't get a reply. Is there a plan to create a Hibernate3 project within JIRA once the alpha version is "released"? -Matt --- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITMa

[Hibernate] Hibernate3 -- Interceptor.instantiate & setting the identifier

2004-08-03 Thread Matt Veitas
I just ran into the issue with my custom Interceptor After browsing through the source code I noticed that with SessionImpl.java has the following instantiate method: public Object instantiate(EntityPersister persister, Serializable id) throws HibernateException { Object result = intercep

[Hibernate] HibernateExt module not building using latest source from Hibernate3

2004-08-21 Thread Matt Veitas
Just an FYI. This morning I attemped to build the HibernateExt module from source using the latest Hibernate3 code. It failed due to the constants being removed from org.hibernate.util.StringHelper. -Matt --- SF.Net email is sponsored by Sh

[Hibernate] Custom persistent objects & vs mapping

2004-08-29 Thread Matt Veitas
k you guys (and gals?) have put into Hibernate. -Matt -- mailto:[EMAIL PROTECTED] Matt Veitas Software Developer Object Sciences Corporation 6359 Walker Lane, Suite 100 Alexandria, VA 22310 voice: +1.703.253.1104 cell:+1

[Hibernate] Hibernate3 - Beta4 Tag

2005-02-11 Thread Matt Veitas
I just saw that beta 4 was released. I took a look into cvs and there does not appear to be a tag associated with the release. -Matt -- mailto:[EMAIL PROTECTED] Matt Veitas Software Developer Object Sciences Corporation 6359 Walker Lane, Suite 100 Alexandria, VA 22310 voice

[Hibernate] Components - Why only support for Pojo/Map?

2005-05-12 Thread Matt Veitas
I am currently working with components within an entity. I see that the component can be a normal pojo or it can be of type dynamic-component (a java.util.Map). We want to map the component to a custom object(ie use a custom PropertyAccessor like I do for the class/entity). Is there anyway that