|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Glassfish v3 and JSF 1.2Hello!
I`m trying to deploy my old JSF app on GF v3. JSF is bundled with application. sun-web.xml is there as described on http://old.nabble.com/Re%3A-How-to-use-JSF-1.2-on-Glassfish-v3-p24057784.html But Glassfish still initialising JSF 2.0.1 on webapp startup. Strange that Icefaces is see JSF 1.2. With JSF 2.0.1 Icefaces tells "I don`t want to start with 2.0". Nov 3, 2009 9:34:25 PM JavaEEDeploymentRequest expand INFO: Expanded at file:/tmp/osgiapp7703480660779131761/ Nov 3, 2009 9:34:30 PM com.sun.faces.config.ConfigureListener contextInitialized INFO: Initializing Mojarra 2.0.1 (FCS b02) for context '' Nov 3, 2009 9:34:31 PM com.sun.faces.spi.InjectionProviderFactory getProviderFromEntry SEVERE: JSF1051: Service entry 'org.glassfish.faces.integration.GlassFishInjectionProvider' does not extend DiscoverableInjectionProvider. Entry will be ignored. Nov 3, 2009 9:34:31 PM com.sun.faces.spi.InjectionProviderFactory createInstance INFO: JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed. Nov 3, 2009 9:34:31 PM com.icesoft.faces.application.D2DViewHandler <clinit> INFO: ICEsoft Technologies, Inc. ICEfaces 1.8.2 Build number: 7 Revision: 19321 Thanks for your comments. -- Pavel D. Kuzin pk@... Nodex LTD. Saint-Petersburg, Russia --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Glassfish v3 and JSF 1.2Can you create a simple test case, attach it to a bug and assign it to
me (my java.net ID is ss141213)? Let me see what's going on here. Thanks, Sahoo Pavel Kuzin wrote: > Hello! > > I`m trying to deploy my old JSF app on GF v3. > > JSF is bundled with application. > sun-web.xml is there as described on > http://old.nabble.com/Re%3A-How-to-use-JSF-1.2-on-Glassfish-v3-p24057784.html > > > But Glassfish still initialising JSF 2.0.1 on webapp startup. > > Strange that Icefaces is see JSF 1.2. With JSF 2.0.1 Icefaces tells "I > don`t want to start with 2.0". > > > Nov 3, 2009 9:34:25 PM JavaEEDeploymentRequest expand > INFO: Expanded at file:/tmp/osgiapp7703480660779131761/ > Nov 3, 2009 9:34:30 PM com.sun.faces.config.ConfigureListener > contextInitialized > INFO: Initializing Mojarra 2.0.1 (FCS b02) for context '' > Nov 3, 2009 9:34:31 PM com.sun.faces.spi.InjectionProviderFactory > getProviderFromEntry > SEVERE: JSF1051: Service entry > 'org.glassfish.faces.integration.GlassFishInjectionProvider' does not > extend DiscoverableInjectionProvider. Entry will be ignored. > Nov 3, 2009 9:34:31 PM com.sun.faces.spi.InjectionProviderFactory > createInstance > INFO: JSF1048: PostConstruct/PreDestroy annotations present. > ManagedBeans methods marked with these annotations will have said > annotations processed. > Nov 3, 2009 9:34:31 PM com.icesoft.faces.application.D2DViewHandler > <clinit> > INFO: > ICEsoft Technologies, Inc. > ICEfaces 1.8.2 > Build number: 7 > Revision: 19321 > > Thanks for your comments. > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Glassfish v3 and JSF 1.2Hello, Sahoo!
Done. https://glassfish.dev.java.net/issues/show_bug.cgi?id=10833 Sahoo пишет: > Can you create a simple test case, attach it to a bug and assign it to > me (my java.net ID is ss141213)? Let me see what's going on here. > > Thanks, > Sahoo > > Pavel Kuzin wrote: >> Hello! >> >> I`m trying to deploy my old JSF app on GF v3. >> >> JSF is bundled with application. >> sun-web.xml is there as described on >> http://old.nabble.com/Re%3A-How-to-use-JSF-1.2-on-Glassfish-v3-p24057784.html >> >> >> But Glassfish still initialising JSF 2.0.1 on webapp startup. >> >> Strange that Icefaces is see JSF 1.2. With JSF 2.0.1 Icefaces tells "I >> don`t want to start with 2.0". >> >> >> Nov 3, 2009 9:34:25 PM JavaEEDeploymentRequest expand >> INFO: Expanded at file:/tmp/osgiapp7703480660779131761/ >> Nov 3, 2009 9:34:30 PM com.sun.faces.config.ConfigureListener >> contextInitialized >> INFO: Initializing Mojarra 2.0.1 (FCS b02) for context '' >> Nov 3, 2009 9:34:31 PM com.sun.faces.spi.InjectionProviderFactory >> getProviderFromEntry >> SEVERE: JSF1051: Service entry >> 'org.glassfish.faces.integration.GlassFishInjectionProvider' does not >> extend DiscoverableInjectionProvider. Entry will be ignored. >> Nov 3, 2009 9:34:31 PM com.sun.faces.spi.InjectionProviderFactory >> createInstance >> INFO: JSF1048: PostConstruct/PreDestroy annotations present. >> ManagedBeans methods marked with these annotations will have said >> annotations processed. >> Nov 3, 2009 9:34:31 PM com.icesoft.faces.application.D2DViewHandler >> <clinit> >> INFO: >> ICEsoft Technologies, Inc. >> ICEfaces 1.8.2 >> Build number: 7 >> Revision: 19321 >> >> Thanks for your comments. >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > -- Pavel D. Kuzin pk@... Nodex LTD. Saint-Petersburg, Russia --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Galssfish pacth re-installationHi,
I'm trying to install glassfish v1 patch "140891-05". I just have a question about how to bypass uninstall step if I need to re-install. After the patch is installed, even I removed the installed directory, if I redo installation, it always says the patch is already installed in this directory. Of course it'll work if I do an uninstall before re-install. But we used to just remove everything and re-install with jar installer. Is there a way to bypass this? Is there a secret file somewhere keeps this status? I didn't find anything in my home directory. Thanks for any information. Huiping --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Glassfish v3 and JSF 1.2Can you pleas put the bug link to see your example and the response??
[Message sent by forum member 'eratzlaff' (eratzlaff@...)] http://forums.java.net/jive/thread.jspa?messageID=371291 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |