[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: servlet context problem.

2006-05-26 Thread Ayusman
Hi Griffith, yes I was talking in terms of Tomcat servlet container. Any suggestions on this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946738#3946738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946738 ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - servlet context of an jsp page.

2006-05-23 Thread Ayusman
Hi All, Please correct me if I am wrong. 1)Does tomcat 5.5 also provide an implementation of jsp specs? 2) In side an jsp if I write this.getClass().getName() then the class name I get is an implementation of servlet only? (I get something like org.apache.jsp_myjspname) So can I get

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - servlet context problem.

2006-05-23 Thread Ayusman
Hi All, I want to know is there are any errors in keeping my servlet class files inside the WEB-INF/classes folder or keeping it outside , say in another .jar file in the same application (i.e. ear file). Will the servlet context of the jsp page will be affected by this? Please suggest. View the

[JBoss-user] [EJB/JBoss] - getCallerPrincipal in EJBContext.

2006-03-27 Thread Ayusman
se suggest. Thanks Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933017#3933017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933017 --- Thi

[JBoss-user] [EJB/JBoss] - Re: setEntityContext method in EntityBean EJBs.

2006-03-22 Thread Ayusman
IF THE CODE IS SCRAMBLED, PLEASE COPY AND PASTE THE CONTENT IN A TEXT EDITOR. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931877#3931877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931877 ---

[JBoss-user] [EJB/JBoss] - setEntityContext method in EntityBean EJBs.

2006-03-22 Thread Ayusman
Hi All, I have an EJB that implements EntityBean. public void setEntityContext( EntityContext ejbCtx ) throws RemoteException { this.ejbCtx = ejbCtx; //this.ejbCtx is an EJBContext object. } I am trying to print several values of the 'EntityContext' that is being passed . Is

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: j2ee implementation.

2006-03-21 Thread Ayusman
Hi Griffith, that helped a lot. Thanks for this info. Thanking you, Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931751#3931751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - j2ee implementation.

2006-03-21 Thread Ayusman
implementation for the same? say for example the code for GenericServlet class. Any suggestions will be help full. Thanks and regards Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931549#3931549 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JNDI/Naming/Network] - Re: How do I get my server name at run time????

2006-03-14 Thread Ayusman
Thanks but can I also achieve this using, jmx-invoker-service also?? TIA Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930035#3930035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JNDI/Naming/Network] - How do I get my server name at run time????

2006-03-14 Thread Ayusman
HI All, How do I get my server name at run time programaticaly, i.e using a simple java program and if possible using an MBean service. Any pointers will be helpfull TIA Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393#393 Repl

[JBoss-user] [JBoss Eclipse IDE (users)] - Problem in deploying WAR application from Eclipse.

2006-03-07 Thread Ayusman
.0.28 logs. Apache Tomcat/5.0.28 I have already pointed the JDK to the JDK home. Any help will be appreciated. TA Ayusman. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928659#3928659 Reply to the post : ht

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

2006-02-16 Thread Ayusman
migrating ur application from weblogic to jboss!! ;-) Regards Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924482#3924482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [EJB/JBoss] - error in accessing ejb from a remote client.

2006-02-15 Thread Ayusman
Hi All, while deploying my ejb at a remote machine I am getting the below mentioned error. Any suggestions? C:\>java MyRemoteClient Some Exception Occured javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: error unmarshalling return; nested exception is:

[JBoss-user] [Beginners Corner] - Jboss XML file descriptions.

2006-02-08 Thread Ayusman
appreciated. Thanks Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922468#3922468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922468 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: How to create a DB pool in JBoss??

2006-02-08 Thread Ayusman
Thanks a lot for the help. Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922467#3922467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922467

[JBoss-user] [Beginners Corner] - port number of an JBoss server.

2006-02-06 Thread Ayusman
Hi All, can any one tell me if I want to change the current port my Jboss AS is running which XML file(s) I need to change? Currently my server runs on port 8080. Thanks and regards Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922003

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - How to create a DB pool in JBoss??

2006-02-06 Thread Ayusman
Hi all, I have successfully used an data source in the JBoss AS with Oracle 9i. What I want to know is how can i specify the Data base pool size in the Jboss AS, I mean which XML files and console need to be used. Thanks and regards Ayusman View the original post : http://www.jboss.com

[JBoss-user] [Beginners Corner] - Re: How to run a stand alone application client

2006-02-01 Thread Ayusman
://localhost:1099 java.naming.factory.url.pkgs=org.jboss.naming if putting this piece of code in your stand alone program does not work put this part in the "jndi.properties" file and then put this file in the class path. Thanks in advance Ayusman View the original post : http://www

[JBoss-user] [Beginners Corner] - Doubt in class access order.

2006-02-01 Thread Ayusman
does JBoss access?? Is there any good documentation regarding this available. Any suggestions will be help full. Thanks in advance Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920926#3920926 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Deploying an war file into JBoss4.0.0.

2006-01-05 Thread Ayusman
---classes | || | |simpleJavaClass.class | | | lib | | | web.xml I want to access the simpleJavaClass.class from the jsp test.jsp. Please suggest. Thanks and regards Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916004#3916004 Reply t

[JBoss-user] [EJB/JBoss] - Re: Stub error..

2005-12-28 Thread Ayusman
It helped. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914585#3914585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914585 --- This SF.net email i

[JBoss-user] [EJB/JBoss] - Stub error..

2005-12-26 Thread Ayusman
Hi All, I was writing a simple stand alone program that would call an deployed EJB on JBoss4.0.2. I am getting the following error. javax.naming.CommunicationException: Failed to retrieve stub from server 172.25.67.24:1100 [Root exception is java.io.StreamCorruptedException. I have the followi

[JBoss-user] [EJB/JBoss] - Re: Basic EJB question.

2005-12-14 Thread Ayusman
Hi Thanks for the reply. Can I get an example posted here. I am using JBoss 4.0.2. My EJB is deployed in the JBoss server. Thanks and regards Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912620#3912620 Reply to the post : http://www.j

[JBoss-user] [EJB/JBoss] - Re: java.lang.NoClassDefFoundError

2005-12-08 Thread Ayusman
Hi all, I wrote a small java program that will use the EJB that has been deployed (I believe that the following lines mean a successfull deployment) 21:11:30,664 INFO [EjbModule] Deploying First 21:11:30,851 INFO [EJBDeployer] Deployed: file:/C:/jboss-4.0.2/server/default/deploy/FirstEJB.jar 2

[JBoss-user] [EJB/JBoss] - Re: Basic EJB question.

2005-12-08 Thread Ayusman
Hi All, I wanted to ask a very simple question, Can I access an EJB that is deployed in an JBoss 4.0.2 server, by a simple java programe, by getting the initial context and URL. Please suggest. Thanks and regards Ayusman View the original post : http://www.jboss.com/index.html?module=bb&am

[JBoss-user] [EJB/JBoss] - Re: Deploying an ejb.

2005-12-08 Thread Ayusman
Yes I am now ablr to deploy the ejb. The console logs show my ejb name and deployed successfully. Thanks for reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911452#3911452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [EJB/JBoss] - Re: Re: Deploying an ejb.

2005-12-07 Thread Ayusman
JBoss and EJB problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393#393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393 --- This SF.net email is s

[JBoss-user] [EJB/JBoss] - Re: Deploying an ejb.

2005-12-07 Thread Ayusman
/aa_ejbintro2_2.htm Any suggestion will be appreciated. Thanks and regards Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=390#390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode