selvas kumars

Ranch Hand
+ Follow
since Jan 06, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by selvas kumars

Hi folks,
while Launching the web based administration interface by typing the URL http://servername:9090/admin I get an error in browser as "The web group /admin has not been defined". what are shellscripts I have to run on the server other than startupServer.sh.
Thanks,
silva.
21 years ago
Hi all,
I had run ejbdeploy command and able to create the jar file which contains stud and skeleton files. Then how to create a .ear file and where to place the ear file in the server. I have to run any shellscript on WAS to do this work.
Thanks,
silva.
21 years ago
Hi folks,
How to generate ibm specific files for ejb module?
Thanks,
silva.
21 years ago
Hi,
In a ejb call, what would be best argument type to pass xml?? It should be InputStream or String type?
Thanks & Regards,
silva.
Hi all,
i am throwing an Exception from the bean method and in the client i am receving it as null.
what might be the reason for this?
The exception which is thrown is BusinessException which extends Exception class.

The code snippet for BusinessException is as follows
class BusinessException extends Exception{
public BusinessException(String exp){
super(strMessage);
}
}

i am calling as
throw new BusinessException("Invalid data");
Thanks,
silva.
Thanks murali.
sorry, my code is like the below. strFileName holds the file path. This method is executed on unix machine.
final File path = new File(strFileName);
System.out.println("path is "+path.getPath());
String strImgList[] = path.list();
strImgList value is null. what might be the reason for this??
Hi all,
I am trying to read a list of files from the filesystem inside a method of class say A1. This
objectA1 method is called by a bean method.
It is not able to list the files, but able to print the path.Is that inside a bean we can't acess the file system?? code snippet is below.

final File path = new File(strFileName);
System.out.println("path is "+path.getPath());
String list = strImgList = path.list();
list value is null.
Thanks,
silva.
Is there any way i can transform one xml file (adhering to dtd) in to another xml file (adhering to differnt DTD)..
Is there any way we can tansform the xml document with the given two DTD's??
Thanks,
silva.
22 years ago
Hi,
Anybody had worked Drag & Drop on Mac(doing copy or move ) ?? If so do give a sample file or link having these operations .
In windows CTRL+mouse is doing copy
mouse drag is doing move.
Similarly i want to do the same copy,move opeartions on mac.How to go about it??
Thanks & Regards,
silva.
22 years ago
Hi folks,
my requirement is like from main thread i will start
new thread ,Once the new starts the main thread has to be in wait
state..and once the new thread stops i have to start the old one again How to go about it..
The following is where i require..
1)From the main program i will call a Jdialog window.Now the main thread had to wait. The JDialog has to be in a seperate thread, once i click yes or no, then main thread to continue its execution.How to go about??
Thanks & Regards,
silva.
Hi folks,
is it possible to have a icon at the left corner of the window, because no such method in Jdialog is provided to place the icon.
Thanks,
silva.
22 years ago
Hi folks,
had anyone tried drag & drop in mac..if so can give some links or examples.
Thanks,
silva.
23 years ago
Hi folks,
How to bring the focus to the JTextpane without mouse click inside the component??i had tried out calling requestFocus(),transferFocus() nothing seems to work ..Is this a
problem because of swing ??
Thanks ,
silva.
23 years ago
Hi folks,
How to bring the focus to the textpane without mouse click inside the component??i had tried out calling requestFocus(),transferFocus() nothing seems to work ..Is this a
problem because of swing ??
Thanks ,
silva.
23 years ago