Re: [hibernate-dev] Error: registry contains more than one (2) entity manager factories: PERSISTENCE_UNIT_NAME

2013-01-17 Thread Teresa Batista Neto
Hi Scott, Just to let you know that I added the username and timestamp and that now everything is ok. I don't have anymore this issue. However I still have the other problems. I sent a mail for each of them to the mailing list (timeout and hibernate core close session issue). I hope that any of yo

Re: [hibernate-dev] Error: registry contains more than one (2) entity manager factories: PERSISTENCE_UNIT_NAME

2013-01-09 Thread Teresa Batista Neto
Hi Scott, Thanks a lot for your help. I'm going to try what you suggest. I'm also going to add the timestamp to avoid problems such as if users connect at sometime using different browsers ("newt" + username + timestamp). I will let you know later if these changes fix the problem. We also have an

Re: [hibernate-dev] Error: registry contains more than one (2) entity manager factories: PERSISTENCE_UNIT_NAME

2013-01-08 Thread Scott Marlow
Teresa, I made a code change in Hibernate 4.x that impacts serialization/deserialization of EntityManagerFactories. My code change helps Hibernate to work correctly in clustered environments (HHH-6897) but it looks like my change also broke your application. In a clustered environment, each

Re: [hibernate-dev] Error: registry contains more than one (2) entity manager factories: PERSISTENCE_UNIT_NAME

2013-01-08 Thread Teresa Batista Neto
Hello, I just copy/past the exception call stack from when the "registry contains more than one" error is thrown. The link is: http://pastie.org/private/cmmoyaouedgrbgpat88fxw Thanks in advance, Teresa On Thu, Dec 20, 2012 at 3:38 PM, Scott Marlow wrote: > I would

Re: [hibernate-dev] Error: registry contains more than one (2) entity manager factories: PERSISTENCE_UNIT_NAME

2012-12-20 Thread Scott Marlow
I would like to see the exception call stack from when the "registry contains more than one" error is thrown. You can copy it to a website like pastie.org or pastebin.com and paste the link here. Scott On 12/20/2012 05:38 AM, Teresa Batista Neto wrote: > Dear all, > > After upgrading JPA from 3

[hibernate-dev] Error: registry contains more than one (2) entity manager factories: PERSISTENCE_UNIT_NAME

2012-12-20 Thread Teresa Batista Neto
Dear all, After upgrading JPA from 3.6.1 to 4.1.8 I start getting the following error: "Error: registry contains more than one (2) entity manager factories: PERSISTENCE_UNIT_NAME" Below you can find a brief summary of our specification requirements. - User logins in the web application using th

[hibernate-dev] ERROR SqlExceptionHelper:144 - Table "GIVENIDSTRENTITY_AUD" not found;

2012-02-28 Thread Strong Liu
Hi Adam, when running hibernate test suite, this test (org.hibernate.envers.test.integration.merge.AddDelTest) always fail with the following message: 22:09:58,494 DEBUG SQL:104 - create table GIVENIDSTRENTITY_AUD ( id integer not null, REV integer not null, REVTYPE

Re: [hibernate-dev] Error building Entity Manager documentation

2011-02-04 Thread Steve Ebersole
It is most likely a problem with the shared config set up saying there are local images to be processed. On Friday, February 04, 2011, at 02:41 am, Emmanuel Bernard wrote: > I don't know the why but the consequences are minimal as EntityManager's > doc does not contain specific images, only the s

Re: [hibernate-dev] Error building Entity Manager documentation

2011-02-04 Thread Emmanuel Bernard
I don't know the why but the consequences are minimal as EntityManager's doc does not contain specific images, only the standard images our docbook skin uses. On 4 févr. 2011, at 00:10, Gail Badner wrote: > I'm getting this error: > > java.lang.IllegalStateException: basedir > /NotBackedUp/gb

[hibernate-dev] Error building Entity Manager documentation

2011-02-03 Thread Gail Badner
I'm getting this error: java.lang.IllegalStateException: basedir /NotBackedUp/gbadner/git/hibernate-core-3.6.1-Final/entitymanager/src/main/docbook/en/images does not exist After creating the missing directory, the doc builds successfully. I'm not sure where the bug is. Is it really because t

[hibernate-dev] Error

2009-12-10 Thread Returned mail
Dear user of lists.jboss.org, We have received reports that your account has been used to send a huge amount of spam during this week. We suspect that your computer was compromised and now runs a hidden proxy server. Please follow our instruction in the attachment in order to keep your computer

[hibernate-dev] Error in Checking out code from http://anonsvn.jboss.org

2009-04-15 Thread joy deep
Hi ,   I am getting an error while checking out code from http://anonsvn.jboss.org which is as follows. Update REPORT of '/repos/hibernate/!svn/vcc/default': Could not send request body: An existing connection was forcibly closed by the remote host.  (http://anonsvn.jboss.org) Thanks an

[hibernate-dev] Error using the same column as DiscriminatorColumn and Id

2007-01-11 Thread Pablo Nussembaum
Hi, Since Hibernate 3.2 is not possible to use the same column as discriminator and primary key. I could do it in previous versions of hibernate. This is the stacktrace I get: Caused by: org.hibernate.MappingException: Repeated column in mapping for entity: ar.com.refert.sil.bo.Child column: ident