Log in to follow, share, and participate in this community.
Thread Conditional Selection Among EJB Remote Hosts
Conditional Selection Among EJB Remote HostsUsing J-boss's EJB client to route from one J-boss server to another works for me with J-boss 7.2/EAP 6.1 by utilizing the "jboss-ejb-client.xml" file. But I'm interested in sending some heavier requests to a differen...
Thread Dynamic Proxy for JBoss Initial Context EJB3
Dynamic Proxy for JBoss Initial Context EJB3Hi, We have an application which was developed for JBoss 5.1 and are in the middle of migrating from 5.1 to JBoss 6 eap and encountered the following issue. In Jboss 5.1, We had implemented a dynamic p...
Pre-Populating SLSB EJB PoolHi All, Is there a way to specify pre-population of SLSB EJB Pool so that the pool is ready with the EJB instances when there is a rush of EJB calls? Here, I would want to avoid Instance creation at the time ...
Thread EJB "shutdown exception" is not caught by EJB interceptors
EJB "shutdown exception" is not caught by EJB interceptorsHi Guys, This might be "working as designed". However I was a bit surprised of the interceptor precedence here. Using: JBoss AS 7.2 Final. I have a "BeanA" that invokes a method on "BeanB" in a...
Thread Container interceptors and ApplicationDeadlockException handling.
Container interceptors and ApplicationDeadlockException handling.Hi, I'm migrating an application which was previously working on JBoss 4 to JBoss 7. We had an interceptor which was checking out exceptions returned by database driver and converting them to Applicatio...
Trouble injecting into Stateless EJBHello, We have an AS 6.1 web application and we're implementing some @Stateless EJBs. Our problem is that an EJB doesn't seem to get injected into another EJB. Both EJBs are in the same package and are...
Unable to start JBoss AS 7.1 in EclipseHello, I am not able to start JBoss AS 7.1 in Eclipse Indigo (version 7.x). The error message is shown below. Can someone please help ? An internal error occurred during: "Starting JBoss 7.1 Runtime S...
JPA Result Set Mapper for Native Querystep 1 : describe problem in JPA with Native Query List<Object[]> objectlist =-------------------- ").getResultList(); Iterator<Object[]> iterator = customerL...
Jboss EAP 6.0.2 EJB 3 ConfigurationFrom the document provided in Red Hat "Accelerate Your JBoss" in order to tune JBOSS EJB configuration. In that pdf EJB3 Config value is as below: <pools> <bean-instance-pools> <strict-ma...
Thread Callback for ejb client when there is an invocation failure
Callback for ejb client when there is an invocation failureHello, I have a Swing client that is making remote invocations on a EJB. If the server goes down or is otherwise unreachable, I want to get notified so I can display a message in the client. Is it possible to ...
Thread Reset EJB 'slsb' pool : force reinject ESB instances
Reset EJB 'slsb' pool : force reinject ESB instancesHi all, We use @Inject on our @Stateless beans to load configuration. It works well with a @Producer to inject configuration parameters. But, the already instantiated EJB are not reinjected (logical af...
Remote stateless ejb proxy variable scopeHi to all, I understand that there has been a lot of improvements and changes in Jboss 7 ejb remoting API. What should be the scope of remote stateless ejb proxies? I'm invoking the beans from another AS 7 in...
Thread @RunAs does not work with @Startup @Singleton
@RunAs does not work with @Startup @SingletonOn both JBoss AS 6.10 and 7.02, @RunAs does not work with a singleton session bean. A web application consisting out of only 2 files can reproduce this: RolesTestEJB.java package com.example;
import j...
Thread Channel (inbound) of remoting connection closed during execution
Channel (inbound) of remoting connection closed during executionHi, I am trying roster application from Java EE 7 tutorial. Having problems on deployment in NetBeans against glassfish I decided to migrate to JBDS an JBoss EAP 6.1. Roster is a maven EJB 3 app confi...