On 04/06/2011 05:46 PM, Florian Rhomberg wrote:
> Hello!
> I am trying to install XWiki on a weblogic server in combination with mysql. 
> However I always get an Error 500 in the Browser. In the admin log of the 
> oracle domain the following error is written:
>

Can you try the following:

 From xwiki/WEB-INF/lib/xwiki-core-2.7.1.java extract queries.hbm.xml 
into WEB-INF/classes

Edit that file and replace:
and obj.id = prop.id.id and prop.id.name='member
with:
and obj.id = prop.id and prop.name='member
in the two places where it appears.

Then restart the application and see if it works.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to