Questions tagged [wildfly-swarm]

Swarm offers an innovative approach to packaging and running JavaEE applications by packaging them with just enough of the server runtime to "java -jar" your application.

See also:

191 questions
0
votes
1 answer

wildfly swarm: fails when changing facades packages

I have wildfly swarm application which is have App class, container and deployment and also facades, all working fine, but when I changed UserFacades to another package and separated from App main class which is run application, deployment…
Armen Arzumanyan
  • 1,939
  • 3
  • 30
  • 56
0
votes
1 answer

Wildfly Swarm start browser on mvn run

Is there any possibility to open a browser with a tab to localhost:8080/index.html when running mvn wildfly-swarm:run? I would appreciate your answer!
GC268DM
  • 403
  • 7
  • 15
0
votes
1 answer

Wildfly 10: Failed to execute: javax.ws.rs.NotFoundException: RESTEASY003210

I am trying to use wildfly-swarm with a hello world web project (having a single index.html file) already running on glassfish. Here is my POM.xml:
Prakhar Mishra
  • 1,586
  • 4
  • 28
  • 52
0
votes
1 answer

Wildly Swarm: Setup a project with separeted modules using maven

I'm trying to setup a wildfly swarm project with maven. My structure should look like this: project-build (wildfly swarm should generate here the -swarm.jar file including project-rest and project-ejb) project-rest (own pom.xml) project-ejb (own…
LAX
  • 13
  • 3
0
votes
1 answer

Running Arquillian tests for a Wildfly Swarm Web application with custom Main class

We have a Web application that is packaged as a WAR file using Wildly Swarm. The Web application is configured via a custom Main class that is processed when starting the swarm application. Now we would like to guard our application with Arquillian…
woelfle
  • 557
  • 1
  • 7
  • 23
0
votes
1 answer

NPE running a JSF application as a Swarm uberjar

Running Wildfly Swarm with a JSF application results in this NPE: 2016-03-13 08:08:07,370 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 3) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./:…
Phyxx
  • 15,730
  • 13
  • 73
  • 112
0
votes
2 answers

Excpetionmapper does not work with Wildfly Swarm but does work in Wildfly Server

I am trying to run a simple entity - controller - boundery application in WildFly Swarm. This works fine, however when I add an ExceptionMapper to catch the NotFoundException this does work on WildFly server 10 but not in WildFly swarm. Is this a…
Martijn Burger
  • 7,315
  • 8
  • 54
  • 94
0
votes
1 answer

Wildfly swarm jax-rs multipart form NotSupportedException

I have a fairly simple jax-rs application running on wildfly 9. It makes use of resteasy multipart form. It runs 100%. Now I am trying to run the same application with wildfly swarm, but get a javax.ws.rs.NotSupportedException: Could not find…
Sphynx
  • 492
  • 5
  • 13
0
votes
2 answers

Cannot find org.wildfly.swarm.bootstrap.Main when launching fatjar built by wildfly-swarm-plugin:1.0.0.Alpha1

I've checked out https://github.com/arun-gupta/wildfly-samples/tree/master/swarm by Arun Gupta, but when trying to launch the built jar I get Error: Could not find or load main class…
Marcus Wallin
  • 115
  • 1
  • 10
-1
votes
1 answer

Where are the YAML defaults in Wildfly Swarm?

According to the official reference guide, YAML is the recommended way to configure an application in Wildfly Swarm, and the user-provided YAML file is applied overtop the absolute defaults that WildFly Swarm provides What are these absolute…
alin
  • 29
  • 2
-1
votes
1 answer

Why the wildfly-swarm-plugin tries to download the dependencies from jboss group repository no matter what I configure in settings xml?

When I use the JBoss Wildfly Swarm Plugin it tries to download the dependencies from the repository.jboss.org maven repository, even though I set up a repository with the same id in settings.xml [INFO] --- wildfly-swarm-plugin:2017.5.0:package…
Andreas Panagiotidis
  • 2,763
  • 35
  • 32
1 2 3
12
13