obfuscated jar

Hi,

I have a issue with obfuscated jar ,

when i use normal jars on client side and server side i am able to authenticate a user

but when i use obfuscated jar on client side and normal jar on server side i am not able to authenticate

I am facing problem called operational failed exception

Please help me asap

[347 byte] By [kranthi381a] at [2007-11-27 8:59:12]
# 1
Check you have clearly defined -libraryjars options in build.xml for your libraries.
JL.Nayaka at 2007-7-12 21:26:18 > top of Java-index,Java Essentials,Java Programming...
# 2
Don't obfuscate your JAR then, or at least make sure the obfuscation doesn't rename class members.
CeciNEstPasUnProgrammeura at 2007-7-12 21:26:18 > top of Java-index,Java Essentials,Java Programming...
# 3
HI, i have Checked clearly defined -libraryjars options in build.xml for my libraries.no isuues in thatit is correctthen where can be problem
kranthi381a at 2007-7-12 21:26:18 > top of Java-index,Java Essentials,Java Programming...
# 4
Hi,i am not renaming any class members i am just obfuscating class names.
kranthi381a at 2007-7-12 21:26:18 > top of Java-index,Java Essentials,Java Programming...
# 5
Hi,if any 1 as solution for this problem let me know as soon as possibleplease
kranthi381a at 2007-7-12 21:26:18 > top of Java-index,Java Essentials,Java Programming...
# 6
Is there any exception is thrown or some thing else. Whats happening at the time of authentication ?
JL.Nayaka at 2007-7-12 21:26:18 > top of Java-index,Java Essentials,Java Programming...
# 7
I am getting error CSSTokenNotAcceptedException: Token is invalid, authentication failedi will get it only client side not on server side
kranthi381a at 2007-7-12 21:26:18 > top of Java-index,Java Essentials,Java Programming...
# 8
Can you show your obfuscation target ?
JL.Nayaka at 2007-7-12 21:26:18 > top of Java-index,Java Essentials,Java Programming...
# 9
i think its bcos the obfuscated jar checks for some tokens passed in from another source (another application), which is not a valid token and therefore is rejected. Just chk whether u r passing those tokens to the client side or not..
vinayak_ra at 2007-7-12 21:26:18 > top of Java-index,Java Essentials,Java Programming...