"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/
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
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
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
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