Hernan Thiers

Greenhorn
+ Follow
since Mar 24, 2010
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 Hernan Thiers

Following apache tutorials I can't make a hello world project to run with latests Struts 2.2 libraries:
commons-fileupload-1.2.2
commons-io-2.0.1
freemarker-2.3.16
javassist-3.11.0.GA
log4j-1.2.14
ognl-3.0.1
struts2-core-2.2.3.1
xwork-core-2.2.3.1

But it works with these:
commons-fileupload-1.2.1
commons-io-1.3.2
freemarker-2.3.16
javassist-3.7.ga
log4j-1.2.14
ognl-3.0
struts2-core-2.2.1
xwork-core-2.2.1

What can be the great difference here???

Thanks in advance.
Hernan.
12 years ago

Naren Chivukula wrote:
Depends on "outputLocation" and "outputFileName" of Axis2 Java2WSDL task.



Thanks Naren!
But where do I find those options? I'm working with Eclipse Helios - Tomcat 7 and seems that preferences and Axis2 Web Admin doesn't have anything related.
13 years ago
Working on web services (Eclipse) with Axis1 you can see the created wsdl files inside the web-content folder. I'm wondering where does Axis2 creates the wsdl files? Are them created in run time when you call the "Service?wsdl" url or what??
13 years ago
Greetings.
Currently I'm working on a SOA system where the persistence is based on ORM and all dates (datetime) are recognized as java.sql.Timestamp objects. The issue comes up when I try to build web services under the JAX-RPC 1.1 specifications that doesn't allow this class.
My question is what would be the best solution: to try a different attribute type from my Entity Relationship Model and so in the ORM class diagram or to develop web services with a newer specification??

Thanks in advance! Hope that I can explain myself in English well
13 years ago