| Issue 8: | Java 1.4.2 compatibility |
1 of 62
Next ›
|
| 3 people starred this issue and may be notified of changes. | Back to list |
Our product has to be compliant to AIX/Websphere, therefore JRE 1.4.2 is a requirement for us. Will there be any version of ExtTLD compliant to 1.4.2? Thank you, Christophe |
|
,
Jan 29, 2008
J2SE 1.4.2 has begun the Sun End of Life (EOL) process. http://java.sun.com/j2se/1.4.2/ |
|
,
Feb 02, 2008
Hi Christophe, as far as I know, tag files are supported in J2EE 1.4, so there is only problem with 1.5 code. You can remove all 1.5 specific code elements from the processTagAttributes.tag. Please let me know if there is any other problem. Jaro
Status: Accepted
|
|
,
Feb 02, 2008
That's right Jaro ;o) We've already removed 1.5 code from the library (generics and the Scanner instance in the body.tag file). Besides, the Scanner instance wasn't used in Ext TLD code. Things work great, thank you so much! We also add tag parameters to match our specific needs. We'll report you any bu we'll find ;o) Thank you for your support, Chris |
|
,
Feb 12, 2008
Hello Chris, can you send me the modiffied code ?? thanx ! |
|
,
Feb 14, 2008
I really wish I could give you our code, but we did add a lot of fixes. And I'm not sure the bugs we fixed are yours... But, I think I can upload our code if your really want to... see attached body.tag file line 203... |
|
,
Mar 31, 2008
Hi Jaro & Christophe, can you send me the modified code of processTagAttributes.tag? so I can use it in java 1.4.2 Thanks |
|
|
|