[JBoss JIRA] (DROOLS-183) KieBase doesn't load drl files if it doesn't feel like it on Windows
by Geoffrey De Smet (JIRA)
Geoffrey De Smet created DROOLS-183:
---------------------------------------
Summary: KieBase doesn't load drl files if it doesn't feel like it on Windows
Key: DROOLS-183
URL: https://issues.jboss.org/browse/DROOLS-183
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 6.0.0.Beta4
Reporter: Geoffrey De Smet
Assignee: Mario Fusco
Priority: Critical
The OptaPlanner zip's example works perfectly for me, but a user trying the same zip on windows doesn't see any working examples. The problem is that KieBase behaves differently and outputs this warning on his system:
{code}
2013-06-29 10:24:16,998 [AWT-EventQueue-0] WARN No files found for KieBase
defaultKieBase
{code}
Note: it worked well for Beta3.
This is probably due to the fact that the way optaplanner's code needs to jump through the KieBase hoops works for Beta3, but the hoops has been changed for Beta4 somehow.
Here's that optaplanner code:
https://github.com/droolsjbpm/optaplanner/blob/master/optaplanner-core/sr...
{code}
Hi
I performed the download version beta4 to view examples of optaplanner and
none is opening.
Below the return of console windows.
"Usage: runExamples.bat"
"For example: runExamples.bat"
"Some notes:"
"- Working dir should be the directory of this script."
"- Java is recommended to be JDK and java 6 for optimal performance"
"- The environment variable JAVA_HOME should be set to the JDK installation
dire
ctory"
" For example: set JAVA_HOME="C:\Program Files\Java\jdk1.6.0"
ECHO está desativado.
"Starting examples app..."
2013-06-29 10:24:16,998 [AWT-EventQueue-0] WARN No files found for KieBase
defa
ultKieBase
2013-06-29 10:24:18,680 [AWT-EventQueue-0] INFO Loaded:
data\curriculumcourse\unsolved\comp05.xml
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException:
Unexpected gl
obal [scoreHolder]
at
org.drools.core.common.AbstractWorkingMemory.setGlobal(AbstractWorkin
gMemory.java:532)
at
org.drools.core.impl.StatefulKnowledgeSessionImpl.setGlobal(StatefulK
nowledgeSessionImpl.java:360)
at
org.optaplanner.core.impl.score.director.drools.DroolsScoreDirector.r
esetKieSession(DroolsScoreDirector.java:85)
at
org.optaplanner.core.impl.score.director.drools.DroolsScoreDirector.s
etWorkingSolution(DroolsScoreDirector.java:76)
at
org.optaplanner.examples.common.business.SolutionBusiness.openSolutio
n(SolutionBusiness.java:222)
at
org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame$Loa
dAction.actionPerformed(SolverAndPersistenceFrame.java:178)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
2013-06-29 10:24:25,920 [AWT-EventQueue-0] INFO Loaded:
C:\Users\l049904\Downlo
ads\optaplanner-distribution-6.0.0.Beta4\optaplanner-distribution-6.0.0.Beta4\ex
amples\data\curriculumcourse\unsolved\comp02.xml
Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException:
Unexpected global [scoreHolder]
at
org.drools.core.common.AbstractWorkingMemory.setGlobal(AbstractWorkingMemory.java:532)
at
org.drools.core.impl.StatefulKnowledgeSessionImpl.setGlobal(StatefulKnowledgeSessionImpl.java:360)
at
org.optaplanner.core.impl.score.director.drools.DroolsScoreDirector.r
esetKieSession(DroolsScoreDirector.java:85)
at
org.optaplanner.core.impl.score.director.drools.DroolsScoreDirector.s
etWorkingSolution(DroolsScoreDirector.java:76)
at
org.optaplanner.examples.common.business.SolutionBusiness.openSolutio
n(SolutionBusiness.java:222)
at
org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame$Ope
nAction.actionPerformed(SolverAndPersistenceFrame.java:289)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
In every instance can not open or import files. Xml
In version Beta3 was possible.
Thanks
--
View this message in context: http://drools.46999.n3.nabble.com/Time-Scheduling-Routing-tp4024446p40246...
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (WFLY-1610) clueter full-ha
by jaikiran pai (JIRA)
[ https://issues.jboss.org/browse/WFLY-1610?page=com.atlassian.jira.plugin.... ]
jaikiran pai closed WFLY-1610.
------------------------------
Assignee: (was: Brian Stansberry)
Resolution: Rejected
> clueter full-ha
> ---------------
>
> Key: WFLY-1610
> URL: https://issues.jboss.org/browse/WFLY-1610
> Project: WildFly
> Issue Type: Feature Request
> Components: Domain Management
> Affects Versions: 8.0.0.Alpha2
> Environment: Ubuntu Server 12.04LST 64bits
> Reporter: Emilio Navarrete
>
> two or more server on the same full-ha profile cause this error:
> [Server:server-fourth] 22:42:10,205 ERROR [org.hornetq.core.server] (Old I/O server worker (parentId: 427107561, [id: 0x197524e9, /0.0.0.0:5945])) HQ224018: Failed to create session: HornetQException[errorType=SECURITY_EXCEPTION message=HQ119031: Unable to validate user: HORNETQ.CLUSTER.ADMIN.USER]
> there was an workaround but it stop working since jboss as 7.3:
> <subsystem xmlns="urn:jboss:domain:messaging:1.2">
> <hornetq-server>
> <cluster-user>admin</cluster-user>
> <cluster-password>admin1</cluster-password>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (WFLY-1610) clueter full-ha
by jaikiran pai (JIRA)
[ https://issues.jboss.org/browse/WFLY-1610?page=com.atlassian.jira.plugin.... ]
jaikiran pai commented on WFLY-1610:
------------------------------------
Emilio, I read the referenced forum threads and it doesn't appear that this was considered a bug in the application server. If this started failing recently against latest WildFly release, please create a discussion here https://community.jboss.org/community/wildfly?view=discussions.
I'll close this JIRA for now. If this turns out to be bug, after it's discussed in the forums, please create a new one with the relevant details or reopen this with the relevant details.
> clueter full-ha
> ---------------
>
> Key: WFLY-1610
> URL: https://issues.jboss.org/browse/WFLY-1610
> Project: WildFly
> Issue Type: Feature Request
> Components: Domain Management
> Affects Versions: 8.0.0.Alpha2
> Environment: Ubuntu Server 12.04LST 64bits
> Reporter: Emilio Navarrete
> Assignee: Brian Stansberry
>
> two or more server on the same full-ha profile cause this error:
> [Server:server-fourth] 22:42:10,205 ERROR [org.hornetq.core.server] (Old I/O server worker (parentId: 427107561, [id: 0x197524e9, /0.0.0.0:5945])) HQ224018: Failed to create session: HornetQException[errorType=SECURITY_EXCEPTION message=HQ119031: Unable to validate user: HORNETQ.CLUSTER.ADMIN.USER]
> there was an workaround but it stop working since jboss as 7.3:
> <subsystem xmlns="urn:jboss:domain:messaging:1.2">
> <hornetq-server>
> <cluster-user>admin</cluster-user>
> <cluster-password>admin1</cluster-password>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (WFLY-1609) Remove references to osgi from domain test suite
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/WFLY-1609?page=com.atlassian.jira.plugin.... ]
Thomas Diesler reassigned WFLY-1609:
------------------------------------
Assignee: Brian Stansberry (was: Ondrej Zizka)
> Remove references to osgi from domain test suite
> ------------------------------------------------
>
> Key: WFLY-1609
> URL: https://issues.jboss.org/browse/WFLY-1609
> Project: WildFly
> Issue Type: Task
> Components: Domain Management
> Reporter: Thomas Diesler
> Assignee: Brian Stansberry
> Fix For: 8.0.0.Alpha3
>
>
> {code}
> [tdiesler@localhost domain]$ git grep osgi
> src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", returnVal.asSt
> src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", profile.asStri
> src/test/java/org/jboss/as/test/integration/domain/suites/ReadEnvironmentVariablesTestCase.java: env = getEnvironmentVariables(
> src/test/resources/domain-configs/domain-standard.xml: <extension module="org.jboss.as.osgi"/>
> src/test/resources/domain-configs/domain-standard.xml: <profile name="osgi">
> src/test/resources/domain-configs/domain-standard.xml: <subsystem xmlns="urn:jboss:domain:osgi:1.2" activation="lazy">
> src/test/resources/domain-configs/domain-standard.xml: <property name="org.osgi.framework.startlevel.beginning">1</prop
> src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.osgi.logging" startlevel="1"/>
> src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.as.osgi.configadmin" startlevel="1"/
> src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group name="osgi-sockets" default-interface="public">
> src/test/resources/domain-configs/domain-standard.xml: <server-group name="other-server-group" profile="osgi">
> src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group ref="osgi-sockets"/>
> src/test/resources/host-configs/host-slave.xml: <socket-bindings socket-binding-group="osgi-sockets" port-offset="550"/>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (WFLY-1609) Remove references to osgi from domain test suite
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/WFLY-1609?page=com.atlassian.jira.plugin.... ]
Thomas Diesler updated WFLY-1609:
---------------------------------
Component/s: Domain Management
(was: Test Suite)
> Remove references to osgi from domain test suite
> ------------------------------------------------
>
> Key: WFLY-1609
> URL: https://issues.jboss.org/browse/WFLY-1609
> Project: WildFly
> Issue Type: Task
> Components: Domain Management
> Reporter: Thomas Diesler
> Assignee: Ondrej Zizka
> Fix For: 8.0.0.Alpha3
>
>
> {code}
> [tdiesler@localhost domain]$ git grep osgi
> src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", returnVal.asSt
> src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", profile.asStri
> src/test/java/org/jboss/as/test/integration/domain/suites/ReadEnvironmentVariablesTestCase.java: env = getEnvironmentVariables(
> src/test/resources/domain-configs/domain-standard.xml: <extension module="org.jboss.as.osgi"/>
> src/test/resources/domain-configs/domain-standard.xml: <profile name="osgi">
> src/test/resources/domain-configs/domain-standard.xml: <subsystem xmlns="urn:jboss:domain:osgi:1.2" activation="lazy">
> src/test/resources/domain-configs/domain-standard.xml: <property name="org.osgi.framework.startlevel.beginning">1</prop
> src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.osgi.logging" startlevel="1"/>
> src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.as.osgi.configadmin" startlevel="1"/
> src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group name="osgi-sockets" default-interface="public">
> src/test/resources/domain-configs/domain-standard.xml: <server-group name="other-server-group" profile="osgi">
> src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group ref="osgi-sockets"/>
> src/test/resources/host-configs/host-slave.xml: <socket-bindings socket-binding-group="osgi-sockets" port-offset="550"/>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (WFLY-1610) clueter full-ha
by Emilio Navarrete (JIRA)
Emilio Navarrete created WFLY-1610:
--------------------------------------
Summary: clueter full-ha
Key: WFLY-1610
URL: https://issues.jboss.org/browse/WFLY-1610
Project: WildFly
Issue Type: Feature Request
Components: Domain Management
Affects Versions: 8.0.0.Alpha2
Environment: Ubuntu Server 12.04LST 64bits
Reporter: Emilio Navarrete
Assignee: Brian Stansberry
two or more server on the same full-ha profile cause this error:
[Server:server-fourth] 22:42:10,205 ERROR [org.hornetq.core.server] (Old I/O server worker (parentId: 427107561, [id: 0x197524e9, /0.0.0.0:5945])) HQ224018: Failed to create session: HornetQException[errorType=SECURITY_EXCEPTION message=HQ119031: Unable to validate user: HORNETQ.CLUSTER.ADMIN.USER]
there was an workaround but it stop working since jboss as 7.3:
<subsystem xmlns="urn:jboss:domain:messaging:1.2">
<hornetq-server>
<cluster-user>admin</cluster-user>
<cluster-password>admin1</cluster-password>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (WFLY-1381) OSGi: "Web-ContextPath" header is not supported to install/start WAB bundle from repository
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/WFLY-1381?page=com.atlassian.jira.plugin.... ]
Thomas Diesler commented on WFLY-1381:
--------------------------------------
Unfortunately yes (for non-technical reason)
> OSGi: "Web-ContextPath" header is not supported to install/start WAB bundle from repository
> -------------------------------------------------------------------------------------------
>
> Key: WFLY-1381
> URL: https://issues.jboss.org/browse/WFLY-1381
> Project: WildFly
> Issue Type: Bug
> Components: OSGi
> Affects Versions: 8.0.0.Alpha2
> Reporter: Igor Shulika
>
> I am using the latest WildFly 8.0.0.Alpha2-SNAPSHOT server to install/start all of my OSGi bundles from Maven repository. The WAB is not starting if I am just declare capability in the standalone-osgi.xml file.
>
> Here is my capability configuration.
> <capability name="org.test.sample.webapp:my-sample-webapp:1.0" startlevel="4"/>
>
> Note: When I just simply drop my WAB file inside "deployments" directory the web application starting successfully.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (WFLY-1609) Remove references to osgi from domain test suite
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/WFLY-1609?page=com.atlassian.jira.plugin.... ]
Thomas Diesler updated WFLY-1609:
---------------------------------
Description:
{code}
[tdiesler@localhost domain]$ git grep osgi
src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", returnVal.asSt
src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", profile.asStri
src/test/java/org/jboss/as/test/integration/domain/suites/ReadEnvironmentVariablesTestCase.java: env = getEnvironmentVariables(
src/test/resources/domain-configs/domain-standard.xml: <extension module="org.jboss.as.osgi"/>
src/test/resources/domain-configs/domain-standard.xml: <profile name="osgi">
src/test/resources/domain-configs/domain-standard.xml: <subsystem xmlns="urn:jboss:domain:osgi:1.2" activation="lazy">
src/test/resources/domain-configs/domain-standard.xml: <property name="org.osgi.framework.startlevel.beginning">1</prop
src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.osgi.logging" startlevel="1"/>
src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.as.osgi.configadmin" startlevel="1"/
src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group name="osgi-sockets" default-interface="public">
src/test/resources/domain-configs/domain-standard.xml: <server-group name="other-server-group" profile="osgi">
src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group ref="osgi-sockets"/>
src/test/resources/host-configs/host-slave.xml: <socket-bindings socket-binding-group="osgi-sockets" port-offset="550"/>
{code}
was:
{code}
[tdiesler@localhost domain]$ gti grep osgi
src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", returnVal.asSt
src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", profile.asStri
src/test/java/org/jboss/as/test/integration/domain/suites/ReadEnvironmentVariablesTestCase.java: env = getEnvironmentVariables(
src/test/resources/domain-configs/domain-standard.xml: <extension module="org.jboss.as.osgi"/>
src/test/resources/domain-configs/domain-standard.xml: <profile name="osgi">
src/test/resources/domain-configs/domain-standard.xml: <subsystem xmlns="urn:jboss:domain:osgi:1.2" activation="lazy">
src/test/resources/domain-configs/domain-standard.xml: <property name="org.osgi.framework.startlevel.beginning">1</prop
src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.osgi.logging" startlevel="1"/>
src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.as.osgi.configadmin" startlevel="1"/
src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group name="osgi-sockets" default-interface="public">
src/test/resources/domain-configs/domain-standard.xml: <server-group name="other-server-group" profile="osgi">
src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group ref="osgi-sockets"/>
src/test/resources/host-configs/host-slave.xml: <socket-bindings socket-binding-group="osgi-sockets" port-offset="550"/>
[tdiesler@localhost domain]$ git grep osgi
src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", returnVal.asSt
src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", profile.asStri
src/test/java/org/jboss/as/test/integration/domain/suites/ReadEnvironmentVariablesTestCase.java: env = getEnvironmentVariables(
src/test/resources/domain-configs/domain-standard.xml: <extension module="org.jboss.as.osgi"/>
src/test/resources/domain-configs/domain-standard.xml: <profile name="osgi">
src/test/resources/domain-configs/domain-standard.xml: <subsystem xmlns="urn:jboss:domain:osgi:1.2" activation="lazy">
src/test/resources/domain-configs/domain-standard.xml: <property name="org.osgi.framework.startlevel.beginning">1</prop
src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.osgi.logging" startlevel="1"/>
src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.as.osgi.configadmin" startlevel="1"/
src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group name="osgi-sockets" default-interface="public">
src/test/resources/domain-configs/domain-standard.xml: <server-group name="other-server-group" profile="osgi">
src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group ref="osgi-sockets"/>
src/test/resources/host-configs/host-slave.xml: <socket-bindings socket-binding-group="osgi-sockets" port-offset="550"/>
{code}
> Remove references to osgi from domain test suite
> ------------------------------------------------
>
> Key: WFLY-1609
> URL: https://issues.jboss.org/browse/WFLY-1609
> Project: WildFly
> Issue Type: Task
> Components: Test Suite
> Reporter: Thomas Diesler
> Assignee: Ondrej Zizka
> Fix For: 8.0.0.Alpha3
>
>
> {code}
> [tdiesler@localhost domain]$ git grep osgi
> src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", returnVal.asSt
> src/test/java/org/jboss/as/test/integration/domain/suites/ManagementAccessTestCase.java: Assert.assertEquals("osgi", profile.asStri
> src/test/java/org/jboss/as/test/integration/domain/suites/ReadEnvironmentVariablesTestCase.java: env = getEnvironmentVariables(
> src/test/resources/domain-configs/domain-standard.xml: <extension module="org.jboss.as.osgi"/>
> src/test/resources/domain-configs/domain-standard.xml: <profile name="osgi">
> src/test/resources/domain-configs/domain-standard.xml: <subsystem xmlns="urn:jboss:domain:osgi:1.2" activation="lazy">
> src/test/resources/domain-configs/domain-standard.xml: <property name="org.osgi.framework.startlevel.beginning">1</prop
> src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.osgi.logging" startlevel="1"/>
> src/test/resources/domain-configs/domain-standard.xml: <capability name="org.jboss.as.osgi.configadmin" startlevel="1"/
> src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group name="osgi-sockets" default-interface="public">
> src/test/resources/domain-configs/domain-standard.xml: <server-group name="other-server-group" profile="osgi">
> src/test/resources/domain-configs/domain-standard.xml: <socket-binding-group ref="osgi-sockets"/>
> src/test/resources/host-configs/host-slave.xml: <socket-bindings socket-binding-group="osgi-sockets" port-offset="550"/>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months