Questions tagged [wildfly-10]

WildFly, formerly known as JBoss AS, is an application server developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 7 specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.

flexible, lightweight, managed application runtime that helps you build applications in java

932 questions
-2
votes
2 answers

Wildfly10 Server giving ClassCastException on deploying EJB module

I'm trying to move from wildfly9 to wildfly 10. My code works properly on wildfly9 But when I try to deploy my ejb module on wildfly 10 I get the following error: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to…
kirti
  • 4,499
  • 4
  • 31
  • 60
-3
votes
1 answer

which is the simplest framework in order to build a Workflow in Java?

I am in the beginning of a Java web application project and I have to decide which framework I will use in order to build my Workflow(s). I am looking for a simple and easy framework, because I need only a few workflows. I looked up for some…
Origamer7
  • 315
  • 3
  • 17
1 2 3
62
63