I am trying out the new SDK and I have couple of comments

- I had to delete and add the class files to each jar file as it kept saying
it was up to date (but it was not). After that it worked with the updated
files. I thought "Update and ReDeploy" would do it automatically i.e
replacing the old class files with the new. Still, it is a great
convienience compared to before as we don't have to use the wizards.

- When I try to Un-Deploy an application from the deploy tool, I always get
"communication errors". I have to shutdown the server, restart it, restart
deploytool and then Un-Deploy an application.

I am using Oracle as database. It still creates sql with quotes i.e " around
the table names in the sun-j2ee-ri.xml. This unfortunately creates/queries
tables with quotes around the name. I have to manually edit the xml and then
deploy the application.

Thanks,
Subu Vdaygiri

> -----Original Message-----
> From: Kenneth Saks [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 10, 2000 1:55 PM
> To: [EMAIL PROTECTED]
> Subject: Java 2 SDK, Enterprise Edition 1.2.1 now available
>
>
> The Java 2 SDK, Enterprise Edition, 1.2.1 release is now available at
> http://www.java.sun.com/j2ee/j2sdkee
>
> What's New in This Release
> ------------------
>
> This release includes usability enhancements, several bug fixes, and
> enhanced platform support (Java 2 SDK, Standard Edition 1.3
> for Windows NT). A Linux release will be available soon.
>
> The new redeployment feature of the Application Deployment Tool
> enables the iterative development of J2EE applications. For example,
> if you want to modify a .class file in an enterprise bean,
> all you have
> to do is edit the source code, recompile it, and click the redeploy
> button on the Application Deployment Tool. The tool automatically
> replaces the old .class file in the application with the new one.
> (Prior to this release, if you wanted to modify an enterprise bean,
> you had to step through several wizard screens to rebuild the bean.)
> If you want to change a deployment setting, such as a JNDI name,
> you simply edit the appropriate field in the inspector panel of the
> Application Deployment Tool and then click the redeploy button.
>
> This release also contains important bug fixes:
>
>     You can create a composite primary key for an entity bean with
>     container-managed persistence. (A composite primary key is made up
>     of multiple instance variables of an entity bean.)
>
>     Enterprise bean classes, home interfaces, and remote
> interfaces can
>     inherit methods from super classes and interfaces.
>
>     JSP pages with character encodings other than ISO-8859_1
>     are supported on non-English locales.
>
>     In JSP pages, nested compile-time includes are supported when
>     relative URIs are used to specify the JSP pages.
>
> ==============================================================
> =============
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body
> of the message "signoff EJB-INTEREST".  For general help,
> send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to