Ver Mensaje Individual
  #7 (permalink)  
Antiguo 08/11/2014, 06:57
odsa
 
Fecha de Ingreso: marzo-2008
Mensajes: 128
Antigüedad: 16 años, 1 mes
Puntos: 0
Respuesta: Class not found Exception

Profesor_falken...
Precisamente eso es lo que estoy haciendo, al principio no estaban incluidas las librerias en el War del proyecto por eso el error; pero ahora si lo están, le dije a Seam a través del fichero deployed-jars.list que incluyera las librerias de hibernate; pero ahora el error es el siguiente.

Código:
DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "jboss.j2ee:jar=inpc.war,name=TimerServiceDispatcher,service=EJB3_endpoint" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=inpc.war,name=TimerServiceDispatcher,service=EJB3" (should be in state "Installed", but is actually in state "**ERROR**")

DEPLOYMENTS IN ERROR:
  Deployment "jboss.j2ee:jar=inpc.war,name=TimerServiceDispatcher,service=EJB3" is in error due to the following reason(s): java.lang.ClassCastException: org.hibernate.hql.ast.HqlToken cannot be cast to org.hibernate.hql.ast.HqlToken, **ERROR**

	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.2.GA]
	at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.2.GA]
	at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.1.0.Final]
	at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]
	at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.1.0.Final]
	at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.1.0.Final]
	at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-6]
	at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-6]
	at java.lang.Thread.run(Thread.java:745) [:1.7.0_67]

07:51:49,765 INFO  [Http11Protocol] Arrancando Coyote HTTP/1.1 en puerto http-0.0.0.0-8080
07:51:49,765 INFO  [AjpProtocol] Arrancando Coyote AJP/1.3 en ajp-localhost%2F127.0.0.1-8009
07:51:49,765 INFO  [AbstractServer] JBossAS [6.1.0.Final "Neo"] Started in 1m:40s:156ms
Un Saludo... a muchas Gracias