• NullpointerException -

    Trying to migrate current ejb's from Jboss4 to Jboss6. And hit with the below error. Please share any workarounds. Stuck on this from 2 days.   18:24:33,857 INFO  [EjbDeployer]   with dependencies...
    Profile Photo
    created by stpvk15
  • How can i ensure the configured JBOSS EAP6.2 <async-handler> logging handler is working or not?

    I am using JBOSS EAP6.2 Application server in my project. We are using default JBOSS Logging subsystem by configuring the Loggers, Handlers, and Formatters as follows, <size-rotating-file-handler name="ACTHANDLER" ...
  • Problem with connecting EJB remotely from JBOSS to JBOSS without using outbound-connection

    Hi,   I am facing a problem while connecting EJB remotely where EJB client (consumer) and EJB producer both are running on different JBOSS servers. Where there are many EJB producers and one EJB client and clie...
    Profile Photo
    last modified by sulabh.agarwal
  • How to connect EJB remotely from jboss to jboss without using outbound-connection

    Hi,   I am facing a problem while connecting EJB remotely where EJB client (consumer) and EJB producer both are running on different JBOSS servers. I have gone through below link which actually works but th...
    Profile Photo
    created by sulabh.agarwal
  • Client authentication failed for mechanism JBOSS-LOCAL-USER:

    When I'm trying to access the EJB from remote client, I'm getting exception as below:     2013-11-06 19:47:38,044 DEBUG [ApplicationMain] - Looking for jboss-naming-client.properties using classloader com.s...
    Profile Photo
    last modified by arun168403
  • MBeanServer  ObjectName for ejb

    What is the ObjectName on the MBeanServer to access the EJBs deployed.   I have implementation in my application deployed in 4.2.3 to access the manage the EJBs as below:   String jndiName = "jboss.j2ee:jn...
    Profile Photo
    last modified by arun168403
  • MBean <depends> in service.xml

    I have a dependent .ear file for a service as below. This is defined for Jboss4.2.3.   <mbean     code="com.alcatel.gem.jbservices.init.GemInitService"     name="GEMService:serv...
    Profile Photo
    created by arun168403
  • ejbRemove on stateful session bean?

    hi, specified in jboss.xml : <cache-policy>org.jboss.ejb.plugins.LRUStatefulContextCachePolicy</cache-policy> <cache-policy-conf> <min-capacity>1</min-capacity> <max-capacity>...
    Profile Photo
    last modified by gue13
  • static class act as an entity ,EntityNotFoundException happend when delete the last record

    Dear all,      I write an entity like this: @Entity public class Employee {      @Id      private long id;        ...
    Profile Photo
    created by icey.xiong
  • Migrate from Weblogic to Jboss 5.0.1 as

    Hello, I am novice in Jboss and I have a problem.   I have EAR application for weblogic. This EAR contains two enterprise java beans (EJB) JARs and one WAR archive. EJB contain deployment descriptors: ejb-j...
    Profile Photo
    created by dew
  • JBoss50DTDMetaData (standjboss.xml) attachment present?

    https://jira.jboss.org/browse/EJBTHREE-2095?focusedCommentId=12531263&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12531263   Alexey, do you know why standardjboss.xml is sh...
    Profile Photo
    last modified by wolfc
  • how to call SLSB from struts action class ?

    Hi,   Please note that i am using ejb 3.0 first time and having all Stateless beans in my application at present. we are using struts action classes for accessing SLSB in the following manner. Kindly let me know...
    Profile Photo
    created by bhavsar.er
  • Allow for configuring default resource adaptor name for the EJB2 MDBs

    https://jira.jboss.org/jira/browse/JBAS-7911   HornetQ team wants to be able to set the default resource adapter deployment name for all the proxy-factories configured in (standard)jboss.xml under invoker-proxy-...
    Profile Photo
    last modified by aloubyansky
  • Problem in sar and ear class loading

    I have ejb[UserBean] which saves the user details to the database. The EJB project is dependent on hibernate and I had to provide its own class-loader in jboss-web.xml. [UserData.ear]   I want to invoke this bea...
    Profile Photo
    created by simulex
  • [JMSContainerInvoker] Could not set ExceptionListener to nul

    Hi, I am using joram as my jms provider and the same is invoked through jboss 3.2.5 appserver. Some time i am getting this error in my jboss console log. [JMSContainerInvoker] Could not set ExceptionListener to nu...
    Profile Photo
    last modified by rasa
  • JBOSS5.1.Deployment Error - Injecting Spring2.5 beans into E

    I am using EJB3.0 and Spring 2.5 in my project .Using EJB3.0 as session facade bean. Trying to Inject Spring beans into EJB3 session bean using @Interceptors(SpringBeanAutowiringInterceptor.class) and @Autowired anont...
    Profile Photo
    last modified by kumaran_is
  • Can't load remote interface of ejb in my client from jboss-e

    Hi, I had written a client which is trying to call the ejb dynamically using reflection api. Instead of putting the home and remote interfaces in the classpath of the client application I am trying to load these inter...
    Profile Photo
    created by vikram_khati
  • Entity bean deadlock

    Hi! I have two entity beans for example: A, B There is a relation between these beans, and I have to be able to access B from A and A from B. A: getTitle() { return name + getB().getName(); } B: getTitle() { retu...
    Profile Photo
    last modified by bartatamas
  • problem in migrating weblogic application to Jboss

    Hi, Im trying to migrate my weblogic(6.1) application into Jboss (3.2.7).. so first step, i have changed deployment descriptors for jboss....and when im trying to compile the java using ant its giving cannot resolve...
    Profile Photo
    created by vinothini.p
  • What's the socket of Jboss a's

    We are a new group try to use Jboss AS to do something.Is there someone could give some idea about how to create a socket to connect tis server so that can call the drools please?
    Profile Photo
    created by inori0821