[
https://issues.jboss.org/browse/JBIDE-17668?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-17668:
-------------------------------------
I literally just committed the patch 10 seconds ago... so unless you're running from
source and just did a git pull, you won't notice any changes.
In terms of incremental deployment, I did not notice any issues, nor did Martin (I
believe). Admittedly I wasn't using large deployments, but, I verified that we did
not touch the application.xml (which would force the server to redeploy the application).
We only touch the application.xml if a module is being full published, so the fact that
we're not touching it now verifies that it's not doing a full publish. Console
output upon changing a xml or html file shows that the module is not being redeployed.
(ie, no console output. If its being redeployed, we get console output). And tracing
shows its only copying the changed files.
JBoss 4.2.3 Hot Deployment does not work (worked with 4.1.x)
------------------------------------------------------------
Key: JBIDE-17668
URL:
https://issues.jboss.org/browse/JBIDE-17668
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta2
Environment: Win7 x64, Eclipse Luna 4.4 RC3, JBoss 4.2.3GA
Reporter: Nero M
Assignee: Rob Stryker
Priority: Blocker
Fix For: 4.2.0.Beta3
Attachments: duplicate-scanner.png
When i start JBoss 4.2.3GA i get this:
org.jboss.deployment.DeploymentException: Trying to install an already registered mbean:
jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:103)
Then when i change any file (just an xhtml for instance) The Server shuts down. Instead
it should just hot-deploy that file like it did with Kepler + AS Tools 4.1. But here it
seems a full deployment is being done (Not just the file) resulting in a Server reboot
12:09:29,452 INFO [EARDeployer] Undeploying J2EE application, destroy step:
file:/C:/server/jboss/............ear
12:09:29,452 INFO [EARDeployer] Undeployed J2EE application:
file:/C:/server/jboss/..........................ear
Thanks for any help :( If this is not fixed, we cannot move to Luna. unfortunately i cant
move to a different application server
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)