[JBoss JIRA] (RF-13709) Remove the chart components from the RichFaces mobile showcase
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13709?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13709:
-------------------------------
Summary: Remove the chart components from the RichFaces mobile showcase (was: Remove the chart components from the RichFaces showcase)
> Remove the chart components from the RichFaces mobile showcase
> --------------------------------------------------------------
>
> Key: RF-13709
> URL: https://issues.jboss.org/browse/RF-13709
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: showcase
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Priority: Minor
> Fix For: 4.5.0.Alpha3
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> The chart components need additional work to function in a mobile environment. In the mean time we should remove them from the mobile showcase.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13711) a4j:ajax status does not work as expected
by Evgeny Mironenko (JIRA)
[ https://issues.jboss.org/browse/RF-13711?page=com.atlassian.jira.plugin.s... ]
Evgeny Mironenko updated RF-13711:
----------------------------------
Description:
Status attribute for {{a4j:ajax}} does not work as expected.
I tried to create simple project with content:
{code:title=index.xhtml}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j">
<h:head>
</h:head>
<h:body>
<a4j:status id="progress" onstart="console.log('start')"
onstop="console.log('stop')"/>
<div id="content">
<h:form>
<h:commandButton value="Click">
<a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
</h:commandButton>
</h:form>
</div>
</h:body>
</html>
{code}
It did not work for me. I do not see any log messages in the console.
As workaround I can use the {{render}} attribute instead of {{status}}, but we use it for another goals, am I right?
was:
Status attribute for {{a4j:ajax}} does not work as expected.
I tried to create simple project with content:
{code:title=index.xhtml}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j">
<h:head>
</h:head>
<h:body>
<a4j:status id="progress" onstart="console.log('start')'"
onstop="console.log('stop')"/>
<div id="content">
<h:form>
<h:commandButton value="Click">
<a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
</h:commandButton>
</h:form>
</div>
</h:body>
</html>
{code}
It did not work for me. I do not see any log messages in the console.
As workaround I can use the {{render}} attribute instead of {{status}}, but we use it for another goals, am I right?
> a4j:ajax status does not work as expected
> -----------------------------------------
>
> Key: RF-13711
> URL: https://issues.jboss.org/browse/RF-13711
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.7
> Environment: IE8, Mozilla Firefox 30
> Reporter: Evgeny Mironenko
> Assignee: Pavol Pitonak
>
> Status attribute for {{a4j:ajax}} does not work as expected.
> I tried to create simple project with content:
> {code:title=index.xhtml}
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:a4j="http://richfaces.org/a4j">
> <h:head>
> </h:head>
> <h:body>
> <a4j:status id="progress" onstart="console.log('start')"
> onstop="console.log('stop')"/>
> <div id="content">
> <h:form>
> <h:commandButton value="Click">
> <a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
> </h:commandButton>
> </h:form>
> </div>
> </h:body>
> </html>
> {code}
> It did not work for me. I do not see any log messages in the console.
> As workaround I can use the {{render}} attribute instead of {{status}}, but we use it for another goals, am I right?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13711) a4j:ajax status does not work as expected
by Evgeny Mironenko (JIRA)
[ https://issues.jboss.org/browse/RF-13711?page=com.atlassian.jira.plugin.s... ]
Evgeny Mironenko updated RF-13711:
----------------------------------
Description:
Status attribute for {{a4j:ajax}} does not work as expected.
I tried to create simple project with content:
{code:title=index.xhtml}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j">
<h:head>
</h:head>
<h:body>
<a4j:status id="progress" onstart="console.log('start')'"
onstop="console.log('stop')"/>
<div id="content">
<h:form>
<h:commandButton value="Click">
<a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
</h:commandButton>
</h:form>
</div>
</h:body>
</html>
{code}
It did not work for me. I do not see any log messages in the console.
As workaround I can use the {{render}} attribute instead of {{status}}, but we use it for another goals, am I right?
was:
Status attribute for {{a4j:ajax}} does not work as expected.
I tried to create simple project with content:
{code:title=index.xhtml}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j">
<h:head>
</h:head>
<h:body>
<a4j:status id="progress" onstart="console.log('start')'"
onstop="console.log('stop')"/>
<div id="content">
<h:form>
<h:commandButton value="Click">
<a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
</h:commandButton>
</h:form>
</div>
</h:body>
</html>
{code}
It did not work for me. I do not see any log messages in the console.
As workaround I can use the render attribute instead of {{a4j:status}}, but we use it for another goals, am I right?
> a4j:ajax status does not work as expected
> -----------------------------------------
>
> Key: RF-13711
> URL: https://issues.jboss.org/browse/RF-13711
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.7
> Environment: IE8, Mozilla Firefox 30
> Reporter: Evgeny Mironenko
> Assignee: Pavol Pitonak
>
> Status attribute for {{a4j:ajax}} does not work as expected.
> I tried to create simple project with content:
> {code:title=index.xhtml}
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:a4j="http://richfaces.org/a4j">
> <h:head>
> </h:head>
> <h:body>
> <a4j:status id="progress" onstart="console.log('start')'"
> onstop="console.log('stop')"/>
> <div id="content">
> <h:form>
> <h:commandButton value="Click">
> <a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
> </h:commandButton>
> </h:form>
> </div>
> </h:body>
> </html>
> {code}
> It did not work for me. I do not see any log messages in the console.
> As workaround I can use the {{render}} attribute instead of {{status}}, but we use it for another goals, am I right?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13711) a4j:ajax status does not work as expected
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13711?page=com.atlassian.jira.plugin.s... ]
Brian Leathem reassigned RF-13711:
----------------------------------
Assignee: Pavol Pitonak
QE: please verify
> a4j:ajax status does not work as expected
> -----------------------------------------
>
> Key: RF-13711
> URL: https://issues.jboss.org/browse/RF-13711
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.7
> Environment: IE8, Mozilla Firefox 30
> Reporter: Evgeny Mironenko
> Assignee: Pavol Pitonak
>
> Status attribute for {{a4j:ajax}} does not work as expected.
> I tried to create simple project with content:
> {code:title=index.xhtml}
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:a4j="http://richfaces.org/a4j">
> <h:head>
> </h:head>
> <h:body>
> <a4j:status id="progress" onstart="console.log('start')'"
> onstop="console.log('stop')"/>
> <div id="content">
> <h:form>
> <h:commandButton value="Click">
> <a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
> </h:commandButton>
> </h:form>
> </div>
> </h:body>
> </html>
> {code}
> It did not work for me. I do not see any log messages in the console.
> As workaround I can use the render attribute instead of {{a4j:status}}, but we use it for another goals, am I right?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13711) a4j:ajax status does not work as expected
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13711?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13711:
-------------------------------
Description:
Status attribute for {{a4j:ajax}} does not work as expected.
I tried to create simple project with content:
{code:title=index.xhtml}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j">
<h:head>
</h:head>
<h:body>
<a4j:status id="progress" onstart="console.log('start')'"
onstop="console.log('stop')"/>
<div id="content">
<h:form>
<h:commandButton value="Click">
<a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
</h:commandButton>
</h:form>
</div>
</h:body>
</html>
{code}
It did not work for me. I do not see any log messages in the console.
As workaround I can use therender attribute instead of {{a4j:status}}, but we use it for another goals, am I right?
was:
Status attribute for a4j:ajax does not work as expected.
I tried to create simple project with next content:
index.xhtml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j">
<h:head>
</h:head>
<h:body>
<a4j:status id="progress" onstart="console.log('start')'"
onstop="console.log('stop')"/>
<div id="content">
<h:form>
<h:commandButton value="Click">
<a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
</h:commandButton>
</h:form>
</div>
</h:body>
</html>
It's not worked for me. I not see log messages in console.
As workground I use render attribute instead of status, but we use it for another goals, I am right?
> a4j:ajax status does not work as expected
> -----------------------------------------
>
> Key: RF-13711
> URL: https://issues.jboss.org/browse/RF-13711
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.7
> Environment: IE8, Mozilla Firefox 30
> Reporter: Evgeny Mironenko
>
> Status attribute for {{a4j:ajax}} does not work as expected.
> I tried to create simple project with content:
> {code:title=index.xhtml}
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:a4j="http://richfaces.org/a4j">
> <h:head>
> </h:head>
> <h:body>
> <a4j:status id="progress" onstart="console.log('start')'"
> onstop="console.log('stop')"/>
> <div id="content">
> <h:form>
> <h:commandButton value="Click">
> <a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
> </h:commandButton>
> </h:form>
> </div>
> </h:body>
> </html>
> {code}
> It did not work for me. I do not see any log messages in the console.
> As workaround I can use therender attribute instead of {{a4j:status}}, but we use it for another goals, am I right?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13711) a4j:ajax status does not work as expected
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13711?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13711:
-------------------------------
Description:
Status attribute for {{a4j:ajax}} does not work as expected.
I tried to create simple project with content:
{code:title=index.xhtml}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j">
<h:head>
</h:head>
<h:body>
<a4j:status id="progress" onstart="console.log('start')'"
onstop="console.log('stop')"/>
<div id="content">
<h:form>
<h:commandButton value="Click">
<a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
</h:commandButton>
</h:form>
</div>
</h:body>
</html>
{code}
It did not work for me. I do not see any log messages in the console.
As workaround I can use the render attribute instead of {{a4j:status}}, but we use it for another goals, am I right?
was:
Status attribute for {{a4j:ajax}} does not work as expected.
I tried to create simple project with content:
{code:title=index.xhtml}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j">
<h:head>
</h:head>
<h:body>
<a4j:status id="progress" onstart="console.log('start')'"
onstop="console.log('stop')"/>
<div id="content">
<h:form>
<h:commandButton value="Click">
<a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
</h:commandButton>
</h:form>
</div>
</h:body>
</html>
{code}
It did not work for me. I do not see any log messages in the console.
As workaround I can use therender attribute instead of {{a4j:status}}, but we use it for another goals, am I right?
> a4j:ajax status does not work as expected
> -----------------------------------------
>
> Key: RF-13711
> URL: https://issues.jboss.org/browse/RF-13711
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.7
> Environment: IE8, Mozilla Firefox 30
> Reporter: Evgeny Mironenko
>
> Status attribute for {{a4j:ajax}} does not work as expected.
> I tried to create simple project with content:
> {code:title=index.xhtml}
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:a4j="http://richfaces.org/a4j">
> <h:head>
> </h:head>
> <h:body>
> <a4j:status id="progress" onstart="console.log('start')'"
> onstop="console.log('stop')"/>
> <div id="content">
> <h:form>
> <h:commandButton value="Click">
> <a4j:ajax event="click" status="progress" listener="#{testBean.invoke}"/>
> </h:commandButton>
> </h:form>
> </div>
> </h:body>
> </html>
> {code}
> It did not work for me. I do not see any log messages in the console.
> As workaround I can use the render attribute instead of {{a4j:status}}, but we use it for another goals, am I right?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13710) popupPanel (modal and autosized) doesn't resize then content resizes (eg. after ajax request)
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13710?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13710:
------------------------------------
With RF-13616, popupPanel will listen for resize events from it's children and resize accordingly. Perhaps you can use this as a workaround.
> popupPanel (modal and autosized) doesn't resize then content resizes (eg. after ajax request)
> ---------------------------------------------------------------------------------------------
>
> Key: RF-13710
> URL: https://issues.jboss.org/browse/RF-13710
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: base functionality
> Affects Versions: 4.3.7
> Reporter: Dariusz M
> Fix For: 4.3.8
>
>
> In 4.3.5 it was fine.
> In 4.3.7 popupPanel with autosized has now width and height set in style attribute for div id's "xxx_container" and "xxx_content_scroller" (width and height calculated for current content rendered during show). Therefore when any element in content changes its size, for example validation on "Store" button is done and message components are rendered (with some errors) then popupPanel stay still and doesn't resizes (scrollbars appears in div) because height in _content_scroller is set to fix value (good at the beginning).
> In 4.3.5 height and width in style for popupPanel divs wasn't set (in autosized mode) that's why when content was resized then whole popupPanel was resized automatically. It was nice, especially when using popupPanel as in dataTable editing example (data changes in single window with validation messages) or when popupPanel is used in a wizard mode (with some steps, each with little different size)
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13710) popupPanel (modal and autosized) doesn't resize then content resizes (eg. after ajax request)
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13710?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13710:
-------------------------------
Fix Version/s: 4.3.8
> popupPanel (modal and autosized) doesn't resize then content resizes (eg. after ajax request)
> ---------------------------------------------------------------------------------------------
>
> Key: RF-13710
> URL: https://issues.jboss.org/browse/RF-13710
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: base functionality
> Affects Versions: 4.3.7
> Reporter: Dariusz M
> Fix For: 4.3.8
>
>
> In 4.3.5 it was fine.
> In 4.3.7 popupPanel with autosized has now width and height set in style attribute for div id's "xxx_container" and "xxx_content_scroller" (width and height calculated for current content rendered during show). Therefore when any element in content changes its size, for example validation on "Store" button is done and message components are rendered (with some errors) then popupPanel stay still and doesn't resizes (scrollbars appears in div) because height in _content_scroller is set to fix value (good at the beginning).
> In 4.3.5 height and width in style for popupPanel divs wasn't set (in autosized mode) that's why when content was resized then whole popupPanel was resized automatically. It was nice, especially when using popupPanel as in dataTable editing example (data changes in single window with validation messages) or when popupPanel is used in a wizard mode (with some steps, each with little different size)
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (RF-13708) Photoalbum: refresh over index page throws error
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13708?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13708:
------------------------------------
Thanks for the investigations [~jhuska]. [~michpetrov] can you comment on the use of the _binding_ attribute? If it is easy to do so, please remove it and schedule this issue accordingly.
> Photoalbum: refresh over index page throws error
> ------------------------------------------------
>
> Key: RF-13708
> URL: https://issues.jboss.org/browse/RF-13708
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Affects Versions: 4.3.6, 4.3.7, 4.3.8
> Environment: container: JBoss EAP 6.3.0.ER8, other EAPS as well
> browsers: all
> Reporter: Juraj Húska
> Labels: photoalbum
> Fix For: 4.5-Tracking
>
>
> Refresh over index page of Photoalbum throws:
> {code}
> 14:31:05,563 SEVERE [javax.enterprise.resource.webcontainer.jsf.renderkit] (http-/127.0.0.1:8080-5) javax.faces.FacesException: Component ID overForm:PreDefinedTree:j_idt273 has already been found in the view. : javax.faces.FacesException: Component ID overForm:PreDefinedTree:j_idt273 has already been found in the view.
> at com.sun.faces.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:139) [jsf-impl-2.1.28.redhat-3.jar:2.1.28.redhat-3]
> at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:119) [jsf-impl-2.1.28.redhat-3.jar:2.1.28.redhat-3]
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl-2.1.28.redhat-3.jar:2.1.28.redhat-3]
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jboss-jsf-api_2.1_spec-2.1.28.Final-redhat-1.jar:2.1.28.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:231) [jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
> at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.4.0.Final-redhat-17.jar:7.4.0.Final-redhat-17]
> at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.4.0.Final-redhat-17.jar:7.4.0.Final-redhat-17]
> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.4.0.Final-redhat-17.jar:7.4.0.Final-redhat-17]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) [jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:926) [jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
> at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_55]
> {code}
> After this error application cease to work.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months