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
0
votes
1 answer

Could not find or load main class org.picketbox.datasource.security.SecureIdentityLoginModule - Wildfly 10

I wanted to encrypt the password in the configuration of connections to the database. I was stuck at the stage of generating an encrypted password I wrote the script bat, the content of which is: java -cp…
user3128303
  • 747
  • 1
  • 11
  • 26
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

Send email wildfly localhost

I'm trying to configure wildfly which is running on localhost to send email but I'm failing miserably. I've read a bunch of tutorial where they use gmail to send email but this require SSL, and the server is running with a self signed certificate so…
Ced
  • 15,847
  • 14
  • 87
  • 146
0
votes
1 answer

"customer" Object only has "null" values when we post a customer

have an application here which is using @JsonViews to manipulation the json output of entities from webservices. public class Customer implements Serializable { @Id @JsonView(ListView.class) private String customerID; @NotNull @Size(min =…
Hemant Desusa
  • 181
  • 2
  • 6
0
votes
1 answer

JMS - Message redlivery on fail

I've got this scenario: a JMS message elaboration via an MDB might fail (throws a RuntimeException in this case) the message should be redelivered, though after a delay (ideal, but not strictly necessary: after an increasing delay depending on the…
Stefano Cazzola
  • 1,597
  • 1
  • 20
  • 36
0
votes
1 answer

LDAP search crendential encryption on WildFly 10

Due to PA-DSS compliance, we are not allowed to have clear text passwords in configuration files, even if we control who is allowed to access the file. I've checked WildFly's documentation, but could only find information about protecting the…
EPMS Devteam
  • 273
  • 2
  • 15
0
votes
2 answers

No suitable driver found for jdbc:mysql://localhost/

i'm creating a test application using Jax-RS and JPA. I'm having a problem when trying to instanciante a EntityManaget inside de Jax-RS Resource. I'm was trying to use Wildfly 10 as Application Server, but this error also happens win Glassfish…
dvtelles
  • 200
  • 10
0
votes
0 answers

Test Resources included in EAR

I am deploying an ear on wildfly which contains the Extension DeltaspikeContextExtension. In my test directory, I used a Producer for this extension called DeltaspikeProducerDCE. I need this producer for my integration tests, because he cannot…
EngJon
  • 987
  • 8
  • 20
0
votes
1 answer

Remote access to Wildfly 10 (Server Starting at Eclipse)

Im trying to remotely access to Wildfly from other pc in local network(no localhost) and I can only do that if I run the server (with standalone.bat) that way: standalone.bat -b=0.0.0.0 The problem is that I don't wanna to do this manually each…
MikeOx
  • 167
  • 1
  • 1
  • 16
0
votes
1 answer

Wildfly hibernate could not create database connection

I am the new to the whole widlfly-hibernate, at work we use tomcat-mybatis I am trying to connect Wildfly 10.0 using Hibernate 5.1.0 with MySQL How i connect: try { Configuration configuration = new Configuration(); …
Lundira
  • 169
  • 3
  • 12
0
votes
1 answer

Spring Security JaasAuthenticationProvider does not see Wildfly 10 securitydomain

We are migrating our code from JBoss 4.2.1 AS and Spring Security 3.2.9 to JBoss Wildfly 10.0.0 and Spring Security 4.0.4 I'm having the following problem with my Spring Security JaasAuthenticationProvider integration with JBoss Wildfly 10 security…
vluomala
  • 1
  • 1
0
votes
1 answer

Eclipselink static weaving not work

I have configured my project to support static weaving but it's not working for lazy loading @ManyToOne. version of freamwork used: eclipselink-2.6.3-M1.jar wildfly 10.0.0 JPA 2.0 eclipselink-staticweave-maven-plugin:1.0.4 my configuration : -…
Gogo
  • 292
  • 8
  • 19
0
votes
1 answer

View individual deployment status in Wildfly with curl/API

I'm very new to Wildfly but I need to set up automated monitoring of individual deployment status via the API. In the same way that I can view the server state with curl, eg: curl --insecure --digest…
0
votes
2 answers

JBOSS gives org.apache.kafka.common.KafkaException: auth.conf cannot be read

When I deploy war of my simple kafka project (which works fine as a jar ) in wildfly v 10 , i get some zookeeper connection exception[1].This occurs when kafka listener starts to connect with zookeeper [1]] 15:21:58,531 ERROR…
Ratha
  • 9,434
  • 17
  • 85
  • 163
0
votes
0 answers

Cannot upload deployment on WildFly 10

I am new on using WildFly 10. When I tried to deploy a WAR on WildFly 10, I got the following error: Cannot upload deployment: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"customerservice.war\".PARSE" => …
asim
  • 1
  • 2