Re: [hibernate-dev] jpa api jar name

2009-12-14 Thread Steve Ebersole
now to switch to webdav deployment now? --Hardy On Mon, 14 Dec 2009 11:19:24 -0300, Steve Ebersole st...@hibernate.org wrote: Synching from where? That project is set up for webdav deployment. Let me check when I get to my computer... -- Sent from my Palm Prē st

Re: [hibernate-dev] JPA 2 require JSE 6?

2009-12-14 Thread Steve Ebersole
/hibernate-dev -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] jpa api jar name

2009-12-14 Thread Steve Ebersole
for example a war file it helps a lot if the jar file names are a little more descriptive. We also have hibernate-core and not jut core. --Hardy On Mon, 14 Dec 2009 11:36:19 -0300, Steve Ebersole st...@hibernate.org wrote: When the user simply has the jar file in hand

Re: [hibernate-dev] after wiki enabled

2009-12-16 Thread Steve Ebersole
/hibernate-dev -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] criteria + SUM

2010-01-07 Thread Steve Ebersole
be a challenge based on alignment with JPAQL rules, a challenge based on something else you might see or an inconsistency JPA users will have to live with? -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev

Re: [hibernate-dev] Reelase for

2010-01-07 Thread Steve Ebersole
at 09:14 -0600, Steve Ebersole wrote: Sure, let's do one at the beginning of next week. On Wed, 2010-01-06 at 18:11 +0100, Emmanuel Bernard wrote: Steve, Do you think there is enough material / bug fix to cut another beta for inclusion in AS 6 M2? Something like a 2 weeks target

Re: [hibernate-dev] Reelase for

2010-01-08 Thread Steve Ebersole
don't care what we label the February build (3.5.0-Beta-4 or 3.5 final). An alternative would be to hold off on building 3.5.0-Beta-3 for a few weeks (so we can get more JPA-2 features completed for AS M2). Scott On Thu, 2010-01-07 at 16:13 -0600, Steve Ebersole wrote: I went ahead

Re: [hibernate-dev] Reelase for

2010-01-08 Thread Steve Ebersole
). An alternative would be to hold off on building 3.5.0-Beta-3 for a few weeks (so we can get more JPA-2 features completed for AS M2). Scott On Thu, 2010-01-07 at 16:13 -0600, Steve Ebersole wrote: I went ahead and set up this next release in JIRA (3.5.0-Beta-3) and moved all unresolved issues

[hibernate-dev] HQL + numeric literal typing

2010-01-11 Thread Steve Ebersole
question is how generally useful this might be in other clauses and across other data types. Anyone else run across similar needs that would impact here? -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev

Re: [hibernate-dev] Collaborative Development for Hibernate

2010-01-12 Thread Steve Ebersole
Hey eike this sounds really interesting.  Pair programming is an incredible development tool that in my exerience is not generally used on OSS dev due to developers not being located close together. We have been discussing using Crucible for Hibernate development for exactly alot of the points

Re: [hibernate-dev] Solution for failing Isolated query cache tests in Hibernate trunk

2010-01-13 Thread Steve Ebersole
. I've just tested using Thread.currentThread().getContextClassLoader() change and the tests pass now. Steve? Cheers, ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev -- Steve Ebersole

Re: [hibernate-dev] Solution for failing Isolated query cache tests in Hibernate trunk

2010-01-13 Thread Steve Ebersole
SerializationHelper used for. If it's only for caching, you could maybe delegate serialization work to the cache providers? Thats really a simple matter of a usage search in your IDE. -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing

[hibernate-dev] Hibernate 3.5.0-Beta-3 release

2010-01-13 Thread Steve Ebersole
JPA support is coming along nicely! See the highlights and links to all the goodies at http://in.relation.to/Bloggers/Hibernate350Beta3Release -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev

Re: [hibernate-dev] [hibernate-announce] Hibernate 3.5.0-Beta-3 release

