Hello,
I'm trying to import a xar published to my local maven repository.
I've setup the local repository in xwiki.properties:
extension.repositories=maven-local:maven:file:///c:/Users/jbousque/.m2/repository
My extension exists in this repository:
C:\Users\jbousque\.m2\repository\org\xwiki\contrib\mailarchive\xwiki-contrib-mailarchive-ui\0.2\xwiki-contrib-mailarchive-ui-0.2.xar
When trying to import extension with id
"org.xwiki.contrib.mailarchive:xwiki-contrib-mailarchive-ui", I get
the following error:
Failed to import extension: class
org.xwiki.extension.ResolveException: No versions available for id
[org.xwiki.contrib.mailarchive:xwiki-contrib-mailarchive-ui]
at org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveVersions(AetherExtensionRepository.java:252)
at org.xwiki.extension.repository.xwiki.internal.DefaultRepositoryManager.getVersions(DefaultRepositoryManager.java:409)
at org.xwiki.extension.repository.xwiki.internal.DefaultRepositoryManager.importExtension(DefaultRepositoryManager.java:430)
at org.xwiki.extension.repository.xwiki.internal.RepositoryScriptService.importExtension(RepositoryScriptService.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
[...]
And from the logs (with debug activated for
"org.xwiki.extension.repository" and "org.sonatype.aether") :
[http://.../ExtensionCode/ImportExtension?parent=Extension.WebHome&template=ExtensionCode.ExtensionTemplate&importExtension=true&extensionId=org.xwiki.contrib.mailarchive%3Axwiki-contrib-mailarchive-ui&repositoryId=maven-local]
DEBUG .DefaultPlexusComponentManager - Using connector
FileRepositoryConnector with priority 1 for
file:///c:/Users/jbousque/.m2/repository
[http://.../ExtensionCode/ImportExtension?parent=Extension.WebHome&template=ExtensionCode.ExtensionTemplate&importExtension=true&extensionId=org.xwiki.contrib.mailarchive%3Axwiki-contrib-mailarchive-ui&repositoryId=maven-local]
DEBUG .DefaultPlexusComponentManager - Writing resolution tracking
file C:\Users\jbousque\AppData\Local\Temp\jetty-0.0.0.0-8097-xwiki-_xwiki-any-_2086184271349922709\xwiki-temp\aether-repository\org\xwiki\contrib\mailarchive\xwiki-contrib-mailarchive-ui\resolver-status.properties
Content of resolver-status.properties is:
maven-metadata-maven-local.xml.error=
maven-metadata-maven-local.xml.lastUpdated=1351257375255
Can't find what's wrong here ...
Thanks,
Jeremie
PS: I tried with 4.2 and 4.3-SNAPSHOT with .exe distrib under windows
Hi fellow XWiki developers,
The company I work for, XWiki SAS (see http://bit.ly/SEl2yY for details on the relationship between XWiki SAS and the open source project), is currently in the phase of discussing several new development projects for customers.
We are expecting some activity growth pretty quickly in 2013 and beyond and therefore we are looking for front-end developers to work for our Client Development Team in priority (but also in the Core Development Team).
We're considering both new hires and sub-contractors, so if you feel there can be a match between your interests and the mission we're proposing send us an email at jobs(a)xwiki.com:
* http://www.xwiki.com/xwiki/bin/view/Company/DeveloperOpenPosition
* http://www.xwiki.com/xwiki/bin/view/Company/CoreWebDeveloperOpenPosition
Looking forward to hearing from you on jobs(a)xwiki.com !
-Vincent Massol
XWiki SAS CTO
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
Is there a workaround?, something I can set to install this plugin.
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.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:156) at
java.lang.Thread.run(Thread.java:662)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Install-of-ldap-extension-fails-tp7581987…
Sent from the XWiki- Users mailing list archive at Nabble.com.
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
> <calebdelisle(a)lavabit.com> 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
>> devs(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/devs
>
>
>
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
Hi,
I'm trying to install XWiki 4.2 on Tomcat container (on Linux Redhat 6.3)
For the extension manager, I have set the proxy using
-Dhttp.proxyHost=theproxy -Dhttp.proxyPort=8080 -Dhttps.proxyHost=theproxy
-Dhttps.proxyPort=8080
the in the CATALINA_OPTS.
Each time the XWiki is started, I have this kind of errors :
http://pastebin.com/raw.php?i=UTzKUigX
I'm able to install new extensions, but the "Upgrade wizard" didn't found
"XWiki Entreprise UI" (the xwiki-enterprise-ui-all-4.2.xar was manually
uploaded).
Using a simple Java program that use the proxy, I'm able to download the URL
shown in the log. So I guess the proxy is correctly configured.
Am I missing something in the configuration ?
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-4-2-and-Tomcat7-and-Proxy-tp7581972…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello Guys,
first of all i would like to say that i'm a student from germany so sorry
for my bad english.
i've already used the search function but i don't find a solution for my
problem.
I'm using Xwiki 4.2 and i would like to create templates for the input of
the members.
There should be a uniform structure, and each entry should look almost equal
in my xwiki.
I would like to create a template for customer information and at the top
there should be a table of contents.
in addition to that some areas should not be visible for all member groups.
thanks in advance
--
View this message in context: http://xwiki.475771.n2.nabble.com/using-and-creating-Templates-in-XWiki-4-2…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Xwiki developers
I would like to know what is the best way to get fields of a Class
created on Xwiki ? I tried with reflection but things seems not work right
, I do not even know what class to use. please would you give me some key
notes on that subject.
Thanks