[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2008-08-26 Thread gryffin
Thanks PeterJ for your suggestion. I went ahead and tried again from a 'space-less' directory path and ensured that I was using Java 1.5.x. No improvment. C:\MV4Client2\bin\jboss-4.2.3.ga\bin\wsrunclient com.boeing.nmt.nls.test.AssetTest log4j:WARN No appenders could be found for logger

[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2008-08-26 Thread gryffin
Here's the output with more detail about the run environment: C:\MV4Client2\bin\jboss-4.2.3.ga\bin\wsrunclient com.boeing.nmt.nls.test.AssetTest | . | Java directory: C:\Program Files\Java\jdk1.5.0_15\bin\java |

[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2008-08-26 Thread gryffin
Okay, PeterJ. That helps define the problem. I'd understood that the property wasn't being set, but I hadn't found my way far enough upstream in the source to find the headwaters, so to speak, in CommonClient. I'll look into tweaking the class and see what I get. Thanks! View the original

[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2008-08-22 Thread gryffin
I installed JBossAS 4.2.3, this time NOT updating it to JBossWS 3.0.4. I get the same error running my client through Eclipse. I tried wsrunclient ( v4.2.3) and got a different error: C:\Documents and Settings\tx714c\My Documents\workspace\MV4Client2\binc:\jboss-4.2.3.GA\bin\wsruncl | ient

[jboss-user] [JBossWS] - IllegalStateException Cannot find property

2008-08-19 Thread gryffin
I am using JBoss 4.2.2 w/ JbossWS Native 3.0.2. After some toil I got a client based on this config working, but then I run into this error which no one else seems to have run into. I called a ws to retrieve an AssDTO, I updat the AssetDTO, then call the ws' 'update' method passing it back

[jboss-user] [JBossWS] - Re: IllegalStateException Cannot find property

2008-08-19 Thread gryffin
Here's the relevant part of the port class, /** | * This class was generated by the JAX-WS RI. | * JAX-WS RI 2.1.3-b02- | * Generated source version: 2.0 | * | */ | @WebService(name = AssetAPIServicePortType, targetNamespace = http://service.api.mobileview.aeroscout.com;) |

[jboss-user] [JBossWS] - WSException: Cannot find configFile:

2008-07-02 Thread gryffin
I am passing on x509 for now, going for basic auth over SSL instead. The web service is up, run, and accessible over HTTPS, that's looking good. I modify the client app, test it, and get this error: run-ts-client: | [echo] Running timeservice client: C:\Documents and Settings\tx714c\My

[jboss-user] [JBossWS] - SSL not activating

2008-06-25 Thread gryffin
I'm deploying an EJB3 based web service on jboss 4.2.2. It deploys okay, and I can access it on port 8443, but not via https. JBoss says it's deployed to https, but only response via http. I'm not getting any errors in the log, can anyone give me a good idea as to what I'm missing? What needs

[jboss-user] [Beginners Corner] - tracking users

2008-05-22 Thread gryffin
I've got a service ( JBossWS native 3.0.4, EJB3 ) that at this point does not include any security. I figure I can get an idea who all is connecting if I can capture the source address, but I haven't found a way to do that within the jbossws framework. Can someone point me to some

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss Scheduler problem

2008-05-20 Thread gryffin
I'm trying to set up an audit to run at a scheduled interval. I've tested the audit and confirmed that it works when run manually. Now I'm trying to use the JBoss timer service to get it to run unattended. I've imported the varia Schedulable interface, and I've put an mbean descriptor in the

[jboss-user] [JBossWS] - JBossWs 3.0.1 client IllegalAnnotationsException

2008-05-14 Thread gryffin
I used the wsconsume ant task to build a client for a simple web service designed to return the current time as a string. I built the service as an EJB3 with an endpoint, and it published fine on JBoss 4.2.2. The client built by jbossws however throws a fit before calling the service. Caused

[jboss-user] [Beginners Corner] - Re: ClassNotFoundException: No ClassLoaders found

2008-05-07 Thread gryffin
jar -tf TimeService.jar META-INF/ META-INF/MANIFEST.MF TimeServiceBean.class TimeServiceRemote.class META-INF/persistence.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149122#4149122 Reply to the post :

[jboss-user] [Beginners Corner] - ClassNotFoundException: No ClassLoaders found

2008-05-06 Thread gryffin
I am trying to create a very simple WS based on examples in the oreilly EJB3 examples, all it's intended to do is echo a date string. I'm using JBoss 4.2.2.GA w/ JBossWS Native 2.0.4 on windows w/ Java 5. Two classes, a EJB: | package com.boeing.nmt.ejb3; | | import java.util.Date; |

[jboss-user] [JBossWS] - reading a local properties file

2008-02-01 Thread gryffin
I'm writing a POJO/servlet based JAXWS web service on JBoss 4.0.5 w/ JBossWS 1.2.1. I'm trying to use a properties files located at /WEB-INF/properties.xml but I can't find the file. The only way I can seem to get the web service classes to find the properties file is to use an absolute URI

[jboss-user] [JBossWS] - Re: reading a local properties file

2008-02-01 Thread gryffin
Well, thank you Peter. Durn if that wasn't wasn't easy once it was explicitly laid out. I'd preferred to keep only classes in the classes directory, but I didn't see any working examples of this so I was stymied. Thanks again, Peter. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss starts but won't load

2007-09-06 Thread gryffin
I was editing the configuration of my JBoss test installation yesterday and it no longer boots. I backed out the four changes ( adding an SSL connector/mbean and changing the hostname to the actual computer name )). That didn't solve the problem. I'm getting a ton of persistence related errors

[jboss-user] [JBossWS] - jbossws 1.2.1 xml typing problem

2007-07-20 Thread gryffin
I've got a web service that accepts a complex type as a parameter. It works with a JBossWS client, but I need it to work for an Axis client whcih is failing. We both used the same WSDL for our clients, and the service was built consuming the same WSDL. Specifically, JBoss fails to marshall the

[jboss-user] [JBossWS] - Axis vs Jboss compat issue

2007-07-18 Thread gryffin
Hi. I've got a webservice running on JBossAS 4.0.5 w/ JBossWS 1.2.1. I am able to use it fine over HTTP using a JBoss based client. I have a user who has an Axis based client who can't access the service. I get the following error trying to access an attribute of the submitted service

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2007-07-12 Thread gryffin
I have a similar problem. ( Running 4.0.5 with JBossWS2.0.0-native.GA. ) When I remove these two jars from my path, my client won't get out of first gear. It complains of missing xerces libraries. | Exception in thread main java.lang.NoClassDefFoundError: org/apache/xerces/xs/ | XSModel

[jboss-user] [JBossWS] - setting up an ssl web service client

2007-07-11 Thread gryffin
I am running JBoss 4.0.5 w/ JbossWS 1.2.1. I have enabled the SSL connector and am able to access the WSDL for my web service using a browser on port 8443 with a certificate I created using keytool. The client works if I provide it the old http/port 80 URL in it's local WSDL. If I try to

[jboss-user] [JBossWS] - Problem marshalling data from a List

2007-06-08 Thread gryffin
I have a problem sending a list of item to a client. I send an object, which contains a member that itself stores a list of device objects. These objects store a member that is either a tag or a network device. ( I don't get to define the WSDL or Schema. ) I confirm that my List object does

[jboss-user] [JBossWS] - wsconsume cannot use JBoss-derived schema

2007-05-21 Thread gryffin
I built a web service using a wsdl. THis wsdl imports a schema that defines types used by the schema in the wsdl. wsconsume builds the types just fine, the namespaces appear to work out. I deploy the service and discover that there JBoss wrote a new wsdl that incorporated the types document,

[jboss-user] [JBossWS] - wsconsume schema type reference problem

2007-05-11 Thread gryffin
I'm using wsconsume to build the server classes necessary for a top-down implementation of a ws. I get an error that seems to indicate it can't find the type description, but it's there. C:\wsdev\jboss2wsconsume -k -p com.boeing.nmt.server.ws -o gen -s src NlsSoap.wsdl | Invalid

[jboss-user] [JBoss Getting Started Documentation] - testing examples sans Ant

2007-04-30 Thread gryffin
I'm working through the jboss4guide WS chapter. The expected form for testing applications is to use cascading Ant scripts. Yet, for me, that obscures the actual operation. I appreciate the power of Ant, but I don't have time to learn Ant just yet. How would I go about calling web service

[jboss-user] [JBossWS] - WSTools documentation

2007-04-30 Thread gryffin
I'm trying to figure out how to use wstools.bat to generate WSDL and client code. Unfortunately, the WS guide is a little short here. http://labs.jboss.com/jbossws/user-guide/en/html/getting-started.html chapter 3 The guide does not document WSTools, instead it says For details of the

[jboss-user] [JBossWS] - buggy tutorials

2007-04-29 Thread gryffin
For the life of me, I can't make a single JBoss WS tutorial work. I've tried the normal JBoss tutorial ( chap12 ) and it seems to omit describing elements of the development enviroment crucial to working the tutorial. Trying to move to JBossWS 1.2.1 meant that documention on using servlet based