• Authentication exception, principal=null when calling SLSB from another SLSB called from MDB (JBoss 6.1.0)

    hi,   I'm migrating our application from JBoss 4.2.3 to JBoss 6.1.0.   All EJB's are EJB2.1. The applications works fine in JBoss 4.2.3.   When an MDB receives and element from the queue, it calls a...
    Profile Photo
    last modified by pepgrifell
  • How to turn passivation and unloading of Stateless EJB...

    Hi All,   For performance reasons I would like to keep the Stateless EJB in memory and not have it go into passivation state and eventually get collected. Is that possible with JBoss 7.1.1 Final? Is there some ...
    Profile Photo
    created by tdanecito
  • EJB3 over HTTP/HTTPS in AS6

    Hello. These days I was trying to configure the ejb3 over http/https in AS 6.0. I followed the artical: https://community.jboss.org/wiki/EJB3OverHTTPHTTPSInJBossAS-5   The server and the client are not on the...
    Profile Photo
    last modified by chengwen
  • Migration of Existing EJB 2 Entity Bean from Jboss AS 3.2.6 to Jboss AS 5

    Hello,   I am trying to migrate my existing EJB 2 Entity beans that are currently deployed in Jboss AS 3.2.6 to Jboss AS 5. While deploying my application, i am getting the following exception stack in the serve...
    Profile Photo
    last modified by vrlgohel
  • error when trying to deploy an entity bean on jboss AS 6.0

    Hi,   I am facing following error when trying to deploy an entity bean on jboss AS 6.0   ERROR [AbstractKernelController] Error installing to Real: name=vfs:///D:/JBOSS6Server/jboss-as-distribution-6.1.0.F...
    Profile Photo
    last modified by saurabh_agr
  • Lots n Lots of stateless bean instances.

    All,   I am using Jboss 5.1, One of my stateless bean which is heavily used. After runinng for 7 days my Jboss occupies all of memory (6G heap on solaris) and goes into unresponsive state. I took a heap dump and...
    Profile Photo
    last modified by raj_kumar
  • Setting the Default Remote Interface

      Dear all,   We are using JBoss 5.1 EAP. We have an EJB that needs to be started several times on the same server in different EARs. The problem we have is that when the EJB is started it binds to a set ...
    Profile Photo
    last modified by massios
  • TimerService startup issue in JBoss AS 6

    I am using JBoss AS 6. I have created a timer service listed bellow:     package com.mycompany.infrastructure.notification.service;   import javax.ejb.Schedule; import javax.ejb.Stateless; import ja...
    Profile Photo
    last modified by arkhalil
  • missing-method-permissions-excluded-mode, unauthenticated-principal and call-by-value in EJB jboss-xml

    We have been evaluating JBoss AS 7.1.  We currently run on JBoss AS 6.1.   It appears that we need to create jboss-ebj3.xml (for JBoss AS 7.1) which replaces jboss.xml for all of our EJBs. Almost every EJB...
    Profile Photo
    created by beaster
  • AS 7.1 MDB1 persists an entity and sends key in message to MDB2; 2 tries to read entity but fails irregularly

    I am admittedly an EJB noob and hope you will please find a minute for this question.  I have deployed an app with two message-driven beans to JBoss AS 7.1.1.Final.  The first MDB creates an entity and persi...
    Profile Photo
    last modified by chrisinmtown
  • Singleton EJB with Scheduler

    All:   I have an ear file deployed in JBoss6.0.0 final.  The ear file contains several jars.  Two of these jar files, each has a singleton EJB with @Startup annotation.  One of them has a timer th...
    Profile Photo
    created by javajoy
  • How to manage a distribute transaction between 2 Session Beans

    Hi all,   I have 2 Session Beans which are deployed in 2 JBoss. Well, each SessionBean calls an EntityBean inside to insert some data in a table. The situation is the following:   JBoss1 -> ( SessionB...
    Profile Photo
    last modified by warxsg
  • Contxt lookup fails for EJB call from JSP page

    Hi ,   I have a EJB call from JSP page . But it seems that EJB doesn't get deployed as lookup fails . Can someone guide me on this issue ?     javax.servlet.ServletException: java.lang.StackOverflow...
    Profile Photo
    last modified by kmbhagwat
  • Is it possibile open an UserTransaction from a client ?

    Hi all,   I have a Session bean:   @Stateless @TransactionManagement(TransactionManagementType.BEAN)   The session bean calls an entity bean and save the name and the surname in table called Customer &#...
    Profile Photo
    last modified by warxsg
  • Jar deployment class loading

    Hi,   I have an ejb jar with the following structure deploy to JBoss AS 7.1.0 final.   test.jar      |- a.class (ejb3.1)      |- b.jar     ...
    Profile Photo
    last modified by r4_1314
  • Configurable MDB destinations at runtime

    Hi there, I've created code for an MDB to listen to a particular JMS destination.   The tricky part is that the same MDB is required to listen to multiple JMS destinations, which may not be known at the time ...
    Profile Photo
    last modified by khalk
  • AS 6.1 EJB dependencies

    Hi,   I'm having some difficulties after switching a legacy project from EJB2.1 with JBoss 5.0 to EJB3 with JBoss AS 6.1. I do have lots of EJB modules, and there are dependencies among the EJBs. I was under the...
    Profile Photo
    last modified by etano
  • Mail Driven MDB  AS 7 or 6

    I want to create a Message Driven Bean that listens for EMail.  I have found one or 2 examples for EJB2 but I want to use EJB3.  I understand that I need to use the mail-ra.rar resource adaptor.  Can so...
    Profile Photo
    last modified by jeffreyindc
  • Entity-Bean in a Entity-Bean is not working

    Hi,   I just started developing with JBoss AS 7 and EJB and I wasn't sure if I should put this question in the beginners corner. If that would be better, maybe somebody can move it there.   I created an En...
    Profile Photo
    created by matiger
  • Security for EJB project - JBoss 6

    Hi everyone,   I would like to secure my EJBs using security-domains model provided by jboss. Unfortunatelly I can't find the way how to tell EJB in which security domain it exists. What I got so far:   ...
    Profile Photo
    last modified by miragpl