Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » JSF 1.2 and Dynamic Web Module 2.5 in Europa
JSF 1.2 and Dynamic Web Module 2.5 in Europa [message #475152] Tue, 30 October 2007 14:58 Go to next message
Eclipse UserFriend
Originally posted by: baier.itbayern.de

Hi all,

I am trying to add the JSF 1.2 facet in the Dynamic Web Project facet
wizard. However the wizard tells me that I cannot do such a thing without
also selecting the Dynamic Web Module 2.5. But the version 2.5 is not on
available on the list of versions for Dynamic Web Module (only the
versions 2.2, 2.3, 2.4).

I'm running Eclipse IDE for Java EE Developers - Linux.

Does anyone know in which plugin the Dynamic Web Modules exist? Or which
version of this plugin contains the version 2.5 of the Dynamic Web Module?

Thanks,

Herbert Baier
Re: JSF 1.2 and Dynamic Web Module 2.5 in Europa [message #475154 is a reply to message #475152] Tue, 30 October 2007 16:05 Go to previous messageGo to next message
Ian Trimble is currently offline Ian TrimbleFriend
Messages: 137
Registered: July 2009
Senior Member
Hi, Herbert.

Most likely what is happening is your server runtime, selected in a
previous page in the wizard, is filtering the web module versions that are
available based on what its adapter allows.

I am using Tomcat 6 - it works quite well for me and supports version 2.5.

What server runtime are you using? You may want to check its capabilities
in terms of the web module version it supports. Or if Tomcat 6 is an
option for you, perhaps try using that.

- Ian
Re: JSF 1.2 and Dynamic Web Module 2.5 in Europa [message #475157 is a reply to message #475154] Tue, 30 October 2007 19:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: baier.itbayern.de

Hi Iam,

I am using GlassFish V2. I also installed the GlassFish Eclipse plugin
glassfish-eclipse-plugin_installer_0_4.zip. I need an application server
that supports EJB. If the problem is GlassFish, I can try another
application server, per jboss. Do you have some suggestion?

Herbert
Re: JSF 1.2 and Dynamic Web Module 2.5 in Europa [message #475158 is a reply to message #475157] Wed, 31 October 2007 16:57 Go to previous messageGo to next message
Ian Trimble is currently offline Ian TrimbleFriend
Messages: 137
Registered: July 2009
Senior Member
I doubt the issue is with GlassFish V2 itself, more likely the issue is
with the server adapter (which I suspect is the Eclipse plugin to which
you refer). The adapter specifies which web app versions it supports, and
it's possible (I haven't explored it, myself) that it's just not claiming
support for the versions you need (even though GlassFish itself is likely
capable).

Are there any Eclipse/GlassFish users out there who can chime in with
their experiences?

Does anyone have suggestions for Herbert regarding which JEE servers plus
adapters will provide the environment he requires?

- Ian
Re: JSF 1.2 and Dynamic Web Module 2.5 in Europa [message #475164 is a reply to message #475158] Thu, 01 November 2007 17:52 Go to previous messageGo to next message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Herbert: in the very first page of the Dynamic Web Project wizard, try
setting your "Target Runtime" drop-down to "None". This should allow you
to set the correct facet versions.


--Cam
Re: JSF 1.2 and Dynamic Web Module 2.5 in Europa [message #475173 is a reply to message #475164] Fri, 02 November 2007 10:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: baier.itbayern.de

Cameron, your idea does not work well. When I try to run the application
on the server, I can not select glassfish (following error message: The
server does not support version 2.5 of the J2EE Web module specification).
Now I am using JBoss. It's works. My problem now is with Eclipse itself. I
am running on Linux and Eclipse crashes very frequently :-(
SF 1.2 and Dynamic Web Module 2.5 in Europa [message #475390 is a reply to message #475152] Mon, 10 December 2007 03:59 Go to previous message
Eclipse UserFriend
Originally posted by: jyzhou817.yahoo.com

Hi,

I have a problem to use eclipse 3.3 to generate a dynmic web project with
JSF1.2.
the errors:

Referenced file contains errors
(jar:file:C:/eclipse/plugins/org.eclipse.jst.standard.schema s_1.0.0.v200706221355.jar
!/dtdsAndSchemas/javaee_5.xsd). For more information, right click on the
message and select "Show Details..."

the web.xml is with error and can not pass validation.
Any one have such experience? please provide help.

Thanks
Re: JSF 1.2 and Dynamic Web Module 2.5 in Europa [message #614452 is a reply to message #475152] Tue, 30 October 2007 16:05 Go to previous message
Ian Trimble is currently offline Ian TrimbleFriend
Messages: 137
Registered: July 2009
Senior Member
Hi, Herbert.

Most likely what is happening is your server runtime, selected in a
previous page in the wizard, is filtering the web module versions that are
available based on what its adapter allows.

I am using Tomcat 6 - it works quite well for me and supports version 2.5.

What server runtime are you using? You may want to check its capabilities
in terms of the web module version it supports. Or if Tomcat 6 is an
option for you, perhaps try using that.

- Ian
Re: JSF 1.2 and Dynamic Web Module 2.5 in Europa [message #614454 is a reply to message #475154] Tue, 30 October 2007 19:02 Go to previous message
Eclipse UserFriend
Originally posted by: baier.itbayern.de

Hi Iam,

I am using GlassFish V2. I also installed the GlassFish Eclipse plugin
glassfish-eclipse-plugin_installer_0_4.zip. I need an application server
that supports EJB. If the problem is GlassFish, I can try another
application server, per jboss. Do you have some suggestion?

Herbert
Re: JSF 1.2 and Dynamic Web Module 2.5 in Europa [message #614455 is a reply to message #475157] Wed, 31 October 2007 16:57 Go to previous message
Ian Trimble is currently offline Ian TrimbleFriend
Messages: 137
Registered: July 2009
Senior Member
I doubt the issue is with GlassFish V2 itself, more likely the issue is
with the server adapter (which I suspect is the Eclipse plugin to which
you refer). The adapter specifies which web app versions it supports, and
it's possible (I haven't explored it, myself) that it's just not claiming
support for the versions you need (even though GlassFish itself is likely
capable).

Are there any Eclipse/GlassFish users out there who can chime in with
their experiences?

Does anyone have suggestions for Herbert regarding which JEE servers plus
adapters will provide the environment he requires?

- Ian
Re: JSF 1.2 and Dynamic Web Module 2.5 in Europa [message #614460 is a reply to message #475158] Thu, 01 November 2007 17:52 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Herbert: in the very first page of the Dynamic Web Project wizard, try
setting your "Target Runtime" drop-down to "None". This should allow you
to set the correct facet versions.


--Cam
Re: JSF 1.2 and Dynamic Web Module 2.5 in Europa [message #614465 is a reply to message #475164] Fri, 02 November 2007 10:52 Go to previous message
Eclipse UserFriend
Originally posted by: baier.itbayern.de

Cameron, your idea does not work well. When I try to run the application
on the server, I can not select glassfish (following error message: The
server does not support version 2.5 of the J2EE Web module specification).
Now I am using JBoss. It's works. My problem now is with Eclipse itself. I
am running on Linux and Eclipse crashes very frequently :-(
SF 1.2 and Dynamic Web Module 2.5 in Europa [message #616437 is a reply to message #475152] Mon, 10 December 2007 03:59 Go to previous message
zhou  is currently offline zhou Friend
Messages: 3
Registered: May 2010
Junior Member
Hi,

I have a problem to use eclipse 3.3 to generate a dynmic web project with
JSF1.2.
the errors:

Referenced file contains errors
(jar:file:C:/eclipse/plugins/org.eclipse.jst.standard.schema s_1.0.0.v200706221355.jar
!/dtdsAndSchemas/javaee_5.xsd). For more information, right click on the
message and select "Show Details..."

the web.xml is with error and can not pass validation.
Any one have such experience? please provide help.

Thanks
Previous Topic:hibernate and jsp
Next Topic:What's the replacement of UpdateProjectClasspath.updateProjectDependency in WTP 2.0
Goto Forum:
  


Current Time: Fri Apr 19 08:35:49 GMT 2024

Powered by FUDForum. Page generated in 0.02888 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top