[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
The exception seems to mislead.
Everytime i call this function

  | @SuppressWarnings(unchecked)
  | public ListE findAll() {
  | ListE list;
  | list = getSession().createCriteria(entityClass).list();
  | return list;
  | }
  |  the program raises exceptions but i also get an
org.hibernate.exception.GenericJDBCException: Cannot open connection
when this function is called.
The session is a Hibernate session. I am able to login (which does a 
databasequery) i am able to use HibernateEntityQuerys but the above code will 
fail.

Chanching the seam librarys back to 1.1.6 (making only security related changes 
loggedIn vs success and so on) all works fine.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4022996#4022996

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022996
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
Since HibernateEntitys are fully functional, i suppose that the changes in 
package org.jboss.seam.persistence are responsible for these errors. But i am 
not able to hunt them down.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023011#4023011

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023011
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread [EMAIL PROTECTED]
So you guys don't have @Entity annotations on your entities? You are using 
.hbm.xml?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023067#4023067

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023067
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
Correct. But in intermediate step. Migrating to annotations.
Is there a problem with .hbm.xml?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023072#4023072

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023072
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread [EMAIL PROTECTED]
OK, its fixed in CVS, please try it out.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023087#4023087

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023087
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
Thanks for the fast reaction. It works again.
Ciao,
Carsten
Btw: take a look at the document generation. I got an error about an area 
overflow when building it.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4023113#4023113

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023113
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user