[JBoss JIRA] (WFLY-67) method-params containing an array not correctly processed for EJB2.1 with CMT
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-67?page=com.atlassian.jira.plugin.sy... ]
RH Bugzilla Integration commented on WFLY-67:
---------------------------------------------
Miroslav Sochurek <msochure(a)redhat.com> changed the Status of [bug 1180565|https://bugzilla.redhat.com/show_bug.cgi?id=1180565] from ASSIGNED to NEW
> method-params containing an array not correctly processed for EJB2.1 with CMT
> -----------------------------------------------------------------------------
>
> Key: WFLY-67
> URL: https://issues.jboss.org/browse/WFLY-67
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Environment: JBoss 7.2.0-Final Prerelease (Commit 4ed76c) and JBoss 7.1.3.Final on Win7/64 JDK 1.7.0_09
> Reporter: Robert Panzer
> Assignee: Ondrej Zizka
> Fix For: 8.0.0.Alpha1
>
> Attachments: cmt-never-array-params.zip
>
>
> It seems that the method-params for container transactions are not matched correctly if the contain arrays.
> I've got an EJB "First" that calls another EJB "Second". Both have the same interface containing a method void test(String[]);
> If I define the transaction attribute NEVER including method-params for "First" and without params for "Second" the test fails with
> JBAS014163: Transaction present on server in Never call (EJB3 13.6.2.6)
> I define the container transaction like this:
> <container-transaction>
> <method>
> <ejb-name>FirstWithParams</ejb-name>
> <method-intf>Local</method-intf>
> <method-name>test</method-name>
> <method-params>
> <method-param>java.lang.String[]</method-param>
> </method-params>
> </method>
> <method>
> <ejb-name>FirstWithParams</ejb-name>
> <method-intf>Local</method-intf>
> <method-name>test</method-name>
> <method-params>
> <method-param>java.lang.String</method-param>
> </method-params>
> </method>
> <method>
> <ejb-name>FirstWithParams</ejb-name>
> <method-intf>Local</method-intf>
> <method-name>test</method-name>
> <method-params>
> <method-param>int</method-param>
> </method-params>
> </method>
> <method>
> <ejb-name>Second</ejb-name>
> <method-intf>Local</method-intf>
> <method-name>test</method-name>
> </method>
> <trans-attribute>Never</trans-attribute>
> </container-transaction>
> I will attach a test case that fails at the call to test(String[]) but successfully call test(String) and test(int).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (WFCORE-1749) Warning during replacement of deployment
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1749?page=com.atlassian.jira.plugi... ]
ehsavoie Hugonnet resolved WFCORE-1749.
---------------------------------------
Fix Version/s: 3.0.0.Alpha6
Resolution: Duplicate Issue
> Warning during replacement of deployment
> ----------------------------------------
>
> Key: WFCORE-1749
> URL: https://issues.jboss.org/browse/WFCORE-1749
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 3.0.0.Alpha5
> Reporter: ehsavoie Hugonnet
> Assignee: ehsavoie Hugonnet
> Priority: Minor
> Fix For: 3.0.0.Alpha6
>
>
> Using Wildfly 10.1.0-Final on Solaris SPARC with Oracle JDK 1.8.0.
> I redeploy my war file by removing the old one from the deployments folder and copying the new one there afterwards.
> Now I noticed that there is a new Warning I've not seen before.What does this mean? Anything I can do to avoid this message?
>
> 26.08. 21:57:17,153 INFO [org.wildfly.extension.undertow#unregisterDeployment] WFLYUT0022: Unregistered web context: /web-khs2l-sb2000-ipc
> 26.08. 21:57:18,905 INFO [org.jboss.as.server.deployment#stop] WFLYSRV0028: Stopped deployment web-khs2l-sb2000-ipc.war (runtime-name: web-khs2l-sb2000-ipc.war) in 1823ms
> 26.08. 21:57:18,954 WARN [org.jboss.as.controller#emitNotifications] WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
> 26.08. 21:57:19,026 INFO [org.jboss.as.repository#removeContent] WFLYDR0002: Content removed from location /mbi/tools/jboss/10.x/standalone/data/content/7d/6266579ef5b8536a785b022ce6c8a8afb914da/content
> 26.08. 21:57:19,039 INFO [org.jboss.as.server#handleResult] WFLYSRV0009: Undeployed "web-khs2l-sb2000-ipc.war" (runtime-name: "web-khs2l-sb2000-ipc.war")
> 26.08. 21:57:24,662 INFO [org.jboss.as.repository#addContent] WFLYDR0001: Content added at location /mbi/tools/jboss/10.x/standalone/data/content/6b/1ee023b17f99530fb636f733498ee00aa53a0f/content
> 26.08. 21:57:24,681 INFO [org.jboss.as.server.deployment#start] WFLYSRV0027: Starting deployment of "web-khs2l-sb2000-ipc.war" (runtime-name: "web-khs2l-sb2000-ipc.war")
> 26.08. 21:57:36,941 INFO [org.jboss.weld.deployer#deploy] WFLYWELD0003: Processing weld deployment web-khs2l-sb2000-ipc.war
> 26.08. 21:57:44,764 INFO [org.richfaces.log.Webapp#registerServlet] Auto-registered servlet ResourceServlet with mapping '/org.richfaces.resources/*'
> 26.08. 21:57:44,857 INFO [javax.enterprise.resource.webcontainer.jsf.config#contextInitialized] Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/web-khs2l-sb2000-ipc'
> 26.08. 21:57:56,225 INFO [javax.enterprise.resource.webcontainer.jsf.config#<init>] Monitoring file:/export/home/mbi/tools/jboss/10.x/standalone/tmp/vfs/temp/tempb0d068cdfb7bb51a/content-9df5b4e4c6d919b7/WEB-INF/faces-config.xml for modifications
> 26.08. 21:57:56,239 INFO [org.primefaces.webapp.PostConstructApplicationEventListener#processEvent] Running on PrimeFaces 6.0
> 26.08. 21:57:56,528 INFO [org.richfaces.log.Cache#getCacheFactory] Selected fallback cache factory
> 26.08. 21:57:56,530 INFO [org.richfaces.log.Cache#createCache] Creating LRUMap cache instance using parameters: {org.richfaces.enableControlSkinningClasses=false, org.richfaces.push.jms.enabled=true, javax.faces.PROJECT_STAGE=Development, org.richfaces.enableControlSkinning=false, org.jboss.weld.context.ignore.forward=false, com.sun.faces.displayConfiguration=false, javax.faces.VALIDATE_EMPTY_FIELDS=true, org.jboss.weld.context.ignore.include=false, javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true, javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE=true, com.sun.faces.enableMissingResourceLibraryDetection=true, org.jboss.jbossfaces.IS_CDI=true}
> 26.08. 21:57:56,552 INFO [org.richfaces.log.Cache#createCache] Creating LRUMap cache instance of 512 items capacity
> 26.08. 21:57:56,576 INFO [org.richfaces.log.Application#onStart] RichFaces Core by JBoss by Red Hat, version 4.5.17.Final
> 26.08. 21:57:56,592 INFO [org.richfaces.log.Application#initializePushContext] Startup initialization of PushContext
> 26.08. 21:57:56,642 INFO [org.wildfly.extension.undertow#registerDeployment] WFLYUT0021: Registered web context: /web-khs2l-sb2000-ipc
> 26.08. 21:57:56,717 INFO [org.jboss.as.server#handleResult] WFLYSRV0010: Deployed "web-khs2l-sb2000-ipc.war" (runtime-name : "web-khs2l-sb2000-ipc.war")
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (WFCORE-1749) Warning during replacement of deployment
by Martin Simka (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1749?page=com.atlassian.jira.plugi... ]
Martin Simka commented on WFCORE-1749:
--------------------------------------
this looks like duplicate of WFCORE-1687
> Warning during replacement of deployment
> ----------------------------------------
>
> Key: WFCORE-1749
> URL: https://issues.jboss.org/browse/WFCORE-1749
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 3.0.0.Alpha5
> Reporter: ehsavoie Hugonnet
> Assignee: ehsavoie Hugonnet
> Priority: Minor
>
> Using Wildfly 10.1.0-Final on Solaris SPARC with Oracle JDK 1.8.0.
> I redeploy my war file by removing the old one from the deployments folder and copying the new one there afterwards.
> Now I noticed that there is a new Warning I've not seen before.What does this mean? Anything I can do to avoid this message?
>
> 26.08. 21:57:17,153 INFO [org.wildfly.extension.undertow#unregisterDeployment] WFLYUT0022: Unregistered web context: /web-khs2l-sb2000-ipc
> 26.08. 21:57:18,905 INFO [org.jboss.as.server.deployment#stop] WFLYSRV0028: Stopped deployment web-khs2l-sb2000-ipc.war (runtime-name: web-khs2l-sb2000-ipc.war) in 1823ms
> 26.08. 21:57:18,954 WARN [org.jboss.as.controller#emitNotifications] WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
> 26.08. 21:57:19,026 INFO [org.jboss.as.repository#removeContent] WFLYDR0002: Content removed from location /mbi/tools/jboss/10.x/standalone/data/content/7d/6266579ef5b8536a785b022ce6c8a8afb914da/content
> 26.08. 21:57:19,039 INFO [org.jboss.as.server#handleResult] WFLYSRV0009: Undeployed "web-khs2l-sb2000-ipc.war" (runtime-name: "web-khs2l-sb2000-ipc.war")
> 26.08. 21:57:24,662 INFO [org.jboss.as.repository#addContent] WFLYDR0001: Content added at location /mbi/tools/jboss/10.x/standalone/data/content/6b/1ee023b17f99530fb636f733498ee00aa53a0f/content
> 26.08. 21:57:24,681 INFO [org.jboss.as.server.deployment#start] WFLYSRV0027: Starting deployment of "web-khs2l-sb2000-ipc.war" (runtime-name: "web-khs2l-sb2000-ipc.war")
> 26.08. 21:57:36,941 INFO [org.jboss.weld.deployer#deploy] WFLYWELD0003: Processing weld deployment web-khs2l-sb2000-ipc.war
> 26.08. 21:57:44,764 INFO [org.richfaces.log.Webapp#registerServlet] Auto-registered servlet ResourceServlet with mapping '/org.richfaces.resources/*'
> 26.08. 21:57:44,857 INFO [javax.enterprise.resource.webcontainer.jsf.config#contextInitialized] Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/web-khs2l-sb2000-ipc'
> 26.08. 21:57:56,225 INFO [javax.enterprise.resource.webcontainer.jsf.config#<init>] Monitoring file:/export/home/mbi/tools/jboss/10.x/standalone/tmp/vfs/temp/tempb0d068cdfb7bb51a/content-9df5b4e4c6d919b7/WEB-INF/faces-config.xml for modifications
> 26.08. 21:57:56,239 INFO [org.primefaces.webapp.PostConstructApplicationEventListener#processEvent] Running on PrimeFaces 6.0
> 26.08. 21:57:56,528 INFO [org.richfaces.log.Cache#getCacheFactory] Selected fallback cache factory
> 26.08. 21:57:56,530 INFO [org.richfaces.log.Cache#createCache] Creating LRUMap cache instance using parameters: {org.richfaces.enableControlSkinningClasses=false, org.richfaces.push.jms.enabled=true, javax.faces.PROJECT_STAGE=Development, org.richfaces.enableControlSkinning=false, org.jboss.weld.context.ignore.forward=false, com.sun.faces.displayConfiguration=false, javax.faces.VALIDATE_EMPTY_FIELDS=true, org.jboss.weld.context.ignore.include=false, javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true, javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE=true, com.sun.faces.enableMissingResourceLibraryDetection=true, org.jboss.jbossfaces.IS_CDI=true}
> 26.08. 21:57:56,552 INFO [org.richfaces.log.Cache#createCache] Creating LRUMap cache instance of 512 items capacity
> 26.08. 21:57:56,576 INFO [org.richfaces.log.Application#onStart] RichFaces Core by JBoss by Red Hat, version 4.5.17.Final
> 26.08. 21:57:56,592 INFO [org.richfaces.log.Application#initializePushContext] Startup initialization of PushContext
> 26.08. 21:57:56,642 INFO [org.wildfly.extension.undertow#registerDeployment] WFLYUT0021: Registered web context: /web-khs2l-sb2000-ipc
> 26.08. 21:57:56,717 INFO [org.jboss.as.server#handleResult] WFLYSRV0010: Deployed "web-khs2l-sb2000-ipc.war" (runtime-name : "web-khs2l-sb2000-ipc.war")
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (WFCORE-1749) Warning during replacement of deployment
by ehsavoie Hugonnet (JIRA)
ehsavoie Hugonnet created WFCORE-1749:
-----------------------------------------
Summary: Warning during replacement of deployment
Key: WFCORE-1749
URL: https://issues.jboss.org/browse/WFCORE-1749
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 3.0.0.Alpha5
Reporter: ehsavoie Hugonnet
Assignee: Brian Stansberry
Priority: Minor
Using Wildfly 10.1.0-Final on Solaris SPARC with Oracle JDK 1.8.0.
I redeploy my war file by removing the old one from the deployments folder and copying the new one there afterwards.
Now I noticed that there is a new Warning I've not seen before.What does this mean? Anything I can do to avoid this message?
26.08. 21:57:17,153 INFO [org.wildfly.extension.undertow#unregisterDeployment] WFLYUT0022: Unregistered web context: /web-khs2l-sb2000-ipc
26.08. 21:57:18,905 INFO [org.jboss.as.server.deployment#stop] WFLYSRV0028: Stopped deployment web-khs2l-sb2000-ipc.war (runtime-name: web-khs2l-sb2000-ipc.war) in 1823ms
26.08. 21:57:18,954 WARN [org.jboss.as.controller#emitNotifications] WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
26.08. 21:57:19,026 INFO [org.jboss.as.repository#removeContent] WFLYDR0002: Content removed from location /mbi/tools/jboss/10.x/standalone/data/content/7d/6266579ef5b8536a785b022ce6c8a8afb914da/content
26.08. 21:57:19,039 INFO [org.jboss.as.server#handleResult] WFLYSRV0009: Undeployed "web-khs2l-sb2000-ipc.war" (runtime-name: "web-khs2l-sb2000-ipc.war")
26.08. 21:57:24,662 INFO [org.jboss.as.repository#addContent] WFLYDR0001: Content added at location /mbi/tools/jboss/10.x/standalone/data/content/6b/1ee023b17f99530fb636f733498ee00aa53a0f/content
26.08. 21:57:24,681 INFO [org.jboss.as.server.deployment#start] WFLYSRV0027: Starting deployment of "web-khs2l-sb2000-ipc.war" (runtime-name: "web-khs2l-sb2000-ipc.war")
26.08. 21:57:36,941 INFO [org.jboss.weld.deployer#deploy] WFLYWELD0003: Processing weld deployment web-khs2l-sb2000-ipc.war
26.08. 21:57:44,764 INFO [org.richfaces.log.Webapp#registerServlet] Auto-registered servlet ResourceServlet with mapping '/org.richfaces.resources/*'
26.08. 21:57:44,857 INFO [javax.enterprise.resource.webcontainer.jsf.config#contextInitialized] Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/web-khs2l-sb2000-ipc'
26.08. 21:57:56,225 INFO [javax.enterprise.resource.webcontainer.jsf.config#<init>] Monitoring file:/export/home/mbi/tools/jboss/10.x/standalone/tmp/vfs/temp/tempb0d068cdfb7bb51a/content-9df5b4e4c6d919b7/WEB-INF/faces-config.xml for modifications
26.08. 21:57:56,239 INFO [org.primefaces.webapp.PostConstructApplicationEventListener#processEvent] Running on PrimeFaces 6.0
26.08. 21:57:56,528 INFO [org.richfaces.log.Cache#getCacheFactory] Selected fallback cache factory
26.08. 21:57:56,530 INFO [org.richfaces.log.Cache#createCache] Creating LRUMap cache instance using parameters: {org.richfaces.enableControlSkinningClasses=false, org.richfaces.push.jms.enabled=true, javax.faces.PROJECT_STAGE=Development, org.richfaces.enableControlSkinning=false, org.jboss.weld.context.ignore.forward=false, com.sun.faces.displayConfiguration=false, javax.faces.VALIDATE_EMPTY_FIELDS=true, org.jboss.weld.context.ignore.include=false, javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true, javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE=true, com.sun.faces.enableMissingResourceLibraryDetection=true, org.jboss.jbossfaces.IS_CDI=true}
26.08. 21:57:56,552 INFO [org.richfaces.log.Cache#createCache] Creating LRUMap cache instance of 512 items capacity
26.08. 21:57:56,576 INFO [org.richfaces.log.Application#onStart] RichFaces Core by JBoss by Red Hat, version 4.5.17.Final
26.08. 21:57:56,592 INFO [org.richfaces.log.Application#initializePushContext] Startup initialization of PushContext
26.08. 21:57:56,642 INFO [org.wildfly.extension.undertow#registerDeployment] WFLYUT0021: Registered web context: /web-khs2l-sb2000-ipc
26.08. 21:57:56,717 INFO [org.jboss.as.server#handleResult] WFLYSRV0010: Deployed "web-khs2l-sb2000-ipc.war" (runtime-name : "web-khs2l-sb2000-ipc.war")
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (WFCORE-1749) Warning during replacement of deployment
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1749?page=com.atlassian.jira.plugi... ]
ehsavoie Hugonnet reassigned WFCORE-1749:
-----------------------------------------
Assignee: ehsavoie Hugonnet (was: Brian Stansberry)
> Warning during replacement of deployment
> ----------------------------------------
>
> Key: WFCORE-1749
> URL: https://issues.jboss.org/browse/WFCORE-1749
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 3.0.0.Alpha5
> Reporter: ehsavoie Hugonnet
> Assignee: ehsavoie Hugonnet
> Priority: Minor
>
> Using Wildfly 10.1.0-Final on Solaris SPARC with Oracle JDK 1.8.0.
> I redeploy my war file by removing the old one from the deployments folder and copying the new one there afterwards.
> Now I noticed that there is a new Warning I've not seen before.What does this mean? Anything I can do to avoid this message?
>
> 26.08. 21:57:17,153 INFO [org.wildfly.extension.undertow#unregisterDeployment] WFLYUT0022: Unregistered web context: /web-khs2l-sb2000-ipc
> 26.08. 21:57:18,905 INFO [org.jboss.as.server.deployment#stop] WFLYSRV0028: Stopped deployment web-khs2l-sb2000-ipc.war (runtime-name: web-khs2l-sb2000-ipc.war) in 1823ms
> 26.08. 21:57:18,954 WARN [org.jboss.as.controller#emitNotifications] WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
> 26.08. 21:57:19,026 INFO [org.jboss.as.repository#removeContent] WFLYDR0002: Content removed from location /mbi/tools/jboss/10.x/standalone/data/content/7d/6266579ef5b8536a785b022ce6c8a8afb914da/content
> 26.08. 21:57:19,039 INFO [org.jboss.as.server#handleResult] WFLYSRV0009: Undeployed "web-khs2l-sb2000-ipc.war" (runtime-name: "web-khs2l-sb2000-ipc.war")
> 26.08. 21:57:24,662 INFO [org.jboss.as.repository#addContent] WFLYDR0001: Content added at location /mbi/tools/jboss/10.x/standalone/data/content/6b/1ee023b17f99530fb636f733498ee00aa53a0f/content
> 26.08. 21:57:24,681 INFO [org.jboss.as.server.deployment#start] WFLYSRV0027: Starting deployment of "web-khs2l-sb2000-ipc.war" (runtime-name: "web-khs2l-sb2000-ipc.war")
> 26.08. 21:57:36,941 INFO [org.jboss.weld.deployer#deploy] WFLYWELD0003: Processing weld deployment web-khs2l-sb2000-ipc.war
> 26.08. 21:57:44,764 INFO [org.richfaces.log.Webapp#registerServlet] Auto-registered servlet ResourceServlet with mapping '/org.richfaces.resources/*'
> 26.08. 21:57:44,857 INFO [javax.enterprise.resource.webcontainer.jsf.config#contextInitialized] Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '/web-khs2l-sb2000-ipc'
> 26.08. 21:57:56,225 INFO [javax.enterprise.resource.webcontainer.jsf.config#<init>] Monitoring file:/export/home/mbi/tools/jboss/10.x/standalone/tmp/vfs/temp/tempb0d068cdfb7bb51a/content-9df5b4e4c6d919b7/WEB-INF/faces-config.xml for modifications
> 26.08. 21:57:56,239 INFO [org.primefaces.webapp.PostConstructApplicationEventListener#processEvent] Running on PrimeFaces 6.0
> 26.08. 21:57:56,528 INFO [org.richfaces.log.Cache#getCacheFactory] Selected fallback cache factory
> 26.08. 21:57:56,530 INFO [org.richfaces.log.Cache#createCache] Creating LRUMap cache instance using parameters: {org.richfaces.enableControlSkinningClasses=false, org.richfaces.push.jms.enabled=true, javax.faces.PROJECT_STAGE=Development, org.richfaces.enableControlSkinning=false, org.jboss.weld.context.ignore.forward=false, com.sun.faces.displayConfiguration=false, javax.faces.VALIDATE_EMPTY_FIELDS=true, org.jboss.weld.context.ignore.include=false, javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true, javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE=true, com.sun.faces.enableMissingResourceLibraryDetection=true, org.jboss.jbossfaces.IS_CDI=true}
> 26.08. 21:57:56,552 INFO [org.richfaces.log.Cache#createCache] Creating LRUMap cache instance of 512 items capacity
> 26.08. 21:57:56,576 INFO [org.richfaces.log.Application#onStart] RichFaces Core by JBoss by Red Hat, version 4.5.17.Final
> 26.08. 21:57:56,592 INFO [org.richfaces.log.Application#initializePushContext] Startup initialization of PushContext
> 26.08. 21:57:56,642 INFO [org.wildfly.extension.undertow#registerDeployment] WFLYUT0021: Registered web context: /web-khs2l-sb2000-ipc
> 26.08. 21:57:56,717 INFO [org.jboss.as.server#handleResult] WFLYSRV0010: Deployed "web-khs2l-sb2000-ipc.war" (runtime-name : "web-khs2l-sb2000-ipc.war")
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (WFCORE-1748) Failure in ContentRepositoryTest.testExplodeSubContent
by Brian Stansberry (JIRA)
Brian Stansberry created WFCORE-1748:
----------------------------------------
Summary: Failure in ContentRepositoryTest.testExplodeSubContent
Key: WFCORE-1748
URL: https://issues.jboss.org/browse/WFCORE-1748
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: ehsavoie Hugonnet
Priority: Minor
Test fails for me locally 100%. AIUI, Emmanuel, you're aware of and are dealing with this; I'm just filing the JIRA so I can reference it in an @Ignore and proceed with builds.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (WFLY-1749) Switch from commons-beanutils to commons-beanutils-core
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-1749?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on WFLY-1749:
-----------------------------------------------
Brad Maxwell <bmaxwell(a)redhat.com> changed the Status of [bug 918564|https://bugzilla.redhat.com/show_bug.cgi?id=918564] from ASSIGNED to CLOSED
> Switch from commons-beanutils to commons-beanutils-core
> -------------------------------------------------------
>
> Key: WFLY-1749
> URL: https://issues.jboss.org/browse/WFLY-1749
> Project: WildFly
> Issue Type: Bug
> Components: Build System
> Affects Versions: 8.0.0.Alpha3
> Reporter: David Walluck
> Assignee: Tomaz Cerar
> Priority: Minor
> Fix For: 9.0.0.Beta1
>
>
> The commons-beanutils jar includes classes from commons-collections which are not shaded, and should not be used, in any case.
> The dependency can be switched from commons-beanutils:commons-beanutils to commons-beanutils:commons-beanutils-core which does not contain the classes.
> Any module that actually needs the commons-collections classes should ensure that org.apache.commons.collections is also included as an import.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (WFCORE-1747) add-user.sh script should have better help message
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1747?page=com.atlassian.jira.plugi... ]
Ilia Vassilev moved WFLY-7017 to WFCORE-1747:
---------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-1747 (was: WFLY-7017)
Component/s: Domain Management
Scripts
(was: Domain Management)
(was: Scripts)
Affects Version/s: (was: 10.1.0.Final)
> add-user.sh script should have better help message
> --------------------------------------------------
>
> Key: WFCORE-1747
> URL: https://issues.jboss.org/browse/WFCORE-1747
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management, Scripts
> Reporter: Ilia Vassilev
> Assignee: Ilia Vassilev
>
> add-user.sh script should have better help message. There is no general description about this script. There is only list of attributes.
> {code:bash}
> ./add-user.sh -h
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (DROOLS-964) Kie Drools WB - Startup error(org.eclipse.jgit.util.FS.readPipe)
by Edson Tirelli (JIRA)
[ https://issues.jboss.org/browse/DROOLS-964?page=com.atlassian.jira.plugin... ]
Edson Tirelli reassigned DROOLS-964:
------------------------------------
Assignee: Alexandre Porcelli (was: Michael Biarnes Kiefer)
> Kie Drools WB - Startup error(org.eclipse.jgit.util.FS.readPipe)
> ----------------------------------------------------------------
>
> Key: DROOLS-964
> URL: https://issues.jboss.org/browse/DROOLS-964
> Project: Drools
> Issue Type: Bug
> Components: tools
> Affects Versions: 6.3.0.Final
> Environment: Tomcat 7 / 8
> 6.3.0.Final
> Reporter: Jebuselwyn Martin
> Assignee: Alexandre Porcelli
> Priority: Minor
>
> Issue in startup of DroolsWB + Drools Execution Server
> 23-Oct-2015 15:40:18.898 SEVERE [localhost-startStop-1] org.eclipse.jgit.util.FS.readPipe Caught exception in FS.readPipe()
> java.io.IOException: Cannot run program "bash" (in directory "C:\Users\selwyn.martin"): CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
> at java.lang.Runtime.exec(Runtime.java:620)
> at org.eclipse.jgit.util.FS.readPipe(FS.java:431)
> at org.eclipse.jgit.util.FS_Win32.discoverGitPrefix(FS_Win32.java:113)
> at org.eclipse.jgit.util.FS.gitPrefix(FS.java:517)
> at org.eclipse.jgit.util.SystemReader$Default.openSystemConfig(SystemReader.java:92)
> at org.eclipse.jgit.internal.storage.file.FileRepository.<init>(FileRepository.java:171)
> at org.eclipse.jgit.lib.BaseRepositoryBuilder.build(BaseRepositoryBuilder.java:577)
> at org.eclipse.jgit.api.InitCommand.call(InitCommand.java:113)
> at org.uberfire.java.nio.fs.jgit.util.JGitUtil.newRepository(JGitUtil.java:104)
> at org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider.rescanForExistingRepositories(JGitFileSystemProvider.java:407)
> at org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider.<init>(JGitFileSystemProvider.java:371)
> at org.uberfire.java.nio.fs.jgit.JGitFileSystemProvider.<init>(JGitFileSystemProvider.java:343)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
> at java.lang.Class.newInstance(Class.java:442)
> at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
> at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
> at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
> at org.uberfire.java.nio.file.api.FileSystemProviders.buildProviders(FileSystemProviders.java:65)
> at org.uberfire.java.nio.file.api.FileSystemProviders.setup(FileSystemProviders.java:48)
> at org.uberfire.java.nio.file.api.FileSystemProviders.resolveProvider(FileSystemProviders.java:104)
> at org.uberfire.java.nio.file.FileSystems.newFileSystem(FileSystems.java:117)
> at org.uberfire.java.nio.file.FileSystems.newFileSystem(FileSystems.java:83)
> at org.uberfire.io.impl.AbstractIOService.newFileSystem(AbstractIOService.java:241)
> at org.uberfire.backend.server.cdi.SystemConfigProducer$2.create(SystemConfigProducer.java:252)
> at org.uberfire.backend.server.cdi.SystemConfigProducer$2.create(SystemConfigProducer.java:187)
> at org.jboss.weld.context.AbstractContext.get(AbstractContext
> https://groups.google.com/forum/#!topic/drools-setup/qCMYwdOiBAI
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (WFLY-7021) jdr.sh script should have better help message
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/WFLY-7021?page=com.atlassian.jira.plugin.... ]
Ilia Vassilev moved JBEAP-5797 to WFLY-7021:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7021 (was: JBEAP-5797)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: JDR
(was: JDR)
Affects Version/s: 10.1.0.Final
(was: 7.1.0.DR3)
> jdr.sh script should have better help message
> ---------------------------------------------
>
> Key: WFLY-7021
> URL: https://issues.jboss.org/browse/WFLY-7021
> Project: WildFly
> Issue Type: Bug
> Components: JDR
> Affects Versions: 10.1.0.Final
> Reporter: Ilia Vassilev
> Assignee: Ilia Vassilev
>
> jdr.sh script should have better help message. There is no general description about this script. There is only list of attributes.
> {code:bash}
> ./jdr.sh -h
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months