[jboss-user] [JBoss Portal] - Re: Using our own schema in place of Jboss Portal Schema

2006-10-27 Thread tekulapallinaresh
Is it the  right way to modify UserModuleImpl and RoleModuleImpl in the Jboss 
Source Code. The implementation methods will call  our own API methods to get 
the values.

Thanks,
tekulapallinaresh

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

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


[jboss-user] [JBoss Portal] - Using our own schema in place of Jboss Portal Schema

2006-10-26 Thread tekulapallinaresh
We have a central database, where user will be authenticated against this 
repository by using predefined API(couple of JAR files). So user is unique for 
all the existing applications. 

We are trying to integrate all the applications using Jboss Portal. Here we 
need to develop a login scenario using predefined API. For that we should use 
our own schema instead Jboss portal schema. For example we should use CONTACT 
table where user information stored, instead of JBP_USERS table. 

So which part of the Jboss portal source will be affected. Please throw me some 
ideas of how should we go further. 

Thanks in advance, 
Naresh Kumar Tekulapalli

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

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


[jboss-user] [Security & JAAS/JBoss] - Using our own schema for Login

2006-10-26 Thread tekulapallinaresh
We have a central database, where user will be authenticated against this 
repository by using predefined API(couple of JAR files).  So user is unique for 
all the existing applications.

We are trying to integrate all the applications using Jboss Portal. Here we 
need to develop a login scenario using predefined API.  For that we should use 
our own schema instead Jboss portal schema. For example we should use CONTACT 
table where user information stored, instead of JBP_USERS table.

So which part of the Jboss portal source will be affected.  Please throw me 
some ideas of how should we go further.

Thanks in advance,
Naresh Kumar Tekulapalli


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

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


[jboss-user] [JBoss Portal] - Re: Best practice for getting UserModule/RoleModule

2006-09-21 Thread tekulapallinaresh
If there are many ways there should be best of all. I think  service injection 
is the best because actions will take place under single transaction unit .

Thanks,
Naresh Kumar Tekulapalli

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

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


[jboss-user] [JBoss Portal] - PortalObjectContainer Object is getting null

2006-09-21 Thread tekulapallinaresh
Hi Everyone,

I wrote a portlet where I need PortalObjectContainer reference. So in my init 
method I wrote  the below code in the init method of my portlet. Please note 
that I have extended the JBossPortlet class

 PortalObjectContainer container  = (PortalObjectContainer) 
getPortletContext().getAttribute("PortalObjectContainer")

and 
in jboss-portlet.xml I kept 

  
MenuPortlet

Required




PortalObjectContainer

org.jboss.portal.core.model.portal.PortalObjectContainer
:container=PortalObject



I deployed the application and while running the  server I able to see the 
below exception in the log

ERROR [dependency.AbstractKernelController] [2006-09-21 13:34:32,539] [main] 
[AbstractController.java:350] - Error installing to Start: 
name=portal:container=Portlet,id=supplierportal.MenuPortlet state=Create
org.jboss.portal.portlet.container.PortletInitializationException: The portlet 
MenuPortlet threw a runtime exception during init
at 
org.jboss.portal.portlet.container.PortletContainer.start(PortletContainer.java:287)
at 
org.jboss.portal.portlet.container.PortletContainerAdapter.start(PortletContainerAdapter.java:74)
at sun.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.joinpoint.plugins.reflect.ReflectMethodJoinPoint.dispatch(ReflectMethodJoinPoint.java:72)
at 
org.jboss.kernel.plugins.dependency.KernelControllerContextActions.dispatchJoinPoint(KernelControllerContextActions.java:92)
at 
org.jboss.kernel.plugins.dependency.KernelControllerContextActions$LifecycleAction.installAction(KernelControllerContextActions.java:452)
at 
org.jboss.kernel.plugins.dependency.KernelControllerContextActions$KernelControllerContextAction.install(KernelControllerContextActions.java:147)
at 
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:226)
at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:593)
at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:346)
at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:438)
at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:379)
at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:225)
at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:151)
at 
org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:74)
at 
org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.start(PortletAppDeployment.java:232)
at 
org.jboss.portal.core.deployment.jboss.PortletAppDeployment.start(PortletAppDeployment.java:79)
at 
org.jboss.portal.server.deployment.jboss.PortalDeploymentInfo$DeploymentContext.start(PortalDeploymentInfo.java:211)
at 
org.jboss.portal.server.deployment.jboss.ServerDeployer.start(ServerDeployer.java:242)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)




Please can anybody have idea on this.

Thanks in advance
Naresh Kumar Tekulapalli



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

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


[jboss-user] [JBoss Portal] - Re: Maximized Iframe Portlet

2006-09-11 Thread tekulapallinaresh
Yes, I downloaded the HellowWorldIPC and  uncommented the

newEvent.setWindowState(WindowState.MAXIMIZED); in  HelloWorldPortletB Listner

But the maximized state is notworking. I am still facing the same problem

Thanks for your reply. 

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

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


[jboss-user] [JBoss Portal] - Maximized Iframe Portlet

2006-09-06 Thread tekulapallinaresh
Hi Everyone,

My requirment is if you click a link in a portlet. It should display the result 
page in Iframe portlet in Maximized state. Here i have used Listner and setting 
the windowState to Maximized. The same is working with Jboss Portal 2.2 but it 
is not working with Jboss Portal 2.4. 

Could anybody help in this regard.

Thanks,
Naresh Kumar

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

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