First, thanks to Andrew Stevens for answering my post and motivating me to flounder around a little more till I stumbled across a fix. I use a source code formatter called Jalopy. One of its features is if you surround a block of code with //J- and //J+ it will not attempt to format that block. Apparently having //J- and //J+ around the class level comment was enough to confuse the sunone support into almost doing nothing. Once I removed the //J- and //J+ everything worked great.
Jim
