[JBoss JIRA] Created: (JBAS-5599) Eliminate build time configuration directories and replace with tool for generating configuration through the profile service API
by Andrig Miller (JIRA)
Eliminate build time configuration directories and replace with tool for generating configuration through the profile service API
---------------------------------------------------------------------------------------------------------------------------------
Key: JBAS-5599
URL: http://jira.jboss.com/jira/browse/JBAS-5599
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Build System, Getting Started Guide, Installation Guide, Installer, Management services, ProfileService, Server Configuration Guide, Test Suite
Reporter: Andrig Miller
Assigned To: Paul Gier
Fix For: No Release
With the addition of the profile service, it seems silly to generate various configurations, like "all", "default" and "minimal" through the build. Instead we should have a tool that generates the configuration through the profile service, with the understanding of the dependencies of the various features.
The tool could still have the concepts of "all", "default" and "minimal" embedded in it to make the transition easier, but most times to do the testing that we need to do we customize the configuration. We also add an additional configuration in productizing the EAP, and this would simplify that process as well.
This tool would have to be usable at the command-line, in JBoss Tools, and from the installer.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBAS-8403) <service-ref> element specified in jboss-web.xml is ignored
by Richard Opalka (JIRA)
<service-ref> element specified in jboss-web.xml is ignored
------------------------------------------------------------
Key: JBAS-8403
URL: https://jira.jboss.org/browse/JBAS-8403
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web (Tomcat) service
Reporter: Richard Opalka
Assignee: Emanuel Muckenhuber
Priority: Blocker
Fix For: 6.0.0.CR1
I have Servlet 3 spec. compliant servlet that injects Web Service references.
I provide jboss-web.xml to override some runtime data (wsdl-location namely).
However this jboss-web.xml provided file seems ignored.
I was debugging this problem and I found that
org.jboss.web.deployers.WarAnnotationMetaDataDeployer
creates JBossWebMetaData that are later used for Web Service References injection.
What I'm missing is some "merge" code that will override WarAnnotationMetaDataDeployer
provided JBossWebMetaData with JBossWebMetaData specified in jboss-web.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
14 years, 4 months