Eoin Li

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

Recent posts by Eoin Li

Thanks for your response. However, I check log file which is nothing changed after I did a web service call.

Well, I changed a little code to catch exception message in catch block, which tells strict -- The server sent HTTP status code 503: Service Unavailable. Actually, it works if I am calling this web service from the same machine (service and client).


Thanks,
I have a web service deployed to GlassFish server, then I generate a web service client in a different machine and write a client to test this web service out. However, when I called web service, there is the following exception occuring --

Exception in thread "main" com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code 503: Service Unavailable
at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.checkStatusCode(HttpTransportPipe.java:196)
at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:168)
at com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.jav


Could someone point out where it is going wrong?


Thanks,


I did use it and it is beneficial for me. I did not compare with others. Just because it is a little cheaper and it might not be the best and but it works for me.
Generally speaking, as long as you did your project on part II successfully, you will have no problem for part III. What I did is that I submitted my project and read my design in project II and SCEA forum and then assume some potential questions and organize answers. A week later, I took essay exam and I felt that I am very clear and calm in this exam. Well, I found out that I did not answer well for 1 or 2 questions, actually I did well in my design, however it might be language issue causing me misunderstand questions, I changed my mind in the middle of answering essay questions. Well, be confident and you will do well.
No one has experience before, everyone will grow from experience. In my mind, it depends upon company and team to allow you grow and contribute for company. You will make it as long as you keep working on it.
After waiiting for about five and half months to get my SCEA result with a "P" on April 26, it is painful to wait for result since there is an issue with data sync and test ID mess. I called Sun and then became Oracle for many times, finally Manager from Oracle (Sun certificate team) fixed my issue and graded my project and essay.

Thanks for your help from this forum. I learned from this forum and grow in my knowledge and experience from here.

My project is Build house.


I passed SCDJWS with 65% last Monday. My worst parts are in the last three sections. Well, I am pretty happy about it after 2 and half months study after work.


I use Mikalai Zaikin's study guide, Ivan A Krizsan study notes, Sang Shin online tutorial as well as Java Sun online mock exam. Thanks for MZ, Ivan and Sang.


14 years ago
For images, I use *.emf and images file size reduces a lot for my case.
My jar file is correct as scea-myPrometricCandidateID.jar. However, I made my index.html from MS word 2003 to comvert index.html.

When I use FireFox to review my link images (*.emf), it did not pop up my images (my diagrams). However it works from IE browser.

My question is which browser evaluators will use to evaluate SCEA Part II html file. I test my index.html and it is ok for IE browser and not compatible for FireFox Browser.


Thanks,
As you go, you will find a way to satisfy with your requirement. There is no problem for images file size as you choose appropriate image file type -- such as Jpg, JPEG, EMF, etc. I use EMF.
My solution is that there is zoom functionality shown in lower right corner after right click mouse button, you can zoom it to see clearly.

Thanks
When finishing index.html with linking to images file, I check link to images and open it -- most images are clear to show UML drawing and a few of them are fuzzy (not clear). How does evaluator read this images? If evaluators just click link to read images, not clear -- will he/she print out images?

Or how can I make my images clear?


Thanks,


Web service will be platform independent and language independent. If a web service is developed by using JAX-RPC, can I develop a JAX-WS client to invoke JAX-RPC?

Thanks,
15 years ago
I did as you said that exactly -- that is my udnerstanding.