Hello,
I compiled the whole packages from trunk under Eclipse running with a
JDK1.6_06.
When I launch XWiki-Enterprise, it stops while instantiating Hibernate
Storage with an error "can't find web property in XWikiDocument"...
which is true because web is managed by get/setSpace...
I discovered the get/setWeb is provided for compatibility by an aspect...
So, I took a look at the compiled aspects and the generated .class were
really smaller than the one in a JAR from the repository...
After some unsucessful tries, in Eclipse, I decided to switch from java6.0
syntax to java5.0 and recompiled and then I got some .class which seemed
bigger... Then I launch XWiki and it now works...
Has anyone encountered the same problem?
regards
Pascal