[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Classloader violation richfaces3.3 and JBoss 5.1.0

2009-08-12 Thread kennethrene
"jaikiran" wrote : Have you configured classloading in your application? These might help you understand what's going on: | | http://www.jboss.org/community/wiki/ClassCastExceptions | | http://www.jboss.org/community/wiki/ClassLoadingConfiguration | | http://www.jboss.org/community/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Classloader violation richfaces3.3 and JBoss 5.1.0

2009-08-11 Thread kennethrene
Hi I have a big problem using richfaces-3.3.0 with JBoss 5.1.0.GA. I had a EAR (prueba.ear) that run perfect in JBoss-4.2.0.GA but when I run the same ear in jboss-5.1.0.GA the error is: java.lang.LinkageError: Class org/richfaces/component/html/HtmlPanelMenu violates loader constraints - pr

[jboss-user] [EJB 3.0] - Re: QuerySyntaxException class is not mapped

2008-07-17 Thread kennethrene
Version of JAVA: jdk 1.5 Version of JBoss: 4.2.0.GA Version of seam: 2.0.1.GA LOGS: --- Exception during request processing: Caused by javax.el.ELException with message: "javax.ejb.EJBTransactionRolledbackException: org.hibernate.hql.ast.QuerySyntaxException: TemaIcfes is not mapped [SELEC

[jboss-user] [EJB/JBoss] - QuerySyntaxException class is not mapped

2008-07-16 Thread kennethrene
Hi, I have a jar file (acad.jar) than contain TemaIcfes Entity: package co.academico.entidades; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.GeneratedValue; import org.jboss.seam.annot

[jboss-user] [EJB 3.0] - QuerySyntaxException class is not mapped

2008-07-14 Thread kennethrene
Hi, I have a jar file (acad.jar) than contain TemaIcfes Entity: package co.academico.entidades; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.GeneratedValue; import org.jboss.seam.annot