[JBoss JIRA] (ARQ-1040) The properties of container configuration in arquillian.xml are not parsed properly
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1040?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen resolved ARQ-1040.
--------------------------------
Resolution: Done
Same as https://issues.jboss.org/browse/ARQ-700
> The properties of container configuration in arquillian.xml are not parsed properly
> -----------------------------------------------------------------------------------
>
> Key: ARQ-1040
> URL: https://issues.jboss.org/browse/ARQ-1040
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Configuration
> Affects Versions: 1.0.1.Final
> Reporter: Tomas Repel
> Fix For: 1.1.1.Final
>
>
> It is impossible to use tabs or newlines in arquillian.xml when defining properties for tomcat configuration. Only space (" ") can be used as delimiter.
> For example, this configuration is OK:
> {code:xml}
> <container qualifier="tomcat" default="true">
> <configuration>
> <property name="catalinaHome">/home/tomcat6</property>
> <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512</property>
> </configuration>
> </container>
> {code}
> While this one causes failure on startup:
> {code:xml}
> <container qualifier="tomcat" default="true">
> <configuration>
> <property name="catalinaHome">/home/tomcat6</property>
> <property name="javaVmArguments">
> -Xmx1024m
> -XX:MaxPermSize=512
> </property>
> </configuration>
> </container>
> {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
11 years, 3 months
[JBoss JIRA] (ARQ-1040) The properties of container configuration in arquillian.xml are not parsed properly
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1040?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen updated ARQ-1040:
-------------------------------
Fix Version/s: 1.1.1.Final
(was: 2.0.0.Beta1)
> The properties of container configuration in arquillian.xml are not parsed properly
> -----------------------------------------------------------------------------------
>
> Key: ARQ-1040
> URL: https://issues.jboss.org/browse/ARQ-1040
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Configuration
> Affects Versions: 1.0.1.Final
> Reporter: Tomas Repel
> Fix For: 1.1.1.Final
>
>
> It is impossible to use tabs or newlines in arquillian.xml when defining properties for tomcat configuration. Only space (" ") can be used as delimiter.
> For example, this configuration is OK:
> {code:xml}
> <container qualifier="tomcat" default="true">
> <configuration>
> <property name="catalinaHome">/home/tomcat6</property>
> <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512</property>
> </configuration>
> </container>
> {code}
> While this one causes failure on startup:
> {code:xml}
> <container qualifier="tomcat" default="true">
> <configuration>
> <property name="catalinaHome">/home/tomcat6</property>
> <property name="javaVmArguments">
> -Xmx1024m
> -XX:MaxPermSize=512
> </property>
> </configuration>
> </container>
> {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
11 years, 3 months
[JBoss JIRA] (ARQ-1447) Inject Injector created through GuiceFilter.
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1447?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen closed ARQ-1447.
------------------------------
> Inject Injector created through GuiceFilter.
> --------------------------------------------
>
> Key: ARQ-1447
> URL: https://issues.jboss.org/browse/ARQ-1447
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Guice
> Affects Versions: guice_1.0.0.Alpha1
> Reporter: Jakub Narloch
> Assignee: Jakub Narloch
> Fix For: guice_1.0.0.Alpha2
>
>
> We would like to add injection of Injector that has been created for a web application, so that it could be reused and give access to injecting servlets, filters etc.
> For now the approach would be to override the GuiceFilter and itroduce new one that will additionaly bind the Injector instance with the current executing thread.
--
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
11 years, 3 months
[JBoss JIRA] (ARQ-1447) Inject Injector created through GuiceFilter.
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1447?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen updated ARQ-1447:
-------------------------------
Fix Version/s: guice_1.0.0.Alpha2
(was: guice_1.0.0.next)
> Inject Injector created through GuiceFilter.
> --------------------------------------------
>
> Key: ARQ-1447
> URL: https://issues.jboss.org/browse/ARQ-1447
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Guice
> Affects Versions: guice_1.0.0.Alpha1
> Reporter: Jakub Narloch
> Assignee: Jakub Narloch
> Fix For: guice_1.0.0.Alpha2
>
>
> We would like to add injection of Injector that has been created for a web application, so that it could be reused and give access to injecting servlets, filters etc.
> For now the approach would be to override the GuiceFilter and itroduce new one that will additionaly bind the Injector instance with the current executing thread.
--
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
11 years, 3 months