Re: [xwiki-users] Install of ldap extension fails

2012-10-24 Thread Thomas Mortagne
On Wed, Oct 24, 2012 at 12:08 AM, kganger  wrote:
> I am attempting to install the ldap application using the extension manager.
> I am operating behind a proxy.  I have set the proxy settings using the java
> system properties, and I am able to list / view extensions.
>
> However when I try to install an extension I get an error that Could not
> find extension dependency [org.xwiki.platform:xwiki-platform-ldap-api-4.0]
> Full stack trace is below.
>
> I am guessing this is related to https://jira.xwiki.org/browse/XCOMMONS-280

Yes probably since org.xwiki.platform:xwiki-platform-ldap-api is on a
maven repository.

>
> Is there a workaround?, something I can set to install this plugin.

Here are some workarounds I could think of to install
org.xwiki.platform:xwiki-platform-ldap-api
(http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-ldap-api/);
* disable the proxy during the install ;)
* the old way: put the jar file in WEB-INF/lib/ folder instead of
installing it with Extension Manager (it will be a core extension
instead of an installed extension).
* have your own repository somewhere XWiki can access with the extension in it
* install org.xwiki.platform:xwiki-platform-ldap-api "by hand" in
Extension Manager local repository in /extension/ folder
and restart so that it's loaded at init. Then

Then you can install the UI with Extension Manager since the proxy is
properly supported for http://extension.xwiki.org repository in your
version.

>
>
>
> Could not find extension dependency
> [org.xwiki.platform:xwiki-platform-ldap-api-4.0]
> class org.xwiki.extension.InstallException: Failed to resolve extension at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:684)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:383)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:295)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:225)
> at
> org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88)
> at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at
> org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:156) at
> java.lang.Thread.run(Thread.java:662) Caused by: class
> org.xwiki.extension.InstallException: Failed to resolve extension dependency
> [org.xwiki.platform:xwiki-platform-ldap-api-4.0] at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.resolveExtension(AbstractInstallPlanJob.java:733)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:597)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:572)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:782)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:682)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:383)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:295)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:225)
> at
> org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88)
> at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at
> org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:156) at
> java.lang.Thread.run(Thread.java:662) Caused by: class
> org.xwiki.extension.ResolveException: Could not find extension dependency
> [org.xwiki.platform:xwiki-platform-ldap-api-4.0] at
> org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:177)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.resolveExtension(AbstractInstallPlanJob.java:731)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:597)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:572)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:782)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:682)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:383)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:295)
> at
> org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:225)
> at
> org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88)
> at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at
> org.xw

Re: [xwiki-users] [xwiki-devs] [Contrib] I'd like to move xwiki realtime editor to xwiki-contrib

2012-10-24 Thread Caleb James DeLisle
Done, moved the realtime editor to contrib and now you can report issues here:
http://jira.xwiki.org/browse/XCONTRIB/component/12462

Thanks,
Caleb

On 10/24/2012 10:32 AM, Thomas Mortagne wrote:
> +1
> 
> On Wed, Oct 24, 2012 at 2:43 PM, Caleb James DeLisle
>  wrote:
>> Hi,
>>
>> Since I've got the realtime editor in a working state and it's hosted as an 
>> extension,
>> I'd like to move it to xwiki-contrib so we can take advantage of the jira 
>> project and
>> not have issues lost in githubland.
>>
>> WDYT?
>>
>> Thanks,
>> Caleb
>>
>> ___
>> devs mailing list
>> d...@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/devs
> 
> 
> 


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] What's up with the SPAMMERs?

2012-10-24 Thread Vincent Massol
Hi,

There is not much we can do. Indeed nabble shouldn't accept spam…

ATM I've removed all the spam I've found (4 emails).

Thanks
-Vincent

On Oct 24, 2012, at 2:00 PM, Hamster  wrote:

> The Nabble forum is bloated with SPAMMERs recently...
> 
> ...is there anything that can be done to remove these users? Ask Nabble for
> example?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] What's up with the SPAMMERs?

2012-10-24 Thread Hamster
The Nabble forum is bloated with SPAMMERs recently...

...is there anything that can be done to remove these users? Ask Nabble for
example?



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/What-s-up-with-the-SPAMMERs-tp7581994.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 4.3-milestone-1 released.

2012-10-24 Thread Fabio Mancinelli
The XWiki development team is proud to announce the availability of
XWiki Enterprise 4.3-milestone-1.

This release brings several improvements in Workspaces, Extension
Manager, Distribution Wizard and the REST API.
It is now possible to activate the multiwiki feature when using the
HSQLDB database (i.e., in the standalone version of XWiki Enterprise).
Several important fixes for bugs related to importing Office Documents
while using filesystem attachments have also been included.

You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download

Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki43M1

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users