[JBoss-user] [EJB 3.0] - Starting EJB 3.0 with Eclipse and JBoss

2006-06-13 Thread patrickdalla
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

[JBoss-user] [EJB 3.0] - EJB 3 instalation

2006-06-11 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Creating Portlet Instance

2006-06-10 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-06-07 Thread patrickdalla
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 =

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-06-06 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: LayoutStrategy

2006-06-06 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: LayoutStrategy

2006-06-06 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Portal in Cluster HOW-TO

2006-06-05 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Portal in Cluster HOW-TO

2006-06-05 Thread patrickdalla
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-user] [JBoss Portal] - Portal in Cluster HOW-TO

2006-06-02 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - JBoss Portal Load Performance Test

2006-06-02 Thread patrickdalla
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

[JBoss-user] [Clustering/JBoss] - Re: Farm on Linux

2006-06-02 Thread patrickdalla
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

[JBoss-user] [Clustering/JBoss] - Farm on Linux

2006-06-01 Thread patrickdalla
| [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

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-31 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - PortalDS Modification

2006-05-31 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-31 Thread patrickdalla
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

[JBoss-user] [Clustering/JBoss] - Cluster on Linux

2006-05-30 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-26 Thread patrickdalla
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-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-26 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Page disappear after som time

2006-05-26 Thread patrickdalla
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?

[JBoss-user] [JBoss Portal] - Re: LayoutStrategy

2006-05-23 Thread patrickdalla
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/

[JBoss-user] [JBoss Portal] - LayoutStrategy

2006-05-19 Thread patrickdalla
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 :

[JBoss-user] [JBoss Portal] - JBossPortal Performance Bechmarks

2006-05-16 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Reference to CMS Service

2006-05-02 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Dynamic Role for portlets

2006-04-19 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Dynamic Role for portlets

2006-04-18 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Dynamic Role for portlets

2006-04-18 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Dynamic Role for portlets

2006-04-17 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Dynamic Role for portlets

2006-04-12 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Dynamic Role for portlets

2006-04-12 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Diferent LoginModules for diferent Portals

2006-04-12 Thread patrickdalla
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 --

[JBoss-user] [JBoss Portal] - CMS Portlet

2006-03-25 Thread patrickdalla
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 ---

[JBoss-user] [JBoss jBPM] - External signal

2006-03-17 Thread patrickdalla
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

[JBoss-user] [JBoss jBPM] - Re: External signal

2006-03-17 Thread patrickdalla
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 ---

[JBoss-user] [JBoss jBPM] - Re: is the Join-node mandatory???

2006-03-17 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - WEBDAV Content Transfer

2006-03-09 Thread patrickdalla
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:

[JBoss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-03-01 Thread patrickdalla
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()){

[JBoss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-03-01 Thread patrickdalla
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

[JBoss-user] [JBoss jBPM] - Digital signature

2006-03-01 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - AdminCMSPortlet and JSR-168

2006-02-09 Thread patrickdalla
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-user] [Installation, Configuration & Deployment] - Port 1098

2006-02-08 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: PortletException --> Connection refused'with RssPortlet

2006-01-19 Thread patrickdalla
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&

[JBoss-user] [Beginners Corner] - LOG

2006-01-05 Thread patrickdalla
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

[JBoss-user] [Beginners Corner] - LOG

2006-01-05 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - CMS File Permission

2006-01-05 Thread patrickdalla
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

[JBoss-user] [JBossCache] - Re: Hibernate Cache

2006-01-04 Thread patrickdalla
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

[JBoss-user] [JBossCache] - Hibernate Cache

2006-01-04 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Portlet State

2005-12-19 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Jboss on linux

2005-12-13 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Jboss on linux

2005-12-13 Thread patrickdalla
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&

[JBoss-user] [JBoss Portal] - Re: Stream Closed

2005-12-05 Thread patrickdalla
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-user] [JBoss Portal] - Stream Closed

2005-12-01 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Theme and portlet preferences

2005-11-07 Thread patrickdalla
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 :

[JBoss-user] [JBoss Portal] - Theme and portlet preferences

2005-11-07 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Does jboss-portal 2.0 support LDAP?

2005-11-07 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - User portlet

2005-10-21 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: isUserInRole(String role) doesn't work

2005-10-21 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Login cache

2005-09-29 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Login cache

2005-09-28 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Portlet Instance

2005-09-21 Thread patrickdalla
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:

[JBoss-user] [JBoss Portal] - Re: Portlet Instance

2005-09-20 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Portlet Instance

2005-09-20 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: How do i setup Single Sign On in JBP2?

2005-09-07 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Deployment sequence

2005-09-06 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Deployment sequence

2005-09-05 Thread patrickdalla
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 --

[JBoss-user] [JBoss Portal] - JSF and Portlet (Theme)

2005-08-26 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Unmatched Layout Region

2005-08-25 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Portal

2005-08-25 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Unmatched Layout Region

2005-08-25 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Domain.xml

2005-08-25 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - PermGen Space

2005-08-23 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Maximizing a portlet window

2005-08-19 Thread patrickdalla
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 ---

[JBoss-user] [JBoss Portal] - Re: Maximizing a portlet window

2005-08-18 Thread patrickdalla
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 -

[JBoss-user] [JBoss Portal] - Maximizing a portlet window

2005-08-18 Thread patrickdalla
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 --

[JBoss-user] [JBoss Portal] - Portlets Reference

2005-08-18 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-18 Thread patrickdalla
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.

[JBoss-user] [JBoss Portal] - Re: JSF Portlet

2005-08-18 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Unmatched Layout Region

2005-08-16 Thread patrickdalla
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&

[JBoss-user] [JBoss Portal] - Multiple Portal Versions on Same JBoss Instance

2005-08-16 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Unmatched Layout Region

2005-08-15 Thread patrickdalla
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 -

[JBoss-user] [JBoss Portal] - PortletRequest Filter

2005-08-15 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Deployment Problem

2005-08-12 Thread patrickdalla
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 -

[JBoss-user] [JBoss Portal] - Deployment Problem

2005-08-12 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Java 1.5

2005-08-12 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Java 1.5

2005-08-12 Thread patrickdalla
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 -

[JBoss-user] [JBoss Portal] - Re: Java 1.5

2005-08-11 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Java 1.5

2005-08-11 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Roles and LoginModule

2005-08-11 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Java 1.5

2005-08-10 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Roles and LoginModule

2005-08-10 Thread patrickdalla
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.

[JBoss-user] [JBoss Portal] - Re: Roles and LoginModule

2005-08-10 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: Roles and LoginModule

2005-08-10 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: CVS

2005-08-09 Thread patrickdalla
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 -

[JBoss-user] [JBoss Portal] - Re: CVS

2005-08-09 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Force WAR Redeployment

2005-08-09 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - Re: JSF Portlet

2005-08-08 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - JSF Portlet

2005-08-08 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - SAR or EAR?

2005-08-05 Thread patrickdalla
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

[JBoss-user] [JBoss Portal] - JSF Extension

2005-08-03 Thread patrickdalla
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://

[JBoss-user] [JBoss Portal] - Interceptor

2005-08-01 Thread patrickdalla
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   2   >