Messages posted by Baleyba
[Logo]
ICEfaces Forums
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
Messages posted by: Baleyba  XML
Profile for Baleyba -> Messages posted by Baleyba [105] Go to Page: 1, 2, 3, 4, 5, 6, 7 Next 
Author Message
Hi all,

I get a bug in the 1.8.0dr1 rev.

As you can see on the attached picture, the rendering of selectOneListbox tag has problem on pictures 2 and 3.

Normally, it should render like on the number one.

this is the code:
Code:
 	<ice:selectOneListbox size="50" styleClass="selectOnList"
 			id="id_solb" partialSubmit="true"
 			valueChangeListener="#{bean.onChange}">
 			<f:selectItems id="id_Items"
 				value="#{bean.items}" />
 </ice:selectOneListbox>
 


The css class fix the height and width of selectonelistbox.

With last 1.8.0dr1 renderer always give a dropdownlist wehereas rendering a listbox like on capture number one.


All is working fine in the 1.7.2 revision.

I hope to be clear.

regards,
Bal.
Hi,

I have a problem with 1.7.2 and 1.8.0dr1 rev and converters.

It is only when I'm using several converters.

I noticed that now, only the last converter is activated.

Code:
<ice:inputText required="true" id="title" validator="#{bean.validateNonExisting}" partialSubmit="true"	value="#{bean.title}">
 			<f:converter converterId="TrimConverter" />
 			<f:converter converterId="ForceFirstUpperConverter" />
 			<f:converter converterId="RemoveSlashConverter" />
 </ice:inputText>


It was working fine in the previous ICEFaces revisions.
Thanks for your help.

regards,

Bal.

Hi!

I have no problem to deploy 1.7.2 RC1 et 1.7.2 revision on Jboss 4.2.2 and 4.2.3.

Note, if you try to deploy applications demo like showcase, you need to rebuilt them with the following command into the sample folder:

>ant clean
>ant jboss4.2

regards

bal.
Hi, thanks for your post.

With the current svn rev it seems working fine now :)

regards
Hi patrick,

thanks for your solution.


I would like to get the position after a drag and drop. But I don't see "ice.event.x" and "ice.event.y"parameters into dragEvent.

Do you know a solution to get this information in this case ?

thanks for your help.

regards,
Bal.
Hi,

I created a bug report on jira: http://jira.icefaces.org/browse/ICE-3361

Someone can confirm this bloking bug please ?

regards

Bal.
Ok I reinstalled jboss 4.2.3 and auctionMonitor sample was working fine.
Sorry for wasting your time...

But I found the solution for the blank page too!

In fact blank page on refresh only happens when com.icesoft.faces.concurrentDOMViews is set to false into web.xml file.

So, I don't know if it is a regression, but with this parameter to false, it is ok on jboss 4.2.2

I used this parameter to false because I get duplicated id problems as explained by philip.breau here => http://www.icefaces.org/JForum/posts/list/3417.page#16151 Please can you confirm it is a bug or not ?

thanks again for your answers.

Bal.





PS: if I set concurrentDOMViews to false into the auctionMonitor sample, the bug happens too.
I will do some tests and come back to you later.

thanks for your answers.

regards,

Bal.
Ok, you 're right.

I have the same libraries into my WEB-INF/lib directory.

Very strange..
Hi,

Thanks for this information.

I ran the ant task with "jboss4.2"

Now the autionMonitor project is working fine on jboss 4.2.2. So, the compilation is okay.

But now, on jboss 4.2.3 I'm getting this new error ???:

