<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>Trisummit Technologies</title>
	<link>http://trisummit.net</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 18:05:28 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>java.lang.IllegalStateException: ContainerBase.addChild: start:</title>
		<description>Ran into this exception while uploaded a war file into Glassfish.  

Exception while loading the app : java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.ExceptionInInitializerError 

Ends up that there was a SQL Exception taking place causing the application to not properly load and start.

The Exception given here in the Glassfish logs ...</description>
		<link>http://trisummit.net/2012/05/16/java-lang-illegalstateexception-containerbase-addchild-start/</link>
			</item>
	<item>
		<title>Building a Spring Application with ANT</title>
		<description>I am not going to show you how to do this.  Instead, I am giving you the URL of a tutorial which does a great job at setting you up.

http://static.springsource.org/docs/Spring-MVC-step-by-step/part1.html#step1.6

Most Spring samples are based on using Maven to do your builds.  But if you need to use ant ...</description>
		<link>http://trisummit.net/2012/03/23/building-a-spring-application-with-ant/</link>
			</item>
	<item>
		<title>Adding a J2EE Filter in Jive SBS</title>
		<description>This posts relates to Jive SBS version 4.5 series.

In most java J2EE web applications, filters are added in the web.xml file.  When doing development on Jive SBS, while you are not completely restricted from making changes to the web.xml file, it is not within the scope of normal development ...</description>
		<link>http://trisummit.net/2012/02/10/adding-a-java-filter-in-jive-sbs/</link>
			</item>
	<item>
		<title>Using REST on Jive SBS</title>
		<description>This post is based on using Jive SBS 4.5 series.

The documentation for using REST on Jive SBS is found in the below document.  One of the problems with this document is that I cannot just give you a URL.  You have to go to the document and in ...</description>
		<link>http://trisummit.net/2012/02/06/using-rest-on-jive-sbs/</link>
			</item>
	<item>
		<title>Creating a Web Service in Jive SBS 4.5.X Extending Rest</title>
		<description>There is not a whole lot of documentation out there on this subject out on the Web.  Nevertheless, there is one document that is available on the Jive Software community which gives a real good start.

https://community.jivesoftware.com/docs/DOC-28795

This actually is a much better document than came with the 4.0 Jive SBS Developer's Traning Course ...</description>
		<link>http://trisummit.net/2011/12/23/creating-a-web-service-in-jive-sbs-4-5-x-extending-rest/</link>
			</item>
	<item>
		<title>Building Webservices using Java with Maven</title>
		<description>I recently had the task of creating a webservice in Java. I was disappointed at how difficult it was and how incomplete and error prone the available documentation is. Creating a webservice in Java is not a trivial exercise. There are a lot of little steps. Miss one and it does ...</description>
		<link>http://trisummit.net/2011/10/28/building-webservices-using-java/</link>
			</item>
	<item>
		<title>java.lang.reflect.InvocationTargetException with Axis2</title>
		<description>I used the wsdl2java functionality build the necessary classes for communication with a particular webservice. However, when the webservice stub was called to perform the communication, I was given this error.

java.lang.reflect.InvocationTargetException - full stack trace given below.

In digging through trying to determine the cause of the problem, I recalled having ...</description>
		<link>http://trisummit.net/2011/09/16/java-lang-reflect-invocationtargetexception-with-axis2/</link>
			</item>
	<item>
		<title>Migrating Content into Jive SBS</title>
		<description>The requirement to move content from an external system into Jive SBS is very common. You have discussion forum content and blog content in whatever system (Wordpress, Jive Integrated, Teligent, Dot Net Nuke, PHPBB, etc.) and you need to get it into Jive SBS. And then complicating the situation further ...</description>
		<link>http://trisummit.net/2011/08/19/migrating-content-into-jive-sbs/</link>
			</item>
	<item>
		<title>Remove Tabs in MediaWiki</title>
		<description>This is an easy one.  If you need to remove all of the tabs in your Mediawik Wiki site, just go into the css page and modify it as follows:

.pBody {
        font-size: 95%;
        background-color: white;
 ...</description>
		<link>http://trisummit.net/2011/07/11/remove-tabs-in-mediawiki/</link>
			</item>
	<item>
		<title>How to Force URLs to be Lowercase</title>
		<description>First off, I do not recommend doing this.  You may have undesireable effects such as images that use upper and lower case names all of a sudden no longer displaying because they must be lower case to work.

The general concensus among members of the SEO community seem to be ...</description>
		<link>http://trisummit.net/2010/08/12/how-to-force-urls-to-be-lowercase/</link>
			</item>
</channel>
</rss>