2010-01-14 Thread Steve Ebersole
/old and others. I had just been waiting till we get around to actually concolidating all the docs to go through that all at once. Feel free to do it or piece of it now though. -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev

Re: [hibernate-dev] [hibernate-announce] Hibernate 3.5.0-Beta-3 release

2010-01-14 Thread Steve Ebersole
@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] [hibernate-announce] Hibernate 3.5.0-Beta-3 release

2010-01-14 Thread Steve Ebersole
was the last time you saw any error from this? I'd have to imagine it was, oh i don't know, approximately 36 days ago... http://opensource.atlassian.com/projects/hibernate/browse/HHH-4625 :) -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate

Re: [hibernate-dev] maven-test-ext-plugin !?

2010-01-14 Thread Steve Ebersole
w/o. --Hardy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev

Re: [hibernate-dev] Solution for failing Isolated query cache tests in Hibernate trunk

2010-01-14 Thread Steve Ebersole
+0100, Galder Zamarreno wrote: On 01/13/2010 07:10 PM, Steve Ebersole wrote: For completion, getReturnedClass().getClassLoader() will always return null because SerializableType is initialised with java.io.Serializable as returned class, and it's classloader returns null (quite likely cos

Re: [hibernate-dev] Solution for failing Isolated query cache tests in Hibernate trunk

2010-01-14 Thread Steve Ebersole
FYI http://opensource.atlassian.com/projects/hibernate/browse/HHH-4799 On Thu, 2010-01-14 at 13:23 -0600, Steve Ebersole wrote: Also, you seem to have a quite elaborate functional test that simply checks whether SerializationHelper is able to handle deserialing a class from an isolated

[hibernate-dev] Jira migration

2010-01-20 Thread Steve Ebersole
Just a heads up that atlassian will be performing a data migration of our Jira data into the new Jira Studio they and Contengix have set up for us.  I do not yet know the exact date time but will let everyone know as I hear the details -- Sent from my Palm Pre st...@hibernate.org

[hibernate-dev] envers tests

2010-01-20 Thread Steve Ebersole
Anyone else seeing lots of failures in envers tests? I am getting this even after a full update. Just trying to see if I have a local issue with maven repo, etc. -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list

Re: [hibernate-dev] envers tests

2010-01-20 Thread Steve Ebersole
; @StaticMetamodel(Relatives.class) public abstract class Relatives_ { public static volatile SetAttributeRelatives, T siblings; } Ideas? On Wed, 2010-01-20 at 22:01 -0600, Steve Ebersole wrote: Anyone else seeing lots of failures in envers tests? I am getting this even after a full update

Re: [hibernate-dev] envers tests

2010-01-21 Thread Steve Ebersole
of jpamodelgen (or build it yourself). And be sure entitymanager uses it too. On 21 janv. 2010, at 05:19, Steve Ebersole wrote: Actually having an issue b4 that in attempts to get a full clean build, in entitymanger with the metamodel generator: [INFO] Compilation failure /home/steve

Re: [hibernate-dev] implement criteria query collection-of-component and collection-of-value against latest 3.5.0-Beta-3

2010-01-21 Thread Steve Ebersole
://lists.jboss.org/mailman/listinfo/hibernate-dev -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Jira migration

2010-01-21 Thread Steve Ebersole
://www.timeanddate.com/worldclock/converted.html?month=1day=22year=2010hour=15min=0sec=0p1=224p2=0 On Wed, 2010-01-20 at 17:59 -0600, Steve Ebersole wrote: Just a heads up that atlassian will be performing a data migration of our Jira data into the new Jira Studio they and Contengix have set up

Re: [hibernate-dev] Jira migration

2010-01-22 Thread Steve Ebersole
and troubleshoot the issues with the migration. We'll have to reschedule for another time. /quote :( On Thu, 2010-01-21 at 21:03 -0600, Steve Ebersole wrote: quote Hi Steve, I'll schedule this import for Friday, 3PM PST. It should take us a few hours to complete. I'll send you an email when we're

Re: [hibernate-dev] Jira migration

