A mvn question - ejb/ear packaging
by Wolf-Dieter Fink
I want to add all classes in the ejb/jar follow a pattern:
i.e. all *Bean.class and *Impl.class
There are other classes in the path without that suffix that should not
included.
I use different combinations of includes/excludes and
useDefaultIncludes/useDefaultExcludes
But the result is more or less ALL or NO class in the jar.
I've google and look into the plugin docs but don't find a helpful hint.
Any ideas?
cheers
Wolf
12 years, 2 months
XML schema
by Stephen Coy
Hi there,
Is there any reason why can't add the remaining J2EE 1.4 and JEE 5 & 6 schema to the docs/schema of the build?
Personally, I refer to these frequently and these days I find myself trawling back through old JBoss releases to find them.
Thanks,
Steve Coy
12 years, 2 months
Problem with export + services import
by Bill Burke
For Resteasy 3.0, I'm providing a modules/ patch so users can use it
with AS 7.1.x. I need to edit the resteasy-jaxrs module to add a few
aggregrations, specifically this dependency:
<module name="org.jboss.resteasy.resteasy-crypto" export="true"
services="import"/>
Unfortunately, when I deploy my JAX-RS application, the services from
resteasy-crypto are not imported. Am I doing something wrong?
I was able to get things working if I added resteasy-crypto as a
resource to resteasy-jaxrs's module.
--
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com
12 years, 2 months