Re: Axis2/Rampart WS-Security performance

2010-02-11 Thread Dennis Sosnoski
Hi Asankha, From what I've seen, most of the performance problems with Axis2/Rampart lay outside of WSS4J. Rampart could certainly do a better job of optimizing its use of WSS4J - for example by not going through the overhead of constructing an AXIOM DOM representation of the message and pass

Re: Axis2/Rampart WS-Security performance

2010-02-01 Thread Dennis Sosnoski
't do policy based validations. Would be glad if you could please confirm it. Thanks & regards. -Prabath Dennis Sosnoski wrote: Following up on some earlier discussions of Axis2/Rampart WS-Security performance, devWorks has now published my latest article in the Java Web Services ser

Axis2/Rampart WS-Security performance

2010-01-30 Thread Dennis Sosnoski
Following up on some earlier discussions of Axis2/Rampart WS-Security performance, devWorks has now published my latest article in the Java Web Services series, comparing Axis2/Rampart with Metro WS-Security performance: http://www.ibm.com/developerworks/java/library/j-jws11/ The results are ve

Re: [Axis2] making minOccurs=1 by default for wsdl generated with POJO

2010-01-05 Thread Dennis Sosnoski
Amila Suriarachchi wrote: On Tue, Jan 5, 2010 at 12:06 PM, Dennis Sosnoski <mailto:d...@sosnoski.com>> wrote: Hi Amila, It's definitely best to use minOccurs=1 for primitives. nillable=true is *not* a good choice in general, and I'd recommend you instead

Re: [Axis2] making minOccurs=1 by default for wsdl generated with POJO

2010-01-04 Thread Dennis Sosnoski
Hi Amila, It's definitely best to use minOccurs=1 for primitives. nillable=true is *not* a good choice in general, and I'd recommend you instead go with minOccurs=0 for object types. Why is nillable=true bad? 1. It requires the element to still be present in the message, adding unnecessary b

Re: Enabling ws-security to axis2 webservices

2009-10-18 Thread Dennis Sosnoski
Try my series on developerWorks: http://www.ibm.com/developerworks/java/library/j-jws4/ http://www.ibm.com/developerworks/java/library/j-jws5/ http://www.ibm.com/developerworks/java/library/j-jws6/ http://www.ibm.com/developerworks/java/library/j-jws7.html The first three work with direct config

Re: [Axis2] WS-Security with JAX-WS?

2009-09-04 Thread Dennis Sosnoski
Hi Prabath, That's interesting, and I'll mention it to people, but I was looking specifically for a way of doing this in Axis2. Thanks, - Dennis Prabath Siriwardena wrote: Dennis Sosnoski wrote: Is there any way to make WS-Security work with JAX-WS? You can use WSAS [1] t

[jira] Updated: (AXIS2-4487) JAXB code generation fails with multiple schemas in WSDL

2009-09-04 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski updated AXIS2-4487: --- Attachment: library.wsdl WSDL causing NPE. > JAXB code generation fails with multi

[jira] Created: (AXIS2-4487) JAXB code generation fails with multiple schemas in WSDL

2009-09-04 Thread Dennis Sosnoski (JIRA)
Components: databinding Affects Versions: 1.5 Reporter: Dennis Sosnoski Attachments: library.wsdl, library.wsdl, types.xsd JAXB code generation fails with NPE when multiple schemas are present in the WSDL (with one imported into another): [java] Exception in thread "

[jira] Updated: (AXIS2-4487) JAXB code generation fails with multiple schemas in WSDL

2009-09-04 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski updated AXIS2-4487: --- Attachment: types.xsd library.wsdl WSDL with imported schema in a separate

[jira] Assigned: (AXIS2-4028)

2009-09-04 Thread Dennis Sosnoski (JIRA)
he.org/jira/browse/AXIS2-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski reassigned AXIS2-4028: -- Assignee: Dennis Sosnoski > wsdl2java with JiBX binding cannot unwrap inte

[jira] Updated: (AXIS2-4486) JAXB with unwrapping generates uncompilable code

2009-09-04 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski updated AXIS2-4486: --- Attachment: types.xsd library.wsdl WSDL and imported schema > JAXB w

[jira] Updated: (AXIS2-4486) JAXB with unwrapping generates uncompilable code

