Log in to follow, share, and participate in this community.
Thread A typo in LDAPUserModule.java?
A typo in LDAPUserModule.java?Line 401 in getSearchScope() method: String scope = getIdentityConfiguration().getValue(IdentityConfiguration.USER_CONTEXT_DN); A typo or intend? Anyway, I have integrated JBoss Portal with CAS and OpenLDAP success...
Where to put images ?Hi, I am new to portal development. While packaging portlet an jsp's as war files I am putting images required in a folder "images" and calling it as img src="/images/iconCalendar.gif". While deployed in portal its no...
Adding admin modeI'm following Ch. 12 in the reference guide to add admin mode to portlet. When I deploy the portlet, I get the following error: 2009-03-13 16:50:08,131 ERROR [org.jboss.deployment.MainDeployer] Could not start deploy...
Upload portletHello, I try to create an upload portlet. I have downloaded Jboss portal sources but there is no simple portlet like I need. So, if you can help me with a simple java code to upload a file. Thank you. Audran
processAction method not implementedHi, i am trying to get a IPC-Portlet working in jboss portal 2.7.0 by using qnames. Now i run into the following trouble when i want to use the annotation style @ProcessEvent(qname="{http:sschmeckt.de/events}suchSt...
Jboss portal And browser identificationHi, I try to adapt the configuration and maybe the style of the portal with the type of client browser. Does anyone knows, if it is possible? Can we interact with the configuration of the portal, dynamically? Before d...
Accessing session attributes in a portletI have a servlet filter intercepting all http reqs to my portal and setting session attributes (strings) that I'd like to access in portlets. Is this possible? If so, can someone tell me what I'm doing wrong? #######...
processAction not executingHi friends, I have created 1 portlet class and 2 jsp file fil1 and fil2. Fil1 has a submit button and some form fields which when clicked should transfer the data to class jsp file fil2 must be displayed. But when i...
JSR-286 - Include a JSP that in JAR fileHello, In Portlet-2.0, it can load resources from JAR, but is it possible to render a JSP that store in a JAR? For example, in the
public doView(RenderRequest request, RenderResponse response) throws Exception {...
a method to get admin roles in RoleModulewhat do you think about a findAdminRoles() method into org.jboss.portal.identity.RoleModule interface? Set findAdminRoles() throws IdentityException; it could avoid to write a properties file for an external portlet...
DnD defect in JBP2.7.1Drag and Drop property is not working in JBP2.7.1 as expected. For some portlets it does not work, but when some specific portlets gets added on that same page, DND starts working as expected. Like when we add Weather...
Design of Portal DeployerCurrently we have all the deployment happen within the portal sar and its tied into the internals of the server. With JBoss AS5 we want to remove this functionality from the sar and use the microcontainer deployment f...
how to get JBoss portal Source codeHi, i have donloaded the source code but it does not contain the source and moreover it has a build.xml file which throws some exception while building it. I have tried to checkout the code from svn also but facing pr...
New identity API - feedback neededRecently we started working on the next gen identity API for JBoss Portal. This effort currently happens under JBoss Identity initiative that may also serve other projects in the future - more in that subject will be ...
Accessing user preferencesLS, I am running Portal 2.7.0GA When a user has changed the portlet preferences with use of an "edit", is there anyway that I can acess/change these preferences from within an (updated) admin portlet ? I currently ...
Displaying external Web Content in PortalHy, i want to display an external WebPage in my portal. The thing is that i want the functionality that some users can log in to the portal - and then they should have access to an external webpage(login to this page...
Thread How to stop the unwanted instance not related to jboss porta
How to stop the unwanted instance not related to jboss portaHi , I am using jboss portal , but it isvery slow. I think that we can stop the unwanted instance not related to jboss portal(EJB, etc). So please guide me to stop the instance. Thanks in advance.