Your said: -- This is really weird, I'm not changing the license info. Even the interface becomes different, both 'design' and 'code' tabs appear at the top instead of the bottom of the applet, have you ever faced this before? ---
#####
This indicates that Ephox is calling a different vign-elj-config.xml that what you think your have specified.
Just for a sec, let’s step back through the process you went through. You modified the vign-elj-config.xml, replaced the existing file in vgn-ext-links.war, the stopped the appserver, uploaded the .war to the appserver and restarted.
One step you might take in trouble-shooting is to open the vgn-ext-links.war and double check the vign-elj-config.xml.
Check the line for
<wysiwygEditor brOnEnter="true" disableInlineImageResizing="false"
disableInlineTableResizing="false" enableTrackChanges="false"
showDocumentNavigator="false" showTableGridlines="true" tabPlacement="bottom"/>
If yes, then make sure that the appserver has truly been bounced. I use WebLogic – so I can just stop and restart the vgn-ext-links.war. On other appservers, you need to stop and restart the server or the entire application encasing the vgn-ext-links.war.
Michael
Michael Gallant
From: eLink Entry: Discussion Group - Web Experience Management [mailto:v7webcontentmanagement@elinkkc.opentext.com]
Sent: Tuesday, October 11, 2011 1:37 PM
To: eLink Recipient
Subject: RE RE RE RE Problem Ephox Inline 2
Hi Michael,
Thanks for answering. I didn't touch anything else inside the xml, I've only modified the <head> section to place the <link> tag pointing to my external css file.
I even confirmed that the license that is currently being used it's the same onde inside the configuration file (vign-elj-config.xml) of the new package refferenced by KB 9701 (Upgrading Vignette Content 7.3.1.1, 7.4 and 7.5 to EditLive! for Java 6.6.3.37). So, it would be pointless to upgrade.
<editlive> <!-- Default content for the editor --> <document> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> //...my css &nbs! p; </head> <body /> </html> </document> <!-- Add your Ephox-provided license key here --> <ephoxLicenses> <license accountID="B6E87175C456" activationURL="http://www.ephox.com/elregister/el2/activate.asp" domain="VIGNETTE" expiration="" forceActive="false" key="0FFF-A45A-2E9F-0E69" eqEditor="false" productivityPack="false" licensee="VIGNETTE" product="EditLive for Java" release="6.0" /> </ephoxLicenses>
“This is really weird, I'm not changing the license info. Even the interface becomes different, both 'design' and 'code' tabs appear at the top instead of the botto! m of the applet, have you ever faced this before?
Thanks |