• FATAL [org.jboss.serial.persister.RegularObjectPersister] er

    Hello, Current installation Windows XP Professional+SP2, Eclipse 3.2.1, MyEclipse 5.0.1GA, JBoss 4.0.5. I have small application with some complex relation. The application worked perfectly well on JBoss 4.0.4 with ...
    Profile Photo
    last modified by murtuza52
  • send jms message after tx commit

    Example: after the invocation of a Person insertPerson() method on a @Stateless or @Service, i would like to broadcast this new person to a jms topic. But this notification should only happen if the transaction commit...
    Profile Photo
    last modified by justkeys
  • QuotaExceededError?

    I am new to WildFly and I am trying to setup WildFly 14 in a Windows VM with restricted resources (do not want to discuss about it ), i.e. the VM's main hard drive (C) has no space left.   WildFly is setup in an...
    Profile Photo
    last modified by natsiavas
  • javax.ws.rs.client.ClientBuilder not working from a EJB Timer Service?

    Hi,   today I asked a question in the Wildfly forum concerning a RestEasy Jax-rs Client problem. See: https://developer.jboss.org/thread/278754 I am not sure if this place is the better/right place to ask the...
    Profile Photo
    created by rsoika
  • Remote Client EJB Transactions in EAP 7.1

    Hi,   Is it possible to use a JTA transaction manager (arjuna for example) on a standalone client application making remote EJB calls, such that if one EJB call fails, they can all be rolled back, or if the clie...
    Profile Photo
    last modified by johnnuy
  • "You cannot set autocommit during a managed transaction" Exception

    Hi   I'm using WildFly 12.0.0.Final with JDK 1.8 u171, while the EJB's being executed the system is returning the below exception Kindly advice:   2018-05-14 11:26:45,653 ERROR [stderr] (default task-6) ja...
    Profile Photo
    last modified by zidoff
  • EJB-JAR Packaging with external dependencies

    Hi,   I have a JavaProject (facet in eclipse), that I build as Foo-ejb.jar - the JavaProject is an EJB application (business logic only). To run, Foo-ejb.jar needs a library, say Bar.jar.   Is it possibile...
    Profile Photo
    last modified by pi4630
  • Does JBOSS AS 7.1.x still support EJB2.0?

    Hello,   I am trying to migrate the existing JBOSS AS 6.1.0 Final Version to JBOSS AS 7.1.3,  since jboss AS 6.1.0 Final use EJB2.0 in my application, my question is does JBOSS AS 7.1.3 still support EJB2.0...
    Profile Photo
    last modified by ericxiaomingzhao
  • Error invoking ejbTimeout

    I'm using JBoss4.2.1.GA and Seam2.0.0.GA for a POC project here. error: Error invoking ejbTimeout: java.lang.RuntimeException: java.lang.IllegalStateException: Attempted to invoke a Seam component outside the an in...
    Profile Photo
    last modified by asookazian
  • How to define capacity planning for Enterprise app ?

    I have completed development a Enterprise application Using JAVAEE7 on wildfy 10 with 3 tier architecture . i am using JSF,primefaces CDI EJB JPA Bean validation , SOAP-ws. Currently we starting system testing (funct...
    Profile Photo
    last modified by masummymesingh
  • Remote EJB not working from WAR to EAR

    Hi, I've got two JBoss AS 7.1.1Final servers.   One has a WAR file. The second has an EAR file.   My goal is to have the WAR file use remote EJBs in the EAR file.  Setup is as follows.   I hav...
    Profile Photo
    last modified by davidj
  • Is it possible to make local JNDI lookup between different EARs on same Wildfly?

    Hello!   Spent several days with no positive result. Maybe I'm trying to do something impossible? Please, enlighten me, dear sirs!   I want to implement some sort of microservices with EJBs and it should w...
    Profile Photo
    last modified by oleggritsak
  • Jboss 4.2.3 EntityManager Null

    Hi, I am upgrading EJB Entity Beans from version 2.1 to version 3.0 in Jboss 4.2.3GA. It has a plugin for EJB3. The issue is my session beans will still remain EJB 2.1 Session Beans. Wont be upgrading them. So When...
    Profile Photo
    last modified by anu8802
  • Migrating Wildfly 8 to Wildfly 10 EJB invocations from a remote client doesn't work anymore

    This code works with Wildfly 8 but does not work with Wildfly 10 (username and password are correct). Can anybody tell me why? What is changed in Wildfly 10?           Propert...
    Profile Photo
    created by nicolacorsaro
  • JBoss EJB Client handler missing argument?

    I am trying to set a new InitialContext in the following manner (which is pretty standard I believe): private static InitialContext getInitialContext() throws NamingException {       I...
    Profile Photo
    last modified by tanvir
  • Initialize the project

    Initialize the project , build the project initial architecture. step 1 ; Archive shuiqing301/uip · GitHub step 2 : www.konekti.org/ step 3 : Conventions Framework step 4 : orm extenstion : ...
    Profile Photo
    last modified by masummymesingh
  • EJB Remote Client - reconnect - how to

    Hi Given is a Stateless Session Bean running on server. A client connects remotely.   Properties jndiProps = new Properties();         jndiProps.put(Context.INITIAL_CONTEXT_F...
    Profile Photo
    last modified by nikiwalz
  • javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]

    Hi,   I am trying to run my application on 6.0.1 EAP and m getting the following error:     javax.naming.NoInitialContextException   Cannot instantiate class: org.jnp.interfaces.NamingContextF...
    Profile Photo
    last modified by jashan07
  • [EJB2.1 relation mapping] why JBoss duplicates column names in sql statements?

    Hi everybody, I have a problem with an ejb relation. I'm using JBoss 7.2.0.Final. Given the following relational table   CREATE TABLE RIGAORDINERICEVUTO (    IDORDINERICEVUTO    ...
    Profile Photo
    last modified by vquartara
  • Why use EJB3 ?

    Hi all ,   I have confusion that why use EJB over cdi .   From clustering , production specific is there any advantage of Using EJB ?    Any one , who have real life application experience , pl...
    Profile Photo
    last modified by masummymesingh