[jboss-user] [JBoss Portal] - Developing a Blog portlet . Guidance needed!!!!!!!!!

2008-03-08 Thread rammy1984
Hi i am trying to create a blog portlet. iam using JBoss portal 2.6.3 GA and how to go about in this regards. is there any support provided already by JBoss. anyone out there have tried creating a blog portlet please do help me in this regards View the original post : http://www.jboss.c

[jboss-user] [JBoss Portal] - Re: JBoss Portal - BlogPortlet.java

2008-03-08 Thread rammy1984
i want to create a blog portlet for my current project. is there anything that JBoss supports in this perspective. is there any blog portlet created , if so i need to know how to intergrate it . i see some package of name import org.jboss.blog.portlet.simple.BlogPortlet what is this all abou

[jboss-user] [JBoss Portal] - Re: help needed in LDAP authentication in portal environ.

2008-02-27 Thread rammy1984
UserModule module = (UserModule) new InitialContext().lookup("java:/portal/UserModule"); RoleModule roleModule =(RoleModule) new InitialContext().lookup("java:/portal/RoleModule"); UserProfileModule userProfileModule = (UserProfileModule) new Ini

[jboss-user] [Management, JMX/JBoss] - Re: MBeanServerLocator.locateJBoss() throws IllegalStateExce

2008-02-27 Thread rammy1984
even iam encountering the same problem . MBeanServer server; server=MBeanServerLocator.locateJBoss(); what is the mistake iam doing. iam running my jboss portal server 2.6.3 GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132582#4132582 Reply to the

[jboss-user] [JBoss Portal] - Re: help needed in LDAP authentication in portal environ.

2008-02-25 Thread rammy1984
hi i followed the jboss docs . i was actually tryin to write to test case . but now i just deployed and found it is working cool :) this is what iam doing in my code LoginContext lc = new LoginContext("portal", new UsernamePasswordHandler("test",

[jboss-user] [JBoss Portal] - Re: help needed in LDAP authentication in portal environ.

2008-02-24 Thread rammy1984
first of all thanks for the response for which i was waiting , this is the code iam using to retrieve users from the LDAP. here i try to get the usermodule reference. UsernamePasswordHandler handler = new UsernamePasswordHandler(userName, password.toCharArray()); LoginContext l

[jboss-user] [JBoss Portal] - Re: help needed in LDAP authentication in portal environ.

2008-02-23 Thread rammy1984
can anybody out there help me out with this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131648#4131648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131648 ___ jbo

[jboss-user] [Security & JAAS/JBoss] - Re: passing password to LDAP server

2008-02-15 Thread rammy1984
even iam using LDAP for authentication from JBoss portal so do anyone know how to get the username and password from the LDAP .. i have a OPen DS running in my comp where i have added some user there. so plz anyone help me in this context View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Portal] - help needed in LDAP authentication in portal environ.

2008-02-13 Thread rammy1984
Hi iam using the portal server 2.6.3GA and iam trying to configure the server so that the user is authenticated against the LDAP server for which ia using the openDS server. i went through the Jboss docs . i want to know how to get the users from LDAP using the JBoss API provided for this. i

[jboss-user] [JBoss Portal] - Re: Using alternative source for JBoss Portal authentication

2008-02-13 Thread rammy1984
Hi iam using the portal server 2.6.3GA and iam trying to configure the server so that the user is authenticated against the LDAP server for which ia using the openDS server. i went through the Jboss docs . i want to know how to get the users from LDAP using the JBoss API provided for this. ia