Sindhu Kodoor

Ranch Hand
+ Follow
since Sep 03, 2010
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
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sindhu Kodoor

Hi Kathy and Bert, I really like reading your books, looking forward to read this one for my skill upgrade to Java 7 .
Thank you !
Never mind. removeNodes do not work for some reason. So, I switched to XmlParser.
11 years ago
I am very new to groovy , and I have a input request that is one of the test step of a test suite/Test case in soap UI 4.5.1, the requirement is to remove a node based on some conditional check and write back to the test step, here is the XML:


And I want to remove the node <Cover key="2"> So I wrote this groovy script in soapUIPro 4.5.1:



It prints done,but I don't see anything happening, so obviously I need to set the context or request? but did not find the right API docs for that, please kindly help anyone.
11 years ago
Hi Head First Servlets and JSP authors,

Is there a 3rd edition for this book with the latest Servlets and JSP spec 3.0 and 2.2 ? I would really love to have one.

Please post a reply.

Thanks ,
Sindhu
11 years ago
Hi Charles,

I bought the book from amazon, it is in detail and good. I have been reading it still, but my only complain is it is really heavy to carry around , is there a ebook ?

Thanks,
Sindhu
Hi,

Did anyone face issues while trying JAX-WS with Websphere 6.1.35 FEP onwards? In our project we used JAX-WS which was run through Websphere 6.1 and it said that the Webservice FEP is unavailable, we got that installed, but it did not recognize the end point URL though explicitly specified in the code, (with the Binding provider).

Also, I suspect if java 5.0 is a issue too with JAX-WS.

We had to switch back to Spring- WS.

To Deepak - Does your book cover the samples and difficult scenarios (I mean code examples) ?

Thanks,
Sindhu
11 years ago
Welcome Deepak
11 years ago
Hi,

I have a DB2 table , say for example the table name "Customer" , it has a column XML_DATA that has the entire xml loaded into each row, I need to write a select XMLQUERY, to extract all the customers with customer Id="ALL", for that
the query I wrote is :



But instead of filtering by customerId=ALL, it is returning all the records in Customer table, please kindly help me out.

Thanks,
Thanks for your reply, I had missed out one line

cd <<location path of the jar file>>

, now it works....
12 years ago
Hi ,

I am sorry if this topic is already raised somewhere else, I did search few places dint get this one, kindly help me write a bat file to run a simple executable jar file, I did start to write with the basic commands tutorial from the internet, I am not sure how to give the location of the jar file in the .bat :



The above code does not work, as it says

Unable to located test.jar



Kindly help me with this...
12 years ago
when I am using JEE 2.5 and deploy that on a websphere 6.1 , I get the following error :

" The server does not support version 2.5 of the J2EE Web module specification."
Hi ,

I am trying to develop a web application with J2EE 2.5 specification and using the Websphere 6.1 server for deployment in RAD. The error on deployment is that J2EE 2.5 is not compatible with Websphere 6.1, are there any plugins or Service packs for this problem?

Thanks heaps,
Sindhu
Hi Arul,

I am in Sydney and looking for job oppurtunities for a senior java developer role. Please let me know of any oppurtunities, will be sending an email to you tifopo@siriustechnology.com.au at this address.

Thank You,
Sindhu
13 years ago