[JBoss Seam] - Re: Pageflow - ClassCastException: org.jbpm.graph.node.Start
by hazlorealidad
I did read the manual several times but managed to miss the two sentences below.
Wouldnt it be a good idea to put in an error message explaining what went wrong instead of throwing a ClassCastException. I thought it was a class loading issue! (of which I have found several with jboss). I imagine that many more people will fall into the same trap I did.
Thanks
Andy Bailey
www.hazlorealidad.com
>From the docs ...
If we are beginning the pageflow during the RENDER_RESPONSE phase?during a @Factory or @Create method, for example?we consider ourselves to be already at the page being rendered, and use a <start-page> node as the first node in the pageflow, as in the example above.
But if the pageflow is begun as the result of an action listener invocation, the outcome of the action listener determines which is the first page to be rendered. In this case, we use a <start-state> as the first node in the pageflow, and declare a transition for each possible outcome:
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971529#3971529
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971529
19 years, 7 months
[Installation, Configuration & Deployment] - Re: Difference btn jboss-4.0.4.GA-Patch1-installer.jar and j
by manglu
Hi,
Thakns for your reply,
How do i tell jems-installer to install jboss-Patch1?
If i run the command as is then this is what i see!
Appreciate your assistance
Manglu
<!--- Error message ---------------->
Looking for auto install resource...
/res/jbossauto-install.xml URL: jar:file:/home/jboss/software/jems-installer-1.2.0.BETA2.jar!/re s/jbossauto-install.xml
PackageListener, install.log=/home/jboss/software/install.log
- Error -
java.lang.ArrayIndexOutOfBoundsException: 1
java.lang.ArrayIndexOutOfBoundsException: 1
at com.izforge.izpack.installer.AutomatedInstaller.(AutomatedInstaller.java:143)
at com.izforge.izpack.installer.Installer.main(Installer.java:57)
[jboss@ip-208-109-93-86 software]$ java -Xmx256M -Xms128M -jar jems-installer-1.2.0.BETA2.jar -i nstallGroup default installpath=/home/jboss/jboss-4.0.4 GA
Looking for auto install resource...
/res/jbossauto-install.xml URL: jar:file:/home/jboss/software/jems-installer-1.2.0.BETA2.jar!/re s/jbossauto-install.xml
PackageListener, install.log=/home/jboss/software/install.log
- Error -
java.lang.ArrayIndexOutOfBoundsException: 1
java.lang.ArrayIndexOutOfBoundsException: 1
at com.izforge.izpack.installer.AutomatedInstaller.(AutomatedInstaller.java:143)
at com.izforge.izpack.installer.Installer.main(Installer.java:57)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971527#3971527
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971527
19 years, 7 months
[JBoss Portal] - Re: Is the header a portlet?
by rutfield
I am also trying to put a simple window in the header. Thanks for this thread - it has already saved me a lot of time.
I have a portlet which behaves as needed. I removed the decorations and created an instance above the navigation as described here.
I've gone through the JBoss Portal Reference Guide (2.4) and see a lot of information on themse and layouts, but it is still unclear to me what some of the parameters (e.g. UL#tabsHeader li ) actually do.
Questions:
1. How can I make the portlet smaller? It seems to go across the entire screen, when I only want it to be 210X110 px?
2. How can I move it to the right instead of center? Do I need to use a three column layout or is the header separate from that?
3. How do I hide/remove the edit/minimize/maximize options in this portlet?
I am planning on modifying the theme, as opposed to creating a new one.
Sorry, if these are basic questions.
Thanks.
CR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971525#3971525
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971525
19 years, 7 months