Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-08 Thread Tomasz Blachowicz
. I am kind of new to annotations so it is hard for me to say how/if > users > > use this EntityType.getName() today. Emmanuel? Hardy? > > > > > > On Wednesday, November 03, 2010, at 10:34 am, Tomasz Blachowicz wrote: > >> It's up to you. I put my argume

Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-03 Thread Tomasz Blachowicz
Steve, I do believe we are on the same page and there is no disagreement at all. I think you understand my argument clearly and I do understand your concerns regarding users. On Wed, Nov 3, 2010 at 4:49 PM, Steve Ebersole wrote: > On Wednesday, November 03, 2010, at 11:33 am, Tomasz Blachow

Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-03 Thread Tomasz Blachowicz
cially nervous about > backporting this fix as it is a change in behavior that is far from clearly > a > bug. I am kind of new to annotations so it is hard for me to say how/if > users > use this EntityType.getName() today. Emmanuel? Hardy? > > > On Wednesday, November 03,

Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-03 Thread Tomasz Blachowicz
> Hibernate > Criteria API here. > > HHH-4375 is a bad idea. As stated before, @Entity.name is not really in > any > way associated with Hibernate's notion of an entity name. @Entity.name is > what Hibernate calls a query import name. > > > > On Wednesday, Nov

Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-03 Thread Tomasz Blachowicz
You can have a look at my pull request to see exaclty what I mean. https://github.com/hibernate/hibernate-core/pull/9 (two commits form that branch) On Wed, Nov 3, 2010 at 1:54 PM, Tomasz Blachowicz wrote: > I think I understand what you mean. "Node name" might not be indeed the >

Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-03 Thread Tomasz Blachowicz
FQN of the class instead > > > of @Entity.name or "unqualified" class name. > > > > > > Regards, > > > Tom > > > > > > On Wed, Nov 3, 2010 at 11:12 AM, Steve Ebersole > wrote: > > > > Uncertain yet of how these pull request comments work on GitH

Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-03 Thread Tomasz Blachowicz
my other email to the dev list about porting to 3.6 > > > On Wednesday, November 03, 2010, at 05:48 am, Tomasz Blachowicz wrote: > > I've submitted the pull request ( > > https://github.com/hibernate/hibernate-core/pull/8) for master. I should > > have it also ready for 3.6 b

Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-03 Thread Tomasz Blachowicz
wrote: > Cool :) > If you use GitHub's infrastructure and use a pull-request, we can get that > integrated quite fast. > > On 2 nov. 2010, at 13:50, Tomasz Blachowicz wrote: > > I've already created the ticket ( > http://opensource.atlassian.com/projects/hibern

Re: [hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-02 Thread Tomasz Blachowicz
hould match in the metamodel. > Can you open a JIRA issue and even better try and work out a patch? > > PS: I've spilled hot chocolate on my laptop in the past: not good, the > machine slowly but inevitably dies as corrosion wins it over. > > On 2 nov. 2010, at 12:35, Tomasz

[hibernate-dev] Entity name in the context of JPA2 meta model (HHH-5709).

2010-11-02 Thread Tomasz Blachowicz
Hi, I had been working recently on some stuff that deals with JPA2 meta model. Hibernate is my JPA2 provider/engine. Everything works fine except one little thing that is name of the Entity. I'd expect that value returned by EntityType.getName() would be the same as @Entity.name but not the FQN of

Re: [hibernate-dev] Hibernate Annotations 3.6.0.Final

2010-11-01 Thread Tomasz Blachowicz
the > annotation > based code could be merged back into the main source. > > --Hardy > > > On Mon, 01 Nov 2010 12:57:42 +0200, Tomasz Blachowicz < > tblachow...@gmail.com> wrote: > > Hi guys, >> >> I was wondering when the Hibernate Annotatiosn 3

Re: [hibernate-dev] Hibernate Annotations 3.6.0.Final

2010-11-01 Thread Tomasz Blachowicz
the > annotation > based code could be merged back into the main source. > > --Hardy > > > On Mon, 01 Nov 2010 12:57:42 +0200, Tomasz Blachowicz < > tblachow...@gmail.com> wrote: > > Hi guys, >> >> I was wondering when the Hibernate Annotatiosn 3

[hibernate-dev] Hibernate Annotations 3.6.0.Final

2010-11-01 Thread Tomasz Blachowicz
Hi guys, I was wondering when the Hibernate Annotatiosn 3.6.0-Final is expected to appear in the JBoss Maven Repository. The latest version is 3.5.6 and 3.6.0-SNAPSHOT. Any comments? Cheers, Tom ___ hibernate-dev mailing list hibernate-dev@lists.jboss.o

[hibernate-dev] Hibernate versions

2010-11-01 Thread Tomasz Blachowicz
Hi all, Could I ask you guys for some clarification regarding the versions of Hibernate that have been currently developed/live? There is 3.5.x and 3.6 and also 4.0... Can you let me know which one I should create patch for when working on the bug fix? The exact location of code repositories would

Re: [hibernate-dev] 3.6

2010-04-09 Thread Tomasz Blachowicz
Hi Steve, One environment that stings into my mind is WAS 6.1. This version of WebSphere AS is very popular ans still largely used, especially on mainframe platform. I came across WAS 6.1 when working with a few customers. As far as I know WAS 6.1 foes not have support for 1.6, so that would block

[hibernate-dev] No laters snpashots in Maven2 repo

2010-01-08 Thread Tomasz Blachowicz
Hi guys, In my sample code that is using JPA2 and Hibernate 3.5 I'm getting the error known as HHH-4581. JIRA says that it is fixed in trunk and scheduled for Beta3 release, but I'd like to give it a try sooner. Unfortunately there are no snapshots published in repo, so I can't grab the latest one

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Tomasz Blachowicz
org.apache.maven.plugins > maven-surefire-plugin > > -Xms512m -Xmx1024m > > > > (MAVEN_OPTS doesn't affect the testing settings, which are run in a > secondary JVM) > > Sanne > > 2009/11/12 Tomasz Blachowicz : > > Hi guys, > > > > One

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Tomasz Blachowicz
ctory(Configuration.java:1367) at org.hibernate.test.cfg.ConfigurationPerformanceTest.testSessionFactoryCreationTime(ConfigurationPerformanceTest.java:186) On Thu, Nov 12, 2009 at 3:01 PM, Tomasz Blachowicz wrote: > Hey Emmanuel, > > This is very helpful! I wish I knew that before

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-12 Thread Tomasz Blachowicz
nsource.atlassian.com/projects/hibernate/browse/HHH-4499 > >> You have define the variable jdk16_home in your settings.xml file > >> pointing > >> to the home directory > >> of a JDK 6. > >> > >> Hope this helps. > >> > >> --Hardy

Re: [hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-11 Thread Tomasz Blachowicz
projects/hibernate/browse/HHH-4499 > You have define the variable jdk16_home in your settings.xml file pointing > to the home directory > of a JDK 6. > > Hope this helps. > > --Hardy > > > > > On Wed, 11 Nov 2009 16:16:45 +0100, Tomasz Blachowicz < > tb

[hibernate-dev] Build of 3.5.0-SNAPSHOT (trunk) fails.

2009-11-11 Thread Tomasz Blachowicz
Hi guys, I'm trying to build Hibernate from the SVN repository (rev. 17955). On my Windows laptop with Java 1.5 I'm getting the following error while building Entity Manager: [INFO] [INFO] Building Hibernate Entitity Manager

Re: [hibernate-dev] Hibernate 3.5.0-Beta-2 dependencies

2009-11-11 Thread Tomasz Blachowicz
FYI: HHH-4565 & HHH-4566 has been created. On Tue, Nov 10, 2009 at 5:18 PM, Tomasz Blachowicz wrote: > Grand. I'll create the ticket later on. > > > On Tue, Nov 10, 2009 at 4:41 PM, Steve Ebersole wrote: > >> Clearly this is wrong. Please create a JIRA. Thanks!

Re: [hibernate-dev] Hibernate 3.5.0-Beta-2 dependencies

2009-11-10 Thread Tomasz Blachowicz
Grand. I'll create the ticket later on. On Tue, Nov 10, 2009 at 4:41 PM, Steve Ebersole wrote: > Clearly this is wrong. Please create a JIRA. Thanks! > > On Tue, 2009-11-10 at 16:38 +, Tomasz Blachowicz wrote: > > -- Forwarded message ------ > &g

Re: [hibernate-dev] Hibernate 3.5.0-Beta-2 dependencies

2009-11-10 Thread Tomasz Blachowicz
-- Forwarded message -- From: Tomasz Blachowicz Date: Tue, Nov 10, 2009 at 4:37 PM Subject: Re: [hibernate-dev] Hibernate 3.5.0-Beta-2 dependencies To: Steve Ebersole Sure, here it goes: $ mvn dependency:tree [INFO] Scanning for projects... [INFO] Searching repository for

[hibernate-dev] Hibernate 3.5.0-Beta-2 dependencies

2009-11-10 Thread Tomasz Blachowicz
Hi, I've just upgrade Hibernate Annotations to Beta2 version (using Maven 2) in one of my sandbox projects and noticed that there are new dependencies to 3rd party libraries. Can you please quickly explain why there are the following ones: * javax.xml.bind:jaxb-api:jar:2.1:compile - only for Java