(XML) Enable EclipseLink Monitoring - hackykaries
add the following property in the persistence.xml
View Article(XML) web.config to avoid 'Sys' is undefined error - ptomas
You get "'Sys' is undefined" error in web application. The application works perfectly when run locally. It throws the JavaScript error when run in production. A handler is necessary in web.config to...
View Article(XML) part of page.xml. not working - xaddict
Please comment or see the stackoverflow question to improve this.
View Article(XML) default part of catalog.xml. not working - xaddict
The non-working part of catalog.xml
View Article(XML) Mad Current Event Update for Joomla vs 2.5.6 - mrjohnmain
I've updated Mad Current Event to work with Joomla vs 2.5.6. Just replace the contents of mod_madcurrentevent.xml with the following code.
View Article(XML) web.xml for run HSQLDB in Servlet mode - alces
place hsqldb.jar in <servletDir>/WEB-INF/lib, make file <servletDir>/WEB-INF/web.xml with following content & your DB will reachable via URL:...
View Article(XML) Make ActiveMQ Discoverable - (for Version 5.8) - laurenceosx
see http://activemq.apache.org/discovery-transport-reference.html
View Article(XML) Apache Multiple virtual hosts on localhost - shanecp
Setup multple vhosts on localhost. Update hosts file with mapping. `127.0.0.1 ci2.dev`
View Article(XML) Deploy MDX calculations with XMLA - venu1729
The below script can be used to deploy calculated members directly onto a cube on a server, without having the solution, or deploying the entire cube. Important Note : The script shud have definitions...
View Article(XML) Create a Webservice Client using Maven ws-import Plugin - rtperson
Use this if you need Maven to automatically create a SOAP client for you.
View Article(XML) Clear local maven repository on clean goal via maven-antrun-plugin - alces
Using this configuration in pom.xml 'clean' should be only one task in mvn command line (for ex. mvn clean compile now breaks a build on dependency problem, but mvn clean && mvn compile works...
View Article(XML) Clear local maven repository via maven-clean-plugin - alces
Yet another way to clean maven local artifacts cache before build - putting local repository as Ant-like in maven-clean-plugin configuration (default clean action - cleaning target directory - works...
View Article(XML) Clear local maven repository via maven-antrun-plugin at pre-clean phase...
By default "mvn clean" cleans only target, for clear local repository run: mvn clean -Dskip.repo.clean=false
View Article(XML) Resizable widget android - Chul
With Android 3.1 this is now possible Add the following to your appwidget-provide element
View Article(XML) Making ant-like flat lib directory in pom.xml - alces
Copy all runtime dependencies into single flat directory (ant-like lib setup) - maybe useful for trimming too long classpathes.
View Article