Help Required in JAVA CVS

Hai

I am using java cvs for my application.First i created the pserver

connection its work well in stand alone code but when I am using this code in jsf (Using Sun Studio Creator ) . the code below take my application in a non stoping loop on browser ,where browser is waitting for reply .....and the progress bar is rotating continuesly ....pls help me

Thnx in advance

Here is my Source Code

try{

PServerConnection c =new PServerConnection();

PServerConnection connection = c;

Scrambler scrambler = StandardScrambler.getInstance();

c.setUserName("username ");

c.setHostName("host name ");

c.setRepository("/repository name ");

c.setEncodedPassword(scrambler.scramble("password "));

c.open(); // this code is not running properly

System.out.println("connection created");

}

catch(Exception e)

{

System.out.println("connection not created");

e.printStackTrace();

}

Regards

Raviraj Gangrade

[1033 byte] By [RAVIGANG1981] at [2007-11-26 10:06:11]
# 1

Please check online help:

http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/2upd ate1/vcs-nb/vcs_cvs.html

and

Source Code Control Features in the Sun Java Studio Creator 2 IDE

http://developers.sun.com/prodtech/javatools/jscreator/reference/fi/2/source-co de-control.html

Rradhika at 2007-7-7 1:44:21 > top of Java-index,Development Tools,Java Tools...