2009-09-04 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski updated AXIS2-4486: --- Attachment: JaxbUnwrapLibraryStub.java Generated client stub class. > JAXB with unwrapp

[jira] Created: (AXIS2-4486) JAXB with unwrapping generates uncompilable code

2009-09-04 Thread Dennis Sosnoski (JIRA)
: databinding Affects Versions: 1.5 Reporter: Dennis Sosnoski Attempting to use the -uw WSDL2Java option with jaxbri data binding generates code with missing methods. See the attached JaxbUnwrapLibraryStub.java, where various toEnvelope() methods are missing. Here's the output from t

[Axis2] WS-Security with JAX-WS?

2009-09-04 Thread Dennis Sosnoski
Is there any way to make WS-Security work with JAX-WS? I haven't been able to find one - there's no services.xml with JAX-WS, and security policy in the WSDL appears to be ignored (and stripped from the WSDL supplied by the service). - Dennis -- Dennis M. Sosnoski Java XML and Web Services A

[jira] Assigned: (AXIS2-3642) jibx libs coming in Axis2 distrib are renamed while still reffering in their manifests to old names

2009-08-17 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski reassigned AXIS2-3642: -- Assignee: Dennis Sosnoski > jibx libs coming in Axis2 distrib are renamed while st

Re: [VOTE] [axis2] Release Axis2 1.5.1

2009-08-16 Thread Dennis Sosnoski
I'd think at least this Jira should be addressed before a 1.5.1 release: https://issues.apache.org/jira/browse/AXIS2-4434 Another documentation issue is that the documentation on transports is no longer accurate, and should either be corrected (presumably by pointing to the transports project l

[jira] Assigned: (AXIS2-4434) JavaDocs broken both on site and in distribution

2009-08-16 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski reassigned AXIS2-4434: -- Assignee: Glen Daniels > JavaDocs broken both on site and in distribut

Re: [Axis2] Is Axis2 dying?

2009-07-23 Thread Dennis Sosnoski
Glen Daniels wrote: ... IMO, this would be a bad idea. The goal of the kind of modularity we have, or at least one of the goals, is to enable the components to version and release at different rates. Unless there were incompatible API changes (which certainly do happen) we should be able to rel

Re: [Axis2] Is Axis2 dying?

2009-07-23 Thread Dennis Sosnoski
Glen Daniels wrote: Hi Dennis: Dennis Sosnoski wrote: Whether officially led by WSO2 or not, certainly most of the direction of the project has come from people associated with WSO2 and/or the Sri Lanka university... I agree re: most of the committership having historically been from

Re: [Axis2] Is Axis2 dying?

2009-07-23 Thread Dennis Sosnoski
dependent projects. Totally +1 for fixing the Web site stuff up. If the docs are messed up then we should do a 1.5.1 release. Sanjiva. On Thu, Jul 23, 2009 at 5:04 AM, Dennis Sosnoski <mailto:d...@sosnoski.com>> wrote: I'm starting to wonder about the health of the A

[Axis2] Is Axis2 dying?

2009-07-22 Thread Dennis Sosnoski
I'm starting to wonder about the health of the Axis2 project, and thought it might be useful to initiate a discussion on this topic. The 1.5 release of Axis2 took 8 months from initial proposal to when it finally escaped out the door, and the results frankly don't seem to reflect the amount of

Re: [Vote] Charith Dhanushka Wickramarachchi as a commiter

2009-07-22 Thread Dennis Sosnoski
0 from me, too. Since there's no recent release of the transport code to even try out it's difficult to judge the quality of his work. - Dennis Andreas Veithen wrote: 0. Since I don't know Charith personally, I can only base my decision on the contributions and discussions on the public mail

Re: WSDL gen error

2009-07-17 Thread Dennis Sosnoski
I'm not exactly sure what you're trying to do, Demetris. I haven't been following this thread, but if you're trying to generate code from WSDL on a mobile client you're probably going to have a very difficult time of it no matter what tool you use - JiBX's code generation from schema is only in

[jira] Created: (AXIS2-4435) Applying policy does not engage module

2009-07-17 Thread Dennis Sosnoski (JIRA)
Versions: 1.5 Reporter: Dennis Sosnoski The org.apache.axis2.description.AxisDescription JavaDocs say "This method sets the policy as the default of this AxisDescription instance. Further more this method does the followings. (1) Engage whatever modules necessary to execute ne

