[xwiki-users] attachemts at page creation

2009-09-03 Thread Rune Hylleberg
Hi I'm trying to make a page creation dialog. For the sake of clarifying
my question here are the things I would like to do

1.   On creation of a new page/object there have to be two
attachments. Preferable with standardized names.

a.   So I was thinking of a dialog like upload attachment 1 and
upload attachment 2, and save them as attachments in the page with
name 'att1' and 'att2' regardless of their original filenames. 

b.  Before they get saved, I must resize them due to copyright
protection. And save the original sized attachments someplace where only
admins/privileges user access them.

2.   A few fields needs to be filled out (not a must, but should be
best practis to do at this point).

 

For 2. I have created a normal class, template and sheet. 

But for 1. I've a little lost.

Should I write some kind of velocity or groovy script or do I need to
write a new plugin or  application?

Especial the name mapping and the fact I would like to save the same
upload different places bugs me, but there must be a simple solution?

Where or how would I save a attachment so only admins can see it? On the
same page (constraints on download link, protected attachment)? Create a
shadow Space.page? Or all in one page? (there will be 12000 +
attachments).

 

 

Anny help, thoughts or other suggestions are most welcome

-Rune (pulven)

 

 

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


[xwiki-users] [psiu] new wiki request

2009-09-03 Thread Jason Binstock
I'd like to start a new wiki for my fraternity to keep us better  
organized and so I can learn more about the administration of XWiki

ideally the server name would be:  psiu.myxwiki.org

my username for myxwiki.org is jason53

Thank you,

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


Re: [xwiki-users] Using Forums in Xwiki

2009-09-03 Thread Debasis

Hi,
 Can any body please help me how xwiki and jforum can be integrated.
 If some one has already achieved it can share the same .how sso works
between xwiki and jforum.

Regards,
Debasis


Debasis wrote:
 
 Hi All,
  I want to know how to integrate with other forums in xwiki.ex(Jforum with
 xwiki).
  or any other forum also fine.But how both can talk to each other in SSO.
 
 Or any other forum plugin is compatible in xwiki.A
 Any suggestion will be highly appreciatiable.
 
 
 
 Regards,
 Debasis
  
 


-
Thanks In Advance
Debasis
-- 
View this message in context: 
http://n2.nabble.com/Using-Forums-in-Xwiki-tp3566123p3572722.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


Re: [xwiki-users] Using Forums in Xwiki

2009-09-03 Thread Vincent Massol

On Sep 3, 2009, at 1:59 PM, Debasis wrote:


 Hi,
 Can any body please help me how xwiki and jforum can be integrated.
 If some one has already achieved it can share the same .how sso works
 between xwiki and jforum.

Have you researched the topic?
What are the problems?

Thanks
-Vincent


 Regards,
 Debasis


 Debasis wrote:

 Hi All,
 I want to know how to integrate with other forums in  
 xwiki.ex(Jforum with
 xwiki).
 or any other forum also fine.But how both can talk to each other in  
 SSO.

 Or any other forum plugin is compatible in xwiki.A
 Any suggestion will be highly appreciatiable.



 Regards,
 Debasis

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


Re: [xwiki-users] [myxwiki] new wiki request

2009-09-03 Thread Vincent Massol

On Sep 3, 2009, at 2:32 PM, Thomas Eveilleau wrote:

 Hello,

 I'd like to open a new wiki named eveilleau.myxwiki.org. I will use it
 to try and test new features.
 I can create it myself.

ok.

Thanks
-Vincent

PS: Next time please don't hijack an existing thread... ;)

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


Re: [xwiki-users] [myxwiki] new wiki request

2009-09-03 Thread Thomas Eveilleau
(Don't understand your PS Vincent, it's a new mail not a recycled one - 
almost sure).

Thomas

Vincent Massol a écrit :
 On Sep 3, 2009, at 2:32 PM, Thomas Eveilleau wrote:

   
 Hello,

 I'd like to open a new wiki named eveilleau.myxwiki.org. I will use it
 to try and test new features.
 I can create it myself.
 

 ok.

 Thanks
 -Vincent

 PS: Next time please don't hijack an existing thread... ;)

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

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


