[JBoss-user] [JBossWS] - Did not understand

2006-04-17 Thread arvind_pv
Hi Everyone, I'm working on Web Services security using Wss4j 1.0 with Apache Axis 1.3 and JBoss 4.0.3 SP1. I followed the instruction given in the below mentioned site http://ws.apache.org/wss4j/axis.html But when I'm running the client program I'm getting the below exception i.e.

[JBoss-user] [JBoss Portal] - Custom Portlet personalization

2006-04-04 Thread arvind_pv
Hi Everyone, Is it possible to develop a user defined custom portlet personalization in JBoss portal 2.2. Ex: - For a User A we need to all show portlets present in application. For a User B he can define what portlets need to shown when ever he login into the application. Please give me

[JBoss-user] [JBoss Portal] - Help needed on Portlet Personalization

2006-03-23 Thread arvind_pv
Hi Everyone, For my application, I need to show some portlet to some set of users. Please provide me some ideas on how to do it in JBoss Portal 2.2 server. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932068#3932068 Reply to the post :

[JBoss-user] [JBoss Portal] - Applying Filters for Portlets

2006-03-09 Thread arvind_pv
Hi Everyone, Please guide me on how to use filters (similar to the servlet filter) in portal application. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929219#3929219 Reply to the post :

[JBoss-user] [JBoss Portal] - Accessing HttpSession in Portlet Class

2006-02-22 Thread arvind_pv
Hi Everyone, I need to access HttpSession in Portlet class and also I need to access the PortletSession in Struts Action class Please help me how can I do it. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925762#3925762 Reply to the post :

[JBoss-user] [JBoss Portal] - SSO configuration in JBoss

2006-01-26 Thread arvind_pv
Hi Everyone, Please help me how do I configure Single Sign On (SSO) in JBoss Portal Server. I couldn't find any thing on this. Can someone please throw out their ideas on implementing the SSO in JBoss Portal Server? Thanks View the original post :

[JBoss-user] [JBoss Portal] - Re: Regd : WSRP Implementation in Portal 2.2

2006-01-09 Thread arvind_pv
Thank you chris for replying to my query. I was in a dilema how to configure the WSRP support in JBoss as there is no documentation. Once again Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3916578#3916578 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Inter Portlet Communication

2006-01-06 Thread arvind_pv
I thank you for watching my query and giving response to it. As per you instructions, I did the same thing i.e. I have placed my jar file in the below given folders, but it's not working, it's giving me the same exception. 1) jboss/server/default/lib 2) jboss/lib 3)

[JBoss-user] [JBoss Portal] - User's Login in Portal Application

2006-01-06 Thread arvind_pv
Hi Everyone, For my requirement, I need to display the Login Page first when the user access it for the first time and after verifying his details with the database he should be redirected to the home page which contains 5 portlet windows. Any further actions on any portlet present in the

[JBoss-user] [JBoss Portal] - Inter Portlet Communication

2005-12-28 Thread arvind_pv
Hi Everyone, I have two portlets in my application which will communicate with each other. Portlet communication is working fine with PortletSession. I'm deploying my application in deploy folder bundled as enterprise archieve. I have seen the example of JBoss which is available in

[JBoss-user] [JBoss Portal] - Regd : WSRP Implementation in Portal 2.2

2005-12-26 Thread arvind_pv
Hi Everyone, As per the JBoss Portal Webinar presentation, WSRP is going to be implemented in Portal 2.4 which will be released in the month of March 2006. But I have downloaded the JBoss Portal Source Code, in which there is a package available callled by wsrp. So I think Jboss Portal 2.2

[JBoss-user] [JBoss Portal] - Accessing Remote Portlets in Portal 2.2

2005-12-19 Thread arvind_pv
Hi All, How do I access Remote Portlets (hosted on different Servers) in my application and what are all the configurations files that are needed specific to JBoss Portal Server. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913328#3913328 Reply to

[JBoss-user] [JBoss Portal] - *-object.xml dtd or schema

2005-12-14 Thread arvind_pv
Hi All, I'm not able to access my application using the below given URL's 1. http://localhost:8080/portal/helloworldsample 2. http://localhost:8080/portal/portal/helloworldsample When I tried to access it, its showing me the JBoss Portal server application. Here are my JBoss Server details 1.

[JBoss-user] [JBoss Portal] - Re: *-object.xml dtd or schema

2005-12-14 Thread arvind_pv
Hi Roy, Thank you for giving response to my query. Here are my details 1. I'm trying to create a new portal instance. 2. Below is the XML file that currently I'm deploying. helloworldsample-object.xml | ?xml version=1.0 encoding=UTF-8? | deployments | deployment |

[JBoss-user] [JBoss Portal] - Re: Can't start jboss portal 2.2rc2

2005-12-13 Thread arvind_pv
Hi, I have downloaded the JBoss Application server i.e. JBoss - 4.0.3SP1 and the JBoss Portal i.e. jboss-portal-2.2.0RC2 zip file, after extracting the zip i.e. (jboss-portal-2.2.0RC2.zip file), I copied the below mentioned files to JBOSS_HOME/server/default/deploy folder 1. jboss-portal.sar