2010-01-24 Thread Steve Ebersole
on Monday to review the dataset and troubleshoot the issues with the migration. We'll have to reschedule for another time. /quote :( On Thu, 2010-01-21 at 21:03 -0600, Steve Ebersole wrote: quote Hi Steve, I'll schedule this import for Friday, 3PM PST. It should take us a few

[hibernate-dev] EMF / EM properties

2010-01-24 Thread Steve Ebersole
? // Intuitively I think CacheStoreMode.BYPASS makes the most sense, //but the spec does not say one way or the other that I saw. -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https

Re: [hibernate-dev] EMF / EM properties

2010-01-25 Thread Steve Ebersole
forgot that EMF config is immutable. And no, since SF config is mostly immutable I think not supporting this is better. -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https

Re: [hibernate-dev] Hibernate EntityManager test speed

2010-01-26 Thread Steve Ebersole
@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev -- Steve Ebersole st...@hibernate.org Hibernate.org

[hibernate-dev] (no subject)

2010-01-26 Thread Steve Ebersole
Just a reminder that tomorrow will be beta-4.  If anyone has anything that they absolutely -- Sent from my Palm Pre st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org

[hibernate-dev] Reminder beta-4 tomorrow

2010-01-26 Thread Steve Ebersole
Just a reminder that tomorrow will be beta-4.  If anyone has anything that they absolutely want to get in lets chat on irc and we can plan exact times.  My pref is to start early. -- Sent from my Palm Pre st...@hibernate.org http://hibernate.org ___

[hibernate-dev] Hibernate 3.5.0-Beta-4 release

2010-01-28 Thread Steve Ebersole
Hibernate 3.5.0-Beta-4 has just been released. All the details are available at http://in.relation.to/14155.lace Thanks everyone! -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https

[hibernate-dev] Git repo

2010-01-31 Thread Steve Ebersole
://sourceforge.net/apps/trac/sourceforge/wiki/Git#CreatingMultipleRepositories -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] EMF / EM properties

2010-01-31 Thread Steve Ebersole
approach is that we'd have to go pretty far down to get them all. -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] EMF / EM properties

2010-02-01 Thread Steve Ebersole
in the short term and that we should use the first pull approach for now. Thoughts? -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] EMF / EM properties

2010-02-01 Thread Steve Ebersole
. --Hardy On Mon, 01 Feb 2010 12:14:02 -0300, Steve Ebersole st...@hibernate.org wrote: On Mon, 2010-02-01 at 09:49 +0100, Emmanuel Bernard wrote: Also plugins can make use of the general availability of properties. For example Hibernate Search reads everything under

Re: [hibernate-dev] EMF / EM properties

2010-02-02 Thread Steve Ebersole
not know in advance what properties are required by its plugins, I was wondering how that would work. That's why I asked Hardy for an implementation example as he seemed to have understood. On 1 févr. 2010, at 20:52, Steve Ebersole wrote: For Search afaict as you mentioned listeners

Re: [hibernate-dev] EMF / EM properties

2010-02-03 Thread Steve Ebersole
#collectConsumedProperties approach. WDYT? --Hardy On Tue, 02 Feb 2010 09:54:57 -0300, Steve Ebersole st...@hibernate.org wrote: The 'know in advance' approach is exactly what I was trying to avoid. I guess that is another option I forgot on that list It's not the I want to implement

Re: [hibernate-dev] EMF / EM properties

2010-02-03 Thread Steve Ebersole
Sanne 2010/2/3 Steve Ebersole st...@hibernate.org: Here is the basic idea: http://pastebin.com/m6add9d4b Rather than passing around Properties, we'd pass somethign like that around. Then we'd use its getConsumedProperties. On Wed, 2010-02-03 at 10:05 +0100, Emmanuel Bernard

Re: [hibernate-dev] EMF / EM properties

2010-02-03 Thread Steve Ebersole
to hide the other properties for now. I missed the reason of why the discussion switched from consolidating constants to changing the properties management. cheers, Sanne 2010/2/3 Steve Ebersole st...@hibernate.org: First, this is not the option I suggest for now. It's pretty invasive

