[JBoss JIRA] (WFCORE-79) ExplodedDeploymentMarker is not set for sub deployments
by Jacob Ilsø (JIRA)
[ https://issues.jboss.org/browse/WFCORE-79?page=com.atlassian.jira.plugin.... ]
Jacob Ilsø edited comment on WFCORE-79 at 10/30/14 4:47 AM:
------------------------------------------------------------
We're seeing issue WFLY-3765 in WildFly 8.1.0.Final. How was this fixed in 9.0.0.Alpha1? I can't see any code changes related to this (WFCORE-79) issue.
was (Author: jacobilsoe):
We're seeing issue WLFY-3765 in WildFly 8.1.0.Final. How was this fixed in 9.0.0.Alpha1? I can't see any code changes related to this (WFCORE-79) issue.
> ExplodedDeploymentMarker is not set for sub deployments
> -------------------------------------------------------
>
> Key: WFCORE-79
> URL: https://issues.jboss.org/browse/WFCORE-79
> Project: WildFly Core
> Issue Type: Bug
> Components: Server
> Affects Versions: 1.0.0.Alpha5
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Fix For: 1.0.0.Alpha6
>
>
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (WFLY-4032) Standalone.bat not support log dir with spaces in path (jboss.server.log.dir)
by Duc Quoc (JIRA)
Duc Quoc created WFLY-4032:
------------------------------
Summary: Standalone.bat not support log dir with spaces in path (jboss.server.log.dir)
Key: WFLY-4032
URL: https://issues.jboss.org/browse/WFLY-4032
Project: WildFly
Issue Type: Bug
Components: Batch, Logging, Scripts
Affects Versions: 8.1.0.Final
Environment: Windows 7
Reporter: Duc Quoc
Assignee: James Perkins
Priority: Minor
I tried to specify a custom log folder for WildFly, by overriding property jboss.server.log.dir
https://docs.jboss.org/author/display/WFLY8/Command+line+parameters
But it only works for folder without space in path. The ones with space when used with "jboss.server.log.dir" will prevent wildfly from starting.
Working:
C:\>start C:\wildfly-8.1.0.Final\bin\standalone.bat
C:\>start C:\wildfly-8.1.0.Final\bin\standalone.bat -Djboss.server.log.dir="C:\Windows"
Not working (server can not start):
C:\>start C:\wildfly-8.1.0.Final\bin\standalone.bat -Djboss.server.log.dir="C:\Program Files"
(More info:
JBoss AS 7.1 works:
C:\> start C:\jboss-as-7.1.1.Final\bin\standalone.bat -Djboss.server.log.dir="C:\Program Files"
JBoss EAP 6 and WildFly 8.0 not working either:
C:\> start C:\jboss-eap-6.2\bin\standalone.bat -Djboss.server.log.dir="C:\Program Files"
C:\> start C:\wildfly-8.0.0.Final\bin\standalone.bat -Djboss.server.log.dir="C:\Program Files"
Aready tried setting jboss.server.log.dir="C:\Program Files" in JAVA_OPTS but did not work either. Should have been fixed in WFLY-1358 or WFLY-2348.
)
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (WFLY-4030) wildfly-javaee7-webapp-blank-archetype using old namespaces for beans.xml and faces-config.xml
by Rafael Benevides (JIRA)
[ https://issues.jboss.org/browse/WFLY-4030?page=com.atlassian.jira.plugin.... ]
Rafael Benevides updated WFLY-4030:
-----------------------------------
Priority: Minor (was: Major)
> wildfly-javaee7-webapp-blank-archetype using old namespaces for beans.xml and faces-config.xml
> ----------------------------------------------------------------------------------------------
>
> Key: WFLY-4030
> URL: https://issues.jboss.org/browse/WFLY-4030
> Project: WildFly
> Issue Type: Bug
> Reporter: Arun Gupta
> Assignee: Rafael Benevides
> Priority: Minor
> Labels: archetypes, maven, wildfly
>
> mvn archetype:generate -DgroupId=test -DartifactId=test -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-javaee7-webapp-blank-archetype -DarchetypeVersion=8.1.0.Final
> The app has the following files:
> ./src/main/webapp/WEB-INF/beans.xml
> ./src/main/webapp/WEB-INF/faces-config.xml
> beans.xml and faces-config.xml are using java.sun.com-style namespaces instead of xmlns.jcp.org-style namespaces.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (WFLY-4031) Wildfly Quickstarts using old namespaces for beans.xml and faces-config.xml
by Rafael Benevides (JIRA)
Rafael Benevides created WFLY-4031:
--------------------------------------
Summary: Wildfly Quickstarts using old namespaces for beans.xml and faces-config.xml
Key: WFLY-4031
URL: https://issues.jboss.org/browse/WFLY-4031
Project: WildFly
Issue Type: Bug
Reporter: Rafael Benevides
Assignee: Jason Greene
Priority: Minor
All Wildfly quickstarts have the wrong XML namespaces for the following files.
./src/main/webapp/WEB-INF/beans.xml
./src/main/webapp/WEB-INF/faces-config.xml
beans.xml and faces-config.xml are using java.sun.com-style namespaces instead of xmlns.jcp.org-style namespaces.
This affects the wildfly archetypes as well
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months
[JBoss JIRA] (WFLY-4030) wildfly-javaee7-webapp-blank-archetype using old namespaces for beans.xml and faces-config.xml
by Rafael Benevides (JIRA)
[ https://issues.jboss.org/browse/WFLY-4030?page=com.atlassian.jira.plugin.... ]
Rafael Benevides commented on WFLY-4030:
----------------------------------------
The root cause of this is at the Wildfly Quickstarts. I'll file a Jira for them.
> wildfly-javaee7-webapp-blank-archetype using old namespaces for beans.xml and faces-config.xml
> ----------------------------------------------------------------------------------------------
>
> Key: WFLY-4030
> URL: https://issues.jboss.org/browse/WFLY-4030
> Project: WildFly
> Issue Type: Bug
> Reporter: Arun Gupta
> Assignee: Rafael Benevides
>
> mvn archetype:generate -DgroupId=test -DartifactId=test -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-javaee7-webapp-blank-archetype -DarchetypeVersion=8.1.0.Final
> The app has the following files:
> ./src/main/webapp/WEB-INF/beans.xml
> ./src/main/webapp/WEB-INF/faces-config.xml
> beans.xml and faces-config.xml are using java.sun.com-style namespaces instead of xmlns.jcp.org-style namespaces.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 8 months