• I'm not able to access my message driven bean from remote server

    Hi,   I have created a mdb, I'm able to access it If my client is in same ear with my mdb. but I try to access the mdb from the standalone java program it threw the exception NamingException. Please help me out....
    Profile Photo
    last modified by gauravjlj
  • Nonsense username in custom login module

    I'm trying to implement a simple login module for JBoss AS 7.1.1, but the usernames sent from the client side are all nonsense hex strings like these:   a6e14a87-49f2-4d2c-8add-ba8fc7c699d9   I've tried to...
    Profile Photo
    created by gardva
  • About using <transaction:ejb-transaction/> in components.xml

    Hello,   I have a confusion regarding the <transaction:ejb-transaction/> tag in compoenents.xml. Why and when is it necessary?   So far after doing some goole search, I have understood the following...
    Profile Photo
    last modified by mchisty
  • Getting a read time out error while calling a third party web app from an EJB

    Hi We have created two EJB application’s and one web application in the following manner. EAR contains two EJB’s And Architecture is as following:          ...
    Profile Photo
    created by king_anurag
  • Ask for password in Jboss Server 3.2.5

    Hello,   How can I ask for password when somebody try to access my Jboss Server 3.2.5     Note: I tried this 3.2.5/server/default/conf/login_config.xml <module-option name="usersProperties">jmx-...
    Profile Photo
    created by eam
  • JNDI Issue invoking remote ejb

    Hello all   I have two computers in a LAN in my home. Connfigured, deployed a sample EJB 2.2 application on Jboss 6 server on a computer .   Now, from another computer i have created a client something li...
    Profile Photo
    last modified by hpulla
  • what's the defination of inactivity (timeout from inactivity to removal SFSB by container)

    Hi All,     I'm wondring to know what event is call inactivity? out of a transaction or last invocation been made, in my following test, throw NoSuchObjectException. So the event of inactiveity should be la...
    Profile Photo
    last modified by bondchan921
  • serious leak container doesnt call ejb remove() -- urgent pl

    hi every body , i have a serious problem on a production server, we have an ejb dealing with DB actions. now after a few days i noticed in the web console that the create count just keep raising without any call to re...
    Profile Photo
    last modified by aagmon
  • How to force te container to call a stateful sb's remove method

    Hello,   I have a stateful session bean deployed. I have a remove method annotated with @Remove. But I never see it called. So how do I force the container to call it, in JBoss 7 ?   Thanks,   Eric J.
    Profile Photo
    last modified by ericjvandervelden
  • SFSB removal in jboss 5.1

    We're upgrading the jboss from jboss 4.2.3 to jboss 5.1.0, which is not a easy journey indeed, I will share the experience when all this get finished, we almost finished with one issue left. We used to call the remove...
    Profile Photo
    last modified by bondchan921
  • Error  [JBossASKernel]  jndi:null   [JBossASKernel]   Class:javax.jms.MessageListener

    Hi everybody! I try to run code   of book EJB3  in Action chapter 4 MDB link source code http://www.mediafire.com/?kleippoyax1p7x5 and i get  a error   05:56:48,466 INFO  [Ejb3Depend...
    Profile Photo
    last modified by micro_
  • java.net.SocketTimeoutException: Read timed out

    I have successfully deployed the bean on the JBoss Server I am able to get InitialContext Object but When the server comes at ic.lookup() statement it waits for some seconds and afterwards the following Exception is t...
    Profile Photo
    last modified by csplrj1
  • Remote EJB Connection to Websphere

    How to lookup EJBs in Websphere from Jboss?
    Profile Photo
    last modified by patshamiri
  • JNDI configuration in jboss.xml obsolete ?

    Hi,   As EJB 3.1 tightened the screws on JNDI namespace format, wondering why there is a need for still maintaining JNDI specific configuration in the schema file. I mean, if the app server is going to do the bi...
    Profile Photo
    last modified by rakcheru
  • ejb client and naming error - problem

    I'm very beginner in ejb programming so please don't be angry if the question is easy. Below is a code I wrote and it produces an error. What should I change to get this to work? I work with Eclipse Juno and JBoss 7....
    Profile Photo
    last modified by darisz
  • javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial

    Hi   I am a new bie in EJB3.x .I am writing JUNIT test cases for ejb which is deployed in JBOSS7.1 FINAL using remote client. I have used all the maven dependency https://docs.jboss.org/author/display/AS71/EJB+in...
    Profile Photo
    last modified by ghosh_nandita
  • JBoss 7: Inject meta data in client side EJBContext and process it before security interceptor

    Hi, I m having a challenge when trying to achieve the following in AS 7   1. Inject some meta data in client side EJBContext. 2. Performing some setup on server side according to the metadata from the client, BE...
    Profile Photo
    created by gbridge0
  • How do I set the JNDI name for EJB 2 in JBoss 7.1?

    We are migrating an application from JBoss 5.1 to JBoss 7.1 (using cr1b).  It uses an EJB 2 stateless session bean.  For JBoss 5.1, the jndi name for the bean was specified in jboss.xml, but in 7.1, this app...
    Profile Photo
    last modified by duanesilkworth
  • JBOSS 6  EJB3.0 Problems

    Hi,   I am using jboss-6.0.0 for my application.   Which has  huge EJB 3.0 hits. Jboss processes the request properly for some time, but after some time I see following exception number of times ...
    Profile Photo
    last modified by amandeep_1987
  • HTTP Session Propagation with EJB Request for logging

    I have a distributed application with a Tomcat 6.x frontend and JBoss 7.1.x backed. JBoss is running in standalone mode and Tomcat is running in a seprate VM. For better log correlation I want each log log statement t...
    Profile Photo
    created by aconite