vivek makode

Greenhorn
+ Follow
since Oct 01, 2001
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 vivek makode

Hi,
I have a example.csv file (comma separated values) containing millions of records generated from the SAP database.
I want to read this file and insert the same records into Firebird database.
If I use my current jsp based application to read and insert records then after few thousands of records the application terminates with ServletException.
If I use stand alone java program to read and insert the same, it terminates with outofmemory error.
What is the professional and best way to do this? Should I read the file part by part and insert accordinly?
Thanking you in advance

Hi All,
Why and when does this method throw an IllegalStateException?
The API says this...."If the response has already been committed, this method throws an IllegalStateException" .
What actually is meant by response already committed? how can i solve this problem?
KIndly respond. This exception has been bugging me since long in my current project.
Thanking you in advance.
Vivek
20 years ago
Hello All,
I am learning EJB-QL with Weblogic 7.0.
I have developed an entity bean with 2 finder methods.
findByPrimaryKey(Integer id)
findByName(String name)
i have written the query also during deployment process but in vain.
there is always an exception:
FinderException - No Data found
what could possibly be the error and why?
kindly help.
Thanks in advance
Vivek
Hi All,
How 2 go about weblogic security for EJBs?
The weblogic docs is not helpful.
can anyone please tell how 2 do it?
how does one map user registration 2 the roles and groups created?
please tell any resource or help me with some step by step example
I am using Weblogic 7.0
Kindly help
Vivek
21 years ago
Hello All,
I am developing a Data Transfer Application using JMS. It involves sending an automatically generated (from database)XML file to a remote server using JMS Queue. I am using Weblogic Server 7.0.
My (simple console) JMS client must have environment (Initial Context) installed on its pc for the messaging to take place.
Is it proper 2 have a fat client(with the environment) in this case?
What is the best way to do this? Is there any other alternative?
Also how does one use a JDBC persistent store in JMS? Any sample code?
Kindly help.
Thanks in advance.
Vivek
Hi,
Does anyone know
1. how and where (I am using Weblogic Server)to set a username/password pair for creating QueueConnection?
2. how 2 use JDBC persistence in JMS?
any sample codes available?
Kindly help.
Thanks
Vivek
21 years ago
Hello All,
I am developing a Data Transfer Application involving transfer of an xml file to a remotely located computer.
I am planning to use RMI and JMS(Message Driven Bean).
I am using JAXP for generating xml file from local database and then using RMI for transfering it to a remote Weblogic Server which is running a Message Driven Bean.
Can I use rmi protocol(using naming.lookup(rmi://remoteweblogicserver:7001)) in Java RMI client without Initial Context for remote access and t3 protocol at server side for internal transfer of that file to message driven bean?
I am facing difficulties with same. I am unable to use rmi one side and t3 on one side. It gives Connection Refused exception on either side when i test it in my LAN.
According 2 Weblogic documentation,weblogic.rmic is not generating the ImplementationServer_Proxy.class in my case.
Kindly help.
Can t3 be securly used for remote access over internet or intranet?
Thanks in advance.
Vivek
21 years ago
Hello All,
I have just started using JMS API. I am thru with simple pub/sub example.
But I am unable to store the message( an xml file in my case) using JMS FileStore.
I have created a directory on my local disk and a filestore in the JMS server configuartion.
The .xml file is not saved anywhere.
What extra settings if any are required? Does the sender code automatically saves the file or we need to do some extra coding for this?
Also how is a JDBCStore used?
Can anyone please help me in this regard?
Thanks in advance
Vivek

how do i open a existing "trial.doc" written thru FileWriter on an event?
reply soon
thanks
vivek
21 years ago
Hi,
has anyone used user defined html (select, form , input etc )tags in their projects?
if yes please let me know.
i am trying to develop them but am unsuccessful. i cant get to know how it is done.

please help.
thanks
vivek
21 years ago
JSP
Hi all,
Has anyone developed user defined html tags like form, input, select, body etc.. and used them in their JSP pages?
I have downloaded the jruntags.jar file from JRun which has all the tag handler classes needed for user defined html tags. I tried to make my own but it is not working.
If anyone has done it successfully ,please let me know all about it asap. How to develop and use it?
Thanks in advance.
Vivek
21 years ago
JSP
Hi all,
I am having 2 list boxes (using select tag of html)in my registration.jsp page.
one select tag : main account types
second select tag : sub types for each main account types.
first select tag is dynamically populated from the database. i have done it.
but when user selects the main account type from the first list box, the second list box should be automatically populated depending upon his selection in the first list box.
how can i do it efficiently?
i am trying with javascript but i am not fully successful.
please help
vivek
21 years ago
JSP
i am using <jsp:useBean> action to connect to the database.
is it ok?
what is the best or professional or an efficient way for connecting to the database while developing any web application using JSP, EJB etc?
please reply asap.
thanks in advance
vivek
21 years ago
JSP
Hi there,
Has anyone successfully executed any program involving inserting/retrieving/updating Java Objects in ORACLE thru user defined SQL types?
(The JPublisher generated java classes )
I have tried the sample programs in the Documentation but in vain.
I think there is some problem with Oracle installation.
Can anyone help? Has anyone worked with SQLJ?
Please reply asap.
Thanks
Vivek
Hello,
I have tried most of the solutions to rectify this problem but in vain.
I am getting the SendFailedException repeatedly. I am pasting the code here for kind perusal. If anyone has the solution please help me.

When I run the program from the prosy server (192.168.0.1) it works FINE but when I run it from a LAN pc it does not work and gives me UnknownHostException.

Kindly help me.
Thanks in advance
Vivek
22 years ago