20:17:13,888 INFO [web.tomcat.service.TomcatDeployer] deploy, ctxPath=/auctionMonitor, warUrl=.../tmp/deploy/tmp24660auctionMonitor-exp.war/
20:17:14,204 ERROR [[jboss.web].[localhost].[/auctionMonitor]] Erreur lors de la configuration de la classe d'écoute de l'application (application listener) com.sun.faces.util.ReflectionUtils$ReflectionUtilsListener
java.lang.ClassNotFoundException: com.sun.faces.util.ReflectionUtils$ReflectionUtilsListener
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3799)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
at org.jboss.web.WebModule.startModule(WebModule.java:83)
at org.jboss.web.WebModule.startService(WebModule.java:61)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy44.start(Unknown Source)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy45.start(Unknown Source)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy9.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:595)
20:17:14,423 ERROR [[jboss.web].[localhost].[/auctionMonitor]] L'installation des écouteurs (listeners) de l'application a été sautée suite aux erreurs précédentes
20:17:14,423 ERROR [apache.catalina.core.StandardContext] Error listenerStart
20:17:14,423 ERROR [apache.catalina.core.StandardContext] Erreur de démarrage du contexte [/auctionMonitor] suite aux erreurs précédentes
20:17:14,454 WARN [org.jboss.system.ServiceController] Problem starting service jboss.web.deployment:war=auctionMonitor.war,id=-290619936
org.jboss.deployment.DeploymentException: URL file:/C:/Users/chris/jboss-4.2.3.GA/server/default/tmp/deploy/tmp24660auctionMonitor-exp.war/ deployment failed

... 


Are you sure you are testing and deploying on jboss 4.2.3?
Hi deryk.sinotte,

Thanks for your answer.

I'm using the last SVN revision. JBOSS and JDK 1.5.0_12 is running on windows.
The problem happens with both ie7 and firefox3.

I'm using JSP but it happens too with facelets.

I don't understand why.

No problem if I deploy the project on JBOSS 4.2.2.

I tried Icefaces demos too, but I didn't succeed in deploying them.

I compile ICEFaces from svn with:
ant -Djsf12="" -Dserverjsf="" 


When I run jboss 4.2.3 and I'm getting:

19:40:45,374 ERROR [[jboss.web].[localhost].[/auctionMonitor]] Exception lors de l'envoi de l'évènement contexte initialisé (context initialized) à l'instance de classe d'écoute (listener) org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
java.lang.ClassCastException: com.sun.faces.config.WebConfiguration 


How do you ran auction monitor on jboss 4.2.3 ?
Before I was using the same method and it worked.

Thanks for your help.

regards.

Bal.
Hi,

I get this problem too sometimes

regards,

Bal.
Hi,

I get the last SVN rev. 17242.

Since this version, the title from my webapplication renders with html code in the html <title> tag.

The code:
...<head><title><ice:outputtext value="title" /></title></head>... 


renders:

...<header><title><span class="iceOutputTxt" id="j_id7">Title</span></title></header>... 


instead of rendering:
...<head><title>title</title></head>... 


You can see the attached screen capture for more details.
The workarround I found is to use <h:output> tag.

Is it one other solution to use the ice tag ?

regards,

Bal.

Hi all,

I just upgraded my jboss to 4.2.3

My IceFaces applications are working fine.

But when I'm refreshing them with refresh button from navigator, the page becomes blank and it is impossible to come back to the ICEFaces application. I must close navigator or clear session.

What should I do ?

Is it an ICEFaces incompatibility with JSF 1.2-09-BETA1 jboss library ?

Thanks for your help.

regards,

bal.
Hi,

Sorry, I wasn't very clear.. in me previous posts...

I would like intercept the close of navigator for closing session properly and removing it from sessions pool.

It perfectly works with <body onbeforeunload=""> tag, but ICEFaces is already using this tag apparently. And it throws an exception when I'm using it.

So I'm looking for solutions.

First, I have seen PersistentFacesState.addViewListener(ViewListener listener) but unfortunately it is deprecated.

After that, I tried Interface DisposableBean but it isn't called when navigator is closing.

third, I tried <body onunload=""> tag but it is called on every change of view.

So I don't find any solution.

Thanks for your help

regards,
Bal.
 
Profile for Baleyba -> Messages posted by Baleyba [105] Go to Page: 1, 2, 3, 4, 5, 6, 7 Next 
Go to:   
Powered by JForum 2.1.7ice © JForum Team