• Hibernate search with JPA query intersection

    Hi everyone! I am using hibernate 4 as JPA provider in Jboss AS 7.2. Today i enabled hiberante search module and it just works fine. I planned to use fulltext search in some kind of filter(I used Criteria API for tha...
    Profile Photo
    last modified by iliax
  • Are there any plans to offer an xml mapping configuration?

    Hello, I just found this project and I would love to use it for our application. However we are unable to use the annotation method because some of our objects are reused across multiple services, and auditing is only...
    Profile Photo
    last modified by fatefree
  • Exception Envers: org.hibernate.HibernateException: Missing column: class in xxxTable

    Hello how are you! I wanted to check, because I have a problem with Envers, the version we are using in Maven is: jboss-envers: 1.2.2.GA-hibernate-3.3. I have to audit an abstract class that has 2 childs. I'm getti...
    Profile Photo
    last modified by nico_rtv8
  • AuthQuery produces SQL Error: 17023, SQLState: 99999 and "Unsupported feature: getCursorName"

    Queryung the Envers history results in strange Exceptions See below.   How query is Builded:   AuditReader reader = AuditReaderFactory.get(em);         AuditQuery query = ...
    Profile Photo
    last modified by shuron
  • PrimaryKeyJoinColumn and referencedColumnName support in ENVERS 3.6.8?

    We are using validityauditstrategy so when any insert happens for Margin entity below we expect envers to create historical versions for the same in B_HISTORY and then A_HISTORY and then refer the same in MARGIN_HISTO...
    Profile Photo
    last modified by mohanakartikmasilamani
  • Hibernate blob return null

         Domain .java private Blob roomDescription;        public Blob getRoomDescription() {         return this.roomDescription;  ...
    Profile Photo
    last modified by effectjam
  • Hibernate annotations?

    Salut à tous le monde Hello every body .I need to download hibernate annotations but I can't find it.Please Help me
    Profile Photo
    last modified by jamalam
  • Revision_field_name column is not updated

    I have created a spring application using Hibernate Envers but when I am trying to save an updated entity, the revision_field_name column is not advancing and Hibernate is trying to insert again the same number in the...
    Profile Photo
    last modified by skiabox
  • Validity audit strategy with ID reuse = db corruption

    I've been working on a deployment of Envers for configuration history tracking and have run into a serious bug with the validity audit strategy.   We're using increment generators for our entities; this correspo...
    Profile Photo
    last modified by hltbdivl
  • @OneToMany make revision at insert but not at update

    I searched the forum but couldn't find out my similar problem. Here is it :   I have an entity Called Person that is the parent of Customer Entity:   @Entity @Table(name = "my_person") @TableGenerator(na...
    Profile Photo
    last modified by mehdizehtaban
  • [RESOLVED] Hibernate-Envers 3.6.10-Final with ValidityAuditStrategy throws NonUniqueObjectException

    Hello,   I'm working on an application based on Hibernate-Envers 3.6.10-Final where we have chosen to use the strategy ValidityAuditStrategy, due to the very critical performance issues of the default strategy w...
    Profile Photo
    last modified by anthonyb
  • Partial auditing with MappedSuperclasses

    Hi everyone,   We're taking our first steps in auditing with Envers, but seem to have hit a dead end.   Here's the basic situation: All our entities consist of two parts: one @MappedSuperclass (called <...
    Profile Photo
    last modified by chessray
  • Composite Foreign Key Auditing

    I'm working with a legacy database that uses a composite foreign key to a unique composite key of another table.  The tables look like the following:   Contract -contractId -playerId -sequenceId   ...
    Profile Photo
    last modified by gorf
  • Can I mark an field as not audited even though the object of the field is an audited entity?

    Firstly, apologies if this is a bug that has been fixed. Due to the app container I will be deploying into I have to use an old version of Hibernate before Envers was shipped with it, which means I'm using 1.2.2.GA-hi...
    Profile Photo
    last modified by scdf
  • Auditing collection of components

    Hi,   I'm trying to audit an entity which contains a collection of components. I know that auditing @ElementCollection wasn't supported in previous version of hibernate (https://hibernate.atlassian.net/browse/HH...
    Profile Photo
    last modified by juliael
  • Can Envers support "going back to a revision" similar to subversion?

    Hi, I am absolute new to Envers. My usecase is: I would like to provide "versioning" with my application. Logically when a user creates a "version" all data is duplicated and the user can actually log into this v...
    Profile Photo
    last modified by johnviet
  • Hibernate Envers with partitioned database

    We are using a MySQL partitioned db (same schema for each db) and need to audit data by company. (so we have extra company id key in every entity) Some companies have their data on a certain server, others on another...
    Profile Photo
    last modified by timdua
  • auto generated pojo from hibernate Persistance

    Hi All,     I have persistance.xml contains required classes .Is there any option or command to generate respective pojo.   ex <?xml version="1.0" encoding="UTF-8"?> <persistence version=...
    Profile Photo
    last modified by ganeshneelekani
  • Where org.hibernate.fetchSize and othe rquery hints are documented for Hibernate 4.2.0?

    Trying to find documentation for query hints for Hibernate 4.2.0, can't see it under http://docs.jboss.org/hibernate/orm/4.2/manual/en-US/html_single/ Where to find?
    Profile Photo
    last modified by rsmrsmrsm
  • getting java.lang.AbstractMethodError: org.jboss.jpa.deployment.PersistenceUnitInfoImpl.getValidationMode()Ljavax/persistence/ValidationMode; while updating hibenate 3.2 to 3.6.0 in eap 5.2

    Getting java.lang.AbstractMethodError: org.jboss.jpa.deployment.PersistenceUnitInfoImpl.getValidationMode()Ljavax/persistence/ValidationMode; while updating hibenate 3.2 to 3.6.0 in eap 5.2   Reffered below arti...
    Profile Photo
    last modified by jaigates