I currently am tasked with updating an XML file (persistance.xml) within a jar at a customers site. I can of course unjar the file, update the xml, then rejar the ... |
JBOSS is throwing a:
java.lang.NoSuchMethodError: org.w3c.dom.Document.getDocumentURI()Ljava/lang/String;
Error when loading a wsdl. Can I configure it to prefer the library in my WAR instead of the system or app server lib?
|
Is it possible to override the settings in war file's WEB-INF/jboss-web.xml? I have a war file from a vendor, and I'd like to change the datasource which it uses without ... |
I have done this by the book multiple times and have also tried using someone else's WAR to deploy, but I keep getting the same error. I am running JBoss 4.2.3 ... |
I am working on Jboss 4.05 , I have an xsd file that was on jboss.com and want to have it locally on my system, I can not find the right ... |
Our JBoss server.xml file has this line:
<Engine name="jboss.web" defaultHost="localhost" jvmRoute="app_server_01">
Is there any way to get the jvmroute value (in this case app_server_01) at runtime using Java?
Background
We've got session affinity (sticky ... |
I've copied and pasted the example ejb-jar.xml and jboss.xml file from http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch6.chapt.html#ch6.mdbejbjar.ex and I'm receiving the following error when JBoss attempts to deploy it:
ERROR [ScannerThread] deployment.MainDeployer (MainDeployer.java:943) - Could ...
|
|
This is restart target code which is defined in build.xml
target name="restart"
propertycopy name="remote.host" from="deploy.${target.env}.host.${remote.id}"
propertycopy name="remote.port" from="deploy.${target.env}.port.${remote.id}"
sshexec trust="true"
host="${remote.host}"
port="${remote.port}"
username="${scm.user}"
keyfile="${scm.user.key}"
command="sudo /usr/local/bin/bounce_jboss"
target
server information is defined in ... |
I am able to parse a .DRL file into the XmlDumper and get the correct output. How I can I pass a .DSLR file through the XmlDumper to achieve the same ... |
How can I access the DRL generated within a DSLR file in Drools?
|
The context-path name in jboss-web.xml is different from the application which we deploy in jboss-5.0 GA.
My application creates some files with in the applications sub-folders. but when it goes to create ... |
Deployment "vfszip:/opt/jboss-5.1.0.GA/server/default/deploy/fizio.ear/" is in error due to the following reason(s): java.lang.IllegalStateException: jboss:service=DynamicLoginConfig is already installed.
My war's META-INF contains the following jboss-service.xml:
<server>
<mbean code="org.jboss.security.auth.login.DynamicLoginConfig"
...
|
I want to monitor (via SNMP) some attributes of several JBoss MBeans that are running on my system:
I have configured my attributes.xml unders snmp-adaptor.sar to include:
<mbean name="jboss.ha:service=HASingletonDeployer">
...
|
Why do i have a validation error on the element "resource-ref" in this very simple jboss-web.xml file?
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web xmlns="http://www.jboss.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-web_6_0.xsd"
...
|
With the following, mutual client cert, SSL (TLS) handshake works for a rest endpoint (yay!) - validated via testing and debugging: javax.net logging & wireshark. But...
1st observation: HTTPServletRequest and JAX-RS annotated ... |
I have a jee application running on jboss 4.2.3GA.
Login-config.xml is including the following piece of code;
<authentication>
..
...
|
I have a WAR that is configured to use a scoped classloader under JBoss. This all works fine and dandy. The configuration for it in jboss-web.xml looks something like this:
<?xml version="1.0" ...
|
I'm trying to migrate from jboss 4 to jboss 6 with an application i have running on jboss 4.
But when i try to run the application i get the following exception:
DEPLOYMENTS ...
|
I'm trying to implement 'Single Sign On' over several systems on JBoss using Atlassian Seraph.
According to the docs the default place for the seraph-config.xml file is ../WEB-INF/classes.
Does anyone know ... |
I have an application where messages keep coming at a rate of 70K XMLs per hour. We consume these XML messages and store it into an intermediate queue. The intermediate queue ... |
I am using JBoss 5 and the system properties service to set some system properties my app (ear with war) needs. One of these is the name of the virtual host ... |
I have a question related to the properties-service.xml. There is a value inside this file that needs to be updated every once in a while programmatically. So I have the following ... |
I am working within a enterprise architecture that is processing a large amount of XML messages. We have recently been given the requirement to perform some calculations on data contained ... |
I want to write in an xml file located under the conf directory of jboss.
I open it like this:
public void initialiserXml() {
sxb = ...
|
When I am going to launch jBoss I see this erorr , so jBoss could not be started, what should I do?
|
I would like to add property in system-properties.xml by using XSLT.
Current XML file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE server>
<server>
<mbean code="org.jboss.varia.property.PropertyEditorManagerService"
...
|
How can I truncate table when jboss server started ?
Can we use mysql-ds.xml ?
HOw can we use xml to truncate a table ?
HINT :- I saw jboss creates timer table automatically ... |
Is there an API provided by jboss that I can use to access login-config.xml and decrypt the encrypted passwords.
|
Tomcat has support for deploying a WebApp using just a context descriptor that, when dropped into the correct directory, can override context-params and point to the actual WAR file to run. ... |
|
Hiii All, I hv created a cube designer, it generate a XML file. The XML file contains SQL Cube description, like Cube Name, Dimensions, Hierarchy, Levels etc. I want to publish this document on JBoss server. for getting table recoreds on Internet Explorer. Can anybody help me, how to do so........... Thanks in Advance. |