Fwd: WSDL optional attributes

2010-01-28 Thread Luis Rivera
Hi, This is my send try. I guess I will need to open JIRA bug for this, since nobody seems to know what this happens! I have a problem with the wsdl2java code generation in axis2 for optional attributes In short, how can I make it generate Objects instead of primitives for OPTIONAL ATTRIBUTES?

Fwd: WSDL optional attributes

2010-01-25 Thread Luis Rivera
Hi, I tried in the user's axis mailing list. Nobody seemed to know anything about this, so I am now trying the dev list and see if someone can dissipate the problems I am having with the axis2 generator! I have a problem with the wsdl2java code generation in axis2 for optional attributes In shor

java.lang.LinkageError: Class soap/xsd/CompanyInfo violates loader constraints

2006-07-22 Thread Luis Rivera
HELP PLEASE, PLEASE PLEASE, Any axis/tomcat Guru knows what can cause this exception? I need to have some classes either in shared or common, outside of the webapps directory. This is causing my a great headache, and only by activating the logging in the webapps directory I saw the trace you

Re: Where to put Amazon Stub classes

2006-07-20 Thread Luis Rivera
x27;t be able to figure it out. But so far, I have not had luck or brain to figure it out :( Any kind of help will be greatly appreciated, -Luis R. From: "Luis Rivera" <[EMAIL PROTECTED]> Reply-To: axis-dev@ws.apache.org To: axis-dev@ws.apache.org Subject: Re: Where to pu

Re: Where to put Amazon Stub classes

2006-07-19 Thread Luis Rivera
rstand what's happened to me (why now everything works, he can tell me whenever he wants) Roberto Belardo ha scritto: How do you find that the problem is that? I really don't know how to advance from this InvocationTargetException... Luis Rivera ha scritto: Roberto, I found my prob

RE: WSDL2Java in Axis 1.3 does not generate all types form the WSDL file?

2005-08-05 Thread Luis Rivera
change back. Thanks in advance, --Luis R. From: "Luis Rivera" <[EMAIL PROTECTED]> Reply-To: axis-dev@ws.apache.org To: axis-dev@ws.apache.org Subject: WSDL2Java in Axis 1.3 does not generate all types form the WSDL file? Date: Fri, 05 Aug 2005 13:44:06 -0700 Now, I co

[jira] Commented: (AXIS-2145) Axis Client crashes the applet unless new permissions are added to the policy file (or a custom security manager is used)

2005-08-05 Thread Luis Rivera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2145?page=comments#action_12317816 ] Luis Rivera commented on AXIS-2145: --- Ok, I cleaned up the mess of jars axis source and binary code from different apache sources. So, after sining all the axis jar file and

WSDL2Java in Axis 1.3 does not generate all types form the WSDL file?

2005-08-05 Thread Luis Rivera
Now, I confirmed that the messages are getting through, but some messages are crasing my server and I am not sure if it's my client or just something that it's running bogus in the server side. I regenerated the code from the WSDL the same axis 1.3 code, but this time I noticed some types from W

[jira] Commented: (AXIS-2145) Axis Client crashes the applet unless new permissions are added to the policy file (or a custom security manager is used)

2005-08-04 Thread Luis Rivera (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2145?page=comments#action_12317670 ] Luis Rivera commented on AXIS-2145: --- Well, I built the latest axis from the CVS and commons-discoery from the svn repo. The errors regarding the class loading creation are

RE: [jira] Resolved: (AXIS-2145) Axis Client crashes the applet unless new permi

2005-08-02 Thread Luis Rivera
t (nightly) > Environment: WindowsXP, Sun jdk1.5.0_03 (running client inside an applet), Axis 1.2.1, commons-logging-1.0.4, commons-httpclient-3.0-rc3, using ant 1.6.5 and a laptop IBM Thinkpad R51 > Reporter: Luis Rivera > Priority: Blocker > Attachments: ClassUt

Re: Problems compiling Axis1.2.1

2005-07-23 Thread Luis Rivera
alist : pentium i486 i386 ** Thanks in advance, --Luis R. From: Davanum Srinivas <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Luis Rivera <[EMAIL PROTECTED]> CC: axis-dev@ws.apache.org Subject: Re: Problems compiling Axis1.2.1 Date: Sat, 23 Jul 2005 09:39:05 -0400 Let's re

Re: Problems compiling Axis1.2.1

2005-07-23 Thread Luis Rivera
for any tip, --Luis R. From: Davanum Srinivas <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: axis-dev@ws.apache.org Subject: Re: Problems compiling Axis1.2.1 Date: Sat, 23 Jul 2005 08:51:51 -0400 plz drop them in ws-axis/java/lib directory -- dims On 7/23/05, Luis Rivera <[EM

Re: Problems compiling Axis1.2.1

2005-07-23 Thread Luis Rivera
ther you compile using JDK1.4 using the ant/build.xml from the command line. -- dims On 7/22/05, Luis Rivera <[EMAIL PROTECTED]> wrote: > > Hi, > > Well, I finally found time to try to build Axis1.2.1 to see if I can get rid > of the NullSecManager() when using axis in an applet.

Axis compiling error (missing xmlbeans package)

2005-07-22 Thread Luis Rivera
Hi, Well, digging a little bit I found that the errors come from a missing package (xbeans). I downloaded the CVS ws-axis tree and even there it is missing??? ... so, am I doing something wrong? Where I am supposed to find it? Thanks a bunch in advance, --Luis R. __

Problems compiling Axis1.2.1

2005-07-22 Thread Luis Rivera
Hi, Well, I finally found time to try to build Axis1.2.1 to see if I can get rid of the NullSecManager() when using axis in an applet. However, I cannot even compile it, it gives me lots of warnings, complaining about using "enum as a keyword", then I change the source to 1.5 and they become

Re: "Exception in thread ..." error

2005-07-17 Thread Luis Rivera
That class should be in the commons-logging.jar, but the name of the jar file might be incomplete (missing the version number). Try to check under %AXISHOME%/lib and verify if the name corresponds to what you have in the %AXISCLASSPATH%. --Luis R. From: jim wang <[EMAIL PROTECTED]> Reply-

Re: Getting rid of the logger in AXIS !!!

2005-07-12 Thread Luis Rivera
-To: [EMAIL PROTECTED] To: axis-dev@ws.apache.org CC: [EMAIL PROTECTED] Subject: Re: Getting rid of the logger in AXIS !!! Date: Tue, 12 Jul 2005 05:36:51 -0400 you mean commons-logging? On 7/11/05, Luis Rivera <[EMAIL PROTECTED]> wrote: > > Axis developers, > > I need to run Axi

Getting rid of the logger in AXIS !!!

2005-07-11 Thread Luis Rivera
Axis developers, I need to run Axis in an applet, since I could only make it run by adding a bunch of Permissions to the policy file, I am going to remove the logger from the axis library. Now, if any of you could give me any advise regarding what's the easiest way to do this to avoid brak