• Does anyone know whether Jboss 7.1.1 Final support EJB2.1 codes?

    Dear all experts,   I am going to migrate my application from JBOSS 6  to JBOSS 7. The application was written in legacy J2ee 1.4 codes and so it contains a large number of EJB2.1 codes. I have heard that J...
    Profile Photo
    last modified by shuhang2
  • JPA Result Set Mapper for Native Query

    step 1 : describe problem in JPA with Native Query    List<Object[]>  objectlist =-------------------- ").getResultList();      Iterator<Object[]> iterator = customerL...
    Profile Photo
    last modified by masummymesingh
  • Always hit OutOfMemoryError If I try to invoke ejb method with large object as its parameter

    Hi, all     In my stateless EJB, there is on method defined as below.     public void modelSave(SerializableInputStream model) throws java.rmi.RemoteException;     The S...
    Profile Photo
    last modified by licheng
  • Error while lookup through client,unable to access the EntityBean

    I am trying to create a Entity bean to connect with a MySql databse using remote client but its giving error,using Jboss eap 7.1,Eclipse Juno to connect with Mysql databse 5.6,below are the source codes:   Entit...
    Profile Photo
    last modified by abhiswastik14
  • Is it possible to deploy ejb in JBOSS 7 AS ??

    Is it possible to deploy ejb in jboss 7 ?? if yes, Pls give me a simple steps to follow. It is urgent........... Thanks in anticipation
    Profile Photo
    last modified by muthutent
  • Migration 3.2 to 6 (exception setting attribute webServiceName on mbean

    Hi, I migrate Jboss and EAR project in JBoss from 3.2 to 6.0 version. I have encountered some problems during this migration but i resolve this and i have upgrade the XML files woth the new DTD format. However this pr...
    Profile Photo
    last modified by geek_nissa
  • Message Driven Beans Multi Thread

    How to config Message Driven Beans Multi Thread number????   Thanks.....
    Profile Photo
    last modified by chenxu
  • Transactions on SessionBeans

    Hi!   I invoke a local Method (updateArticle) on a StatelessSessionBean (article) from an other StatelessSessionBean (consumer). The method updateArticle throws a RuntimeException or a ApplicationException (roll...
    Profile Photo
    last modified by torstenknopp
  • Bean not found

    I'm studying EJB3.0+JBoss5. I encounter a jndi error. When I access a bean in jsp it says 'InjectionBean not bound'. But I developed another EJB using jnid of the same rule it worked.   below is the code:  ...
    Profile Photo
    last modified by fxbird
  • Need Help on EJB 2.1 call Oracle Sequence by passing SQL

    Hi,      Some body can give me some link, tutorial or sample code    How in the EJB function there to get the connection to Database that can call Oracle Sequence like this    ...
    Profile Photo
    last modified by gyg567