For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 10 replies, 2 voices, and was last updated 21 years, 1 month ago by
Riyad Kalla.
-
AuthorPosts
-
harryajhMemberJust upgraded from 3.8.2 to 3.8.3 (on eclipse 3.0.1) specifcally to be able to add JSTL 1.1 instead of JSTL 1.0 to an EAR web component.
But when I select 1.1 I get –
“JSTL 1.1 is not compatible with J2EE 1.3 specification.”
Not sure where how this has been set? – It says at the top of the dialog box –
J2EE Specification : 1.3
Servlet Specification : 2.3I’m using JDK142_04 so I’m a bit confused as to what’s going on?
any ideas?
thanks
harry
January 25, 2005 at 11:54 am #223446
harryajhMemberjust noticed in my app’s application.xml this line –
<!DOCTYPE application PUBLIC “-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN” “http://java.sun.com/dtd/application_1_3.dtd”>
No idea how it was set though? – is it safe to change to 1.4 & the dtd to 1_4 – my app is targeted to run on Weblogic 8.1 (sp3) if that helps?
January 25, 2005 at 12:08 pm #223449
Riyad KallaMemberHarry,
If you want to use JSTL with 1.3 spec, use JSTL 1.0. If you want to use JSTL 1.1, then you will need to change that file as well as your .mymetadata file (open Navigator View to see it).January 25, 2005 at 12:08 pm #223450
harryajhMember& this in me web.xml
<!DOCTYPE web-app PUBLIC “-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN” “http://java.sun.com/j2ee/dtds/web-app_2_2.dtd”>
totally puzzled?????????????/
January 25, 2005 at 12:11 pm #223453
Riyad KallaMember=/
Are you sure you are using MyEclipse and not Lomboz, WTP or some other web plugin?
January 26, 2005 at 3:50 am #223504
harryajhMember100% sure – why what’s wrong?
January 26, 2005 at 8:08 am #223520
Riyad KallaMember100% sure – why what’s wrong?
Everything seemed like it was all wonky and strange… e.g. the DOCTYPE above defines Web 2.3 and then specifies the 2.2 DTD, stuff like that.
Did you get everything working with my suggestion above?
January 26, 2005 at 8:22 am #223525
harryajhMembersee what you mean now, still no idea how those settings were set as I certainly didn’t create the file manually.
Think what I might do is to create a brand new J2EE 1.4 EAR with ejbs & web components using myeclipse 3.8.3. Then copy source code in etc…
One more question, do you know if Weblogic 8.1 (sp3) supports this version? – can’t find it anywhere!
thanks
harry
January 26, 2005 at 8:26 am #223527
Riyad KallaMemberThink what I might do is to create a brand new J2EE 1.4 EAR with ejbs & web components using myeclipse 3.8.3. Then copy source code in etc…
Good idea
One more question, do you know if Weblogic 8.1 (sp3) supports this version? – can’t find it anywhere!
You mean supports J2EE 1.4? It looks like Weblogic 9.0 supports it: http://java.sun.com/j2ee/compatibility.html
January 26, 2005 at 8:38 am #223530
harryajhMemberthanks once again, saved me alot of uneccessary work there!
I have to use Weblogic 8.1 (sp3) so it looks like if I want to use JSTL I’m stuck with 1.0!
cheers
harry
January 26, 2005 at 10:37 am #223542
Riyad KallaMemberNo problem, I’m glad it helped.
-
AuthorPosts
