Aug 10th, 2010
by mzanussi.
I’m currently investigating migrating our IVR applications from Oracle Application Server to JBoss. One of the first errors I’ve run across is with web.xml, specifically SAX issues related to “Content is not allowed in prolog”:
2010-08-10 13:04:57,305 WARN [org.jboss.system.server.profileservice.hotdeploy.HDScanner] (HDScanner) Failed to process changes
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
*** DEPLOYMENTS IN [...]
Nov 17th, 2009
by mzanussi.
I recently upgraded Eclipse to the latest version Galileo (build 20090920-1017) and noticed immediately that values are no longer displayed when you hover your mouse over a variable while debugging. Hover in Debug perspective was behaving the same as in Java perspective:
I tried the usual stuff like cleaning the project or re-importing the project, verifying [...]
Sep 25th, 2009
by mzanussi.
The office PC has been replaced, but Eclipse isn’t happy anymore, complaining “JVM terminated. Exit code=2″ on startup:
The fix turned out easy enough, all in the environment:
1. Create JAVA_HOME.
2. Update PATH.
Now, if we can fix Hyperion…
Sep 14th, 2007
by mzanussi.
Eclipse has a pretty nice way to manage multiple workspaces called the Workspace Launcher. Unless you’ve told the IDE otherwise, the launcher will appear every time Eclipse is started:
However, Eclipse provides no way to remove old, non-existent workspaces from the launcher. I figured Eclipse stored the list in some configuration file somewhere, but Windows search [...]