 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (GTNPORTAL-2317) InitiateLoginServlet uses wrong Instance of WCIController
                                
                                
                                
                                    
                                        by Stefan Seidel (Created) (JIRA)
                                    
                                
                                
                                        InitiateLoginServlet uses wrong Instance of WCIController
---------------------------------------------------------
                 Key: GTNPORTAL-2317
                 URL: https://issues.jboss.org/browse/GTNPORTAL-2317
             Project: GateIn Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 3.2.0-Beta01
            Reporter: Stefan Seidel
Situation:
 - I have set up a new portal container.
 - I want to customize the login page, so I make changes to /login/jsp/login.jsp in my portal WAR
 - I access a private page, e.g. /myportal/private/classic
Problem:
 - I get the login.jsp from the default portal container (/portal), not my customized version.
I can get my customized login.jsp to show up when I enter a wrong username/password. This is because in the ErrorLoginServlet, a new GateinWCIController is created with the current ServletContext, so it uses my custom JSP.
On the other hand, the InitiateLoginServlet does not create a new GateinWCIController instance, but re-uses a previously created one, which is the wrong one (using the default PortalContainer).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
                                
                         
                        
                                
                                13 years, 10 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (GTNPORTAL-2319) The Portlet view in Application Registry does not refreshes when a Newer Version of the same Portlet is deployed.
                                
                                
                                
                                    
                                        by Anurag Debnath (Created) (JIRA)
                                    
                                
                                
                                        The Portlet view in Application Registry does not refreshes when a Newer Version of the same Portlet is deployed.
-----------------------------------------------------------------------------------------------------------------
                 Key: GTNPORTAL-2319
                 URL: https://issues.jboss.org/browse/GTNPORTAL-2319
             Project: GateIn Portal
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Management
    Affects Versions: 3.1.0-GA
         Environment: JBoss Enterprise Portal Platform 5.1 (GateIn Portal 3.1.0 )
            Reporter: Anurag Debnath
There are two versions of the same Portlet application. They have different context root.
I deploy the first portlet application, add it to a page. I then un-deploy the application and deploy newer version of its with a different context root (jboss-web.xml).
The Portlet View under the Application Registry does not shows the updated portlets when a newer version of a porltet is deployed.
The newer version of portlet application deploys properly. After doing an Import Application, new portlet can be see in the categories view, however, the Portlet view shows the older version of the portlet app.
When trying to add the new portlet from Portlet view ,to a category throws the error -
ERROR [portal:UIPortalApplication] Error during the processAction phase
java.lang.IllegalArgumentException: Cannot create a content with a content id hello1-portlet/hello1-portlet with an existing different content id hello1-portlet-0.0.1-SNAPSHOT/hello1-portlet
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
        
                                
                         
                        
                                
                                13 years, 10 months