Hi users and devs
I am using 64-bit machine, I wanted to build exclipse from source
using maven , and *mvn clean* install command gives me this error :
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:2.2:copy (copy jar files
of restlet, httpclient and xwiki-platform-rest-model) on project
org.xwiki.eclipse.rest: Unable to find artifact. Failure to find
org.xwiki.platform:xwiki-platform-rest-model:jar:3.1-SNAPSHOT in
http://nexus.xwiki.org/nexus/content/groups/public-snapshots was cached in
the local repository, resolution will not be reattempted until the update
interval of xwiki-snapshots has elapsed or updates are forced
..
...
[ERROR] org.xwiki.platform:xwiki-platform-rest-model:jar:3.1-SNAPSHOT
On this
http://maven.xwiki.org/snapshots/org/xwiki/platform/xwiki-platform-rest-mod…
remote
repository I count not find the requited version
So I changed it to another version and it works , but when executing the
xeclipse it gives me an error on GUI side (File Explorer panel )
java.lang.ArrayIndexOutOfBoundsException: 0
at
org.xwiki.eclipse.ui.views.XWikiNavigator.createPartControl(XWikiNavigator.java:116)
at
org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:138)
at
org.eclipse.ui.internal.e4.compatibility.CompatibilityView.createPartControl(CompatibilityView.java:155)
at
org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:313)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
Any one guide me to have a working version from source , please ?
Cheers
Hello,
Is it possible in XWiki to make validation registration (new account) by
Adminitrator? I mean, after any new registration, Admin user receives an
email notification, for which, the validation could be done!
Thanks in advance.
Youcef
Thanks, Thomas,
I tried
https://github.com/xwiki-contrib/sandbox/tree/master/authenticators/xwiki-a…
again and now it compiled successfully. Though when tried to access WebHome page I got
exception, from which IMHO important part is:
...
Caused by: java.lang.NoClassDefFoundError:org/opensaml/xml/security/credential/Credential
And I assume it is because I didn't put all necessary jar files in lib folder.
Knowing bash better than J2EE, I copied all files which I got from ~/m2/repository to /lib,
but then Xwiki didn't start at all...
How can I build xwiki-authentication-saml with all necessary dependencies?
Thanks, and happy Easter!
Valdis
Hi,
** Not sure if i'm posting this in correct place, as this is my 1st post. **
I have installed GlassFish v 3.1.2.2 + MySQL 5.6 +
Xwiki-enterprise-web-5.0.war
Not sure if I’m using the correct Java container and DB...
I will be using Xwiki with large DB.
Have i choose the correct Container and DB? what do you recommend I should
use.
I don’t have any coding experience at all.
Many Thanks,
H
--
View this message in context: http://xwiki.475771.n2.nabble.com/GlassFish-MySQL-Xwiki-tp7584387.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
i would like to set up a private (corporate) XWiki installation.
I have a problem in the testing installation that i would have to
solve before i can go ahead.
When i set "prevent unregistered users from viewing pages, regardless
of the page or space rights", the ResetPassword page is affected by
this setting. This creates, as you can imagine, a quite paradoxical
situation.
What is the recommended way to set up a private wiki, or is this a bug?
Note that this happens in the latest 4.5 as well as 5.0 branches.
I'm working with several forms and struggle with Velocity code
organisation.
1. I'd like to put the same code for e.g. regexp form validation in one
page and just include it from other (ClassSheet) pages. Following
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Creating+a+form+with
+validation+and+tooltips valdidation works fine, when
#macro(showallerrors) macro is included in ClassSheet page, though it
doesn't work, when macro in ClassSheet is included from other file (e.g.
putting macro in VelocityScripts page and writing in ClassSheet:
{{include reference="VelocityScripts"/}} or {{include document...)
It works though, if macro is put in ../xwiki/templates/macros.vm file.
2. As velocity cannot use passing variables by reference, I'd like to
create own "global" velocity variable similar to $isGuest, $hasComment,
$hasAdmin, etc. I tried to set this in xwikivars.vm, but it didn't
work.
Any suggestions are welcome.
Thanks!
Valdis