Hi Marius,

Marius Dumitru Florea wrote:
> 
> You said you were testing 1.6M2, but at the bottom of your screenshot 
> there is "XWiki Enterprise 1.5.11446" written..
> 
> Make sure the wysiwyg servlet is mapped in your web.xml and post more 
> details if you want more help.
> 
> 

intresting i didn't notice that. This instance runs on a VM with Windows-XP
and there are several XWiki instances running paralell (for testing) also a
XWiki Enterprise 1.5.11446 instance. I didn't post the picure when the error
massage window is closed i add it now. There you can see that the Instance
from where the WYSIWYG-Editor is opend is 1.6m2.

http://n2.nabble.com/file/n1097683/wysiwyg_error2.png wysiwyg_error2.png   

I also tried that on another instance on a VM with Linux and there is only
one Xwiki instance installed (XWiki Enterprise 1.6-milestone-2.12601 ) and
the same thing happens.

What do you mean by make sure the wysiwyg servlet is mapped?

In web.xml i find:

"
 <!-- This is the entry pointy for XWiki GWT services -->
  <servlet>
    <servlet-name>XWikiService</servlet-name>
   
<servlet-class>com.xpn.xwiki.gwt.api.server.XWikiServiceImpl</servlet-class>
  </servlet>

  <!-- This is the entry pointy for the new WYSIWYG's GWT services -->
  <servlet>
    <servlet-name>WysiwygService</servlet-name>
   
<servlet-class>com.xpn.xwiki.wysiwyg.server.DefaultWysiwygService</servlet-class>
  </servlet>

  <!-- This is needed for debuging the new WYSIWYG in hosted mode -->
  <servlet>
    <servlet-name>
     
com.xpn.xwiki.wysiwyg.server.DefaultWysiwygService/com.xpn.xwiki.wysiwyg.Wysiwyg/WysiwygService
    </servlet-name>
   
<servlet-class>com.xpn.xwiki.wysiwyg.server.DefaultWysiwygService</servlet-class>
  </servlet>

... and ...

  <servlet-mapping>
    <servlet-name>WysiwygService</servlet-name>
    <url-pattern>/WysiwygService</url-pattern>
  </servlet-mapping>

  <servlet-mapping>
    <servlet-name>
     
com.xpn.xwiki.wysiwyg.server.DefaultWysiwygService/com.xpn.xwiki.wysiwyg.Wysiwyg/WysiwygService
    </servlet-name>
    <url-pattern>/com.xpn.xwiki.wysiwyg.Wysiwyg/WysiwygService</url-pattern>
  </servlet-mapping>
"

Is there anything missing? Is there anywhere some documentation what you
have to do to integrate the new WYSIWYG-Editor?

Thanks
Helmut

-- 
View this message in context: 
http://n2.nabble.com/XWiki-1.6m2-Issues-tp1084838p1097683.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to