Help -- Bad dependencies
by Howard Gao
Hi Guys,
Got following erro info building my branch:
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building JBoss Application Server: Messaging Subsystem
7.0.0.Beta4-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce
(ban-bad-dependencies) @ jboss-as-messaging ---
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies
failed with message:
Found Banned Dependency: org.jboss.javaee:jboss-jms-api:jar:1.1.0.GA
Found Banned Dependency: org.jboss.javaee:jboss-transaction-api:jar:1.0.1.GA
I just updated pom.xml to point to a new version of hornetq (trunk) and
then I got that.
And idea how to fix it?
Thanks
Howard
13 years, 7 months
MSC service names in AS7
by David Bosschaert
Hi all,
Just a quick question re service names in AS7. Is there any guidelines on the names you give your AS7 services? When I use a shortlived service, does it matter what name I give it?
Cheers,
David
13 years, 7 months
Changes to .jsp in an exploded deployment no longer picked up?
by Jaikiran Pai
One of the very useful features in previous JBoss AS versions was the
ability of the server to identify and pick up changes to a .jsp page in
an exploded deployment and serve the updated content on next request.
Trying this out in JBoss AS 7.0.0.Beta3, I see that this no longer works:
1) Create and deploy a test.war (along with a test.war.dodeploy) in the
standalone/deployments.
2) test.war contains a test.jsp with an intentional syntax error in it
3) Access the jsp via browser and see the (expected) compilation error.
Now open the test.jsp file in a text editor, from the exploded test.war
deployment, and edit it to fix the error
4) Access the jsp via browser again. Tried it more than once. I still
see the compilation failure i.e. the jsp changes aren't being picked up
anymore. I had to undeploy and redeploy the exploded deployment for the
changes to be picked up.
I remember that in previous versions of AS there were some parameters
for the jsp compiler/executor which by default enabled this check for
jsp changes. Has this changed in AS7? Where and what values are set
currently? Or has this got something to do with the way we handle
exploded deployment in AS7?
-Jaikiran
13 years, 7 months