Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
- uninstall component by overriding the installed attr

- uninstall component by overriding the installed attr

2007-07-16       - By dan.j.allen

 Back
I was doing some playing around with defining components in seam, using the
components.xml to provide overrides, when I came across behavior I did not
expect. What I am trying to do is use the components.xml file to effectively
"uninstall" a component, or to put it in other terms, prevent the component from
being installed.

Consider the case where you have a component (defined with the @(protected) annotation
) that you want to prevent from loading, perhaps in a unit test or another
conditional runtime scenario. You may think that you can do:

<component name="componentA" class="ComponentA" installed="false" precedence=
"50" />

However, this doesn't work because it is interpreted as meaning that you do not
want to install this particular component definition. You are not overriding
the installed flag on the lower precedence component.

I wonder if there is some other way of "disabling" a component that is
installed by default. Perhaps a third value, never, could be added to the
installed attribute. This value would mean that you don't want to install this
component and you don't want to install the original component either.

Thoughts?  Am I crazy for wanting to do this?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic
&p=4064689#4064689

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode
=reply&p=4064689
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user

©2008 junlu.com - Jax Systems, LLC, U.S.A.