Re(2): Resources for porting WO applicaitons from 5.1 to 5.2 and Xcode?
Re(2): Resources for porting WO applicaitons from 5.1 to 5.2 and Xcode?
- Subject: Re(2): Resources for porting WO applicaitons from 5.1 to 5.2 and Xcode?
- From: "Robert Snyder" <email@hidden>
- Date: Wed, 26 Nov 2003 10:13:28 -0500
On Tue, Nov 25, 2003, Chuck Hill wrote:
>A lot of the Java extension have been migrated into JDK 1.4.x. It might be
>a better idea to not try and replace these with older versions.
I am using javax.mail and javax.activation
>Exactly what error are you getting? It will be easier to troubleshoot with
>more information.
When I add the mail and activation jars to the extension folder in 1.4.1
and build I get two errors:
1) illegal start of expression for the following line:
javax.mail.Session session = (javax.m
ail.Session)getDefaultInstance(props, null);
2) <anonymous ACSFormSubmitCall$1> should be declared abstract; it does
not define checkClientTrusted(java.se
curity.cert.X509Certificate[].java.lang.string
for
public X509Certificate[] getAcceptedIssuers() {
return null;
}
In looking through the 1.4.1 API information on the sun site, it looks
like javax.mail and javax.activation are still supported.
This exact same code builds fine under 1.3.1. Would mail.jar and
activation.jar files have changed between 1.3.1 and 1.4.1?
Again, any help is appreciated.
Robert
____________________________________________
Robert Snyder, Director
World Campus Data Management Services
The Pennsylvania State University
105 Mitchell Building
University Park PA 16802
Phone: 814-865-0912 Fax: 814-865-4406
E-mail: email@hidden
URL: http://www.worldcampus.psu.edu/my.campus
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.