[jira] Created: (AXIS2-4434) JavaDocs broken both on site and in distribution

2009-07-17 Thread Dennis Sosnoski (JIRA)
: documentation Affects Versions: 1.5 Reporter: Dennis Sosnoski The online link to the JavaDocs is broken for 1.5. From page http://ws.apache.org/axis2/ this link points at http://ws.apache.org/1_5/api/index.html but this page does not exist. Furthermore, the axis2-1.5-docs.zip has only a

[Axis2] Engage module (Rampart) at operation level on client?

2009-07-14 Thread Dennis Sosnoski
Are you supposed to be able to engage a module such as Rampart at the operation level in client code (rather than for the service as a whole)? I've tried the following, which looks like it should work based on the API: // find the rampart module from configuration ServiceCli

Re: [Axis2] Transports status?

2009-07-11 Thread Dennis Sosnoski
Maven site for the project and make sure there is a minimum of documentation. - Fix some of the remaining open bugs. Andreas On Sat, Jul 11, 2009 at 02:08, Dennis Sosnoski wrote: What's the status of the transports code compatible with Axis 1.5? Thanks, - Dennis -- Dennis M. Sosnoski J

[Axis2] Transports status?

2009-07-10 Thread Dennis Sosnoski
What's the status of the transports code compatible with Axis 1.5? Thanks, - Dennis -- Dennis M. Sosnoski Java XML and Web Services Axis2 Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117

[Axis2] Generated client stub using WS-Policy does not engage modules

