Tagged Questions
5
votes
2answers
202 views
OSGi vs jboss hot deploy
From what I understand, in OSGi you can update jars at runtime without restarting the server. But jboss also has hot-deployment in which the full ear is updated and the server is still running.
So ...
1
vote
1answer
306 views
JBoss deployment without restarting server
I have a problem regarding to the software deployment. We're using JBoss 4.2.3.
Please let me explain a typical manual deployment process I'm doing now:
Copy EARs, WARs and JARs to server.
Stop ...
1
vote
1answer
289 views
deploy and undeploy multiple artefacts to JBoss using Maven
I intended to use JBoss-Maven-Plugin for hotdeployment of jars to JBoss. I have three projects A, B, C that depend on each other so if I want to redeploy A I first have to undeploy C, then B, then ...
1
vote
2answers
748 views
Hot deploy not longer working on JBoss (“Scheme change not implemented”)
I've got a pretty annoying problem with my JBoss AS 4.2.3 GA.
Until recently everything was running fine, but now the hot deploy feature is now longer working. And -- as always -- I don't know what I ...
1
vote
1answer
250 views
Finding a needed dll after a JBoss (hot) redeploy?
My web application uses a native dll for part of its functionality (the location of which is provided in PATH). Everything works until I make a change to the WAR and JBoss hot deploys this WAR. At ...
0
votes
0answers
15 views
Exploded .ear in JBoss 6 AS using Eclipse Helios
I have the following structure in Eclipse:
Enterprise Application Project (no source code - has the following modules as dependencies)
ejb-service-layer project (ejb source code)
...