[JBoss JIRA] (WFLY-8124) Unify arquillian defaultProtocol in TS
by Marek Kopecký (JIRA)
Marek Kopecký created WFLY-8124:
-----------------------------------
Summary: Unify arquillian defaultProtocol in TS
Key: WFLY-8124
URL: https://issues.jboss.org/browse/WFLY-8124
Project: WildFly
Issue Type: Enhancement
Components: Test Suite
Reporter: Marek Kopecký
Assignee: Marek Kopecký
Unify arquillian defaultProtocol in TS
xts a rts module use servlet protocol. Jmx protocol is standard protocol:
{noformat}
[mkopecky@dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -i servlet
testsuite/integration/rts/src/test/config/arq/arquillian.xml: <defaultProtocol type="Servlet 3.0" />
testsuite/integration/xts/src/test/config/arq/arquillian.xml: <defaultProtocol type="Servlet 3.0" />
[mkopecky@dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -iv servlet | wc -l
13
[mkopecky@dhcp-10-40-5-170 base] (7.x)$
{noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (JBEE-172) Unable to find unambiguous method: class java.lang.String.replace(java.lang.String, java.lang.String)
by Ramesh khot (JIRA)
Ramesh khot created JBEE-172:
--------------------------------
Summary: Unable to find unambiguous method: class java.lang.String.replace(java.lang.String, java.lang.String)
Key: JBEE-172
URL: https://issues.jboss.org/browse/JBEE-172
Project: JBoss JavaEE Spec APIs
Issue Type: Bug
Components: jboss-el-api
Affects Versions: jboss-el-api_3.0_spec-1.0.7.Final
Environment: Wildfly 10, Jdk 8
Reporter: Ramesh khot
Assignee: Scott Marlow
I am using String.replace('-',' ') function inside jstl/core forEach tag but getting
Unable to find unambiguous method: class java.lang.String.replace(java.lang.String, java.lang.String)
at com.sun.faces.facelets.tag.TagAttributeImpl.getObject(TagAttributeImpl.java:358)
at com.sun.faces.facelets.tag.TagAttributeImpl.getValue(TagAttributeImpl.java:322)
at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.assignUniqueId(ComponentTagHandlerDelegateImpl.java:434)
at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:180)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months
[JBoss JIRA] (DROOLS-1442) ServiceRegistry references non existent classes
by Anton Giertli (JIRA)
Anton Giertli created DROOLS-1442:
-------------------------------------
Summary: ServiceRegistry references non existent classes
Key: DROOLS-1442
URL: https://issues.jboss.org/browse/DROOLS-1442
Project: Drools
Issue Type: Bug
Reporter: Anton Giertli
Assignee: Mario Fusco
This code
{code:java}
SystemEventListener listener = SystemEventListenerFactory.getSystemEventListener();
{code}
Fails with:
Caused by: java.lang.ClassNotFoundException: org.drools.core.impl.SystemEventListenerServiceImpl
Because ServiceRegistryImpl
https://github.com/droolsjbpm/droolsjbpm-knowledge/blob/master/kie-intern...
references class SystemEventListenerServiceImpl which does not exist anymore in drools-core.
The interface SystemEventListenerService still exists in kie-internal but there is no implementation whatsoever in drools.
First impression is that both SystemEventListenerService + SystemEventListenerServiceImpl are "dead" code and should probably be removed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 2 months