[JBoss-user] [JBoss Portal] - Change the default index page...

2006-04-25 Thread susitha
Hi... I am using JBPortal-2.0 and JB Server-4.0.2... I need to change the default index.html file of the CMS Portlet to my own page... Can anybody tell me how to do it... Thanx... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939177#3939177 Reply to the p

[JBoss-user] [Clustering/JBoss] - Re: SFSB load balancing partially works

2006-04-24 Thread susitha
Thanks Brian for your quick reply. The first problem is fine. But now when we undeploy the bean from "Master node" while the process is going on it continues without a fail SOMETIMES. But often it doesn't work and it serves partially executed bean through the servlet. (That is not the complete

[JBoss-user] [JBoss Portal] - Calling a portlet using JSP

2006-04-07 Thread susitha
Hi... I am calling a JSP page using a portlet. What I need next is to call to a servlet through that JSP page. Can I do it in the regular way( using http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935726#3935726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBoss Portal] - Update a database through a portlet

2006-04-06 Thread susitha
Hi! I am using JBServer-4.0.2 and JBPortal-2.0. I am going to update a table in a Oracle database. I am calling a jsp page to a portlet and thruogh that jsp file I am going to call a servlet to update the database. NewStudentDetailsServlet.java package classes; | | import java.io.*;

[JBoss-user] [JBoss Portal] - JBoss Portal forums error...

2006-04-04 Thread susitha
Hi... I am usin JBServer-4.0.2, JBPortal-2.0 and JBPortal-forums-2.0.1... After I logged as admin and submit my forum I got the following error! javax.servlet.ServletException: Servlet execution threw an exception | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appli

[JBoss-user] [JBoss Portal] - Login error...

2006-04-02 Thread susitha
Hi... I am usung JBServer-4.0.2 and JBPortal-2.0. I am using DatabaseServerLoginModule to login to the portal via a Oracle-Database. When I was logged in and after I click the "Edit your profile" link I am getting the following error... javax.portlet.PortletException: Not user object found |

[JBoss-user] [Clustering/JBoss] - Re: JRMPProxyFactory in deploy-hasingleton

2006-03-28 Thread susitha
Hi, What was the application that you were using? Was it an EJB? If so what kind of a bean? Did the failover and load balancing happened. Prabath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933070#3933070 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss Portal] - Re: JAAS Authentication

2006-03-27 Thread susitha
Hi... Should I need to write any EJBs to redirect the form to the required page? I have only another three weeks to complete this. So, can you give me another little help... Thanx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933008#3933008 Reply to

[JBoss-user] [Security & JAAS/JBoss] - JAAS Authentication (contd....)

2006-03-27 Thread susitha
Hi JUNKIE Remember meMy forum is forwarded to JBPortal forums. But, there are no replies. So, again I am asking a help from you... I have done the configurations you have told and now the logging is successful... But the thing is now I'm getting the same HTTP error Code: HTTP Stat

[JBoss-user] [JBoss Portal] - Re: CMS RDBMS Configuration error

2006-03-27 Thread susitha
Hi This is a common bug. So, can you please give me an reply to remove this bug... Thanx... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932998#3932998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932998 ---

[JBoss-user] [JBoss Portal] - CMS RDBMS Configuration error

2006-03-27 Thread susitha
Hi.. I am using JBServer-4.0.2 and JBPortal-2.0 and Oracle9i.. I have configured my CMS as in the Chapter5 of User guide and my configuration of jboss-service.xml is as follows. | | | | |

[JBoss-user] [JBoss Portal] - Re: JAAS Authentication

2006-03-26 Thread susitha
Hi JUNKIE I have done the configurations you have told and now the logging is successful... But the thing is now I'm getting the same HTTP error HTTP Status 403 - Access to the requested resource has been denied | | --

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Authentication

2006-03-24 Thread susitha
Hey Mr.JUNKIE This is my TRACE loggin file content... 2006-03-24 13:37:19,779 DEBUG [org.jboss.security.plugins.SecurityConfig] Creating jboss.security:service=SecurityConfig | 2006-03-24 13:37:19,779 DEBUG [org.jboss.security.plugins.SecurityConfig] Created jboss.security:service=Securit

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Authentication

2006-03-22 Thread susitha
Hi... Now I am getting the following error code HTTP Status 403 - Access to the requested resource has been denied Can somebody tell me what is the wrong with that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932029#3932029 Reply to the post : http://www

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Authentication

2006-03-22 Thread susitha
Hi! That was a mistake...I also tried that... But it didn't make any sense. I also add some login modules to auth.conf of client and add an auth.conf to server. /client/auth.conf . . client-login { org.jboss.security.ClientLoginModule required; }; portal { org.jboss.security.ClientLog

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Authentication

2006-03-22 Thread susitha
Hi! That was a mistake...I also tried that... But it didn't make any sense. I also add some login modules to auth.conf of client and add an auth.conf to server. /client/auth.conf . . client-login { org.jboss.security.ClientLoginModule required; }; portal { o

[JBoss-user] [Security & JAAS/JBoss] - JAAS Authentication

2006-03-21 Thread susitha
Hi all... I am using JBServer-4.0.2 and JBPortal-2.0. I need to authenticate users using JAAS. I have created two tables in Oracle database as Principals and Roles... SQL> desc Principals Name Null? Type - PRINCIPALID

[JBoss-user] [JBoss Portal] - Re: forums portlet error...

2006-03-21 Thread susitha
Hi.. I have deployed JBForums-2.0.1... But after I clicked the "default" link it gaves the previous error... as this... java.lang.IllegalArgumentException: One of the names is null at org.jboss.portal.common.FQN.(FQN.java:62) at org.jboss.portal.core.security.Scheme.get(Scheme.ja

[JBoss-user] [JBoss Portal] - Re: forums portlet error...

2006-03-20 Thread susitha
Hi I am using JBPortal2.0, JBForums2.0 and JBServer 4.0.2 Thanx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931481#3931481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931481 -

[JBoss-user] [JBoss Portal] - forums portlet error...

2006-03-19 Thread susitha
I am getting this error when I start the portal and click the forums link java.lang.IllegalArgumentException: One of the names is null | at org.jboss.portal.common.FQN.(FQN.java:62) | at org.jboss.portal.core.security.Scheme.get(Scheme.java:107) | at org.jboss.portal.core.securit

[JBoss-user] [JBoss Portal] - Re: Webdav

2006-03-15 Thread susitha
What I have done is the things that have described in the User Manual for Portal 2.0. I have done some configurations according to the Ch.05-CMS Portlet to configure slide store to use RDBMS. But it gave following errors when Portal is loading. 16:44:39,850 WARN [SlideTransaction] Commit f

[JBoss-user] [JBoss Portal] - Re: Webdav

2006-03-15 Thread susitha
Hi all... I need to transfer webdav store from file system to a Oracle database. How should I do it. I am using JBoss 4.0.2 and JBoss portal 2.0 Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930287#3930287 Reply to the post : http://www.jboss.c

[JBoss-user] [JBoss Portal] - Webdav

2006-03-15 Thread susitha
Hi all... I need to transfer webdave store from file system to a Oracle database. How should I do it. Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930286#3930286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss Portal] - User portlet

2006-03-09 Thread susitha
I'm using JBoss4.0.2 and JBoss-portal 2.0. I need to authenticate users using an Oracle database NOT by the file system or DefaultDS. How can I do it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929214#3929214 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [JBoss Portal] - Re: WEBDAV Content Transfer

2006-03-09 Thread susitha
Hi patrick... I am also tying to do this kind of work using a Oracle database. But could not find what are the configurations that I have to do... Thanx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929212#3929212 Reply to the post : http://www.jboss.com

[JBoss-user] [JBoss Portal] - Re: cms admin

2006-03-09 Thread susitha
Hi all I am using a Oracle database for this purpose.. Can somebody tell me what files should I need to configure... Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929210#3929210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBoss Portal] - Configuring the User portlet

2006-03-08 Thread susitha
Hi all I am using JBoss 4.0.2, JBoss portal 2.0 and Oracle9i. I need to authenticate users that have been created in a separate Oracle database server. I have already created User and User_roles databases. Can somebody tell me how to configure to authenticate users and add users usin that

[JBoss-user] [JBoss Portal] - Complete configuration of JAAS on JBOSS and PORTALS

2006-03-07 Thread susitha
I am using JBoss 4.0.2 and jboss-portal 2.0. Can somebody tell me the complete configuration of JAAS on JBOSS to use for user authentication by Jboss portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928406#3928406 Reply to the post : http://www.jboss.c

[JBoss-user] [JBoss Portal] - Re: Oracle configuration for JBoss

2006-03-06 Thread susitha
Can you please tell me where is that local.properties file is located? There is only local.xml file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928345#3928345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928345

[JBoss-user] [JBoss Portal] - Re: Oracle configuration for JBoss

2006-03-06 Thread susitha
Can you please give me a help to change that default configuration. Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928151#3928151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928151 -

[JBoss-user] [JBoss Portal] - Oracle configuration for JBoss

2006-03-06 Thread susitha
I am using JBoss-4.0.2 and JBoss-portal 2.0. I need to configure my JBoss portal to access to a Oracle9i database without the support of HSQLDB... I have done the configuration according to the JBoss manuals. I have changed oracel-xa-ds.xml | login-config.xml | | I have put oracle-xa

[JBoss-user] [Clustering/JBoss] - Re: Http session replication not happening in clustered envi

2006-03-05 Thread susitha
How did you check the load balancing? What were you using in your application (stateless session bean, Stateful etc.) Let me know in detail. -Prabath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928073#3928073 Reply to the post : http://www.jboss.com/index

[JBoss-user] [Clustering/JBoss] - Re: EJB and Http load balancing

2006-03-01 Thread susitha
The way i tested the load balancing is, I made several requests for the cluster and put large numbers to calculate in each of the browser instances. Then I checked the CPU usage of each node. Then node that we made the original request exhibited 100% of cpu usage and others didn't show any signi

[JBoss-user] [JBoss Portal] - Oracle Database connection

2006-03-01 Thread susitha
Hi... I am doing a project to access a Oracle database in a database server through JBoss Portal. I need to add users, give authentication to those users when login. Can somebody tell me how should I proceed to my target. I am using JBoss 4.0.2 and JBoss-portal 2.0. Thank you all... View the

[JBoss-user] [Clustering/JBoss] - Re: Sending requests for the cluster

2006-02-27 Thread susitha
I've gone through that wiki thing for several times. Sometimes i may be getting incorrectly, but it does not explain how to request. According to that the request should be made by calling to any node of the cluster and i did it but loadbalancing or failover didn't happen. I've problem with the

[JBoss-user] [Clustering/JBoss] - Re: EJB and Http load balancing

2006-02-26 Thread susitha
The other points are ok. That is I used defaultpartion and didn't make any configuraions there. I just made only "/=ture". I think that means i'm using default loadbalancing and failover policies. I deployed the ejb in the farm folder. Then it appeared in all the nodes in the cluster. (Also it

[JBoss-user] [Clustering/JBoss] - Re: EJB and Http load balancing

2006-02-23 Thread susitha
Thanks again. I'm having the problem with the central node of the cluster. As i think the cluster should be seen as a single machine to the outside world. In order to achieve this I believe we need something like a "cluster manager" in Oracle (i think here it is the dispatcher). The CODE that i

[JBoss-user] [Clustering/JBoss] - Re: EJB and Http load balancing

2006-02-22 Thread susitha
Thanks for the quick reply. I have already gone through the Clustering7 manual. First I built a simple EJB (stateless session bean) which includes a business logic of "Fibonacci number" generator. First I tested it and worked well. Then I added " true "in the jboss.xml (and also etc ). Then I ma

[JBoss-user] [Clustering/JBoss] - EJB and Http load balancing

2006-02-21 Thread susitha
Dear all, Let me know when we have stateless session bean do we need to do both EJB and http load balancing. http://wiki.jboss.org/wiki/Wiki.jsp?page=HTTPLoadbalancer doesn't explain it well. Also i need to what is the Hosts lists is. Is it the hosts in the cluster or the clients. (I think it

[JBoss-user] [JBoss Portal] - portlet-instances.xml

2006-02-21 Thread susitha
I am developing my own portlet to JBoss Portal 2.0. To deploy it I have created, jboss-portlet.xml jboss-app.xml portlet.xml myportlet-pages.xml myportlet-portal.xml portlet-instances.xml files I have put first four file into WEB-I

[JBoss-user] [EJB/JBoss] - Load balancing with JBoss

2006-02-21 Thread susitha
Dear all, What are the necessary configurations needed for EJB's load balancing in JBoss other than adding "" tag (and other stuff) in "jboss.xml" file. If some one can send me a sample code. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392525

[JBoss-user] [EJB/JBoss] - Deployment Descriptor for EJBs

2006-02-14 Thread susitha
I need to know what should be the additional deployment descriptor necessary for EJBs otherthan "application.xml, web.xml and ejb-jar.xml". That is similar xml file to the "weblogic-ejb-jar.xml" we are using in weblogic server. It is better if someone can provide me an sample code. View the orig

[JBoss-user] [JBoss Portal] - Portlet design in JBoss Portal

2006-02-13 Thread susitha
I am new to portlets. I am doing a project on portlets. O/S : Windows XP Jboss-release :jboss-4.0.3 Jboss-Portal: jboss-porlal-2.2 After I deployed the portal I am getting the follwing error when the server is Shutting dow

[JBoss-user] [JBoss Portal] - Re: Steps to deploy Portlet in Jboss Portal

2006-02-06 Thread susitha
Hi... I have written a small portlet application using JSR 168 API,portlet.xml and web.xml files. What is the next step of deploying my portlet in JBoss??? Please someone give me an immidiate reply... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921813#392

[JBoss-user] [JBoss Portal] - Re: how to run portlets in jboss (like jetspeed in tomcat)

2006-01-30 Thread susitha
I am using JBoss-4.0.0 and jboss-portal-2.0. After I deploy the portal as in the user guide I got some nasty errors. Please help me immidiately. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920592#3920592 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Portal] - Re: deployment of forums in portal 2.2

2006-01-25 Thread susitha
What is the DB should I use and what are the requirements to select the one from those four? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919734#3919734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919734 ---