Oh, I found the answer. The document I used was the one comes with the portal
2.2 src download. It was not up-to-date. The one in the following link is
http://labs.jboss.com/portal/jbossportal/docs
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947184#3
I cannot figure out what the the correct property name to use layout, theme,
renderSet and strategy.
To use the Layout, theme, renderSet, strategy in the examples HelloPortal in
Section 3.1.3 of Reference Guide, the following names are used:
|
|
I am confused by the extra "/portal" in portal 2.2. In the example, the
following link works.
http://localhost:8080/portal/portal/HelloPortal
But it is different from the document which has the format
/portal/default/pageName, ( not /portal/portal/default/pageName ).
My project started with
I cannot figure out from the JBoss documents if a session bean get locked on
method/bean with CMT.
It is clear that a entity bean and locking-policy = (QueuedPessimisticEJBLock)
will have ejb level lock.
But for a session bean with the locking-policy = (QueuedPessimisticEJBLock)
(Actually only
mholzner,
I have not been clear in the previous posting. What I wondered was if it was
possible to have portlet-level renderSet (not portal-level). I thought it was
possible to deploy a portlet (app) with the WEB-INF/layout/portal-renderSet.xml
file and made it the default renderSet for that
Do you mean we can add renderSet by adding a portal-renderSet.xml to
the WEB-INF/layout folder of my portlet app? I try to add a renderSet this way
with the 4 components pointing to different combination of the existing
renderers, say from emptyXXX and divXXX. However, when I deploy the portlet,