I'm interested in this subject and I tried to follow instructions from the WIKI page, but my situation is slightly different , since I'm using Jboss 4.2
where there is only the jboss-web.deployer war file, in which I can find a server.xml, but adding the ... to the
configuration did not allow me to access the external directory.
Is there something specific to Jboss Web Server that I should be aware of ?
Andrea
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051346#4051346
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051346
Hi All,
I have a portlet which does nothing, but I when I put it on page, I want it in maximized state. For that I have added following in *-object.xml:
<?xml version="1.0" encoding="utf-8"?>
<parent-ref>default.xwiki</parent-ref>
<if-exists>overwrite</if-exists>
<window-name>XWikiWindow</window-name>
<instance-ref>XWikiIFramePortletInstance</instance-ref>
center
100
<supported-window-states>
<window-state>maximized</window-state>
</supported-window-states>
The portlet gets deployed OK on the page when I put war in deploy directory, but it shows in normal mode, also it has minimize and maximize buttons, which should not be there if <supported-window-states> has not included them !
Any ideas?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051344#4051344
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051344
Hi,
I just come to add precisions on my previous solution (it can eventualy help).
Finally there is a big problem with the previous solution : you can't control the result of the servlet and the task is always validated. It didn't matter for me so far... but now I need it.
So I came back to the old solution and I'm now validating my task and everything in the servlet with the taskInstance ID I get in EL like that :
#{taskInstanceBean.taskInstance.id}
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051338#4051338
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051338
out of the box the current seam dvd example seems broken wrt JBPM.
after creating on order the task assignment list appears "empty" when logging in as a manager. the headers of the table are rendered but there is no content :
Task Assignment
Order Id Task Order Amount Customer
Order Acceptance
if this can be confirmed by others, this should probably be added to the bug tracking system.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051332#4051332
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051332