sudharshan tettu

Ranch Hand
+ Follow
since Jul 17, 2006
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 sudharshan tettu

Hi
I want to do a simple animation, a ball bouncing on collision with the walls, this animation should keep on going.What is the best way to do it.
Currently i tried ObjectAnimator and set LinearInterpolator.But I dont see the animation smooth.
Any idea how its normally done in Android Gaming platform?
8 years ago
HI
I am using infinispa-core 6.0.2 final version and jboss6 and am always getting NoSuchMethod inside GenericeRegistry class.
Has anyone used infinispan with jboss?
What is the version of infinispan i have to use, I am on jdk6.
8 years ago
by the way which version of weblogic are you using?
10 years ago
Hi Abhay
Unfortunately I cannot copy the wsdl and saop here.
Any idea if jaxb is compatible with weblogic 9.2 or not? am using weblogic 9.2 and jaxb 2.1...everything executes fine but at the end wsdl has no change its generating exactly as it field names are.

Regards
Sudharsan
10 years ago
Hi abhay I tried your suggestion and am using ant task jws even though no errors while building but when I check the wsdl after generations the fields are still the same
10 years ago
thanks a lot abhay ,but one query what about if my fields are all in a POJO.
But wheenver i annote it, it says invalid location of webparam

for example

public class User{

@WebParam(
@WebParam(name = "user-id") String userId;

//getter setter

any idea on this?
10 years ago
Hi
I have one requirement, in my SOAP i have to use fields which has - (hiphens) , which cannot be used in Java objects as field names .
For example <ValidatePinRequest>
<user-pin></user-pin>
<user-id></user-id>
</ValidatePinRequest>

And in my Java Object i have a class ValidatePinRequest ,and it has fields userPin, userId ( i cannot name it user-pin,user-id).
Is there anyway we can use webparam annotation to map it ?

thanks in advance.
10 years ago
Hi Mz,
do you know a way where we can read keystore in java class ,which is installed on Websphere
For example infra team installed .p12 file on websphere, I want to read it in my java class to pass it to javapns api which actaully pushes notification to ipads
and this api expects .p12 file as inputstream
10 years ago
Hi mz,
sorry for late reply..But my actuall
10 years ago
Hi
I want to use javapns api to push notification to iPADs from my web application.

This is how its written
Push.payload(payload, keyStore, PASSWORD, ISPRODUCTION, TOKEN1);

is there anyway I can read certificate from the server in my java program? I am using Websphere 7. I have installed the cert on it
How can i make use of it ,instead of packaging the .p12 file in the jar and referencing it in keyStore parameter.
It always throws SSl Handshake error

Is there anyway to interpert what certificate is being sent
10 years ago
is someone there to help me on this?
I have been struck for few days...
10 years ago
iOS
Hi
I want to use javapns api to push notification to iPADs from my web application.

This is how its written
Push.payload(payload, keyStore, PASSWORD, ISPRODUCTION, TOKEN1);

is there anyway I can read certificate from the server in my java program? I am using Websphere 7. I have installed teh cert on it
How can i make use of it ,instead of packaging the .p12 file in the jar and referencing it in keyStore parameter
10 years ago
iOS
Hi
As part of my project i have added tiles-servlet and tiles-core in my spring application , this has enabled commons-logging ( overriding log4j) , and its logging lots of unwanted lines (debug) how can i turn it off
I think its not considering log4j instead.

Thanks
Thanks Peter
But they are using axis's jar. do you have idea what jar IBM RAD uses to generate a jax-rpc based client? so i can also use the same thing to generate using maven.

Regards
Sudharshan Tettu
11 years ago

Hi
Can some one help me with generating client from wsdl ,by jax-rpc using maven ?

Thanks
Sudharshan Tettu
12 years ago