Thread wildfly-8.0.0.Final: XA END / un-enlist of connection called to early
wildfly-8.0.0.Final: XA END / un-enlist of connection called to earlyWhile trying to port an EE application from JBoss5 to WF8 the following problem occurred: EJBs (@Required) using JPA to do some data changes. Some changes get already written to the database, others reside in...
Calling remote EJB from another WildflyHi all, My current problem in general is, that i have two Wildfly 8.2.0Final instances running on my machine. One of them holds a restful application that triggers a stateless session bean SenderBean when it receives ...
about java rapid development framework ?I am developing a Enterprise application in JAVA and trying to find any framework for rapid application development . that has some built in feature . --already i have found one http://www.spagoworld....
Thread EJB annotations ignored if classes are packaged as JBOSS modules
EJB annotations ignored if classes are packaged as JBOSS modulesHi everyone, I have an EJB that writes something to the DB and I have a custom checked exception that is marked as @javax.ejb.ApplicationException(rollback=true), which means that when the exception is thrown,...
How I migrate from Jboss5 to wildfly?Hello , In my organization we will migrate from Jboss 5 to wildfly 8.1. I am using power builder and stateless session bean (ejb). Where i have to put all ejb jars.. etc.. Too many things will be changed. Kindly Hel...
hello , my jBoss server can't startBonsoir, j'ai déployé jboss pour mon application mais il n'arrive pas à demarer j'ai augmenté le timeout j'ai changé le port j'ai meme essayé plusieurs version de jdk d'eclip...
Thread jboss 7 restart remoting subsystem to reload SSL certificates.
jboss 7 restart remoting subsystem to reload SSL certificates.In my deployment scenario I have some instances of Jboss (release 7) talking with each other through @Remote ejb calls, that are secured over a SSL transport. Every Jboss has a "trustore" in his security realm contain...
Access simple bean (non-EJB) using JNDII'm not able to access my bean class (not EJB) using a given JNDI name in JBoss 5.0.1, where the same is working in Tommcat 7.0. META-INF/context.xml <Context> ...
Group by date from timestapm ejbqlHello, I've got query in ejbql, which select date, count of element and owner from the table. The date is stored as timestamp. What I need is to group results by date(day of year, moth,year) and owner, but my query g...
Lookup java:/JmsXA returns nullHi I'm newbie to JBoss I'm using JBoss AS 5.1 I'm trying to get the JMS connection factory with the following code but it returns null <code> Context ctx=new InitialContext(); ConnectionFactory conne...
how to configure aspects in wild flyI am quite new to wild fly 8 and don't know much of its changes from JBOSS AS6 (We use JBOSS AS6 currenty) We have written our own aspects and configured in jboss-aop.xml in JBOSS AS 6. As per wild fly documents it is...
Thread How , when choose distributed component in server ?
How , when choose distributed component in server ?i have hesitation about choose environment for distributed component ? which use case use for distributed component in server ? Example : I have one app : bank core , which has 4 module : Loan , Accounting ,...