[xwiki-users] unable to deploy on Wildfly 9.0.2 Final

2016-03-02 Thread Anton Hughes
cDataSource.java:2131) ... 102 more Thanks -- Anton Hughes ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Error when trying to deploy on Jboss 7.1

2015-12-07 Thread Anton Hughes
Does anyone know of Xwiki works on Wildfly 8.2? On 30 November 2015 at 19:10, Anton Hughes wrote: > > On 30 November 2015 at 19:08, vinc...@massol.net > wrote: > >> If you check the archive you’ll find that users have succeeded using >> JBoss in the past. I also r

Re: [xwiki-users] CORS and headers

2015-11-30 Thread Anton Hughes
ssing a page on the root (not a child page). But when I accessed a child page then I had two. -- Anton Hughes ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Error when trying to deploy on Jboss 7.1

2015-11-30 Thread Anton Hughes
nted to check your stacktrace below and try to reproduce it but didn’t > get the time so far. > Thanks Vincent, yes it is the above link that I was following. -- Anton Hughes ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Error when trying to deploy on Jboss 7.1

2015-11-30 Thread Anton Hughes
Hi again - as no one seems to know what the problem is, is it possible to get a list of what application servers Xwiki is tested on? Are there any versions of jboss/wildfly that are known to work wtih XWiki? On 26 November 2015 at 16:38, Anton Hughes wrote: > > Hello > > I am tryi

Re: [xwiki-users] Request: make linking easy

2015-11-26 Thread Anton Hughes
taken the concept of wiki and made it brittle and technical. -- Anton Hughes ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Request: make linking easy

2015-11-26 Thread Anton Hughes
rtant aspect. However, as I have tried to point out, its easier to write html than Xwiki syntax. -- Anton Hughes ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread Anton Hughes
want to find a specific document by name only When the unique id of a document is the document name you then have: - more friendly urls - wiki/my_document - more flexibility on how documents are organized - a document could be in more than one 'folder' at a time. - eas

[xwiki-users] Request: make linking easy

2015-11-26 Thread Anton Hughes
ould sell my management on this. Non technical people will never understand this. And yes, non-tech people can use the wysiwyg. But then why use a wiki? Why not just use a CMS. The -- Anton Hughes ___ users mailing list users@xwiki.org http://lis

Re: [xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread Anton Hughes
nd we can show you what to use. > http://localhost:8080/xwiki/bin/view/test/ http://localhost:8080/xwiki/bin/view/MyExamplePage/ -- Anton Hughes ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread Anton Hughes
am used to working in Mediawiki, where typically all documents sit on the root, and can be linked and referenced simply by the name of the document, and structure of the content (categories) does not affect linking (generally, unless it is in another n

[xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread Anton Hughes
fore be in other trees. Also, in Mediawiki, there is the possibility ( https://meta.wikimedia.org/wiki/Help:Embed_page) to embed pages ? I have tried using the mediawiki syntax for this but it does not seem to work. -- Anton Hughes ___ users mailing

[xwiki-users] Error when trying to deploy on Jboss 7.1

2015-11-26 Thread Anton Hughes
boss.deployment.unit.\"xwiki.war\".STRUCTURE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"xwiki.war\".STRUCTURE: Failed to process phase STRUCTURE of deployment \"xwiki.war\""}} 15:33:42,973 INFO [org.jboss.as.server.dep

[xwiki-users] CORS and headers

2015-11-26 Thread Anton Hughes
GMT 9. Pragma: no-cache 10. Server: Jetty(9.2.3.v20140905) 11. Set-Cookie: JSESSIONID=8wg8mui7mis16hbozquntqg8;Path=/xwiki -- Anton Hughes ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Rest - get objects

2015-11-07 Thread Anton Hughes
Ah - my bad! This is working - http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Brokers/pages/ABC+Broker/objects?media=json I had forgotten the pages section of the url. Thanks On 7 November 2015 at 16:46, Anton Hughes wrote: > > On 7 November 2015 at 16:24, Thomas Mortagne &

Re: [xwiki-users] Rest - get objects

2015-11-07 Thread Anton Hughes
them from the page, eg, http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Brokers/ABC+Broker/objects?media=json but I get exactly the same response - Malformed URL: the spaces section is invalid. What do you suggest? -- Anton Hughes ___ users mailin

[xwiki-users] Rest - get objects

2015-11-06 Thread Anton Hughes
ments?media=json works fine. Is there something additional I need to do to work retrieve objects? Thanks -- Anton Hughes ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] [Survey] Feedback about XWiki and future features

2015-11-06 Thread Anton Hughes
On 30 October 2015 at 14:24, vinc...@massol.net wrote: > Latest news is that we now have 16 answers. Good start :) > 17 at least. I just added my 2c. -- Anton Hughes ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/li

Re: [xwiki-users] CORS header

2015-11-03 Thread Anton Hughes
I manged to figure this out. I changed the following in the web.xml: Set CORS policy for fonts resourceReferenceHandler */** *.woff *.eot *.ttf REQUEST FORWARD On 3 November 2015 at 16:40, Anton Hughes wrote: > Hello > > I am looking to use

[xwiki-users] CORS header

2015-11-03 Thread Anton Hughes
'http://localhost:8081' is therefore not allowed access. How do I add the cors header to the rest response from Xwiki? Thanks -- Anton Hughes ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Admin password after installing

2015-11-03 Thread Anton Hughes
org/xwiki/bin/view/AdminGuide/InstallationStandalone > (at the end) for more details. > > On Tue, Nov 3, 2015 at 3:16 PM, Anton Hughes wrote: > > Hi > > > > I am trying out Xwiki and would like to know how to login after > installing. > > > > Is there an admin

[xwiki-users] Admin password after installing

2015-11-03 Thread Anton Hughes
Hi I am trying out Xwiki and would like to know how to login after installing. Is there an admin user already created when installing? If yes, what is the password? If not, how do I create an admin user? Thanks -- Anton Hughes ___ users mailing list