Thxs for this log.
I tested with wget (through same proxy of my browser) and I
obtain a xxxxxxxxx
=> It's working well with wget too (without option)
I tested on my developpment server on ou intranet (through
our proxy): $xwiki.getURLContent('https://set7z18fgf.execute-api.us-east-1.amazonaws.com/prod/?route=getClanD…')
working.
Do you need my log to make it working on myxwiki.org? If yes
which one?
> The issue is
> with the HTTPS protocol used in the URL.
> In the logs of myxwiki.org there’s:
> Failed to retrieve content from
> [https://set7z18fgf.execute-api.us-east-1.amazonaws.com/prod/?route=getClanD…] javax.net.ssl.SSLHandshakeException:
> Received fatal alert: handshake_failure
> At this point I don’t know
> what’s the problem. We’re using httpclient in
> getURLContent() which supports HTTP over SSL out of
the
> box.
> Thanks-Vincent
>
> >
> Thxs for your help.
> >
> > Pascal B
>
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thxs for this log.
I tested with wget (through same proxy of my browser) and I obtain a "500 Internal Server Error" (I tested with SSLv2, SSLv3, TLSv1, TLSv1_1 and TLSv1_2 protocol) :-/
I tested on my developpment server on ou intranet (through our proxy): $xwiki.getURLContent('https://set7z18fgf.execute-api.us-east-1.amazonaws.com/prod/?route=getClanD…') working.
Do you need my log to make it working on myxwiki.org? If yes which one?
> The issue is
> with the HTTPS protocol used in the URL.
> In the logs of myxwiki.org there’s:
> Failed to retrieve content from
> [https://set7z18fgf.execute-api.us-east-1.amazonaws.com/prod/?route=getClanD…] javax.net.ssl.SSLHandshakeException:
> Received fatal alert: handshake_failure
> At this point I don’t know
> what’s the problem. We’re using httpclient in
> getURLContent() which supports HTTP over SSL out of the
> box.
> Thanks-Vincent
>
> >
> Thxs for your help.
> >
> > Pascal B
>
Hi users,
I am wondering on how to create an XClass from java, and bind it to a
class-sheet to be used to represent several objects as XWiki pages. How can
I achieve that in a way that allow me to incrementaly update the object
every time a modification is performed?
Thanks for your help,
Giordano.
Hi,
(disclaimer: new user here)
I updated from 7.4RC1 to 7.4 (Debian packages, Tomcat7, MySQL). When I
click the navigation arrows in the Main wiki, they come up empty. If I
create a new wiki, it works fine.
What could have happened here?
Appreciate any help, thank you!
Regards,
Rodrigo
> Anyway, how do you found default alias of table name
> then?
>
> By example the alias "act" in my hql string here
> "act.eventId" (I found it by chance in error
> log)
>
> #set($results=
> $xwiki.activitystream.searchEvents("act.eventId in
> ($ListIn)", false, 0, 0))
>
> Here i suppose? https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwi…
>
> Yes. The API is not optimal, I
> agree, and it was not really improved along the years.
ha ha i never said that!
If alias and field name, usable in hql query, are documented it doesn't matter :-)
Thxs for ur help
I am migrating the xwiki installation from 3.5 to 6.4. I followed the
upgradation steps and found the best way to upgrade is to install 6.4 war
file create an empty db and and hit the xwiki url which would create the
db schema and then launches the distribution wizard which is used to
install 6.4 ui and xar After this login as admin and import the 3.5 xar
file in new installation which I exported from existing installation The
important thing to note is I had to manually select the required
space/pages customized panels themes and users specific to my project from
older xar Please let know whether this the best way or any other way to
upgrade my xwiki
Awaiting your response on this..
Regards
Gaurav
Thxs => useful links bookmarked :-)
Anyway, how do you found default alias of table name then?
By example the alias "act" in my hql string here "act.eventId" (I found it by chance in error log)
#set($results= $xwiki.activitystream.searchEvents("act.eventId in ($ListIn)", false, 0, 0))
Here i suppose? https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwi…
--------------------------------------------
En date de : Mer 20.1.16, Eduard Moraru <enygma2002(a)gmail.com> a écrit :
Objet: Re: [xwiki-users] Fw : Fw : Re: Fw : Re: Fw : Re: How can I get event object through a form
À: "Pascal BASTIEN" <pbasnews-xwiki(a)yahoo.fr>, "XWiki Users" <users(a)xwiki.org>
Date: Mercredi 20 janvier 2016, 16h36
Hi,
This is the activitystream hibernate
mapping where you can see the exact property names:
https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwi…
...and this is the
regular XWiki model mapping (corresponding to the other
tables observed in http://platform.xwiki.org/xwiki/bin/view/DevGuide/DatabaseSchema
)
https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwi…
Remember that, when
writing HQL, you need to look at the hibernate mapping, not
just the SQL database schema (which is useful, but can be
misleading).
Thanks,
Eduard
We are using a SharePoint site to house a document library. I'd like to move this into our xwiki site, but haven't figured out how to configure pages in a way that would make this viable.
We use lists in SP - so people can add documents and when they upload them, they need to add in fields such as a description of the document and notes, usually related to when the document was current as of. The site auto adds in who uploaded it.
While I can add pages that use the Attachment macro and that makes it easy to display documents, it’s the extra fields that make the information more valuable - and that's the functionality I'd be interested in.
One thought I had was to use a form which would then populate a table, but not sure if that's a truly workable solution.
Thoughts or ideas would be welcomed!
Paul Pinkerton
KnowledgeNow Project/ ACLCO