[JBoss-user] [JBoss Portal] - Accessing Portal using Context name

2005-12-09 Thread arvind_pv
Hi Everyone, I'm devloping an application using the JBoss Portal Server. I'm facing the problem while accesing the application using the context name (i.e. http://localhost:8080/portal/mysample) But I'm able to access the application using the below given URL

[JBoss-user] [EJB/JBoss] - Re: Calling an EJB method each day

2005-12-01 Thread arvind_pv
Hi, In our application we haven't use the ejb timer. We used the Jdk Timer class and it's working fine. We called the Timer using the startup servlet, which will the call the timer for predined time interval. From the timer class we used to call a Stateless session bean. Arvind View

[JBoss-user] [EJB/JBoss] - Local EJB Lookup

2005-11-30 Thread arvind_pv
Hi EveryOne, When I'm trying to look up the Local EJB through a Servlet and I'm getting the java.lang.ClassCastException. Here is my Client Code | try { | Context context = new InitialContext(); | Object object = context.lookup(LoginSLHome); | logger.info(Object :::

[JBoss-user] [JBoss Portal] - Re: processAction in Jboss portals

2005-11-28 Thread arvind_pv
Hi, I'm also a newbie to the Portal Specification, please check the code given below. | public class SearchPortlet extends GenericPortlet { | private boolean resultsFlag = false; | public static final String VIEW_RESULT = /jsp/Results.jsp; | public static final String

[JBoss-user] [JBoss Portal] - Re: processAction in Jboss portals

2005-11-28 Thread arvind_pv
Hi bsmithjj, I thank you for giving me valuable suggestion. Arvind View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3909463#3909463 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3909463

[JBoss-user] [JBoss Portal] - Custom Layout Help

2005-11-25 Thread arvind_pv
Hi Everyone, I'm a newbie and exploring on JBoss Portal server and I'm successful in executing the helloworld example. I followed the reference document given in JBoss docs for creating a template. I want to create a template which is of the form given below 1) User has to login first and

[JBoss-user] [Clustering/JBoss] - Deployed as CLUSTERED but not a single clustered-invoker is

2005-08-07 Thread arvind_pv
Hi all, I'm getting below given message on server startup. deployed as CLUSTERED but not a single clustered-invoker is bound to container In jboss.xml, i have configured as | session | ejb-nameAuthenticationSLEJB/ejb-name |

[JBoss-user] [JNDI/Naming/Network] - JNDI Lookup in Cluster Environment

2005-08-06 Thread arvind_pv
Hi all, We have developed our application on a Weblogic server and right now we are migrating to JBoss. I have gone through the tutorials of Jboss Cluserting. And I'm testing my application in Jboss clustering environment and my application is failing and this is happening because od JNDI

[JBoss-user] [Installation Configuration] - Regd : Port Number

2004-11-19 Thread arvind_pv
Hi all, i have created a two seperate instances of JBoss (EJB Deployment) and in one instance i have not changed any port numbers, but in other application i have changed the all port numbers of sample-binding.xml. Even after changing it, I'm getting the error as Address is in use : JVMBind.

[JBoss-user] [Installation Configuration] - Running two instances

2004-11-19 Thread arvind_pv
Hi all, I want to run two instances of JBoss at the same time on the same machine without any error. thanks arvind View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855790#3855790 Reply to the post :

[JBoss-user] [EJB/JBoss] - Regd : deployment

2004-11-19 Thread arvind_pv
Hi all, I need to deploy two applications at the same time in JBoss 4.0 can any one help me thanks arvind View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855792#3855792 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Regd : JMS Configuration

2004-11-18 Thread arvind_pv
Hi all, I'm deploying two applications in JBoss 4.0. Each application has got 3 MDB and their type is Queue. this is code present in ejb-jar.xml message-driven ejb-nameMailSenderEJB/ejb-name ejb-classcom.applabs.ghx.globalbrowser.beans.MailSenderBean/ejb-class

[JBoss-user] [Beginners Corner] - Regd : my application jar path problem

2004-11-18 Thread arvind_pv
Hi all, I'm deploying ear file in JBoss and in that ear file we have a war file and the servlets and other classes are put into a jar file and placed it in the WEB-INF/lib directory, when I'm testing my web application, it's giving error and the error is java.lang.NoClassDefFoundError error.

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Regd : JMS Configuration

2004-11-18 Thread arvind_pv
this is the first application status message after that i should display the second application status message but it's not displaying it. JBoss is extracting the second application files to the folder,but when I'm accessing it, it showing it as 404 status message 19:11:42,700 INFO

[JBoss-user] [Messaging, JMS JBossMQ] - Urgent : JMS Configuration Help

2004-11-16 Thread arvind_pv
Hi all, I'm getting this error i.e. ERROR [org.jboss.ejb.plugins.jms.DLQHandler] Initialization failed DLQHandler javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not bound. And in my application I'm using Queue MDB and I have followed this procedure to configure