[jboss-user] [JBoss Portal] - Re: The curious case of the magical portlet ...

2009-02-04 Thread guybedo
yes the roles defined are correct.

Actually i have solved one my two issues: the portletB / portletA problem.
It seems that portletB was not really correctly deployed, even if the portlet 
was displayed and behaved correctly. 
There was a bean naming error in the spring applicationContext.
The strange thing is that portletB was correctly deployed, displayed and was 
fully functionnal. But it seems that this spring configuration error prevented 
the portletA from being deployed as it was the next portlet in the deployment 
order.
There was nothing in the server logs related to this error.

Well i now have one problem left, the real magical portlet, as this one is 
displayed if and only if it is the only one portlet in the portal.
It must be some kind of configuration problem too but the real pain is the 
total lack of log.
I can't understand why there is nothing in the server logs, even in debug mode.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207187#4207187

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207187
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: The curious case of the magical portlet ...

2009-02-04 Thread prabhat....@jboss.com
On top of What Peter said, one thing I just noticed that your portletB setup 
has view recursive right for admin role while portletA setup has view recrusive 
right for user role. So consider that as well.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207100#4207100

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207100
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: The curious case of the magical portlet ...

2009-02-04 Thread PeterJ
Login as admin and go to the Admin portal, the Admin tab.

a) On the Portlet Definitions tab, do both portlets show up?
b) On the Portlet Instances tab, do both portlet instances show up?
c) On the Portal Objects tab, dig down to the portal page and see if both 
portal objects show up.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207016#4207016

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207016
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: The curious case of the magical portlet ...

2009-02-03 Thread guybedo
i have set JBossAS log4j level to debug and there is nothing in the 8MB 
server.log about my portlet 1. Not even the name.
Whereas i can see the portlet B deployment logs...

Can this problem be a JBossAS problem and not a portal problem ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206790#4206790

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206790
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: The curious case of the magical portlet ...

2009-02-03 Thread guybedo
so my problem also happens with another portlet set.

I have narrowed the problem down to two portlets which seem to mutually 
exclusive ...

Actually my portlet A when deployed alone or with other portlets is ok, but 
when i also deploy the portlet B, A disapears.
No error in the server logs, is see logs for portlet B deployment but nothing 
for A.

These portlets are deployed on the same jboss AS but not on the same portal.
portlet A is deployed in default portal, portlet B in admin portal ...

portlet A -object.xml :

  | 
  | 
  | Partner
  | overwrite
  | 
  | Event
  | 
  | 
  | viewrecursive
  | User
  | 
  | 
  | 
  | 
  | order
  | 4
  | 
  | 
  | 
  | PrtnrEventPortletWindow
  | 
  | PrtnrEventPortletInstance
  | 
  | center
  | 0
  | 
maximized
  | 
  | 
  | theme.renderSetId
  | emptyRenderer
  | 
  | 
  | 
  | 
  | 
  | 


portlet B -object.xml :

  | 
  | Admin
  | overwrite
  | 
  | Gestion Utilisateurs
  | 
  | 
  | viewrecursive
  | Admin
  | 
  | 
  | 
  | 
  | order
  | 2
  | 
  | 
  | 
  | PrtnrBoUserPortletWindow
  | 
  | PrtnrBoUserPortletInstance
  | 
  | center
  | 0
  | 
maximized
  | 
  | 
  | theme.renderSetId
  | emptyRenderer
  | 
  | 
  | 
  | 
  | 
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206774#4206774

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206774
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: The curious case of the magical portlet ...

2009-02-03 Thread guybedo
I have something like 8 or 10 portlets i think, including the magical one.

Yes i thought it could be some overwriting in the -object.xml but my magical 
portlet is configured to be displayed in the default page of the portal.
Each one of the other portlets is configured to be displayed in its own page.
So i don't think this problem can happen.

by the way i'll have a look and post the descriptors

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206764#4206764

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206764
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: The curious case of the magical portlet ...

2009-02-03 Thread prabhat....@jboss.com
This would be very difficult to figure out based on your input.. You may want 
to post your deployment descriptors. If you are using *-object.xml, may be one 
is overwriting the other.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206761#4206761

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206761
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user