1 Reply Latest reply on Mar 22, 2006 1:50 PM by gscheibel

    Dynamic Query

    haninaguib

      Hi,

      In my application I use dynamic QL in several of my CMPs and it is working fine.

      I am now trying to get my application to deploy both on JBoss and Websphere, but websphere complains about the ejbSelectGeneric during deployment time:

      Error generating ejbSelectGeneric(java.lang.String,java.lang.Object[]) query for bean TrigpublisherSetting (Abstract schema name=TrigpublisherSetting). Error=unknown EJB or ASN name: java.lang.Object[]


      I know this is more of a websphere question, but I was wondering if anyone here has an application that uses dynamic QL and is also able
      to deploy it on websphere and jboss.

      Note: This is a deployment time problem, not runtime. The ejbSelectGeneric is specific to JBoss, when running on websphere my code uses a different approach to executing dynamic queries.

      Thanks,
      Hani

        • 1. Re: Dynamic Query
          gscheibel

          Hi,

          I am having the same problem. Did you find some solution? Yes, I know, already past one year. :-)
          I am deploying my application in JBoss and Websphere and I have to create two diferents ear files.