Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "WTPNewsletter 20071207"

(November 30, 2007 - December 07, 2007)
(WTP 3.0)
 
(3 intermediate revisions by the same user not shown)
Line 33: Line 33:
 
:3) The Preview functionality of the Web Page Editor is broken in this build.  This is because Eclipse SDK has a set of jars that are different form the ones shipped in WTP.  
 
:3) The Preview functionality of the Web Page Editor is broken in this build.  This is because Eclipse SDK has a set of jars that are different form the ones shipped in WTP.  
 
:Workaround: Remove the jars installed by Eclipse SDK.  
 
:Workaround: Remove the jars installed by Eclipse SDK.  
:Jars installed by Eclipse SDK:
+
:Jars installed by Eclipse SDK
javax.servelet.jsp_2.0.0.v200706191603.jar          62KB
+
::javax.servelet.jsp_2.0.0.v200706191603.jar          -- 62KB
javax.servelet_2.4.0.v200706111738.jar              106KB
+
::javax.servelet_2.4.0.v200706111738.jar              -- 106KB
org.apache.commons.el_1.0.0.v200706111724.jar      125KB
+
::org.apache.commons.el_1.0.0.v200706111724.jar      -- 125KB
org.apache.commons.logging_1.0.4.v200706111724.jar  43KB
+
::org.apache.commons.logging_1.0.4.v200706111724.jar  -- 43KB
 
   
 
   
  

Latest revision as of 18:36, 7 December 2007

WTP Weekly What's Cooking?

Headline News!


WTP 2.0.2

November 30, 2007 - December 07, 2007

  • Plug-in Version Information
Versioning Report

WTP 3.0

November 30, 2007 - December 07, 2007

  • Note:
1) There are 4 JUnit failures on this build, these do not affect the fitness of the build, these testcases will be updated next week see 212186 for details
2) There is also a JDT bug212224 on this build, it's currently being investigated, please see bugzilla for details
3) The Preview functionality of the Web Page Editor is broken in this build. This is because Eclipse SDK has a set of jars that are different form the ones shipped in WTP.
Workaround: Remove the jars installed by Eclipse SDK.
Jars installed by Eclipse SDK
javax.servelet.jsp_2.0.0.v200706191603.jar -- 62KB
javax.servelet_2.4.0.v200706111738.jar -- 106KB
org.apache.commons.el_1.0.0.v200706111724.jar -- 125KB
org.apache.commons.logging_1.0.4.v200706111724.jar -- 43KB


  • Plugin Version Information
Version Info

References

Previous Adopter Breakage Report Information

  • Details
  • org.eclipse.jst.jsf.context.resolver.structureddocument.internal.impl.MetadataContextResolver was renamed to org.eclipse.jst.jsf.common.metadata.query.TaglibDomainMetaDataQueryHelper.
  • In org.eclipse.wst.server.ui.internal.Messages, the fields host,name,vendor, and version were removed.
  • In the internal package, org.eclipse.wst.server.core.internal, deprecated classes ModuleEvent, ModuleFactoryEvent, and IModuleListener were removed.
  • In the internal class org.eclipse.wst.server.core.internal.ServerPlugin, getModuleArtifact(...) was removed.
  • In the internal class, org.eclipse.jst.j2ee.internal.common.operations.JavaModelUtil, the method findType(..) changed arguments. This class is basically a copy of a JEM class to avoid adding a JEM dependency, and to keep up with changes in JEM, this class was updated.
  • In org.eclipse.wst.wsdl.binding.soap.SOAPHeader and org.eclipse.wst.wsdl.binding.soap.SOAPHeaderFault, the methods getPart(...), setPart(...), getMessage(...), setMessage(...) were replaced by new methods. Details:
The WSDL model SOAPHeader and SOAPAddress classes should have been inheriting the WSDL4J interfaces but weren't. Unfortunately the javax.wsdl interface already defines getMessage() and getPart () using a different signature. So this is a case where in order to 'fix' our model to make it comply with the WSDL4J we needed to break the 'provisional API' (these classes specified api=false in the component.xml file). Current clients will simply need to change references from getPart or getMessage to getEPart and getEMessage to access the EMF equivalent classes.



Back to What's Cooking Archive

Back to Web Tools Project Wiki Home

Copyright © Eclipse Foundation, Inc. All Rights Reserved.