mahesh shinde

Ranch Hand
+ Follow
since Jul 24, 2009
mahesh likes ...
Eclipse IDE Firefox Browser Ubuntu
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 mahesh shinde

I am new to web service

My Environment eclipse helios, tomcat 6, axis2 1.5.5, JDK1.6

Axis2 directory installed separately from Tomcat.
I developed apache axis2 webservice using eclipse wtp.But when I deployed it on Tomcat it says it faulty service and throws the class cast exception as follows


[INFO] org.apache.axis2.deployment.DeploymentException: org.apache.axis2.classloader.JarFileClassLoader cannot be cast to org.apache.axis2.deployment.DeploymentClassLoader
[INFO] Deploying Web service: version.aar - file:/D:/Projects/helios/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/TestWS/WEB-INF/services/version.aar
[WARN] No transportReceiver for org.apache.axis2.transport.http.AxisServletListener found. An instance for HTTP will be configured automatically. Please update your axis2.xml file!



If anyboby have solution please suggest me
thanks
mahesh
12 years ago
are you successful in your readonly textbox ? if not then try this one readonly="true"
12 years ago
I dont know which framework your using But look like struts1



is this override method our user define method

if its user define then please specify the method name in your action in jsp page
because in your mapping you state that


try this one time
12 years ago
Let Me try first some simple
DAO basically contains database related methods
In Your case if you create one new class suppose BookDAO
You can put the getBooks() method in that class
and its become your DAO.
Call that method using creating the instant of DAO class.
I want to right one XML schema(XSD)
in which
<borrower> element have multiple occurences and have one attribute ID
I want validate if borrower's ID attribute have a value equal to 1 then all its subelement must have some value.
is this possible with XSD?
Please suggest me if their is a way to achieve this
thanks
Paste your javascript function here
and check for any parameters it takes.
13 years ago

This time this celebration is for me because it works for me
I am very very happy
the problem is in DTD declaration
it should be


mine was 1.3
Thanks Shankar
13 years ago
Hey shanker Many Many thanks for your help.
finally we got working code.
Definately I will try this evening with blank sample and the Jar's you suggested .
Thanks Again
13 years ago
yes I have it in struts-config
13 years ago
thanks for followup
I have tried "userformjsp" this But I get the error to include the "/"
13 years ago
When I use this


in struts-config

the same 404 eror
what it means exactly, its not found the tile definition
13 years ago
thanks for your prompt response shanker.I will try
13 years ago
No lucky with previous one
So I created one sample project.
Strusts-config entry


my userform.jsp is like


and tiles-defs.xml

and commonlayout.jsp

now I can see the userform.jsp with only the body part of my tiles
13 years ago
hey shankar thanks for the reply.
My configuration is exactly as you suggest.

(header part, i hope you are including the taglib there)
Additionally, you should also include the tiles tag lib in your deployment descriptor



yes I included both at the places you mention.
The error I got is Page not found Error.

I will try your ModuleAware suggestion.I will paste my Layout.jsp.
Thanks again for your reply.
13 years ago