0 Replies Latest reply on May 6, 2005 7:34 AM by jhenschel

    Need help with org.jboss.deployment.DeploymentException: ql-

    jhenschel

      Hi all,

      I'm trying to deploy a little application on JBoss 3.2.6 and Postgres 8.0.1. Strangely, I always get this Exception

      ...
      org.jboss.deployment.DeploymentException: ql-compiler is not specified.
      ..

      when deploying my 3 little EJBs. Has anyone encountered this before and might give me some advice, there's precious little to be found on the net.

      Thanks for your input,
      Jörg Henschel

      Stacktrace:

      ...
      13:30:22,436 INFO EARDeployer Init J2EE application: file:/C:/Programme/jboss/jboss-3.2.6/server/jhenschel/deploy/dev.ear
      13:30:28,155 INFO EjbModule Deploying Test
      13:30:28,311 INFO EjbModule Deploying Stateful
      13:30:28,358 INFO EjbModule Deploying Stateless
      13:30:29,811 ERROR EntityContainer Starting failed jboss.j2ee:jndiName=/TestLocalHome,service=EJB
      org.jboss.deployment.DeploymentException: ql-compiler is not specified.
      at org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.getInstance(JDBCQueryManager.java:87)
      at org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.(JDBCEJBQLQuery.java:39)
      at org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.createEJBQLQuery(JDBCCommandFactory.java:60)
      at org.jboss.ejb.plugins.cmp.jdbc.JDBCQueryManager.start(JDBCQueryManager.java:272)
      at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreManager.java:490)
      at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:381)
      at org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:155)
      at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:337)
      ..