[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. …
[View More]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
[View Less]
13 years, 4 months
[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 …
[View More]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
[View Less]
13 years, 4 months