[jboss-user] [JBoss Seam] - Seam / Hibernate question....

2008-01-08 Thread minamti
Has anyone seen this before. org.hibernate.AssertionFailure: collection was processed twice by flush() I am performing a merge of detached object. I get this error sporadically. Any help is appreciated. Thanks, Madhav View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - seam / hibernate question..

2008-01-01 Thread minamti
I have a stateful session bean. The bean brings up button A if you are a User and button B if you are a Super User. the bean uses a non SMPC Extended Persistence Context and has Session Scope. Both buttons A and B call @Transactional methods that update the database. I am testing this applica

[jboss-user] [JBoss Seam] - Seam + Hibernate-Validator validation problem

2007-10-30 Thread axismundi
Following the Seam-manual we are experiencing trouble to get validation running with Seam 2.0.CR2/Icefaces 1.6.1 JSF: | | | Bean-class: @NotNull | @Pattern(regex="^[a-zA-Z.-]+", message="Fehlender oder ungültiger Nachname") | @Override | public String getFirstName() { | re

[jboss-user] [JBoss Seam] - seam-hibernate example not working the same as seam-booking

2007-06-27 Thread francof
In the seam-booking example, when I open the View Hotel link , the new tab will show the Detail View of the hotel as expected. However, if I do the same in the seam-hibernate example, the new tab defaults to the hotel listings (same as the first tab). Can anyone explain how I can achieve the s

[jboss-user] [JBoss Seam] - seam -hibernate drops the tables

2007-06-07 Thread dreuzel
i use the DVD example and mae some modifications the hibernate config files seeems to be used for jbpl workflow and for all files watever I do i seem always to have my tables cleared i excludes all hbm2ddl.auto options ... and still all tables are cleared and recreated

[jboss-user] [JBoss Seam] - Seam Hibernate Q

2007-05-09 Thread [EMAIL PROTECTED]
Background After a lot of poking around with log4j I can now see the hibernate debug comments (as the exceptions are telling me very little other than Advert was invalid!) After trapping the validation failure exception in Eclipse and looking at the message (as it really wasnt being put out by

[jboss-user] [JBoss Seam] - Seam / Hibernate adds extra foriegn keys?

2007-04-04 Thread dustismo
Hello, I notice that seam adds extra foreign keys to my database models. I have carefully set up the proper cascade options to my foreign key associates, but then when I start my seam app it adds overlapping foreign keys with no cascade options. I'd like seam to skip this, I'm sure there is a

[jboss-user] [JBoss Seam] - Seam/hibernate search

2007-03-23 Thread Frippe
I am trying to integrate the Lucene search engine into a Seam application and found Hiberante search to help me with the task. This seems to work, but the implementation got a bit messy. I read that Seam 1.3 could have support for Hibernate Search which would be great. Do you guys have any clue

[jboss-user] [JBoss Seam] - Seam/Hibernate meetup in San Francisco, Friday, March 2

2007-02-13 Thread [EMAIL PROTECTED]
For the first time ever, the Hibernate and Seam team will be in the same place at the same time! You're all invited to help us celebrate this bizzarre and unnatural occurrence by joining us for drinks at a mystery location in San Francisco (okay, we just didn't decide on a venue yet ...) on Fri

[jboss-user] [JBoss Seam] - Seam, Hibernate and caching

2007-01-15 Thread rlhr
Hello, To use Hibernate second level of cache, these two lines must be added in the persistence.xml file: | | | When working with the Seam framework, knowing that a treecache.xml configuration file exists and that the pojoCache component configured and started the cache, are

[jboss-user] [JBoss Seam] - Seam + Hibernate

2006-11-28 Thread lara
I am migrating some code from hibernate2 to hibernate3 and I encountered the following while adding annotation to an entity bean: I have two fields: | @hibernate.column name = "EXT_ID" unique-key = "SECURED_OBJECTS_EXT_ID_TYPE_CODE_IDX" | | @hibernate.column name = "TYPE_CODE" unique-ke

[jboss-user] [JBoss Seam] - Seam + Hibernate + MVC

2006-11-16 Thread MelampO
Hi. First of all, sorry for my english :D I am newby using seam and I am trying to develope a web application with a MVC layer model (I have no choose, I didn't design the application). I am some confused about what annotations a need for each layer and I can't find any example that implements