Actually, it turns out to be even easier with the jpdl.xml files since everything lines up
correctly at the top of the EAR. (for a normal app)
<?xml version="1.0"?>
|
| <!DOCTYPE pageflow-definition
| [
| <!ENTITY everything SYSTEM "resource:everything.txt">
| ]>
| <pageflow-definition name="newuser">
| &everything;
| </pageflow-definition>
|
everything.txt shold be at the top of the ear, next to the jpdl.xml file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994014#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...