Julien Revert wrote:
> 
> Hi,
> 
> I wrote a java batch allowing to acces XWIKI.
> 
> This batch was okay with 1.5.2 XWiki release but it's not working with
> 1.7.1 XWiki release.
> 
> I don't understand where is my problem and need your help...
> 
> I have a runtime error while execute line :
> wiki = new com.xpn.xwiki.XWiki(conf, new XWikiContext());

A stack trace would be useful...

> If someone has a better way to access XWIKI in batch mode; it good to !

It depends on what you're trying to do.

You can always use your favorite scripting language with an XmlRpc
connection to a running wiki. Or, in Java, you can use Swizzle to do
this, which makes things easier.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to