- This topic has 10 replies, 6 voices, and was last updated 14 years, 1 month ago by support-joy.
-
AuthorPosts
-
Leonid ShchervinskyParticipantIs there support for JSF 2.0?
Thanks
Leonid
support-joyMemberLeonid,
I am afraid the MyEclipse 8.5 M2 currently provides support for JSF 1.2
Best.
jnthodgeMemberSo when will JSF 2.0 tooling be available in MyEclipse?
support-joyMemberI am afraid, it is currently not available. You can vote-in this feature request here – https://www.genuitec.com/forums/topic/java-ee-6-and-jsf-2-0-support-in-myeclipse-2/ I have already filed a feature request to the management. I shall let you know when I have more information on this. Sorry for the inconvenience.
toriwellsMemberI am afraid, it is currently not available. You can vote-in this feature request here – https://www.genuitec.com/forums/topic/java-ee-6-and-jsf-2-0-support-in-myeclipse-2/ I have already filed a feature request to the management. I shall let you know when I have more information on this. Sorry for the inconvenience.
The post is from 02/03/2009 and we’re going to finish 2010. Is there support for JSF 2 in MyEclipse 8.6?
Thanks
support-joyMemberI am afraid it is not available in ME 8.6. I have already notified the management for the support requested for JSF 2.0 by MyEclipse users. I shall let you know when I have more information on this.
There is an alternate way to configure JSF 2.0 on MyEclipse 8.6 – open MyEclipse IDE, from menu options click on Window > Preferences > MyEclipse > Project Capabilities > JavaServer Faces. Add JSF 2.0 libraries and remove the existing 1.1 libs. You should be able to use JSF 2.0. Please note, that since ME currently doesn’t support JSF 2.0, some of the features such as content assist would not be available.
Sorry for the inconvenience.
toriwellsMemberThere is an alternate way to configure JSF 2.0 on MyEclipse 8.6 – open MyEclipse IDE, from menu options click on Window > Preferences > MyEclipse > Project Capabilities > JavaServer Faces. Add JSF 2.0 libraries and remove the existing 1.1 libs. You should be able to use JSF 2.0. Please note, that since ME currently doesn’t support JSF 2.0, some of the features such as content assist would not be available.
Thank you for the workaround, but it would be nice if there were full support for JSF 2.
JeffreyGetzinMemberI’d like to add our voice to this discussion. To our development team, JSF 2.0 support is the TOP priority for MyEclipse. This is such a flagrant omission that we’re even considering other IDEs, though of course, we’d prefer to stay with MyEclipse.
Our second priority would be performance improvements, especially in auto-completion.
I suppose our third priority would be to clean up all those memory leaks. It’s embarrassing that I have to restart my IDE once or twice a day.
Jean-MarieMemberI just installed 8.6 and but get the following error when trying to publish my project which wokrs fine in 8.5
Im using jsk 5, tomcat 5.5.28, jsf 1.2 and Trinidad///
Error calling delegate publish() Tomcat v5.5 Server at localhost
java.lang.NullPointerException
at org.eclipse.core.runtime.Path.<init>(Path.java:153)
at org.eclipse.wst.web.internal.deployables.ComponentDeployable.addUtilMember(ComponentDeployable.java:366)
at org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable.addUtilMember(J2EEFlexProjDeployable.java:160)
at org.eclipse.wst.web.internal.deployables.ComponentDeployable.addUtilMembers(ComponentDeployable.java:354)
at org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable.members(J2EEFlexProjDeployable.java:256)
at org.eclipse.wst.server.core.internal.ModulePublishInfo.fillCache(ModulePublishInfo.java:285)
at org.eclipse.wst.server.core.internal.ModulePublishInfo.getDelta(ModulePublishInfo.java:355)
at org.eclipse.wst.server.core.internal.ServerPublishInfo.getDelta(ServerPublishInfo.java:368)
at org.eclipse.wst.server.core.internal.Server.getPublishedResourceDelta(Server.java:1363)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.getPublishedResourceDelta(ServerBehaviourDelegate.java:653)
at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.getPublishedResourceDelta(TomcatServerBehaviour.java:896)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:822)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:708)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2731)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:278)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
Jean-MarieMemberI just installed 8.6 and but get the following error when trying to publish my project which wokrs fine in 8.5
Im using jsk 5, tomcat 5.5.28, jsf 1.2 and Trinidad///
Error calling delegate publish() Tomcat v5.5 Server at localhost
java.lang.NullPointerException
at org.eclipse.core.runtime.Path.<init>(Path.java:153)
at org.eclipse.wst.web.internal.deployables.ComponentDeployable.addUtilMember(ComponentDeployable.java:366)
at org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable.addUtilMember(J2EEFlexProjDeployable.java:160)
at org.eclipse.wst.web.internal.deployables.ComponentDeployable.addUtilMembers(ComponentDeployable.java:354)
at org.eclipse.jst.j2ee.internal.deployables.J2EEFlexProjDeployable.members(J2EEFlexProjDeployable.java:256)
at org.eclipse.wst.server.core.internal.ModulePublishInfo.fillCache(ModulePublishInfo.java:285)
at org.eclipse.wst.server.core.internal.ModulePublishInfo.getDelta(ModulePublishInfo.java:355)
at org.eclipse.wst.server.core.internal.ServerPublishInfo.getDelta(ServerPublishInfo.java:368)
at org.eclipse.wst.server.core.internal.Server.getPublishedResourceDelta(Server.java:1363)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.getPublishedResourceDelta(ServerBehaviourDelegate.java:653)
at org.eclipse.jst.server.tomcat.core.internal.TomcatServerBehaviour.getPublishedResourceDelta(TomcatServerBehaviour.java:896)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:822)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:708)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2731)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:278)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -
AuthorPosts