Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 776801058dd44c4a1b974aed2e519c7bceaf44d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Build" content="Build">
<title>Web Tools Platform Patch Build Notes</title>
</head>

<body>

<h1>WTP 3.2.5 Patches</h1>

<h2>org.eclipse.jst.web_core.feature</h2>

<p>Bug <a href='https://bugs.eclipse.org/362238'>362238</a>. Deadlock when changing the target runtime of EAR project and its modules during autobuild</p>
<p>Bug <a href='https://bugs.eclipse.org/361555'>361555</a>. Support setting the Java 7 facet when importing a JavaEE archive targeted to a runtime that supports Java 7</p>
<p>Bug <a href='https://bugs.eclipse.org/366623'>366623</a>. EAR validator mistakenly flags web version incompatibility</p>
<p>Bug <a href='https://bugs.eclipse.org/365349'>365349</a>. Support setting the Java 7 facet when importing a JavaEE archive targeted to a runtime that supports Java 7</p>
<p>Bug <a href='https://bugs.eclipse.org/364528'>364528</a>. Duplicate EAR name causes IllegalArgumentException while validation in EAR wizard</p>
<p>Bug <a href='https://bugs.eclipse.org/367872'>367872</a>. NPE in JavaEERefactoringParticipant when deleting EJB project with EJB jar client and without EAR</p>
<p>Bug <a href='https://bugs.eclipse.org/367989'>367989</a>. NPE in JavaEEProjectUtilities.isJEEComponent(line 497)</p>
<p>Bug <a href='https://bugs.eclipse.org/368379'>368379</a>. The name provided to an EAR project is not validated against the existent projects in the workspace that are not EAR Projects.</p>
<p>Bug <a href='https://bugs.eclipse.org/368737'>368737</a>. Allow adopters to add @Remote and @Local annotations to EJB class when creating a session EJB.</p>
<p>Bug <a href='https://bugs.eclipse.org/368749'>368749</a>. Allow to change the default package for interfaces when creating new session EJBs.</p>
<p>Bug <a href='https://bugs.eclipse.org/370857'>370857</a>. Utility and web fragment modules are imported with latest version of Java facet, and not with the latest version supported by runtime</p>
<p>Bug <a href='https://bugs.eclipse.org/370857'>372766</a>. NPE in ClasspathDependencyUtil when classpath container returns null for entries</p>
<p>Bug <a href='https://bugs.eclipse.org/373025'>373025</a>. J2EEFlexProjDeployable.isSingleRootStructure() always returns false for an EAR</p>
<p>Bug <a href='https://bugs.eclipse.org/373658'>373658</a>. rtexprvalue tag attribute default incorrect</p>
<p>Bug <a href='https://bugs.eclipse.org/373663'>373663</a>. Always separate the Java Output Folder from the Java Source Folder</p>
<p>Bug <a href='https://bugs.eclipse.org/376502'>376502</a>. Incorrect error message on RAR/App Client Jar Import Wizard</p>
<p>Bug <a href='https://bugs.eclipse.org/376255'>376255</a>. Need to improve multithread protection in EMF initialization</p>
<p>Bug <a href='https://bugs.eclipse.org/378503'>378503</a>. NPE when exporting an EAR if one of the modules is out of synch</p>
<p>Bug <a href='https://bugs.eclipse.org/388555'>388555</a>. EAR libraries classpath container is not calculating correctly references with relative paths</p>
<p>Bug <a href='https://bugs.eclipse.org/388537'>388537</a>. Jars with Main-class in MANIFEST located in lib dir are deployed as App clients</p>
<p>Bug <a href='https://bugs.eclipse.org/388549'>388549</a>. Exported archive includes entries with absolute paths</p>
<p>Bug <a href='https://bugs.eclipse.org/388704'>388704</a>. Meta-files should not be considered module members</p>
<p>Bug <a href='https://bugs.eclipse.org/388884'>388884</a>. Inconsistent behaviour in legacy Application Deployment Descriptor when modules are modified</p>
<p>Bug <a href='https://bugs.eclipse.org/388885'>388885</a>. NPE when modules of an EAR have no archive name in the .component file</p>
<p>Bug <a href='https://bugs.eclipse.org/389005'>389005</a>. Inconsistency in ADD_TO_EAR property model</p>
<p>Bug <a href='https://bugs.eclipse.org/389302'>389302</a>. application.xml file is corrupted after importing an EAR project</p>
<p>Bug <a href='https://bugs.eclipse.org/391126'>391126</a>. EAR libraries classpath container for Utility projects in lib does not contain jars in lib </p>
</body>
</html>

Back to the top