Questions tagged [application.xml]
28 questions
1
vote
1 answer
What to set as web-uri for exploded WAR in Java EE application created by Intellij IDEA 12?
If I create a new Java EE application in Intellij IDEA 12:
Using Web Application 2.5, JSF 2.0, Application Server Glassfish 3.1.2.2, and Java EE 6:
application.xml is autogenerated with this text as its content:

Kiwi
- 1,083
- 11
- 26
0
votes
0 answers
Jar file path in application.xml incorrect - Maven 1.0 & JBoss 4.0
I'm using Maven 1.0 to generate the ear and deploy it in JBoss 4.0.
The issue I'm facing is, the java module entries in ear/META-INF/application.xml are incorrect. I have placed all jars inside a 'library' folder under the ear. But in…

Sundeep
- 11
- 1
- 4
0
votes
2 answers
GENERIC_PASSWORD vulnerability Spring boot
I got below message when I push on bitbucket:
Repository https://git.xx.xxx/scm/appXXXx/appxxx-xx-gateway.git
pre-receive hook declined
Push rejected due to security vulnerabilities detected by security hook.
GENERIC_PASSWORD vulnerability detected…

Diego Avellaneda
- 1
- 1
0
votes
1 answer
TomEE web profile 7.1.4 not loading ejb jar?
I have a ear containing an ejb jar and a war. The war contains a servlet which calls an EJB. If I deploy the ear without the ejb jar under WEB-INF/lib folder, the servlet http request fails.
I thought it was not required to keep the ejb jar in…

Asier Naiz
- 141
- 6
0
votes
0 answers
application.xml updated by maven update project
Good morning all.
Quick question: when I do a "maven update project" my application.xml file is updated.
I have abc-ear/META-INF/application.xml like this :

Paladice
- 247
- 4
- 19
0
votes
2 answers
application.xml for Jboss 6
Can we package ear for jboss 6 ? What will be application.xml uri ??

Suraj
- 437
- 8
- 20
0
votes
0 answers
EAR application and application.xml: library-directory element values
Starting with basic EAR file documentation and proceeding to official Oracle documentation, can't find much on application.xml. What should the application.xml file have for the library-directory element?
deploy fails:
thufir@doge:~$…

Thufir
- 8,216
- 28
- 125
- 273
0
votes
0 answers
0
votes
1 answer
application.xml modified in Eclipse causes deployment issue
When importing a Maven project to Eclipse (sometimes just refreshing the workspace), The file application.xml is modified and causes a problem deploying the EAR to Jboss 5:
org.jboss.deployers.spi.DeploymentException: Exception determining…

kandan
- 715
- 2
- 12
- 39
0
votes
1 answer
Failure deploying RESTful web service application using IntelliJ IDEA
I am trying to create a simple RESTful web service on IntelliJ IDEA and I am now encountering the following error:
The content of element 'application' is not complete. One of '{"http://java.sun.com/xml/ns/javaee":description,…

J. Schei
- 327
- 3
- 15
0
votes
2 answers
How to change context-root for enterprise application (.ear) in weblogic
We have third party web based enterprise application, which is deployed on weblogic server and can be accessible using
http://hostname:port/myApp
But, due to some reason, we wanted to change context-root for this application, so that it must be…

Ravi
- 30,829
- 42
- 119
- 173
0
votes
1 answer
Dynamic value to Spring Property Ref tag
Any way is it possible to pass dynamic value to the ref tag attribute in below code from java?
…

Rohan K
- 177
- 1
- 3
- 21
0
votes
1 answer
Any issues with EAR application name and context-root being same?
I have been asked to help with trouble-shooting an application issue.
Here is the background - We have a JSF 1.2 application running in WAS 7. This is one WAR. The team has added another WAR to the same application which is a JSF 2.0 module and…

adbdkb
- 1,897
- 6
- 37
- 66