Log in to follow, share, and participate in this community.
Thread Wildfly 10 or higher, JavaEE7, EJBs and RESTful-services
Wildfly 10 or higher, JavaEE7, EJBs and RESTful-servicesHello, I have an application, maven multimodule, that has the following modules. module-parent module-ear module-ejb (handles the db-connection, in my 'ServiceBean'-class ) module-web (restful-services) ...
Thread java.lan.ClassCastException when casting to remote bean inte
java.lan.ClassCastException when casting to remote bean inteI get a ClassCastException when trying to cast to a remote interface of stateful session bean (for some reason it works for the stateless ones..). To really pinpoint the problem I made the easiest project possible. A...
Thread Creating minimalist examples in camel (namely salesforce)
Creating minimalist examples in camel (namely salesforce)I'm testing the salesforce component (streaming API) across different versions of camel (2.17.4/2.23.0). In 2.23.0 I got an example running using spring (based on camel/examples/camel-example-twitter-salesforce at mas...
ic.lookup("java:comp/env/") to EJB3.xHi all. I'm trying to migrate from EJB2.x to EJB3.x but i'm facing some problems with the lookup. I was using JBoss 4.2.2 and I migrated to wildfly 9.0.0 Full. This is all ok, working fine. The...
Thread JBossDeveloper External client hangs when looking up bean
JBossDeveloper External client hangs when looking up beanI'm running an external client that fails to lookup a bean and hangs. I'm using JBoss Developer Studio 11 (installed using jdk1.8.0_121 (x64) running on Win 10) and deployed on JBoss AS 6.x, JBoss AS 71 and Wildfly 11...
java.lang.NoClassDefFoundError: org/quartz/SchedulerExceptioHi, I installed JBoss 4.0.4GA and I used the "all" configuration. I afterwards downloaded the EJB3-RC8-FD distribution and installed it according to the INSTALL howto included. When I run the server I get the follow...
jboss-4.2.3.GA triggering ./run.sh causes errorHi I am very new to JBOSS , Currently, I am analysing an EJB project of my clients I met a problem. When I start the JBoss server, I got the following error dev@PGIVM01:~/software/jboss-4.2.3.GA/bin$...
Size limit on Remote EJB CallsI have a SLSB that I invoke remotely and there appears to be a limit on how large the argument I can pass in a method call is. I'm using EAP 6.0.1 (jboss as 7.1.2 Final) and deploying my ejb as part of an ear. My clie...
Same interceptor called twiceHi, I have two classes A & B, where B extends A (A is abstract). I have a list of interceptors I1,I2,I3(see below). The interceptors try to accomplish the execution of before/after actions for the method 'm'. ...
file not foundhttp-invoker.sar directory not found in home/deploy directory, we need to add security-constraint url-pattern in web.xml file under $JBOSS_HOME/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml is there any al...
Thread javax.ejb.EJBAccessException: Authentication failure with no
javax.ejb.EJBAccessException: Authentication failure with noI am trying to build a simple webapp / EJB 3.0 project. But running into some difficulty. After getting the session context bean, while trying to run a procedure that returns rows from a the DB, I get javax.ejb.EJBA...
Thread JBoss EAP 6.4.1's EJB 3 to JBoss AS 4.2.3 EJB 2's communication
JBoss EAP 6.4.1's EJB 3 to JBoss AS 4.2.3 EJB 2's communicationI am having a web application containing EJB 3 running on JBoss EAP 6.4 and it need to communicate with EJB 2 running on JBoss AS 4.2.3. Is it possible to communicate or not, will i face any issues when doing so. Coul...
WFLYEE0042help me for this: mars 02, 2017 3:21:25 AM org.jboss.ejb.client.EJBClient <clinit> INFO: JBoss EJB Client version 2.1.4.Final mars 02, 2017 3:21:25 AM org.xnio.Xnio <clinit> INFO: XNIO version 3.4.0.Fi...