Michael Bronshteyn

Ranch Hand
+ Follow
since Mar 26, 2002
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 Michael Bronshteyn

It looks like you have some custom made web service which is using some servlet to get the post.

I do remember using similar web service without WSDL. It was some awkward custom made web service which required posting xml document via HTTP. If this is your case, you can use HTTPClient and post xml.

But to make a long story short, you do need wsdl to use wsdl2java.

Hope it helps.

13 years ago
Hello,

I have wsdl file which uses the external xsd schemas. Is there a way to configure Axis 1.4 to display external schemas as they were "inline"?

Thanks a lot,
13 years ago
Did you make sure your Remote Start parameters for this managed server are correct?
17 years ago
Using Commons HttpClient solved the problem. Thus you can try the same approach. It should work for you.
Mock objects are great thing, but management people don't always understand what they do. Thus, if they don't see records in the database they may get concerned.

You can try to use local database and use your DAO objects to store and read data there from JUnit test classes. You would need to override the class which gets the connection to the database so you get your local connection. I used this approach for one of my projects and worked fine.
18 years ago
try Exadel Studio. They seem to have support for JSF projects and Eclipse.
Try "Junit In Action" book. It will take from "don't know at all" to "really good understanding" level in a week or two.
18 years ago
To answer your question, with limited success.

What you can do is to add the following jsp-params to jsp-descriptor to the weblogic.xml:

That will output the files into you work directory. You can try to add it to your debugger and try to set a breakpoint there. The problem is that sometime the breakpoint works, and sometime not.

Also, if you are using JSTL, the generated code looks much more complicated than just plain JSP.

Good luck.
[ July 28, 2005: Message edited by: Michael Bronshteyn ]
Try Exadel Studio http://www.exadel.com
18 years ago
Hello,

Does anybody use tool Agitar? If so, what is the experience? Is it better than using JUnit and Clover?

Thanks a lot.

Michael.
19 years ago
To debug servlet you need remote debugging capability. You can use jdb or get some java debuggers which will allow you to do so. Then you need to start your servlet container in the debug mode and attach your debugger to the servlet container. After that you can set breakpoint in your servlet code and debug as normal.
20 years ago
Sesame Street was on Soviet TV in late 80s. It was a popular show.
Speaking of Pavlik Morozov, I don't really know how much of his story is true and what was added by propoganda to brainwash people.
20 years ago

The comapny had created a small supply of the drug and were going to start clinical trials. But his children weren't selected. We said there was an understanding that they would be some of the firts to get treated. There were two problems. First, hopistals (who would run the trial) saw this as an ethical issue--the first people selected were children of the exec. Second, the children were 4 and 6, and most people felt the testing would go faster on younger children. Fatser testing implied earlier profits, and the corporation has a responsibility to its shareholders to maximize profits.


Some things don't make sense here. The people ( or children )who are selected for the treatment have to have medical condition suitable for the study. This is a not FDA-approved drug. Each company develops a protocol which the hospital has to follow. The age of the patients would be part of the protocol. There is not faster testing in this case either. The duration of the treatment depends on the medical condition of the patient and not what shareholders wish to do. Usually the company predefines those conditions, and duration of the treatment, in the same protocol. The hospital has no moral problems with the origin of the candidates for the study. Thus if those children would be qualified for the study, it would not matter if they are relatives of one of the executives.
Bottom line, I am sure that you are correct in your assesment of the story. I am not sure if the journalist who wrote the story made the things look more dramatic.
[ August 28, 2003: Message edited by: Michael Bronshteyn ]
20 years ago
San,
Try this book:
Getting started in Consulting by Allan Weiss, PhD
the book
As you get to Amazon, you will find similar books which would help you out. It is a complex thing to do and will take time. The books said that it should take at least 6 months before something positive is going to happen. I don't know if the figure needs to be adjusted for the current market.
In any case you can register yourself a small business and put it on your resume. It does not take much money and relatively easy to do. This way you can feel the gap of 18 months with something.
Good luck.
20 years ago