Re: [xwiki-users] Using Forums in Xwiki

2009-09-03 Thread Debasis

I have researched a lot.I hv not got any suitable tutorial which can say how
to integrate xwiki and jforum.

regards,
Debasis

Debasis wrote:
 
 Hi All,
  I want to know how to integrate with other forums in xwiki.ex(Jforum with
 xwiki).
  or any other forum also fine.But how both can talk to each other in SSO.
 
 Or any other forum plugin is compatible in xwiki.A
 Any suggestion will be highly appreciatiable.
 
 
 
 Regards,
 Debasis
  
 


-
Thanks In Advance
Debasis
-- 
View this message in context: 
http://n2.nabble.com/Using-Forums-in-Xwiki-tp3566123p3572990.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


Re: [xwiki-users] Using Forums in Xwiki

2009-09-03 Thread Vincent Massol

On Sep 3, 2009, at 2:04 PM, Vincent Massol wrote:


 On Sep 3, 2009, at 1:59 PM, Debasis wrote:


 Hi,
 Can any body please help me how xwiki and jforum can be integrated.
 If some one has already achieved it can share the same .how sso works
 between xwiki and jforum.

 Have you researched the topic?
 What are the problems?

For SSO you could use LDAP if jforum support it.
Otherwise check 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication

-Vincent

 Debasis wrote:

 Hi All,
 I want to know how to integrate with other forums in  
 xwiki.ex(Jforum with
 xwiki).
 or any other forum also fine.But how both can talk to each other  
 in SSO.

 Or any other forum plugin is compatible in xwiki.A
 Any suggestion will be highly appreciatiable.



 Regards,
 Debasis


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


[xwiki-users] [myxwiki] new wiki request

2009-09-03 Thread Thomas Eveilleau
Hello,

I'd like to open a new wiki named eveilleau.myxwiki.org. I will use it 
to try and test new features.
I can create it myself.

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


Re: [xwiki-users] Using Forums in Xwiki

2009-09-03 Thread Vincent Massol
A quick search on google shows
http://markmail.org/thread/r746pug2diwzffg7

Hope it helps,
-Vincent

On Sep 3, 2009, at 2:07 PM, Vincent Massol wrote:


 On Sep 3, 2009, at 2:04 PM, Vincent Massol wrote:


 On Sep 3, 2009, at 1:59 PM, Debasis wrote:


 Hi,
 Can any body please help me how xwiki and jforum can be integrated.
 If some one has already achieved it can share the same .how sso  
 works
 between xwiki and jforum.

 Have you researched the topic?
 What are the problems?

 For SSO you could use LDAP if jforum support it.
 Otherwise check 
 http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication

 -Vincent

 Debasis wrote:

 Hi All,
 I want to know how to integrate with other forums in  
 xwiki.ex(Jforum with
 xwiki).
 or any other forum also fine.But how both can talk to each other  
 in SSO.

 Or any other forum plugin is compatible in xwiki.A
 Any suggestion will be highly appreciatiable.



 Regards,
 Debasis



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


[xwiki-users] MindMap Macro : ClassNotFoundException freemind.main.FreeMindApplet.class

2009-09-03 Thread Julien Hervouet
Hi,

As an adept of freemind I was very happy to see that a freemind macro 
exist for xwiki.

Unfotunately I have a ClassNotFoundException when tha applet is invoked 
by the macro, it seems that the FreeMind java library can not be found 
by the downloaded applet.

Here is the Stack Trace of the exception :

/Java Plug-in 1.6.0_15
Utilisation de la version JRE 1.6.0_15-b03 Java HotSpot(TM) Client VM

charger : classe freemind.main.FreeMindApplet.class introuvable.
java.lang.ClassNotFoundException: freemind.main.FreeMindApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at 
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown 
Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection 
failed:http://code.xwiki.org/xwiki/bin/view/Macros/freemind/main/FreeMindApplet/class.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 7 more
Exception : java.lang.ClassNotFoundException: 
freemind.main.FreeMindApplet.class/

The exception occurs on my instance of xwiki and on the xwiki web site 
at this example address : 
http://code.xwiki.org/xwiki/bin/view/Macros/MindMapMacro

