Somnath Mallick

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

Recent posts by Somnath Mallick

Hello Everyone,

I am fairly new to XQueries. So recently i was working on an application, which uses JAVA/XML/Xquery. I wanted to know what is the best way to debug XQuery, like find out which variable has what value and which function is called. The Xquery is being called by the Java application to process an XML input. I am not sure what else info i can provide. If you need any, please ask.

I was looking at the trace option, but not sure how to use it. I was thinking it would work if i was using the the XQuery on its own.

PS: I hope i posted it in the right section. I thought of posting it into the Java section. Please move the thread if needed.
ArrayList is not a worry for me! Arrays are!
My only problem here is Arrays! I hate that stuff! ArrayList FTW!

Somnath Mallick wrote:Also in the book I saw that the questions had the number of answers to select mentioned in them. Is the real exam like that? I would think Oracle wont be that generous!



Can you tell me about this one?
Hi Everyone,

I finally decided to take the plunge and get my certification done (1Z0-803). Got some spare time from project work and work pressure is low over the next two months.

I have read through the Mala Gupta book and finished the mock exam. I did really well in fact in that mock exam. Better than i hoped i would. But one thing i have to say, IDEs have ruined my basics! :P

I needed help in looking for some more mock exams so that I can really know where I stand. Can any help me with those.

Also in the book I saw that the questions had the number of answers to select mentioned in them. Is the real exam like that? I would think Oracle wont be that generous!
Well I can view the WSDL and everything just fine on the browser. Not sure what is causing this. If you need more info, just let me know. Code and stuff I mean.
11 years ago
Hello All,

I needed some help fixing this issue that i am facing currently with WS class. When i execute the client i get this exception. I googled for a solution, but done seem to find anything that would help.

The exception that i see is this:


I have deployed my WS in Tomcat. If you need the code and the WSDL, let me know, I would provide it.
11 years ago
Where is the edit button??

Anyways, I see this error in the console:

11 years ago
Well i deployed the code on Tomcat. Then started the application on a browser. Went to the Services section, then got the wsdl URL from there. And copy pasted it on another tab.

This is what i saw in the browser as the WSDL URL:

http://localhost:9090/WSTestOther/services/WSNewTestImplService
11 years ago
No, I haven't reached that far yet. I see this error when i try to open the wsdl file in a browser.
11 years ago
Hello all,

I started learning Web Services. I wrote my first piece of code from the example that was given in the book. But when i run it, it does not behanve the way its supposed to! I see the wsdl file generated and see the error:



I googled for this, but could not find too many concrete stuff. The one's i found did not help.

Here is the WSDL file:





I am not sure what other information to provide, if you need anything just ask. I am using Tomcat 7.0
11 years ago
Noooooooooooo..... I am being pushed into the darkness!

Going through the Ant Junit source code should be tough!
11 years ago
I created a custom runner to skip test cases. I was looking for some information on how to skip JUnit test cases, and came across custom runners, so i coded myself one by looking at online guides.
11 years ago
This is a complete new API for me. Any pointers on how to use this?
11 years ago