sripad_devaraju

Greenhorn
+ Follow
since May 15, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sripad_devaraju

My question is as follows
I have a vrml file which is displaying couple of cyleders.I am importing this vrml into java3d.up to this everything is working fine.
Now I have to change the lengths of cyleders programetically.is there any way I could work with these cylenders?
I appreciate your answer
Thanks
Sripad
20 years ago
Basically, JBoss is an application server written in Java that can host business components developed in Java
for moreinformation go to www.jboss.org/overview.htm
21 years ago
could you put your complete system configurations,
like Operating System
21 years ago
have you jdk1.3
21 years ago
Hi Guys,
I have a data base in Ms-access.I created a data source for that.I want to access that data source from my stateless session bean(or from any other session or entity bean ).so could any body let me know How to configure that data source with Jboss3.0.what are steps involved?
I would be thankful to you if you let me know the atleast source(i.e. Link)where this details are explained clearly.
I checked Following link,but I could not understand anything
http://www.jboss.org/online-manual/HTML/ch03s12.html
and
http://www.jboss.org/online-manual/HTML/ch03s13.html
Thanks
Sripad
Hi,
I am new to Jboss. I have written Hello World session bean. And deployed successfully. I have also written a simple client application. but while running Client application I am facing following exception.
Javax.naming.NoIntialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: Java.naming.factory.intial
To rectify this I have Taken following actions.But couldnt find any solution
1.I wrote a jndi.properties files as following.
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=localhost:1099
java.naming.factory.url.pkgs=org.jboss.naming rg.jnp.interfaces
I did put path of this file in my classpath Environment variable
2.I did put folloing files in class path.
c:\jboss-3.0.0_tomcat-4.0.3\jboss-3.0.0_tomcat-4.0.3\lib;
c:\jboss-3.0.0_tomcat-4.0.3\jboss-3.0.0_tomcat-4.0.3\client\jnet.jar;
c:\jboss-3.0.0_tomcat-4.0.3\jboss-3.0.0_tomcat-4.0.3\client\log4j.jar;
c:\jboss-3.0.0_tomcat-4.0.3\jboss-3.0.0_tomcat-4.0.3\client\jnp-client.jar;
c:\jboss-3.0.0_tomcat-4.0.3\jboss-3.0.0_tomcat-4.0.3\client\jbossmq-client.jar;
c:\jboss-3.0.0_tomcat-4.0.3\jboss-3.0.0_tomcat-4.0.3\client\jboss-client.jar;
C:\jboss-3.0.0_tomcat-4.0.3\jboss-3.0.0_tomcat-4.0.3\client\jboss-j2ee.jar;
C:\Hello World\resources\jndi.properties
I am working on jboss3.0.0 and Tomcat. Operating System is Windows 2000 server.
Actually this example is from ? Developing EJB2.0 Components by Praveen Tulachan?s book Chapter 4(http://www.j2eebootcamp.com)
Thanks
Hi
guys,
I am new to ejb and jboss.I am working with a session been.i Deployeed that been. but while compiling client I am facing follwing Exceptions.
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/net/SocketFactory
at org.jnp.interfaces.NamingContextFactory.getInitialContext(NamingContextFactory.java:38)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:665)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
at javax.naming.InitialContext.init(InitialContext.java:222)
at javax.naming.InitialContext.<init>(InitialContext.java:178)
at org.jboss.docs.interest.InterestClient.main(InterestClient.java:27)
Exception in thread "main"
my working environ ment is as follows
os:win2k
ejb Container:jboss-3.0.0_tomcat-4.0.3
I would be thankfull to you if you could give me a solution.
Thanks
Sripad
Hi friends,
I want to integrate tomcat4.0.1 with IIS5 on Windows 2000 platform.for this in IIS I am setting ISAPIFilter.to set this i am giving path of isapi_redirect.dll's path.but i am not getting green up sided arrow beside that.it always showing red down sided arrow.I tried multiple times by restarting IIS,stoping and restarting IIS etc.but they are not working out.
I would be thankful to you if you could give me a solution.
Thanks
21 years ago
Hi friends, I need urgent help on MQ Series,tomorrow I have an interview on MQ Series,I would be Thankfull to you,If you let me know what might be interview questions on MQ SERIES,and also please let me know where i have to go for MQ Series FAQS.
Thanks
sripad
21 years ago
Hello guys,
I have a servelt which i want to run in sertain intervals(say once for every hour)autometically, Is there any way to shedule it in an application server,I am using Resin applicaton server.
Thanks
sripad
21 years ago
hey guys

I have a requirement to read a web page (third part) and read certain data (Parse out some data) to store into the database. Do any of you aware of any tools to make this task easier?
I appresiate all you help in this regard.
-Sripad
21 years ago
Hi
I developed an application to send html emails using Java Mail Package. In that application I am storing all my email addresses in a database. So application reads each email address from data base and sends mail to that address. Application is working good.
But application is taking nearly 30 seconds to send mail to each recipient. Can any body tell me how can I improve speed.
Thanks
21 years ago
Hi Guys,
my problem is like this,
I am dynamically generating a html page using servlet.I don't want to send this HTML code ro browser(which parses it and display HTML page),insted i want to send HTML code to a text file(using file object in java.io package).I am not getting how to write it?
I would be thankful to you if any of you guys could clear my doubt ASAP.
Thanks
21 years ago