Re: [hibernate-dev] EMF / EM properties

2010-02-03 Thread Steve Ebersole
java.util.Properties. --Hardy On Wed, 03 Feb 2010 14:26:59 -0300, Steve Ebersole st...@hibernate.org wrote: I specifically said I did not want to consolidate the constants in a single place. Not in terms of this anyway. Because we will not know them all ahead of time. Again, I

Re: [hibernate-dev] EMF / EM properties

2010-02-03 Thread Steve Ebersole
was wondering why you did not suggest sub-classing in your approach. Funny that you say that all properties got pulled then. Any ideas what the issue was? --Hardy On Wed, 03 Feb 2010 15:56:02 -0300, Steve Ebersole st...@hibernate.org wrote: Word of warning. I actually tried

Re: [hibernate-dev] Jira migration

2010-02-09 Thread Steve Ebersole
:) --- Best Regards, Strong Liu On Jan 23, 2010, at 11:04 AM, Steve Ebersole wrote: quote Hi Steve, Unfortunately, we ran into a roadblock during studio import. There appears to be some bum data in the users that is interfering with the process. We were

[hibernate-dev] release script

2010-02-10 Thread Steve Ebersole
A lot of the steps in http://community.jboss.org/wiki/HibernateRelease35wMaven relate to creating the release tag in SVN. So I wrote a little script that automates most of this. Feedback would be appreciated as I am a complete bash novice. Thanks! -- Steve Ebersole st...@hibernate.org

Re: [hibernate-dev] release script

2010-02-11 Thread Steve Ebersole
or care about its contents. -CB ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev -- Steve Ebersole st...@hibernate.org Hibernate.org

Re: [hibernate-dev] release script

2010-02-11 Thread Steve Ebersole
ROFL On Thu, 2010-02-11 at 19:20 +0100, Emmanuel Bernard wrote: I think we should create a dedicated Maven submodule for it ;) On 11 févr. 2010, at 18:29, Steve Ebersole wrote: I can wikipedia too ;) http://en.wikipedia.org/wiki/Et_cetera This dir has been around since

[hibernate-dev] IdentifierGenerator support

2010-02-11 Thread Steve Ebersole
id generation related issues, please let me know. Thanks. -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Spanish translation for the Hibernate Reference Documentation

2010-02-12 Thread Steve Ebersole
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev

Re: [hibernate-dev] Move Search to a multi-module build

2010-02-12 Thread Steve Ebersole
mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo

Re: [hibernate-dev] Unable to update Core

2010-02-12 Thread Steve Ebersole
@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev -- Steve Ebersole st...@hibernate.org Hibernate.org

Re: [hibernate-dev] Unable to update Core

2010-02-12 Thread Steve Ebersole
Which is odd considering Mac is Linux under the covers... On Fri, 2010-02-12 at 23:03 +0800, Strong Liu wrote: this is mainly because of mac osx is not a case-sensitive system, but fedora is, On Feb 12, 2010, at 11:01 PM, Steve Ebersole wrote: This would appear to be an issue

Re: [hibernate-dev] Unable to update Core

2010-02-12 Thread Steve Ebersole
-- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Spanish translation for the Hibernate Reference Documentation

2010-02-12 Thread Steve Ebersole
. -- From: Steve Ebersole st...@hibernate.org Sent: Friday, February 12, 2010 3:11 PM To: Emmanuel Bernard emman...@hibernate.org Cc: David Marco programac...@davidmarco.es; hibernate-dev@lists.jboss.org Subject: Re: [hibernate-dev] Spanish translation for the Hibernate Reference

Re: [hibernate-dev] Unable to update Core

2010-02-12 Thread Steve Ebersole
. Interesting. I did not know that. Regarding the problem. Could someone who can actually still update the project, delete the file, commit and then re-add it in lowercase? Afaik this is the easiest way to address this. Cheers Hardy -- Steve Ebersole st...@hibernate.org Hibernate.org