My instance of xwiki is XWiki Enterprise 1.9.3.22597 on Windows XP SP3 
and as you see in the stack trace I have the last 1.6.0_15 java plugin.

Can you give me an advice to resolve this problem.

Thanks in advance,

Julien


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


Re: [xwiki-users] MindMap Macro : ClassNotFoundException freemind.main.FreeMindApplet.class

2009-09-03 Thread Vincent Massol

On Sep 3, 2009, at 3:36 PM, Vincent Massol wrote:

 Hi Julien,

 On Sep 3, 2009, at 10:52 AM, Julien Hervouet wrote:

 Hi,

 As an adept of freemind I was very happy to see that a freemind macro
 exist for xwiki.

 Unfotunately I have a ClassNotFoundException when tha applet is  
 invoked
 by the macro, it seems that the FreeMind java library can not be  
 found
 by the downloaded applet.

 Here is the Stack Trace of the exception :

 /Java Plug-in 1.6.0_15
 Utilisation de la version JRE 1.6.0_15-b03 Java HotSpot(TM) Client VM

 charger : classe freemind.main.FreeMindApplet.class introuvable.
 java.lang.ClassNotFoundException: freemind.main.FreeMindApplet.class
   at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
   at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
   at
 sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
 Source)
   at java.lang.Thread.run(Unknown Source)
 Caused by: java.io.IOException: open HTTP connection
 failed:http://code.xwiki.org/xwiki/bin/view/Macros/freemind/main/FreeMindApplet/class.class
   at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
   at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
   at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   ... 7 more
 Exception : java.lang.ClassNotFoundException:
 freemind.main.FreeMindApplet.class/

 The exception occurs on my instance of xwiki and on the xwiki web  
 site
 at this example address :
 http://code.xwiki.org/xwiki/bin/view/Macros/MindMapMacro

 My instance of xwiki is XWiki Enterprise 1.9.3.22597 on Windows XP  
 SP3
 and as you see in the stack trace I have the last 1.6.0_15 java  
 plugin.

 Can you give me an advice to resolve this problem.

 Do you have the freemind jar in WEB-INF/lib?

My guess is that the freemind jar was removed at some point from  
xwiki's core.

Someone should add some instructions and we should probably make this  
macro optional and not part of the core platform.

Thanks
-Vincent

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


Re: [xwiki-users] Using Forums in Xwiki

2009-09-03 Thread Debasis

Thanks for your reply.Actually i want 2 do SSO integration 
Like both the application xwiki and jforum will run separately in the save
server(Tomcat).
once the user login to xwiki he doesn't need 2 login 2 jforum.
I am new to all tose things what u hv suggested apart from sso.sso also new
but looks like acchievale.

and in xwiki i have already done the LDAP integration with Active Directory.
I check the jforum sso integration documentation and tried also but didn't
work.

Is there any other way to achieve.

regards,
Debasis

Debasis wrote:
 
 Hi All,
  I want to know how to integrate with other forums in xwiki.ex(Jforum with
 xwiki).
  or any other forum also fine.But how both can talk to each other in SSO.
 
 Or any other forum plugin is compatible in xwiki.A
 Any suggestion will be highly appreciatiable.
 
 
 
 Regards,
 Debasis
  
 


-
Thanks In Advance
Debasis
-- 
View this message in context: 
http://n2.nabble.com/Using-Forums-in-Xwiki-tp3566123p3573328.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


Re: [xwiki-users] Using Forums in Xwiki

2009-09-03 Thread Vincent Massol

On Sep 3, 2009, at 3:52 PM, Debasis wrote:


 Thanks for your reply.Actually i want 2 do SSO integration
 Like both the application xwiki and jforum will run separately in  
 the save
 server(Tomcat).
 once the user login to xwiki he doesn't need 2 login 2 jforum.
 I am new to all tose things what u hv suggested apart from sso.sso  
 also new
 but looks like acchievale.

 and in xwiki i have already done the LDAP integration with Active  
 Directory.
 I check the jforum sso integration documentation and tried also but  
 didn't
 work.

 Is there any other way to achieve.

