<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Messages posted by "Baleyba"]]></title>
		<link>http://www.icefaces.org/JForum/posts/listByUser/1736.page</link>
		<description><![CDATA[Messages posted by "Baleyba"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>inputFile and apache mod_proxy problem</title>
				<description><![CDATA[ Hi,

I'm using inputFile component behind apache 2.x with mod_proxy.

inputFile doesn't work in this environnment because absolute url generated by icefaces into the iframe is "http://127.0.0.1:8080/..."

It should be the server url..

it is due to the mod_proxy that hide client ip.



Does it exist a workarround?


regards,

Bal.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/16178/60922.page#60922</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/16178/60922.page#60922</link>
				<pubDate><![CDATA[Thu, 25 Feb 2010 02:52:31]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:MessagePipeline exception 1.8.2</title>
				<description><![CDATA[ Hi JimBudet,

I think I didn't get this error with 1.8.1. in my project.

regards,

Bal.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/14927/58564.page#58564</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/14927/58564.page#58564</link>
				<pubDate><![CDATA[Wed, 25 Nov 2009 10:33:49]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:MessagePipeline exception 1.8.2</title>
				<description><![CDATA[ Hi,

I just created bug report on the jira: http://jira.icefaces.org/browse/ICE-5082

regards,
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/14927/57768.page#57768</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/14927/57768.page#57768</link>
				<pubDate><![CDATA[Mon, 2 Nov 2009 04:15:29]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:MessagePipeline exception 1.8.2</title>
				<description><![CDATA[ Hi,

I'm getting the same problem on JBoss 4.2.3. So, Log becomes quickly strong.

regards,

Bal.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/14927/57624.page#57624</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/14927/57624.page#57624</link>
				<pubDate><![CDATA[Wed, 28 Oct 2009 07:09:34]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:Rendering html &quot;TITLE&quot; tag problem in html header</title>
				<description><![CDATA[ Hi,

I'm actually using the following work arroung with 1.8:

<blockquote><title>
<ice:outputText escape="false" <b>nospan="true"</b> value="#{bean.title}"	 id="idxxx" />
</title>&nbsp;
		</blockquote>


I hope this will help.

regards,

Bal]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/9274/50035.page#50035</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/9274/50035.page#50035</link>
				<pubDate><![CDATA[Wed, 29 Apr 2009 10:22:11]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>SelectOneListbox bug in 1.8.0dr1 revision</title>
				<description><![CDATA[ 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:
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
	&lt;ice:selectOneListbox size="50" styleClass="selectOnList"
			id="id_solb" partialSubmit="true"
			valueChangeListener="#{bean.onChange}"&gt;
			&lt;f:selectItems id="id_Items"
				value="#{bean.items}" /&gt;
&lt;/ice:selectOneListbox&gt;
</pre>
		</div>

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.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/10410/42538.page#42538</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/10410/42538.page#42538</link>
				<pubDate><![CDATA[Wed, 5 Nov 2008 10:17:10]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Converters problem with 1.7.2 and 1.8.0dr1</title>
				<description><![CDATA[ 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.

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>&lt;ice:inputText required="true" id="title" validator="#{bean.validateNonExisting}" partialSubmit="true"	value="#{bean.title}"&gt;
			&lt;f:converter converterId="TrimConverter" /&gt;
			&lt;f:converter converterId="ForceFirstUpperConverter" /&gt;
			&lt;f:converter converterId="RemoveSlashConverter" /&gt;
&lt;/ice:inputText&gt;</pre>
		</div>

It was working fine in the previous ICEFaces revisions.
Thanks for your help.

regards,

Bal.

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/10407/42531.page#42531</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/10407/42531.page#42531</link>
				<pubDate><![CDATA[Wed, 5 Nov 2008 08:27:09]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:1.7.2 RC1 Won't deploy in Jboss 4.2.2 or 4.2.3</title>
				<description><![CDATA[ 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.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/10061/41519.page#41519</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/10061/41519.page#41519</link>
				<pubDate><![CDATA[Fri, 10 Oct 2008 07:14:23]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:Blank page with navigator refresh button and new JBOSS version 4.2.3</title>
				<description><![CDATA[ Hi, thanks for your post.

With the current svn rev it seems working fine now :)

regards]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/9266/40829.page#40829</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/9266/40829.page#40829</link>
				<pubDate><![CDATA[Mon, 22 Sep 2008 11:00:41]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:Get component position from backing bean</title>
				<description><![CDATA[ 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.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/9340/39585.page#39585</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/9340/39585.page#39585</link>
				<pubDate><![CDATA[Mon, 18 Aug 2008 08:47:31]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:Blank page with navigator refresh button and new JBOSS version 4.2.3</title>
				<description><![CDATA[ Hi,

I created a bug report on jira: http://jira.icefaces.org/browse/ICE-3361

Someone can confirm this bloking bug please ?

regards

Bal.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/9266/39442.page#39442</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/9266/39442.page#39442</link>
				<pubDate><![CDATA[Wed, 13 Aug 2008 05:18:33]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:Blank page with navigator refresh button and new JBOSS version 4.2.3</title>
				<description><![CDATA[ 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.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/9266/38775.page#38775</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/9266/38775.page#38775</link>
				<pubDate><![CDATA[Wed, 30 Jul 2008 16:24:27]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:Blank page with navigator refresh button and new JBOSS version 4.2.3</title>
				<description><![CDATA[ I will do some tests and come back to you later.

thanks for your answers.

regards,

Bal.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/9266/38763.page#38763</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/9266/38763.page#38763</link>
				<pubDate><![CDATA[Wed, 30 Jul 2008 13:31:32]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:Blank page with navigator refresh button and new JBOSS version 4.2.3</title>
				<description><![CDATA[ Ok, you 're right.

I have the same libraries into my WEB-INF/lib directory.

Very strange..]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/9266/38760.page#38760</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/9266/38760.page#38760</link>
				<pubDate><![CDATA[Wed, 30 Jul 2008 13:27:13]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
			<item>
				<title>Re:Blank page with navigator refresh button and new JBOSS version 4.2.3</title>
				<description><![CDATA[ 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 ???:

<blockquote>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

...&nbsp;
		</blockquote>

Are you sure you are testing and deploying on jboss 4.2.3?
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/preList/9266/38757.page#38757</guid>
				<link>http://www.icefaces.org/JForum/posts/preList/9266/38757.page#38757</link>
				<pubDate><![CDATA[Wed, 30 Jul 2008 13:08:21]]> GMT</pubDate>
				<author><![CDATA[ Baleyba]]></author>
			</item>
	</channel>
</rss>
