[xwiki-users] Syntax highlighter for XWiki!

2010-07-18 Thread Asiri Rathnayake
Hello XWikiers! If you have used syntax highlighter ( http://code.google.com/p/syntaxhighlighter/) in wordpress, blogger etc. you are going to like this one: http://asiri.rathnayake.org/xwiki/bin/view/Macro/MCode Now because of the flexibility of XWiki SSX and JSX, you can easily customize this

[xwiki-users] Auto Reply: Syntax highlighter for XWiki!

2010-07-18 Thread jim . grisanzio
I'm out of the office from July 14 to July 29. For questions about opensolaris.org, send mail to website-ad...@opensolaris.org. Jim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Single sign on

2010-07-18 Thread xManish
I got it right. For some reason, I thought I had to convert the key to HEX. I was wrong. I changed the code like below and it worked... :) for secretkey, String secret = titititititititititititititititi; (the one from xwiki.cfg) byte[] theKey = secret.getBytes(); KeySpec ks = new