How do I create a simple EJB with eclipse and deploy it in JBoss 4.0.4?
Which librearies and deployment descriptors must a I deploy and where?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950685#3950685
Reply to the post :
http://www.jboss.com/index.html?m
How do I install EJB in JBoss4.0.4?
I am using JBoss IDE to create EJBs. But when I select a JBoss Configuration it
says that JBoss 4.0.4 does not have the libraries.
why?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950314#3950314
Reply to the post :
ht
Is there a way to create a portlet instance via java code? Maybe a portlet for
creating portlet instances.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950241#3950241
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395
Ignore the previous message. It was an unrepeatable error.
But here is the line where the error occur, in class WindowCommand.java in
method create:
| component =
context.getExecutionContext().getController().getWebAppRegistry().getComponent(componentHandle);
| if (component =
I was debugging JBoss Portal 2.2 source code to solve my problem and I find
some Exception that occur in RenderPageCommand.execute() method.
org.jboss.util.NestedSQLException: Transaction is not active:
tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=centauro.sjes.gov.br/1098,
BranchQual=, lo
Maybe it is not in LayoutStrategy that I implement this behaviour.
Maybe in the portlet itself.
But where? Maybe a method of portlet that I should override?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949369#3949369
Reply to the post :
http://www.jboss.c
Somebody could help me?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949361#3949361
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949361
___
JBoss-user mailing list
JBoss
In fact, I would like to know how to configure the everything to the portal
works in cluster (including the own cluster).
I am using JBoss Portal 2.2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948951#3948951
Reply to the post :
http://www.jboss.com/ind
In fact, I would like to know how to configure the everything to the portal
works in cluster (including the own cluster).
I am using JBoss Portal 2.2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948950#3948950
Reply to the post :
http://www.jboss.com/ind
JBoss Portal in a cluster environment with FARM.
I am finding some bugs in deployment of Portlets in the FARM directory of a
cluster.
the log is:
| 16:35:37,608 ERROR [AbstractFlushingEventListener] Could not synchronize
database state with session
| org.hibernate.StaleObjectStateException
I simulated 50 requests to JBoss Portal 2.2 initial page. Each request was
started 200 ms after the start of the previous request.
The average response time was 305 ms.
In the second test, all the requests were started the same time.
The average time increased to 18 seconds.
It looks like some
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948725#3948725
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948725
___
JBoss-user mailing list
JBoss-user@lists.sourc
| [FarmMemberService] Could not rename
/usr/java/jboss-4.0.3SP1/server/default/tmp/darfportlet.war to
/usr/java/jboss-4.0.3SP1/server/default/farm/darfportlet.war
|
The above error occur in one node when I put a WAR in farm directory of another
node of the partition.
Why?
Obs.: I am usi
OK. I ll try.
Today the same error occured but because a different cause.
I was using jmeter to simulate 150 simultaneous access to portal. The
max-pool-size of portal-ds.xml was in 20.
Almost all requests were unsuccessfull returning an error indicating that the
timeout to acquire the connect
Hi,
I changed the portal-postgresql-ds.xml to increase the max-pool-size and the
portal crashed.
why?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948217#3948217
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394821
Still hapenning.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948216#3948216
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948216
---
All the advantages of Linu
Hi,
I am using two servers with RedHat Enterprise with kernel 2.6 and JRockit.
I tried to start the "all" configuration on both computers and they didn found
each other.
So, I did the same with 2 computers with Windows and Sun JDK and they found
each other.
Why? Any Clue?
View the original p
No, my friend. It is not so stupid.
In fact the oposite occur.
When I go to the computer in the other day and the browser was let opened the
tabs are there (10 or 11 pages).
So I press refresh and only the pages that already come with portal are
displayed.
View the original post :
http://www
JBoss portal 2.2 on JBoss AS 4.0.3 and postgresql.
No exception appear in Logs and stdout.
Period: I didn't measure. Frequently from one day to the next day. I'm still
testing JBoss Portal 2.2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946966#3946966
When I do not access jboss portal during some period, the pages disappear, they
aren't shown in NavigatorPortlet.
It happens frequently.
Why?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946890#3946890
Reply to the post :
http://www.jboss.com/index.html?
No suggestion?
I need a way to hide Mode Change Buttons from window decorators when no user is
authenticated or is accessing using HTTP instead of HTTPS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945951#3945951
Reply to the post :
http://www.jboss.com/
Hi,
I would like to show the portlet mode buttons only if the user is authenticated
or only if he is in a secured context.
How do I know the current user logged, verify if he is using a confidential
connection or if he is in a specific Role from a DecorationRenderer?
View the original post :
Hi everybody,
there is any wiki or page talking about performance and scalability of jboss
portal?
I have tested my implemented intranet using JBoss Portal 2.0.
I have some doubts:
I've used SUN JVM on linux kernel 2.4 for a load test with 200 users request
the initial page. In this case, the
I've seen that portal CMS is implemented using MBean.
But CMSPortlet access this service using:
| CMSService = (CMS)getPortletContext().getAttribute("CMS");
|
How can I get the same reference in a diferent PortletContext, my war
application.
View the original post :
http://www.jboss.com
I've utilized JaasSecurityManager for Role membership verification.
| try{
| InitialContext ic = new InitialContext();
| jsm = (JaasSecurityManager) ic.lookup("java:jaas/portal");
| }catch(Exception e){
| }
|
But these way, my portlet wi
Didn't liked this implementation.
I think my portlet should be decoupled of RoleModule interface.
I need a way that the method isUserInRole of PortletRequest works.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937985#3937985
Reply to the post :
http://www
Didin't linked this implementation.
I think my portlet should be decoupled of RoleModule implementation.
I need a way that the method isUserInRole of PortletRequest works.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937984#3937984
Reply to the post :
htt
No response? No way?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937740#3937740
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937740
---
This SF.Net email is spo
This was a problem in JBoss Portal 2.0 and persists in JBoss Portal 2.2.
More specifically in the class PortletRequestImpl
public boolean isUserInRole(String roleName)
|{
| // Get the map role name to role link
| Map securityRoleRefsMap =
((PortletContainer)creq.getCompo
It is only possible to verify that a user is in a Role
(portletRequest.isUserInRole(String)) if that role was defined in portlet.xml.
But on of my portlets implementation is used many times in my portal, each with
a diferent portlet instance in diferent pages.
For each of this page, a diferent
Is it possible to configure diferent login-modules for diferent portals?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936885#3936885
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936885
--
Is the CMS Portlet of 2.2 JSR-168 compliant?
Can I deploy him in portal 2.0?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932544#3932544
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932544
---
How do I represent in JBPM Graphical Designer an External Signal that can occur
in any moment of the flow and, when receipt, cancel the process?
I fact, I want to create a task that cancel the process in any moment but when
the process ends gracefully (by other task token) the cancel task is dis
Well,
I want this to be represented in Graphical Design.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930965#3930965
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930965
---
OK,
I had the same problem.
I want two flows of wark that works in parallel. But the first that ends, ends
the process.
Is it possible?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930962#3930962
Reply to the post :
http://www.jboss.com/index.html?modu
Hi,
I want to migrate my webdav content that was initially created on a FileSystem
Store to a Domain that uses Database Store.
There is some usefull utility to do this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929074#3929074
Reply to the post :
http:
The code for the HomeBean getTaskInstances method should be:
public List getTaskInstances() {
List actorsList = new ArrayList();
actorsList.add(userBean.getUserName());
Iterator i = userBean.getUser().getMemberships().iterator();
while(i.hasNext()){
HI, everybody,
I think the problem is that:
JbpmContext.getCurrentJbpmContext().getTaskMgmtSession().findTaskInstances(userName);
Does not return the tasks that were assigned to a group that the user is member
of.
JBPM core doesn't implement the relationship between group and user
(membership
How can I require a digital signature of the user in a Task?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927125#3927125
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927125
The AdminCMSPortlet that come bundled with jboss portal 2.2 can be used in
jboss portal 2.0? It is JSR-168 compliant? Can I install him in others portal
containers?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922630#3922630
Reply to the post :
http://w
JBoss is trying to use port 1098.
But some microsoft services usually use this port too. And JBoss is not
starting.
How do I configure jboss to use another port?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922292#3922292
Reply to the post :
http://www.j
I'm having the ame problem. I have a proxy in my network. How do I configure
RSSPortlet to work with the proxy?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918495#3918495
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
How do I disable DEBUG logs to be written in log/server.log?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915994#3915994
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915994
How do I disable DEBUG logs to be written in log/server.log?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915993#3915993
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915993
Does Admin CMS Portlet support per file/directory user permission?
CMS Portlet uses Slide. It supports per file/directory user permission?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915991#3915991
Reply to the post :
http://www.jboss.com/index.html?module
Even if I call commit() of a transaction after the update(Object) this happens.
It is the normal behavior?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915572#3915572
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391
Does JBoss Cache is responsible for caching hibernate queries too?
I'm having a problem. Hibernate updates aren't beeing saved in DB. In the
webapp everything looks as if the change was made. But in DB not.
How do I turn jboss cache off to see if the problem is with jboss cache.
Is there some o
When the user maximize a portlet and press the back button from browser and
tries to interact with another portlet in the same page the portlet maximized
is showed.
How can I reset window state information?
How can I avoid this situation?
View the original post :
http://www.jboss.com/index.ht
Another error is that classes on jbossweb-tomcat55.sar aren't found by Jboss
Portal.
14:52:16,352 ERROR [CommandFilter] Exception in command invocation
javax.servlet.ServletException:
org/eclipse/jdt/internal/compiler/codegen/CharArrayCache
at org.apache.jasper.servlet.JspServlet.service
I've tried to install JBOSS Portal on linux.
On windows, everything was working ok.
But on linux, Out of memory error occur frequently. (PermGen)
There is some configuration to make on linux to avoid these errors?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
the error still occur
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910693#3910693
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910693
---
This SF.net email is sp
JBoss Portal is frequently throwing the following exception when rendering
portlet content.
Anybody knows the reason?
javax.portlet.PortletException: javax.servlet.ServletException:
javax.servlet.jsp.JspException: Stream closed
at
org.apache.myfaces.portlet.MyFacesGenericPortlet.handle
Other good properties should be last modified date, email of responsible for
atualization of the content, etc...
Maybe theme could access the preferences of the RenderRequest.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905826#3905826
Reply to the post :
Is there a way to get properties of the portlet been rendered in a theme?
As i've seen in jboss portal nodesk theme the only variables that I can access
is the title and the content.
How can I get more information?
I want a image reference and a footnote for the portlet
View the original post
Hi all,
I've had agreed with code distribution.
It would be nice to have a place to publish the entire code and configuration
steps so I don't need to publish my email.
Maybe in wiki page of jboss.
Julien, can you publish?
View the original post :
http://www.jboss.com/index.html?module=bb&op
I had created a portlet that will contain a login page for authentication in
portal, and this portlet is placed on initial page.
The form action is configure as "j_security_check".
Sometimes the form functions, but some times the following error occur.
message: Invalid direct reference to form
Well, Julien is correct.
But I think this behavior is not the best behavior.
Roles and role membership can be created after the portlet is deployed, and
sometimes the portlet needs to know the existence of this changes without
change in its configuration and redeploy.
It would be nice to chang
It worked,
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897987#3897987
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3897987
---
This SF.Net email is spons
I'm using an MSAD Login Module.
When I log the first time, the AD groups of the user is mapped to Roles.
Then I log off and log in again. These time the Roles are not mapped.
It seems jboss is caching the authentication.
How I solve this? (I am using single sign on)
View the original post :
h
Would be nice.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896048#3896048
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896048
---
SF.Net email is sponsored by:
I'm developing and portlet class that extends MyFacesPortlet and controls an
Hibernate Session.
The hibernate session should be saved in an per portlet-instance basis.
So I need to know which portlet instance is running to get the respective
session.
There is no standard way?
The walkthrought
Inside Portlet Class implementation, how do I know which portlet instance is
executing?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895837#3895837
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895837
I'm developing an application that saves content in WEBDAV repository of
jboss-portal.
To do that, I use WebdavResource to connect do WebDav.
I could achieve single sign on when the user access portal and webdav
applications from browser (using Valve of tomcat).
But the user context of the browse
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893183#3893183
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893183
---
SF.Net email is Sponsored by the Bette
How do I define deployment sequence in jboss?
I want to deploy abc.war after xyz.war is deployed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893068#3893068
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893068
--
One suggestion for future implementations in integration of jboss-portal and
JSF is to make RenderKit implementations part of Theme.
So when I change a theme of a portlal I change the renderkit of the
UIComponents of JSF.
Other suggestion is a way to specify an action of any ManagedBean to exec
This is a suggestion for a way to declare regions and to know at runtime which
and how many regions does a layout have.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891668#3891668
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mod
How can I associate a virtual host with a portal??
If I access address 10.0.0.1 default portal is displayed.
If I access address 10.0.0.2 intranet portal is displayed.
If I access address 10.0.0.3 internet portal is displayed.
View the original post :
http://www.jboss.org/index.html?module=bb&op
I've seen that exists a portal-layout.xml. In this file could be declared the
layout regions. An which portlet decoration would be used for each region.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891631#3891631
Reply to the post :
http://www.jboss.org/in
I've downloaded jbossportal-2.0 HEAD src and when I try to access webdav
(portalcms) an exception is thrown eand written in log saying it wasn't
possible to load Domain.xml file.
It wasn't happening when 2.0 final was released.
Where I put Domain.xml? How it must be configured?
View the origin
Hi,
I am frequently seeing OutOfMemoryException with PermGen space description.
I'm using Jboss-Portal and MyFacesPortlet. Don't know which is causing the
problem.
How can I avoid this?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891295#3891295
Reply to
I've made this changing the URL of the edit link (In the layout jsp).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890813#3890813
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890813
---
Neither if I create an ActionURL and dispatch to this URL in doEdit()??
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890676#3890676
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890676
-
I want to change WindowState of a window when the protlet gets into EDIT mode.
How can I do this?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890668#3890668
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890668
--
I have a portlet called PublicacaoPortlet that is implemented in a WAR file.
In another WAR I have a intranet-portal.xml file that defines a portal named
Intranet. In this same WAR I need to create instaces of PublicacaoPortlet that
has some preferences specific for this portal.
How do I refere
I have the same problem.
Had you solved?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890465#3890465
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890465
---
SF.
I had solved the problem downloading the 2.0 src that is in maintainance from
CVS (see the CVS topic in forum) and building it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890649#3890649
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=p
It would be nice to create a declarative way of defining regions of a layout
(in a xml descriptor).
So, a java application could recognize regions at runtime and would be possible
to place portlets at runtime too.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
Can I deploy multiple versions os JBoss Portal on Same JBoss Instance?
Which configuration change do I have to do?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890209#3890209
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
There is any tag in layout tag api that can be used to place portlets with
unmatched region names?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890076#3890076
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890076
-
Can I configure Portlet Request Filters just like I configure Servlet Request
Filters??
How can I do this?
My final objective is to wrap PortletRequests in my custom PortletRequest
implementation.
Which is the best method?
View the original post :
http://www.jboss.org/index.html?module=bb&op
I've solved the problem cleaning tmp and work directory
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889805#3889805
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889805
-
I had download JBP 2.2 src and compiled.
Before deployment, I've copied the 2.0 sar file that was functioning well to a
backup directory.
Then I've deployed 2.2 sar file.
I've seen some changed and problems, and as I don't have time to see these new
version problems now I've decided to get bac
Thomas,
I've included the lines but now the problem is 1.4. The version of JDK I have
is 1.5.
I've tryed to configure these line with 1.5 value but other problems happened.
Can you put the change with no problem to be downloadable from
"http://www.jboss.com/products/jbossportal/downloads";
I
Downloading it from
"http://www.jboss.com/products/jbossportal/downloads";
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889786#3889786
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889786
-
There is another problem in build script.
When the JDK is installed in a directory which name has spaces it doesn't
function.
Someone could solve this problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889529#3889529
Reply to the post :
http://www.jb
No, it didn't work.
it says the target of the code is 1.3. (or a message like this).
I'm in home and downloading the code. Then I will try again and I'll post the
real message here.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889527#3889527
Reply to the
How I configure this feature???
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889525#3889525
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889525
---
SF.Net email
How do I compile jboss portal src with 1.5 compiler?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889317#3889317
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889317
in which specific deployment descriptor??
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889316#3889316
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889316
---
SF.
As I've seen in org.jboss.portal.portlet.impl.PortletRequestImpl code, a call
to isUserInRole("rolename") will return true only if the role is mapped in
portlet.xml .
But my portlet security needs to be more dynamic. Roles are created and
configured online and the portlet need to know his membe
I have done both and it continues not to work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889287#3889287
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889287
Can I download nightly builds and sources via http or ftp?
My network is blocking CVS access.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888956#3888956
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888956
-
please, keep me and this forum informed
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889165#3889165
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889165
---
SF.Ne
How to force redeployment of WAR?
I want to implement some online configuration of portal and page deployment
descriptions and after the edit is made it has to be redeployed.
How can I do that?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889103#3889103
R
I occuring CastClass Exception on JSF classes.
I deploy myfaces and utilities jar files in every WAR on WEB-INF/lib directory.
Maybe one Web Application is trying to cast an object as an class (with same
name an package) of another Web Application.
Does anybody configured two JSF enabled portle
Where can I post problems with JSF enabled Portlet?
I can't configure two JSF portlets to function in the sambe page.
Why?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888948#3888948
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting
Hi,
I'm developing a portlet that will contain Model Classes, Hibernate Mappings
and the Portlet classes.
I would like to deploy the portlet as SAR or EAR which includes the jar files,
har files and war files.
Is it possible? How do I configure this?
View the original post :
http://www.jboss
Is there any way to write extensions to JSF XML descriptor to include some
portlet navigation caracteristcs.
To be more specific, I would like to specify in this XML in navigation rules
when the portlet will be maximized or restored to the default size.
thanks
View the original post :
http://
How do I create an Interceptor?
Where do I configure an interceptor?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887788#3887788
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887788
---
1 - 100 of 113 matches
Mail list logo