Re: [hibernate-dev] Move Search to a multi-module build

2010-02-12 Thread Steve Ebersole
. --Hardy On Fri, 12 Feb 2010 11:57:17 -0300, Steve Ebersole st...@hibernate.org wrote: Might I suggest y'all look at gradle since this is something you re just getting ready to start? On Fri, 2010-02-12 at 11:55 -0300, Hardy Ferentschik wrote: It seems to me that there are potential

[hibernate-dev] Hibernate 3.5.0-CR-1 release

2010-02-12 Thread Steve Ebersole
http://in.relation.to/Bloggers/Hibernate350CR1Release -- Steve Ebersole st...@hibernate.org Hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] 3.5.0-CR-2 set up in JIRA

2010-02-16 Thread Steve Ebersole
Just wanted to point out to everyone that 3.5.0-CR-2 has been set up in JIRA ( http://opensource.atlassian.com/projects/hibernate/browse/HHH/fixforversion/11011 ) and tentatively scheduled for Feb 24 2010. I say tentatively because I am not sure I will wait that long; lets see how things go.

Re: [hibernate-dev] 3.5.0-CR-2 set up in JIRA

2010-02-17 Thread Steve Ebersole
,3.3.0.GA) AND fixVersion = EMPTY and assignee = null AND type = bug ORDER BY key DESC best regards Guenther Demetz Steve Ebersole schrieb: Just wanted to point out to everyone that 3.5.0-CR-2 has been set up in JIRA ( http://opensource.atlassian.com/projects/hibernate/browse/HHH

Re: [hibernate-dev] 3.5.0-CR-2 set up in JIRA

2010-02-22 Thread Steve Ebersole
%3Aversions-panel Cheers, On Tue, 16 Feb 2010 22:56:19 +0100, Steve Ebersole st...@hibernate.org wrote: Just wanted to point out to everyone that 3.5.0-CR-2 has been set up in JIRA ( http://opensource.atlassian.com/projects/hibernate/browse/HHH/fixforversion/11011 ) and tentatively scheduled

Re: [hibernate-dev] 3.5.0-CR-2 set up in JIRA

2010-02-22 Thread Steve Ebersole
No worries :) If you are done, attach it to CR-2 which will be in 2 days time... On 02/22/2010 11:08 AM, Galder Zamarreno wrote: Oh sorry, that's me getting confused with another project :$ On Mon, 22 Feb 2010 18:04:41 +0100, Steve Ebersole st...@hibernate.org wrote: For Hibernate 3.5.0

[hibernate-dev] Hibernate.org

2010-02-22 Thread Steve Ebersole
After months of sitting in limbo it looks like there may finally be movement on getting hibernate.org content moved over to the magnolia/clearspace setup. We need to figure out what all still needs to be done in terms of content. For core (+ annotations/em) I have a good idea of the work

[hibernate-dev] CR-2

2010-02-24 Thread Steve Ebersole
I will be doing CR-2 later tonight as I needed to track down an unforeseen issue that arose from the recent merging of documentation translation work. If I run out of time Gail volunteered to do it tomorrow. Otherwise it will need to slip until Friday as I am in an all day meeting tomorrow.

[hibernate-dev] Hibernate 3.5.0-CR-2

2010-02-24 Thread Steve Ebersole
Need sleep :) Anyway, check out the details at http://in.relation.to/14466.lace -- st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Hibernate.org

2010-02-26 Thread Steve Ebersole
afaik all subprojects will get their own banners which will make it easier for the user to see in which context they are within the Hibernate page. --Hardy On Mon, 22 Feb 2010 21:53:37 -0300, Steve Ebersole lt;st...@hibernate.org wrote: After months of sitting in limbo it looks like

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
odd. were you able to fix this by cleaning up db? We do use some triggers as part of other tests; could it maybe be an issue with schema export not able to cleanup those tables? But even there the error is strange because we do not commit nor rollback as part of the trigger. basically i

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
as we discussed on irc you have to run the metamodel generator. X_ is a generated class 99.9% of the time. You also need to add the generated source directory as a source directory. On 03/05/2010 09:09 AM, Scott Marlow wrote: I'm also blocked from debugging this issue due to a reference to

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
the intellij import will do it provided: 1) you tell it an apprpriate phase to run to discover all source dirs 2) the metamodel gen stuff is set up correctly to register its output dir as a src dir w/ maven. On 03/05/2010 09:40 AM, Scott Marlow wrote: On Fri, 2010-03-05 at 09:14 -0600, Steve

