Rasika Chitnis

Ranch Hand
+ Follow
since Jun 19, 2001
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 Rasika Chitnis

specificallyu, the Clientgen in WebLogic 8.1 not able to generate client stub java code with the WSDL generated from WebLogic 9.1�s jwsc webservice generation utility. Following is a snippet of the error log. Any help will be highly appreciated. Thanks.

build-client:

[clientgen] Generating client jar for http://localhost:7001/webservice/MAC/Metho
dsAccessControl?WSDL ...
[clientgen] WARNING: Map ['http://elexnet.bah.com/methods']:ArrayOfint_literal i
ncompliantly with JAX-RPC, mapping to a Java array of .int
[clientgen] WARNING: Map ['http://elexnet.bah.com/methods']:ArrayOfMethodUserTO_
literal incompliantly with JAX-RPC, mapping to a Java array of com.bah.elexnet.s
erver.to.MethodUserTO
[clientgen] C:\Documents and Settings\525328.ROCKIT\Local Settings\Temp\test.jar
198043065\com\bah\elexnet\methods\client\accesscontrol\MACSPortType.java:15: par
ameters is already defined in unArchiveUser(com.bah.elexnet.methods.UnArchiveUse
r,com.bah.elexnet.methods.holders.UnArchiveUserResponseHolder)
[clientgen] public void unArchiveUser(com.bah.elexnet.methods.UnArchiveUser pa
rameters, com.bah.elexnet.methods.holders.UnArchiveUserResponseHolder parameters
)
[clientgen]
17 years ago
Hi folks,
We are experiencing problems in invoking Web Services deployed in Weblogic 9.1 from Weblogic 8.1. Has anyone done something similar? I would very much appreciate sharing your experince.

Thanks
Rasika
17 years ago
I have seen many threads here and also on TheSeverSide.com that discuss strategies for paging the result set for large search operations. But it did not mention how to handle sorting with paging. Any body has any good ideas about implementing paging with sorting?
thanks
What is the latest on revised exam ? When will it be out ? I am eagerly waiting for it since I decided not to take the current version. As someone pointed out, if the beta version is not out yet, what are the chances that the real exam will be available by Q1 or even Q2?
thanks
Stanley, after reading your response, I am wondering, how is this different than a RMI or EJB invocation ? Isn't EJB or a Remote Object fit your definition of providing services over Internet ?
thanks in advance
21 years ago
I found many people in this forum recommending this tutorial. It seems this is a very good example for J2EE architecture. However, I did not find it on sun's web site. I found another example called 'Duke's Bank Application' under the J2EE tutorial. Can anyone let me know the URL for Pet Store example ?
thanks in advance.
I just browsed through this forum for the purpose of finding out if there is any one book that is comprehensive enough for all parts of the exam, or at least for part I.
I found following two books being referred to by some people :
Sun Certified Enterprise Architect for J2EE Study Guide (Exam 310-051) Paul Allen Joseph J. Bambara
Sun Certified Enterprise Architect for J2EE Technology Study Guide by Mark Cade & Simon Roberts ISBN 0-13-044916-4
I want to ask to all those who are familiar with these books as to which one is better among these two ? I know that architect certification (specially the project) needs knowledge of many topics which may not be covered in any one resource, but with my limited budget I need to decide which book to buy.
thanks in advance.
thanks Tina, this is what I was looking for. I am going to download a trial version of Sun One Active Server Pages (formerly known as Sun Chili!soft ASP) and try executing the asp code.
21 years ago
for example I see roles like greenhorn, bartender,
sheriff etc. other than the default which is I guess 'ranch hand'.
21 years ago
I am just curious, how are priviledges assigned to members ? When a user registers the very first time, is there a default role that (I guess that is 'ranch hand') is assigned ? Who controls the role assignment and how can a user get higher priviledges than the default ones ?
thanks
21 years ago
Let me be more clear. What I am trying to do is run asp code using tomcat (without using IIS).
21 years ago
Michael, thanks for replying. I know that .asp is a microsoft technology and tomcat is meant for java technology, but, I heard that there is a plug in that can be used with tomcat so it can execute asp code. I want to know if any one hase already done any such similar thing.
thanks
21 years ago
I want to experiment running .asp and .html code using tomcat. Do I need another plug in or something to do this ?
thanks
21 years ago