[jboss-dev-forums] [JBoss AS 7 Development] - Re: JAR blacklist for deployment
Tomaz Cerar
do-not-reply at jboss.com
Fri Dec 28 12:52:57 EST 2012
Tomaz Cerar [https://community.jboss.org/people/ctomc] created the discussion
"Re: JAR blacklist for deployment"
To view the discussion, visit: https://community.jboss.org/message/785251#785251
--------------------------------------------------------------
Hi,
take a look at subsystem example https://github.com/jbossas/archetypes/tree/master/jboss-as-subsystem-example https://github.com/jbossas/archetypes/tree/master/jboss-as-subsystem-example
what you are interested in is deployment unit processor
example is here:
https://github.com/jbossas/archetypes/blob/master/jboss-as-subsystem-example/src/main/java/com/acme/corp/tracker/deployment/SubsystemDeploymentProcessor.java https://github.com/jbossas/archetypes/blob/master/jboss-as-subsystem-example/src/main/java/com/acme/corp/tracker/deployment/SubsystemDeploymentProcessor.java
i think you can quite easily modify this example to warn about some strange dependancies.
In general I like your idea :)
--
tomaz
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/785251#785251]
Start a new discussion in JBoss AS 7 Development at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20121228/1be31860/attachment.html
More information about the jboss-dev-forums
mailing list