[hibernate-dev] JIRA disk space problem

2013-02-04 Thread Guillaume Smet
Hi,

You're probably already aware of it but just in case...

I can't login to Hibernate JIRA. It looks like the server is out of disk space:
com.atlassian.crowd.embedded.ofbiz.db.DataAccessException:
org.ofbiz.core.entity.GenericEntityException: while inserting:
[GenericEntity:UserAttribute][lowerValue,1359973946698][id,632922][name,lastAuthenticated][userId,27141][directoryId,1][value,1359973946698]
(SQL Exception while executing the following:INSERT INTO
public.cwd_user_attributes (ID, user_id, directory_id, attribute_name,
attribute_value, lower_attribute_value) VALUES (?, ?, ?, ?, ?, ?)
(ERROR: could not extend relation 1663/25290/26840: No space left on
device Hint: Check free disk space.))

-- 
Guillaume
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] Snapshot deployment problem in JBoss repository?

2013-02-04 Thread Guillaume Smet
Hi,

While working on HHH-7821, I wanted to use the latest 4.1.x snapshot.

However, it seems that the snapshots published aren't correct: they
don't contain the latest fixes:
See 
http://snapshots.jboss.org/maven2/org/hibernate/hibernate-core/4.1.10-SNAPSHOT/hibernate-core-4.1.10-20130204.055954-21-sources.jar
(I used this URL as it's the one referenced in the gradle build file
but I have the same problem with the Nexus repository)

I noticed it because my context doesn't start anymore due to the use
of Dialect.getDialect() in Configuration. It was removed in a
following commit in branch 4.1 (
https://github.com/hibernate/hibernate-orm/commit/837fa8acccb1c8aabf77c0167d0650028d0ede1d#hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
from december 19) but the snapshot still has the old version in
org/hibernate/cfg/Configuration.java at line 1563:

Dialect.getDialect().getUniqueDelegate().generateUniqueKey(
table, tableColumn );

Could someone check that the snapshot generation and deployment process are OK?

Thanks.

-- 
Guillaume
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] JPA 2.1 help : @Index and@ForeignKey support

2013-02-04 Thread Steve Ebersole
I need some help in implementing JPA 2.1 defined support for @Index and 
@ForeignKey.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev