0 Replies Latest reply on Sep 16, 2003 11:44 AM by gouvea

    Oracle BC4J deploy in JBoss 3.0.3

    gouvea

      While trying to deploy a BC4J app in JBoss 3.0.3, the
      following Exception was raised:

      java.lang.ClassCastException: org.jboss.resource.adapter.jdbc.local.LocalPreparedStatement

      All the steps listed in OTN's articles were done:

      http://otn.oracle.com/products/jdev/howtos/appservers/deploy_bc4j903_to_jboss303.html
      http://otn.oracle.com/products/jdev/howtos/bc4j/ejbstateless_with_bc4j.html


      Trying to access AppModule without de Stateless EJB Session as a client, the Exception was:

      java.lang.IllegalStateException: No security context set.


      Has anyone seen something like that?