Yes, I mentioned in my other email:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication

Check it and check the custom auth part.

It's also detailed quite in the email thread I pointed you too.

Thanks
-Vincent


 regards,
 Debasis

 Debasis wrote:

 Hi All,
 I want to know how to integrate with other forums in  
 xwiki.ex(Jforum with
 xwiki).
 or any other forum also fine.But how both can talk to each other in  
 SSO.

 Or any other forum plugin is compatible in xwiki.A
 Any suggestion will be highly appreciatiable.



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


Re: [xwiki-users] MindMap Macro : ClassNotFoundException freemind.main.FreeMindApplet.class

2009-09-03 Thread Guillaume Lerouge
Hi Julien,

On Thu, Sep 3, 2009 at 4:11 PM, Julien Hervouet 
julien.hervo...@eimoboa-tgs.fr wrote:

 Vincent Massol a écrit :
  On Sep 3, 2009, at 3:36 PM, Vincent Massol wrote:
 
 
  Hi Julien,
 
  On Sep 3, 2009, at 10:52 AM, Julien Hervouet wrote:
 
 
  Hi,
 
  As an adept of freemind I was very happy to see that a freemind macro
  exist for xwiki.
 
  Unfotunately I have a ClassNotFoundException when tha applet is
  invoked
  by the macro, it seems that the FreeMind java library can not be
  found
  by the downloaded applet.
 
  Here is the Stack Trace of the exception :
 
  /Java Plug-in 1.6.0_15
  Utilisation de la version JRE 1.6.0_15-b03 Java HotSpot(TM) Client VM
 
  charger : classe freemind.main.FreeMindApplet.class introuvable.
  java.lang.ClassNotFoundException: freemind.main.FreeMindApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at
  sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
  Source)
at java.lang.Thread.run(Unknown Source)
  Caused by: java.io.IOException: open HTTP connection
  failed:
 http://code.xwiki.org/xwiki/bin/view/Macros/freemind/main/FreeMindApplet/class.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 7 more
  Exception : java.lang.ClassNotFoundException:
  freemind.main.FreeMindApplet.class/
 
  The exception occurs on my instance of xwiki and on the xwiki web
  site
  at this example address :
  http://code.xwiki.org/xwiki/bin/view/Macros/MindMapMacro
 
  My instance of xwiki is XWiki Enterprise 1.9.3.22597 on Windows XP
  SP3
  and as you see in the stack trace I have the last 1.6.0_15 java
  plugin.
 
  Can you give me an advice to resolve this problem.
 
  Do you have the freemind jar in WEB-INF/lib?
 
 
  My guess is that the freemind jar was removed at some point from
  xwiki's core.
 
  Someone should add some instructions and we should probably make this
  macro optional and not part of the core platform.
 
  Thanks
  -Vincent
 
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 
 
 I have already tried to put the freemind.jar in WEB-INF/lib but I have
 exactly the same problem.

 Here is the stack trace :

 Java Plug-in 1.6.0_15
 Utilisation de la version JRE 1.6.0_15-b03 Java HotSpot(TM) Client VM
 charger : classe freemind.main.FreeMindApplet.class introuvable.

 java.lang.ClassNotFoundException: freemind.main.FreeMindApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at
 sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
 Source)
at java.lang.Thread.run(Unknown Source)
 Caused by: java.io.IOException: open HTTP connection
 failed:
 http://eimolocc:8080/xwiki/bin/view/MindMap/freemind/main/FreeMindApplet/class.class
 at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 7 more
 Exception : java.lang.ClassNotFoundException:
 freemind.main.FreeMindApplet.class


 Is there an other place where I can put this library in order to make it
 functionnal?
 Or where can I specify the location of the library to put it in the
 classpath?


Have you added the plugin to xwiki.cfg ?

Guillaume



 Thanks in advance


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




-- 
Guillaume Lerouge
Product Manager - XWiki
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] MindMap Macro : ClassNotFoundException freemind.main.FreeMindApplet.class

