I am not sure what you mean by "running ant script in JBoss".
What does ws_ant.bat do?
If you download the JBoss source, there is a build/build.xml and build/build.sh and build/build.bat. The later two are scripts that run Ant using build.xml to build JBoss itself.
If you are looking for a pre-configured Ant build script to use to build your own EJBs, applications, or services that use JBoss, there is no such script.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993430#3993430
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993430
Hi,
As described in bug http://jira.jboss.com/jira/browse/JBAS-1367 the webapp path is used to create an unique tree node.
The problem I'm having at the moment is that I have 3 different webapps (with the same virtual host) with the following context paths:
/aaaa
/aaaa/bbbb
/aaaa/cccc
The first webapp will be cached, but with the other 2 I receive a RegionNotEmptyException and is clustering disabled.
Anyone an idea how to fix this problem.
(I have already changed some code in the org.jboss.web.tomcat.tc5.sessionJBossCacheService class, but I prefer a more solid solution ;-)).
Btw. I'm using JBoss 4.0.4 GA
Regards,
Lau
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993428#3993428
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993428
I have a 'editStuff.xhtml' page within a pageflow. The 'no-conversation-view-id' attribute is set to 'home.xhtml'.
When I call editStuff without a running conversation with something like 'editStuff.xhtml?cid=7&clr=true' I get redirected - as expected - to 'home.xhtml'. But when I call only 'editStuff.xhtml' - again without a running conversation - the page is shown but makes no sense because the conversation is missing.
Is this as intended? I would prefer to get redirected too when I call just the page (without cid & clr parameters). How is this possible?
PS: This behavior is the same when I use pages.xml.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993425#3993425
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993425