IBM® WebSphere® Studio Application Developer Interim Fix
003
for WebSphere Studio Application Developer, Version 5.1.1
This refresh contains fixes for the following problems:
EJB deployment
- EJB QL generation no longer
throws an error when generating
QL
When EJB QL finders have input arguments that are fields in related
beans (through a path expression) with a converter defined on them.
- Wrong CMP type of java.sql.Date
is
created in the EJB
When an EJB-RDB bottom-up mapping is done
for the Oracle database type DATE, the wrong CMP type of java.sql.Date
is
created in the EJB. The correct type should be java.sql.Timestamp.
- Generated code for CMP bean has
a compilation error
When a CMP bean attribute of a numeric primitive type such as long,
integer, short, float, double is mapped to Oracle Database NUMBER type
using the corresponding
VapNumberToXXX converter or the VapBigDecimalToXXX converter and that
CMP attribute is
also part of a relationship with another CMP bean then the generated
code has
a compilation error.
Web tools
The following problem has been fixed: The user no longer gets a
Server config view
error when editing webservies.xml.
J2EE Tools
You can now create EJB projects in a 1.2 EAR project when the
J2EE highest version
has been lowered to 1.2. It also now provides the correct population of
combo boxes related to project creation.