2009-09-03 Thread Julien Hervouet
Guillaume Lerouge a écrit :
 Hi Julien,

 On Thu, Sep 3, 2009 at 4:11 PM, Julien Hervouet 
 julien.hervo...@eimoboa-tgs.fr wrote:

   
 Vincent Massol a écrit :
 
 On Sep 3, 2009, at 3:36 PM, Vincent Massol wrote:


   
 Hi Julien,

 On Sep 3, 2009, at 10:52 AM, Julien Hervouet wrote:


 
 Hi,

 As an adept of freemind I was very happy to see that a freemind macro
 exist for xwiki.

 Unfotunately I have a ClassNotFoundException when tha applet is
 invoked
 by the macro, it seems that the FreeMind java library can not be
 found
 by the downloaded applet.

 Here is the Stack Trace of the exception :

 /Java Plug-in 1.6.0_15
 Utilisation de la version JRE 1.6.0_15-b03 Java HotSpot(TM) Client VM

 charger : classe freemind.main.FreeMindApplet.class introuvable.
 java.lang.ClassNotFoundException: freemind.main.FreeMindApplet.class
   at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
   at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
   at
 sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
 Source)
   at java.lang.Thread.run(Unknown Source)
 Caused by: java.io.IOException: open HTTP connection
 failed:
   
 http://code.xwiki.org/xwiki/bin/view/Macros/freemind/main/FreeMindApplet/class.class
 
   at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
   at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
   at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   ... 7 more
 Exception : java.lang.ClassNotFoundException:
 freemind.main.FreeMindApplet.class/

 The exception occurs on my instance of xwiki and on the xwiki web
 site
 at this example address :
 http://code.xwiki.org/xwiki/bin/view/Macros/MindMapMacro

 My instance of xwiki is XWiki Enterprise 1.9.3.22597 on Windows XP
 SP3
 and as you see in the stack trace I have the last 1.6.0_15 java
 plugin.

 Can you give me an advice to resolve this problem.

   
 Do you have the freemind jar in WEB-INF/lib?

 
 My guess is that the freemind jar was removed at some point from
 xwiki's core.

 Someone should add some instructions and we should probably make this
 macro optional and not part of the core platform.

 Thanks
 -Vincent

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


   
 I have already tried to put the freemind.jar in WEB-INF/lib but I have
 exactly the same problem.

 Here is the stack trace :

 Java Plug-in 1.6.0_15
 Utilisation de la version JRE 1.6.0_15-b03 Java HotSpot(TM) Client VM
 charger : classe freemind.main.FreeMindApplet.class introuvable.

 java.lang.ClassNotFoundException: freemind.main.FreeMindApplet.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at
 sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
 Source)
at java.lang.Thread.run(Unknown Source)
 Caused by: java.io.IOException: open HTTP connection
 failed:
 http://eimolocc:8080/xwiki/bin/view/MindMap/freemind/main/FreeMindApplet/class.class
 at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 7 more
 Exception : java.lang.ClassNotFoundException:
 freemind.main.FreeMindApplet.class


 Is there an other place where I can put this library in order to make it
 functionnal?
 Or where can I specify the location of the library to put it in the
 classpath?

 

 Have you added the plugin to xwiki.cfg ?

 Guillaume


   
I've just checked and it seems that there isn't mind map xwiki plugin, 
it's only available under a macro.

Julien
 Thanks in advance


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

 



   

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


Re: [xwiki-users] the links I see don't look like the links I posted

2009-09-03 Thread clay
Marius,

Thanks for responding.
Sorry I'm just now getting back online.

I'm in IE8 compatibility mode right now.
I copied the text enclosed by the comments where 'positive reviews' is a web
link:

/*
published by Gotham Books, is getting some positive reviews.

Murray points out that
*/

and pasted it into the WYSIWYG editor which is also in IE8 compatibility
mode.

After 'Save and View' I get the same results as before:

Display:
positive
reviewshttp://www.businessweek.com/magazine/content/09_36/b4145072739717.htm

Page Source:
span style=color:#ff;positive
reviews!--startwikilink:http://www.businessweek.com/magazine/content/09_36/
b4145072739717.htm--span class=wikiexternallinka
href=http://www.businessweek.com/magazine/content/09_36/b4145072739717.htm;
span
class=wikigeneratedlinkcontenthttp://www.businessweek.com/magazine/conten
t/09_36/b4145072739717.htm/span/a/span!--stopwikilink--/span