2009-07-10 Thread Dennis Sosnoski
Client stub generation attaches policies from the WSDL to the relevant messages, but does not engage modules (such as Rampart for WS-SecurityPolicy handling). This means application code needs to engage the modules as appropriate before using the service. Is this a design decision or a bug (or

Re: [Axis2] Any plans for WSDL2Java to generate services.xml including WS-Policy?

2009-07-10 Thread Dennis Sosnoski
Amila Suriarachchi wrote: On Fri, Jul 10, 2009 at 5:20 AM, Dennis Sosnoski <mailto:d...@sosnoski.com>> wrote: The WSDL2Java codegen for server-side deployment appears to ignore any WS-Policy information in the WSDL (unlike the client-side code generation, which build

[Axis2] Any plans for WSDL2Java to generate services.xml including WS-Policy?

2009-07-09 Thread Dennis Sosnoski
The WSDL2Java codegen for server-side deployment appears to ignore any WS-Policy information in the WSDL (unlike the client-side code generation, which builds code to attach the policy information to the appropriate description components). Are there any plans to include WS-Policy information i

[Axis2] Example of setting WS-SecurityPolicy on message?

2009-07-09 Thread Dennis Sosnoski
Can a WS-SecurityPolicy be configured on a particular message used by a service? I've seen that the policy can be applied to a particular operation by embedding it inside the services.xml description of that operation, and assume the same can be done at the message level by using child element

[jira] Commented: (AXIS2-2929) Java2WSDL does not correctly create enumerations from Enum

2009-06-19 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722098#action_12722098 ] Dennis Sosnoski commented on AXIS2-2929: You might want to give Jibx2Wsdl a tr

[Axis2] Rampart performance - always expands OM?

2009-06-13 Thread Dennis Sosnoski
In running performance tests with Rampart I've found that just having the Rampart module engaged on the client appears to cause the OM to be expanded for every message, even if no WS-Security processing is required. This results in a major performance hit. The whole point of AXIOM is supposed t

[jira] Assigned: (AXIS2-4303) Jibx sample does not work both in the current trunk and the 1.5 branch

2009-04-24 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski reassigned AXIS2-4303: -- Assignee: Dennis Sosnoski > Jibx sample does not work both in the current trunk

[jira] Resolved: (AXIS2-4303) Jibx sample does not work both in the current trunk and the 1.5 branch

2009-04-24 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski resolved AXIS2-4303. Resolution: Fixed Fix Version/s: 1.5 Fixed by http://svn.apache.org/viewvc?rev

[jira] Created: (AXIS2-4321) Generated axis2.war gives AxisAdminServlet not found when trying to administer through web interface

2009-04-23 Thread Dennis Sosnoski (JIRA)
/AXIS2-4321 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: admin console Affects Versions: 1.5 Environment: Linux, Sun 1.5.0_15-b04 JVM Reporter: Dennis Sosnoski Priority: Blocker After building the axis2.war (using the

Re: [Axis2] 1.5 branch build failure

2009-04-21 Thread Dennis Sosnoski
Thanks, Nandana - that did it. - Dennis Nandana Mihindukulasooriya wrote: First build the following modules and then try to build at the root level. modules/tool/axis2-mar-maven-plugin modules/tool/axis2-aar-maven-plugin thanks, Nandana On Tue, Apr 21, 2009 at 11:50 AM, Dennis Sosnoski

[Axis2] 1.5 branch build failure

2009-04-20 Thread Dennis Sosnoski
I'm trying to build from the 1.5 branch ('mvn clean install'), and consistently get: Downloading: http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.5/axis2-mar-maven-plugin-1.5.jar Downloading: http://repo1.maven.org/maven2/org/

Re: Releasing transports 1.0 - dependency resolutions

2009-03-30 Thread Dennis Sosnoski
Amila Suriarachchi wrote: Here the main idea was to share the same transports between Axis2 and synapse. The idea of an axis2 transport is to use as an adapter between axis2 and the actual transport (i.e http, smtp, JMS etc). In fact Axis2 transport uses respective libraries for these standa

Re: Releasing transports 1.0 - dependency resolutions

2009-03-30 Thread Dennis Sosnoski
Jarek Gawor wrote: ... 2) Move the base, local, tcp, and http transport modules back to Axis2 and release them with Axis2. That way the transports project would only have the 'optional' transport modules and we wouldn't have to release the transports for/with Axis2. +1 for this approach. Ha

Re: Releasing transports 1.0 - dependency resolutions

2009-03-30 Thread Dennis Sosnoski
If transports is using these Axis2 interfaces I don't see the point of having it as a separate project. I thought the reason for moving transports outside of Axis2 was to allow it to be used for other purposes. How is that going to work if the code is assuming the Axis2 environment? The only

Re: [Axis2] Axis2 1.5 release

2009-03-12 Thread Dennis Sosnoski
Do we have a compatible Rampart version for testing? There seem to be some major problems with the handling of WS-SecurityPolicy embedded in WSDL for 1.4.1, and if we could test 1.5 with a compatible Rampart version *before* we release 1.5 (rather than the usual approach of releasing an Axis2 v

Re: [Axis2] 1.4 branch broken?

2009-03-06 Thread Dennis Sosnoski
, You should go into the tools folder and build the axis2-aar-maven-plugin and the axais-mar-maven-plugin first. Then build axis2 from the root level. Thanks, Keith. On Fri, Mar 6, 2009 at 12:57 PM, Dennis Sosnoski <mailto:d...@sosnoski.com>> wrote: Ok, so that's not the cause

Re: [Axis2] 1.4 branch broken?

2009-03-05 Thread Dennis Sosnoski
e tag should be versioned 1.4.1 while the branch stays on 1.4-SNAPSHOT. Thanks, Keith, On Fri, Mar 6, 2009 at 12:33 PM, Dennis Sosnoski <mailto:d...@sosnoski.com>> wrote: I did a fresh checkout of the Java 1.4 branch from svn in order to retrofit some code. When I try runn

[Axis2] 1.4 branch broken?

2009-03-05 Thread Dennis Sosnoski
I did a fresh checkout of the Java 1.4 branch from svn in order to retrofit some code. When I try running "mvn install", I get: Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2-mar-maven-plugin/1.4-SNAPSHOT/axis2-mar-maven-plugin-1.4-SNAPSHOT.jar Downl

[Axis2] Adding jars for mvn? (install:install-file doesn't work)

2008-10-30 Thread Dennis Sosnoski
I'm trying to update the mvn build to the current JiBX development code, but the JiBX repository is not on the current list and the instructions output by mvn when the jar is not found don't work (it says to use "mvn install:install-file ..." - but this gives an error message "POM 'org.apache.a

Re: [AXIS2] Build failure in SAAJ

2008-10-28 Thread Dennis Sosnoski
Thanks, that fixes the build on 1.6. - Dennis Jarek Gawor wrote: This does not fail on Java 5. Anyway, committed a simple/temporary fix to the test. Jarek On Tue, Oct 28, 2008 at 3:20 PM, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: I'm unable to build Axis2, after a fresh ch

[AXIS2] Build failure in SAAJ

2008-10-28 Thread Dennis Sosnoski
I'm unable to build Axis2, after a fresh checkout from svn, using "mvn clean install". It consistently fails during the SAAJ module build, with an error on the SAAJResultTest: --- Test set: org.apache.axis2.saaj.SAAJRes

Re: Question about Axis2 architecture

2008-09-28 Thread Dennis Sosnoski
Hi Lasantha, Axis2 is based on using a StAX pull parser for the actual document processing, along with a build-on-demand document model (AXIOM). The actual details of data binding are handled by the data binding tool, so the Axis2 code can avoid any assumptions about the structure of the resu

Re: Does Axis2 provide much better performance than Axis 1.X?

2008-06-18 Thread Dennis Sosnoski
Having the Axis2 client communicating with an Axis 1 service operate twice as fast as an Axis2 client communicating with an equivalent Axis2 service is certainly surprising. Do you know the size of the messages you're sending? For large messages the actual data handling (where Axis2 should be v

Re: Does Axis2 provide much better performance than Axis 1.X?

2008-06-17 Thread Dennis Sosnoski
The performance advantage of Axis2 over Axis(1) is mostly because Axis(1) converts every message to DOM form. Axis2 instead handles most data by using some form of data binding, which converts to and from Java objects with much better performance than a DOM. In cases where the full DOM represen

Re: [VOYE][Axis2] Dims as 1.4 Release Manager

2008-03-07 Thread Dennis Sosnoski
+1 - Dennis Brian De Pradine wrote: +1 Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? *Dustin Amrhein <[EMAIL PROT

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-28 Thread Dennis Sosnoski
Andreas Veithen wrote: ... Moving to Java 1.5 doesn't necessarily mean to abandon support for Java 1.4. I am currently working on a project for a company that still uses Java 1.4 (and I think there are lots of them). We needed a library to generate MS Project files, but the only one we could

Re: [Axis2] Moving Axis2 code base into JDK 1.5

2008-02-26 Thread Dennis Sosnoski
From my experiences working with companies moving to Axis2 I'd say about half are still using JDK 1.4. If they can't count on that support being maintained I think they're likely to reconsider adopting Axis2. Just having an archived 1.3 version of Axis2 won't be enough to convince them, unless

Re: [Axis2] Jibx data-binding problem

2008-01-13 Thread Dennis Sosnoski
Hi Saminda, In order to use JiBX data binding you need to use the JiBX binding compiler to modify your compiled classes with the added code needed by JiBX. This error is saying that the classes you're using at runtime have not been modified by the binding compiler. If you compare the before-

Re: [jira] Commented: (AXIS2-3233) How to enable Fast Infoset is not documented

2007-10-24 Thread Dennis Sosnoski
I think linking to external sites is great for added howtos and tutorials, but documentation for basic features of the Axis2 framework should ship with the framework distribution. - Dennis Sanjiva Weerawarana wrote: > Why? Duplicate docs are PITA to maintain. How about sticking a link > somewh

Re: Infoset / TCP transport

2007-10-09 Thread Dennis Sosnoski
ot; projects founder on > not actually seeing what works and what doesn't. > For some reason I thought there was already work on DIME and TCP in Axis2. > But I've never actually looked at the code so I'm probably wrong. > > Paul > > On 10/8/07, Dennis Sosnoski <

Re: Infoset / TCP transport

2007-10-08 Thread Dennis Sosnoski
came up with something significantly better then it would be worth > doing. > > Paul > > On 10/8/07, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: > >> Hi Paul, >> >> I think it's an interesting possibility. I've been trying to find out >>

Re: Infoset / TCP transport

2007-10-07 Thread Dennis Sosnoski
Hi Paul, I think it's an interesting possibility. I've been trying to find out what .Net is currently using for their net.tcp transport, but that's proving difficult. The Sun proposal is at least well-defined. I wish they'd asked for comments and started a discussion rather than just making somet

Re: [Axis2] Enabling Fast Infoset

2007-09-28 Thread Dennis Sosnoski
Sanjaya Karunasena wrote: On Friday 28 September 2007, Dennis Sosnoski wrote: From my testing so far, it looks like "Fast Infoset" actually runs a little /*slower*/ than text XML when client and server are on the same system. Well, the advantage here is the size of the mes

Re: [Axis2] Enabling Fast Infoset

2007-09-28 Thread Dennis Sosnoski
is -- Dennis M. Sosnoski SOA and Web Services in Java Axis2 Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 Sanjaya Karunasena wrote: On Thursday 27 September 2007, Dennis Sosnoski wrote: I wanted to do s

[Axis2] Enabling Fast Infoset

2007-09-26 Thread Dennis Sosnoski
I wanted to do some performance tests with Fast Infoset, but can't find anything about how to use this feature. There should probably be something added to the documentation, since this was one of the new features listed for the 1.3 release. Anyone know how to turn this on? - Dennis -- Denn

[Axis2] jibx module changes to 1.3 branch

2007-07-26 Thread Dennis Sosnoski
I'd like to merge this change on trunk into the 1.3 branch: http://svn.apache.org/viewvc?view=rev&rev=559788 Anyone object? Thanks, - Dennis -- Dennis M. Sosnoski SOA and Web Services in Java Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-05

[jira] Created: (AXIS2-3019) JiBXDataSource looses problem details when wrapping an exception

2007-07-26 Thread Dennis Sosnoski (JIRA)
: Bug Components: databinding Affects Versions: nightly Reporter: Dennis Sosnoski Assignee: Dennis Sosnoski Exceptions thrown during marshalling are wrapped, first in a JiBXException and then in an XMLStreamException. When stack trace details are output, such as

Re: [Axis2] Axis2 1.3 RC2 - Release plan

2007-07-18 Thread Dennis Sosnoski
+1. I've suggested in the past that Rampart should really be merged back into Axis2, since it's essentially a required component and having it as a separate project only adds administrative overhead with no noticeable benefit. - Dennis -- Dennis M. Sosnoski SOA and Web Services in Java Axis2

[jira] Commented: (AXIS2-2964) XMLBeans fault handling not sending data to client

2007-07-18 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513498 ] Dennis Sosnoski commented on AXIS2-2964: The problem I was seeing was that the conversion of the exception

[jira] Resolved: (AXIS2-2686) setting MC_GZIP_REQUEST to true with Jibx databinding framework

2007-07-14 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski resolved AXIS2-2686. Resolution: Cannot Reproduce Tried setting this option for both ADB and JiBX

[jira] Updated: (AXIS2-2964) XMLBeans fault handling not sending data to client

2007-07-13 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski updated AXIS2-2964: --- Attachment: xmlbeans-sample.zip > XMLBeans fault handling not sending data to cli

[jira] Created: (AXIS2-2964) XMLBeans fault handling not sending data to client

2007-07-13 Thread Dennis Sosnoski (JIRA)
: databinding Affects Versions: 1.2, nightly Reporter: Dennis Sosnoski Priority: Critical Attachments: xmlbeans-sample.zip The attached project builds and executes properly under Axis2 1.1.1. Under 1.2 and the current 1.3 code the exception data is not sent back from

[jira] Created: (AXIS2-2963) war generated from installation using Ant includes unnecessary jar files

2007-07-13 Thread Dennis Sosnoski (JIRA)
) Issue Type: Bug Affects Versions: nightly Reporter: Dennis Sosnoski Priority: Minor The war file created by the Ant build.xml in the webapp directory includes jars which should not be needed at runtime, including axis2-adb-codegen.jar, axis2-codegen.jar, and jibx

[jira] Created: (AXIS2-2962) war generated using "mvn clean install -Drelease" does not include axis2-jibx and jibx-run jars

2007-07-13 Thread Dennis Sosnoski (JIRA)
AXIS2-2962 Project: Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: nightly Environment: Maven 2.0.7, Java 1.5.0_11, Linux Reporter: Dennis Sosnoski Priority: Critical The war file generated in the modules/distribution/target directo

[jira] Assigned: (AXIS2-2952) wsdl2java -d jaxrbi does not corretly handle namespace "http://www.w3.org/XML/1998/namespace"

2007-07-13 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski reassigned AXIS2-2952: -- Assignee: Deepal Jayasinghe (was: Dennis Sosnoski) Not in my realm - I assume the

Re: [Axis2] Build failure on clustering

2007-07-13 Thread Dennis Sosnoski
Thanks, Afkham - builds correctly now. - Dennis Dennis Sosnoski wrote: I'm getting a compile failure on the clustering module: ...ChannelSender.java[29,7] org.apache.axis2.clustering.tribes.ChannelSender is not abstract and does not override abstract method sendToGroup(java.lang.Thro

[Axis2] Build failure on clustering

2007-07-13 Thread Dennis Sosnoski
I'm getting a compile failure on the clustering module: ...ChannelSender.java[29,7] org.apache.axis2.clustering.tribes.ChannelSender is not abstract and does not override abstract method sendToGroup(java.lang.Throwable) in org.apache.axis2.clustering.MessageSender svn update says At revision

Re: [Axis2] maven(1) build?

2007-07-13 Thread Dennis Sosnoski
mvn clean install -Drelease This will create distributions under modules/distribution/target. /sumedha On 7/13/07, *Dennis Sosnoski * <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I get (for "mvn clean install"): BUILD ERROR The plugin 'org.a

Re: [Axis2] maven(1) build?

2007-07-13 Thread Dennis Sosnoski
quot;There is discussion of this on the users list and there are open issues in MNG.", but although I found many instances of problem reports none seemed to have a solution. - Dennis Deepal Jayasinghe wrote: Hi Dennins; First download maven2 (2.0.7) and then run - mvn clean intall

Re: [Axis2] maven(1) build?

2007-07-13 Thread Dennis Sosnoski
Then can someone provide maven2 setup and build directions? Everything I can find says only maven(1) is supported: http://ws.apache.org/axis2/faq.html#d3 http://ws.apache.org/axis2/svn.html#maven http://ws.apache.org/axis2/siteHowTo.html - Dennis Deepal Jayasinghe wrote: Hi Dennis, We move

[Axis2] maven(1) build?

2007-07-12 Thread Dennis Sosnoski
It looks like the maven build is broken in trunk. I now get the failure: BUILD FAILED File.. /home/dennis/.maven/cache/maven-jar-plugin-1.6.1/plugin.jelly Element... ant:fail Line.. 53 Column 19 You must define currentVersion in your POM. Total time: 13 seconds Finished at: Fri Jul 13

[jira] Closed: (AXIS2-2670) A problem in the simpleType reference handling with the Axis2 JiBX unwrapped.

2007-07-07 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski closed AXIS2-2670. -- > A problem in the simpleType reference handling with the Axis2 JiBX unwrap

[jira] Updated: (AXIS2-2670) A problem in the simpleType reference handling with the Axis2 JiBX unwrapped.

2007-07-07 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski updated AXIS2-2670: --- Fix Version/s: (was: nightly) 1.3 > A problem in the simpleT

[jira] Closed: (AXIS2-2669) JiBX serialization can generate malformed XML

2007-07-07 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski closed AXIS2-2669. -- > JiBX serialization can generate malformed

[jira] Updated: (AXIS2-2669) JiBX serialization can generate malformed XML

2007-07-07 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski updated AXIS2-2669: --- Fix Version/s: (was: nightly) 1.3 > JiBX serialization can gener

[jira] Closed: (AXIS2-2549) Sample quickstartjibx cannot be compiled with Ant1.6.5. Throws NPE

2007-07-07 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski closed AXIS2-2549. -- > Sample quickstartjibx cannot be compiled with Ant1.6.5. Throws

Re: [Axis2] Quick start guide for Axis2

2007-06-16 Thread Dennis Sosnoski
I'm personally not convinced that this is a good approach, since it starts users off on the wrong path. The whole POJO approach, while great for demos, is fundamentally limited and certainly not a good approach to use in real web services. So should it be the first thing users see? - Dennis

Re: [axis2] WSDL2Java / Java2WSDL and Faults (PLEASE CHIME IN?)

2007-06-12 Thread Dennis Sosnoski
Amila Suriarachchi wrote: On 6/12/07, *Dennis Sosnoski* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: ...This should be changed so that there doesn't need to be a message data object type for faults with no content (corresponding to an exception that

Re: [axis2] WSDL2Java / Java2WSDL and Faults (PLEASE CHIME IN?)

2007-06-12 Thread Dennis Sosnoski
Amila Suriarachchi wrote: On 6/12/07, *Dennis Sosnoski* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I think it would be much cleaner to fix the code generation handling, so that the same exception can be used by multiple methods. Why complicate t

Re: [axis2] WSDL2Java / Java2WSDL and Faults (PLEASE CHIME IN?)

2007-06-11 Thread Dennis Sosnoski
I think it would be much cleaner to fix the code generation handling, so that the same exception can be used by multiple methods. Why complicate the interface with multiple classes for the same data? So my response to Glen's questions would be that the message name should be based on just the

[Axis2] Versioning guidelines (was Re: Plan for the hackathon)

2007-06-11 Thread Dennis Sosnoski
+1 for adopting these guidelines for Axis2 Java. - Dennis Samisa Abeysinghe wrote: To add something, APR people have defined a set of guidelines for versioning: http://apr.apache.org/versioning.html Though APR is a C project, there would be somethings to take form that - specially API compati

Re: [Axis2] 1.2 ADB issues

2007-05-29 Thread Dennis Sosnoski
Amila Suriarachchi wrote: On 5/26/07, *Dennis Sosnoski* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: ...the compile error in the generated stub for callback classes when asynchronous is enabled (5-18 email): http://marc.info/?t=11788556981&r

Re: [Axis2] 1.2 ADB issues

2007-05-25 Thread Dennis Sosnoski
Hi Amila, Changing the subject to match the content. From my personal experience there are the issues that we've already discussed, where as far as I can see unwrapping is badly broken. First there's the issue with multiple schemas in the WSDL which you said you'd fixed, and then the compile

[jira] Commented: (AXIS2-2686) setting MC_GZIP_REQUEST to true with Jibx databinding framework

2007-05-25 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498984 ] Dennis Sosnoski commented on AXIS2-2686: I'll give it a try myself with some ADB code, to try to dete

[jira] Commented: (AXIS2-2686) setting MC_GZIP_REQUEST to true with Jibx databinding framework

2007-05-25 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498972 ] Dennis Sosnoski commented on AXIS2-2686: I have a difficult time believing that this has anything to do with

Re: [Axis2] Doing cool things! (Re: Axis2 1.2 sanity check: Can generated POJO service/client handle 0-length array?)

2007-05-24 Thread Dennis Sosnoski
et me ask you - do you think the current stuff on the 1.2 branch has already resolved the "badly broken" parts enough to release it? And if not what particular JIRAs would you fix there? --Glen Dennis Sosnoski wrote: Hi dims, I think it's been clear for some time that the 1.2 rel

Re: [Axis2] Doing cool things! (Re: Axis2 1.2 sanity check: Can generated POJO service/client handle 0-length array?)

2007-05-24 Thread Dennis Sosnoski
Hi dims, I think it's been clear for some time that the 1.2 release is badly broken. If you really think the solution is a 1.3 release, and that that wouldn't break as many things as it fixes, then we should push to get one out quickly. And if 1.3 *does* break a bunch of things, well then the

[jira] Resolved: (AXIS2-2453) JiBX creates illegal parameter names with dashes/hyphens

2007-05-18 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski resolved AXIS2-2453. Resolution: Fixed Fix Version/s: nightly Fixed by http://svn.apache.org/viewvc?view

[jira] Updated: (AXIS2-2669) JiBX serialization can generate malformed XML

2007-05-18 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski updated AXIS2-2669: --- Fix Version/s: nightly > JiBX serialization can generate malformed

[jira] Resolved: (AXIS2-2669) JiBX serialization can generate malformed XML

2007-05-18 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski resolved AXIS2-2669. Resolution: Fixed Fixed by http://svn.apache.org/viewvc?view=rev&rev=539405 in t

[jira] Resolved: (AXIS2-2670) A problem in the simpleType reference handling with the Axis2 JiBX unwrapped.

2007-05-18 Thread Dennis Sosnoski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Sosnoski resolved AXIS2-2670. Resolution: Fixed Fix Version/s: nightly Fixed by http://svn.apache.org/viewvc?view

  1   2   3   4   5   >