Re: [hibernate-dev] weird LockTest regression when running with Oracle

2010-03-05 Thread Steve Ebersole
Not sure about SQUIRREL_GET_ERROR_OFFSET. You use Squirrel? The rest come from tests in the testsuite, org.hibernate.test.sql On 03/05/2010 12:47 PM, Scott Marlow wrote: On Fri, 2010-03-05 at 09:12 -0600, Steve Ebersole wrote: odd. were you able to fix this by cleaning up db? We do use some

Re: [hibernate-dev] missing reference documentation for Hibernate Search beta

2010-03-05 Thread Steve Ebersole
Wrt https://www.hibernate.org/5.html.. the plan is to eventually use index pages on docs.jboss.org/hibernate. We have not to date simply because its way too difficult managing resource on that site. Yes i would like to see is just the most recent docs indexed. No clue how/if possible. WRT

Re: [hibernate-dev] missing reference documentation for Hibernate Search beta

2010-03-06 Thread Steve Ebersole
trunk if there is a noticeable difference with the latest stable. But as Sanne said, he is more interested in pushing docs for beta / cr versions, not necessarily what's in trunk. On 5 mars 2010, at 20:55, Steve Ebersole wrote: Wrt https://www.hibernate.org/5.html.. the plan

Re: [hibernate-dev] hibernate jira is very very slow

2010-03-10 Thread Steve Ebersole
Ok for me On 03/10/2010 02:22 AM, Strong Liu wrote: is it only me? --- Best Regards, Strong Liu ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] release