Wiki Source:
(% style=color:#ff; %)positive
reviews[[http://www.businessweek.com/magazine/content/09_36/b4145072739717.h
tm]](%%)


Copying  Pasting the link only gives the same results (displayed).

Repeating in a new, empty page gives the same results (displayed).

I don't use Safari. I have Firefox 3.5  Chrome 2.0.172.43. Sometimes Chrome
is ID'ed as Safari so that may have been what I was using when I first
posted.

Just pasted the link only in Firefox. New, empty page. No problems.
Pasted link with surrounding text in Firefox. New, empty page. No problems.

The WYSIWYG editor did not display any toolbar buttons in Chrome so I
couldn't test it there.

One thing I might add is that when I first encountered this, one of the
things I tried was using Syntax 1.
I haven't gone back to confirm it but I got the impression that the process
was more reliable in that Syntax.
That's just a hunch though. If you want me to try it out I will.

Message: 3
Date: Mon, 31 Aug 2009 11:24:28 +0300
From: Marius Dumitru Florea mariusdumitru.flo...@xwiki.com
Subject: Re: [xwiki-users] the links I see don't look like the links I
posted
To: XWiki Users users@xwiki.org
Message-ID: 4a9b88bc.6000...@xwiki.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

clay wrote:

 I'm using 1.9.3.22597  Syntax 2.0,


 When I paste text like this:

In which editor did you paste? Wiki or WYSIWYG?




http://forum.doityourself.com/general-chats-discussions/273144-painting-hou
 se-numbers-curb.html

   done by the city.They leave a

Are the new lines, the tabs and the text after the URL important? I
mean, does this issue reproduce without them (if you paste/write just
the URL)? What happens if you paste/write a URL in an empty page?

What version of Safari do you use? Does this issue reproduce in Firefox?

Thanks,
Marius



 into a page, after save  view the text shows up like this:



http:~/~/forum.doityourself.com/general-chats-discussions/273144-painting-h

ouse-numbers-curb.htmlhttp://forum.doityourself.com/general-chats-discussion
 s/273144-painting-house-numbers-curb.html

   done by the city.They leave a


 where the first http is a label  the 2nd is the link what can I do?




 Page Source:
 div id=xwikicontent
   pnbsp;/ppspan

style=color:#ff;http:~/~/forum.doityourself.com/general-chats-discuss

ions/273144-painting-house-numbers-curb.html!--startwikilink:http://forum.d

oityourself.com/general-chats-discussions/273144-painting-house-numbers-curb
 .html--span class=wikiexternallinka

href=http://forum.doityourself.com/general-chats-discussions/273144-paintin
 g-house-numbers-curb.htmlspan

class=wikigeneratedlinkcontenthttp://forum.doityourself.com/general-chats
 -discussions/273144-painting-house-numbers-curb.html/span/a/span!--
st
 opwikilink--/span/ppspan class=Apple-style-span style=WIDOWS:
2;
 TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT:
 13px verdana; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal;
 COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
 1px; -webkit-border-vertical-spacing:
 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
 auto; -webkit-text-stroke-width: 0pxdone by the city. nbsp;They leave a
 note on your door you fill it out and tape it back on the door. They come
 take the note. You do this so they know who's getting it done./span/p
 /div

 xWiki Source:
 (% style=COLOR: #ff

%)http://forum.doityourself.com/general-chats-discussions/273144-pai

nting-house-numbers-curb.html[[http://forum.doityourself.com/general-chats-d
 iscussions/273144-painting-house-numbers-curb.html]]

 (% class=Apple-style-span style=WIDOWS: 2; TEXT-TRANSFORM: none;
 TEXT-INDENT: 0px; BORDER-COLLAPSE: separate; FONT: 13px verdana;
 WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR:
rgb(0,0,0);
 WORD-SPACING: 0px; -webkit-border-horizontal-spacing:
 1px; -webkit-border-vertical-spacing:
 1px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust:
 auto; -webkit-text-stroke-width: