Questions tagged [wildfly-8]

WildFly 8 is a release in a series of JBoss open-source application server offerings and an implementation of the Java Enterprise Edition 7 Platform specifications.

About

WildFly 8 was the first release of JBoss open-source application server offerings to bear the brand "WildFly". WildFly 8 is designed to be an exceptionally fast, lightweight and powerful implementation of the Java Enterprise Edition 7 Platform specifications. The state-of-the-art architecture built on the Modular Service Container enables services on-demand when your application requires them.

Links

1036 questions
4
votes
4 answers

Wildfly Mail-Session always uses localhost

I’m trying to setup some simple mail service on Wildfly 8.1 with Gmail(for testing). For some reason, every time I transport the Mail, Wildfly tries to connect to localhost instead of the assigned outbound-socket! Error: 13:22:34,164 ERROR [stderr]…
M4tchB0X3r
  • 1,531
  • 1
  • 15
  • 28
4
votes
1 answer

Deployment of Spring web application using modules only shows "Not Found"

I would love to serve Spring Web MVC as a module in Wildfly but somehow the servlet (WebApplicationInitializer) doesn't seem to be starting. module.xml modules/org/springframework/4.0.0.RELEASE/module.xml
Bart
  • 17,070
  • 5
  • 61
  • 80
4
votes
1 answer

Java EE 7, EL 3.0 spec. changes with respect to type coercion

So I've been away from Java EE for six months and I'm now back and migrating an application to Java EE 7 and I am noticing that JSR-341/ the EL 3.0 spec. contains changes in the section Type Conversion (now, section 1.23; formerly, section 1.18). In…
Patrick Garner
  • 3,201
  • 6
  • 39
  • 58
3
votes
1 answer

Wildfly - FailedLoginException: Password Incorrect/Password Required Exception

I have a small REST application written in JAVA and deployed on Wildfly 8.2. I get the error FailedLoginException: Password Incorrect/Password Required when I try to login using javax security library. What could be the cause here? I send a request…
Eren E.
  • 61
  • 9
3
votes
1 answer

access_log are not going to correct files in wildfly 8.1 server

We have two web applications deployed (named A and B) on the same application server (WildFly 8.1) with configuration shown below. We have the same access-log configuration for both hosts. Now the problem is that WildFly either logs application A in…
Abhishek Parikh
  • 171
  • 1
  • 6
  • 22
3
votes
1 answer

SSO for web application hosted on S3

I have been scratching my head for a while now. Went through tons of documentations but everything seems very confusing. Please forgive if it appears to be a duplicate question, but believe me, the more content I find, the more its confusing…
3
votes
2 answers

wildfly-maven-plugin doesn't deploy anything

I would like Maven to start up a wildfly server which is available in my target-folder at /path/to/project/target/wildfly-8.1.2-Final. The plugin is supposed to deploy a war-artifact during pre-integration-test phase. That very artifact was created…
Walter
  • 396
  • 1
  • 5
  • 16
3
votes
2 answers

Updating XML with namespace with xmlstarlet 1.6.1

I am trying to update the host-slave.xml from a Wildfly Cluster configuration with xmlstarlet. I am using the following statement: xml ed -N my=urn:jboss:domain:2.2 -u…
c-yco
  • 67
  • 1
  • 5
3
votes
1 answer

Accessing Multiple web applications on Jboss7 or Wildfly

I know we can deploy multiple web applications on JBoss 7 or Wildfly. But how can we access different web application with a different port? Where do we set that port for a web application? For example, application1 is accessible on…
Sumanth
  • 595
  • 3
  • 14
  • 39
3
votes
1 answer

User definition with JMS 2.0 Automatic Resource Definition

I'm trying to use JMS 2.0 Automatic Resource Definition Feature. Here is the resources definition in a producer: @JMSConnectionFactoryDefinition( name = "java:global/jms/MyConnectionFactory", user = "guest", maxPoolSize =…
Alexandr
  • 9,213
  • 12
  • 62
  • 102
3
votes
1 answer

Wildfly Maven Plugin ignores deployment name?

I added the name parameter on my deployment using Wildfly Maven Plugin: mvn wildfly:deploy -Dname=myapp -Dwildfly.hostname=myserver -Dwildfly.username=user -Dwildfly.password=pwd However, it keeps on deploying with the Maven version and…
jersey-city-ninja
  • 1,038
  • 11
  • 23
3
votes
2 answers

Can not find keys in keystore when configuring wildfly

We have several .cer files and import into the keystore with keytool command. Now we configure the Wildfly 8.x SSL with that keystore. When to start, we get the following errors: 22:38:56,992 ERROR [org.jboss.msc.service.fail] (MSC service thread…
Li Bin
  • 1,701
  • 3
  • 12
  • 12
3
votes
1 answer

JMC connect to WildFly Windows Service

I am trying to connect with JMC to a WildFly running as service on a Windows8 Machine however when I open up JMC it does not show the running Wildfly only the jvm running the jmc. Is there any special setting to be applied when trying to connect…
erik.c
  • 1,342
  • 2
  • 15
  • 27
3
votes
1 answer

Kerberos sql server datasource in Wildfly 8.2

I have a problem setting up integrated authentication with Kerberos towards a MS Sql Server on Wildfly 8.2.0. Here's what I've done so far: Managed to get it going on Wildfly 9.0.2, simply because Wildfly 9 contains the "new" login module class…
andrei.serea
  • 950
  • 1
  • 9
  • 15
3
votes
1 answer

How to set domain name (or host name) on Wildfly-8.2.1.Final

I have developed an EAR application having structure like, abc.ear def.war def1.war ghi.jar I want to launch it as a website. How to configure the domain name in Wildfly-8.2.1. ? IP to Domain Name mapping already done and I can access the…
Navin
  • 193
  • 3
  • 13