2010-03-10 Thread Steve Ebersole
I want to push the release originally scheduled for today to next week. We are down to docs and website. There are still a few issues with the docs. After implementing the monospace fonts for programlistigns I am now noticing that the callouts are all no longer aligned properly (and

Re: [hibernate-dev] release

2010-03-10 Thread Steve Ebersole
with the fact the uploading docs is still painful is it worth it? On 03/10/2010 02:33 PM, Hardy Ferentschik wrote: Given the discussion we had the other day about boxed releases, we should have another CR candidate in this case. On Wed, 10 Mar 2010 17:27:05 -0300, Steve Ebersole st

Re: [hibernate-dev] release

2010-03-11 Thread Steve Ebersole
= FileUtils.createSAXSource( root, entityResolverChain, true, null ); 81 86 Result transformationResult = new StreamResult( new NoOpWriter() ); 82 87 83 88 javax.xml.transform.TransformerFactory transformerFactory = new com.icl.saxon.TransformerFactoryImpl(); On Mar 11, 2010, at 11:26 PM, Steve

Re: [hibernate-dev] release

2010-03-11 Thread Steve Ebersole
javax.xml.transform.TransformerFactory transformerFactory = new com.icl.saxon.TransformerFactoryImpl(); On Mar 11, 2010, at 11:26 PM, Steve Ebersole wrote: That's not true afaik: reader.setFeature( Constants.DTD_LOADING_FEATURE, true ); reader.setFeature

Re: [hibernate-dev] release

2010-03-11 Thread Steve Ebersole
Yeah we will need to do a 2.2.23 release of this to move forward with the hibernate release :( On 03/11/2010 10:07 AM, Steve Ebersole wrote: Hardy asked where the dtds are kept in our source. I was pointing him to them. The change here was just to use the local dtd resolution strategy i

Re: [hibernate-dev] publishing testsuite jars for Hibernate Search

2010-03-15 Thread Steve Ebersole
IMO the best approach is a separate module for the test helper/infrastructure bits. This is what we do in core with the hibernate-test module as opposed to the hibernate-testsuite module. To me it makes the intent clearer. If I see including a testuite (test-jar artifact) I immediately think

[hibernate-dev] website migration

2010-03-17 Thread Steve Ebersole
The first phase of the website migration is complete. We have the magnolia site published : https://www.jboss.org/author/hibernate.html and the Clearspace space published : http://community.jboss.org/community/hibernate The next phase is to set up a vhost for hibernate.org here and set up

Re: [hibernate-dev] website migration

2010-03-17 Thread Steve Ebersole
Sorry the first link should have been : http://www.jboss.org/hibernate.html On 03/17/2010 01:25 PM, Steve Ebersole wrote: The first phase of the website migration is complete. We have the magnolia site published : https://www.jboss.org/author/hibernate.html and the Clearspace space published

Re: [hibernate-dev] website migration

2010-03-18 Thread Steve Ebersole
On 03/18/2010 05:11 PM, Emmanuel Bernard wrote: Hello, I've done a few changes: - I've homogenized the list of projects (dark background) for all subprojects + core. I felt it was confusing to get that changed - I've put the list of subprojects atop the getting started links to be

Re: [hibernate-dev] website migration

2010-03-18 Thread Steve Ebersole
Oops, one of my response got cut off... Todos? / remarks after seeing the site live: - I feel like Core should be a subproject like the other ones, ie have a generic welcome page but also a specialized page for core. Otherwise it's a bit confusing as we mix the notions of Hibernate the

Re: [hibernate-dev] website migration

2010-03-19 Thread Steve Ebersole
LnF. The Clearspace/Collab site is where we do community stuff. Anyway that was my opinion. I have recently been told by some ass that I cannot design a website though so take it for what its worth :) On 03/19/2010 04:12 AM, Emmanuel Bernard wrote: On 19 mars 2010, at 06:32, Steve Ebersole

Re: [hibernate-dev] website migration

2010-03-19 Thread Steve Ebersole
- the old links are pointing to a broken version of the site (like http://www.hibernate.org/410.html ). Such as where? What is 410.html? If its important then we have url remapping set up for certain old urls and can do the same here. http://www.hibernate.org/410.html is the first link

Re: [hibernate-dev] Modularization of Search

2010-03-21 Thread Steve Ebersole
Well I can only speak from core and why we decided to make the split there. hibernate-testing is all the classes which are useful for writing tests. Stuff like our test base classes and our trivial JTA TM impl. Specifically stuff that is useful for writing *functional* tests.

Re: [hibernate-dev] Modularization of Search

2010-03-22 Thread Steve Ebersole
Honestly, had Maven not forced me to I would not have for Core either. On 03/22/2010 05:19 AM, Emmanuel Bernard wrote: If you ask me, I think moving core tests away from the core module(s) is not the right thing to do for hibernate search. On 20 mars 2010, at 20:35, Hardy Ferentschik wrote:

[hibernate-dev] @StaticMetamodel binding

2010-03-29 Thread Steve Ebersole
In regards to http://opensource.atlassian.com/projects/hibernate/browse/HHH-4870 I have taken a look at the test case. The issue comes from a property that annotation-binder is generating that I have no idea why it is. Specifically, take a look at the comment:

Re: [hibernate-dev] @StaticMetamodel binding

2010-03-29 Thread Steve Ebersole
this @StaticMetamodel binding code? On 03/29/2010 12:28 PM, Steve Ebersole wrote: In regards to http://opensource.atlassian.com/projects/hibernate/browse/HHH-4870 I have taken a look at the test case. The issue comes from a property that annotation-binder is generating that I have no idea why

Re: [hibernate-dev] @StaticMetamodel binding

2010-03-30 Thread Steve Ebersole
can implement that fairly quickly. On 30 mars 2010, at 03:42, Steve Ebersole wrote: Little more info. The generated property is coming from BinderHelper.createSyntheticPropertyReference as called from org.hibernate.cfg.ToOneFkSecondPass#doSecondPass The mappings in question here

Re: [hibernate-dev] Translate Hibernate Core Documentation to Spanish

2010-03-30 Thread Steve Ebersole
Sorry I should have responded on here. The general process is to begin editing the PO files for the translation (there is already a spanish translation). If you are unfamiliar with PO files, they are defined by the GNU Gettext project which is a long standing means to perform translations.

Re: [hibernate-dev] @StaticMetamodel binding

2010-03-30 Thread Steve Ebersole
need the synthetic component) we still have this issue if any of the column's come from generated properties. On 03/30/2010 10:11 AM, Steve Ebersole wrote: Ideally a isSynthetic() check is best. It's what I considered first. However I tend to stay away from changing these mapping classes

Re: [hibernate-dev] Oracle's Database Change Notification

2010-04-08 Thread Steve Ebersole
If we could make it generic enough so it could work with other notification schemes (other vendor extensions, user written triggers, etc) then I'd be all of including this. Of course starting off with targeting a specific one and growing out from there is ok :) On 04/08/2010 07:29 AM,

[hibernate-dev] 3.6

2010-04-09 Thread Steve Ebersole
One item scheduled for 3.6 is dropping JDK 1.4 support. Which leaves the question of whether to go 1.5 or 1.6. I know 1.5 is within its EOL, but I dont think that should be the deciding factor. Really I was more thinking of JDBC differences and (1) not having to maintain different JDBC 3 and

Re: [hibernate-dev] 3.6

2010-04-11 Thread Steve Ebersole
not havenbsp;supportnbsp;for 1.6, so that would block Hibernate upgrade path for all the applications targeted for thisnbsp;environment and that would be regret. Regards,Tom On Fri, Apr 9, 2010 at 2:49 PM, Steve Ebersole lt;st...@hibernate.orggt; wrote: One item scheduled for 3.6 is dropping JDK 1.4

Re: [hibernate-dev] Documentation In Brazilian Portuguese

2010-04-12 Thread Steve Ebersole
AM, Josivan de Souza wrote: I can edit PDF or HTML? and sendo to you on-demand? tks josivan 2010/4/12 Steve Ebersole st...@hibernate.org mailto:st...@hibernate.org If you correct the translations are send them to me (on list), I will make sure they get applied. On 04/12

[hibernate-dev] Weekly meetings on IRC

2010-04-14 Thread Steve Ebersole
I wanted to start getting into doing weekly dev team meetings on irc. Personally I think IRC is the best medium for such things. We can log them, we can search them, etc. And everyone can participate. Things seem to get resolved much more quickly using IRC compared to email IMO. Of course

[hibernate-dev] Hibernate Core 3.5.1-Final released

2010-04-15 Thread Steve Ebersole
The 3.5.1-Final release is available for use. See http://in.relation.to/Bloggers/Hibernate351Final for details. -- st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org

[hibernate-dev] Maven repository changes

2010-04-16 Thread Steve Ebersole
Just a heads up in case anyone was not aware: http://in.relation.to/Bloggers/JBossMavenRepositoryChanges -- st...@hibernate.org http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org

Re: [hibernate-dev] solidDB Hibernate dialect ?

2010-04-16 Thread Steve Ebersole
In terms of actually getting it included? Well just passing the testsuite is of course a first step. Beyond that though I am a little leery of adding new dialects just because someone contributed (dumped) it. The reasoning is quite simple. We have quite a bit of this type of integration

Re: [hibernate-dev] Weekly meetings on IRC

2010-04-16 Thread Steve Ebersole
/2010 08:57 AM, Strong Liu wrote: On Apr 15, 2010, at 3:28 PM, Emmanuel Bernard wrote: On 14 avr. 2010, at 20:33, Steve Ebersole wrote: Would 10 am or 11 am US Eastern Timezone work for everyone? Works for me. me too :) ___ hibernate-dev

<    1   2   3   4   5   6   7   8   9   10   >