[JBoss JIRA] Created: (SEAMSERVLET-45) Provide a portable means to access web.xml without the ServletContext
by Brian Leathem (JIRA)
Provide a portable means to access web.xml without the ServletContext
---------------------------------------------------------------------
Key: SEAMSERVLET-45
URL: https://issues.jboss.org/browse/SEAMSERVLET-45
Project: Seam Servlet
Issue Type: Feature Request
Reporter: Brian Leathem
In Seam Faces, we would like to access the web.xml file from within a CDI extension (SEAMFACES-185). This is currently not possible to do in a portable way, as the ServletContext is not available from CDI extensions (at least not in EE environments).
In servlet environments, we can simply delegate to the ServletContext, but in EE environments, we may have to provide implementation specific ways of loading the web.xml file.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (SEAMWICKET-34) Tests are skipped even in the jbossas-remote-6 profile
by Marek Schmidt (JIRA)
Tests are skipped even in the jbossas-remote-6 profile
------------------------------------------------------
Key: SEAMWICKET-34
URL: https://issues.jboss.org/browse/SEAMWICKET-34
Project: Seam for Apache Wicket
Issue Type: Bug
Affects Versions: 3.0.0.Final
Environment: jbossas6
Reporter: Marek Schmidt
mvn clean test -Pjbossas-remote-6
does not run the tests, even though the jbossas-remote-6 profile exists. maven-surefire-plugin should probably only skipTests in a default profile.
Also note that the test does not work when enabled with the following error:
ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Start: name=vfs:///home/maschmid/java/jboss-6.0.0.Final/server/default/deploy/test.war_WeldBootstrapBean state=Create: org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [Logger] with qualifiers [@Default] at injection point [[field] @Inject org.jboss.seam.wicket.test.application.ConversationObjectProducer.log]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] Created: (SEAMREMOTING-4) Optimize Seam Remoting XML Marshalling
by Joshua Davis (JIRA)
Optimize Seam Remoting XML Marshalling
--------------------------------------
Key: SEAMREMOTING-4
URL: https://jira.jboss.org/browse/SEAMREMOTING-4
Project: Seam Remoting
Issue Type: Feature Request
Reporter: Joshua Davis
The XML marshalling used by Seam Remoting can be optimized significantly by making a few, relatively simple, changes.
1. Making some element names shorter, specifically 'member'.
2. Resolving object fields by position instead of by name. This eliminates the need for the 'name' attribute of the 'member' element.
3. Handling nulls pointers in structures in a simpler way: Use an empty 'member' element.
4. Removing some of the wrapper elements around primitive types.
In our examples we've seen that the optimized XML is less than 40% of the size of the original XML.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month