This link is to an email describing the same problem:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg47648.html
Here is the function prototype in my application's endpoint interface:
public CustomerDetails[] getCustomers(int person) throws RemoteException;
The CustomerDetails object is a simpl
The jar files in $JBOSS_HOME/client are needed when deploying a client to java web
start.
However, the jax rpc stuff causes security exceptions to be thrown at initialisation.
Therefore, the JAR files all need to be signed by JBoss (they currently are not
signed) and loaded from an 'extensio
See the Tomcat site for how to configure server.xml for running Tomcat behind a Proxy.
Your web server may operate in proxy mode.
This isn't as ideal as a genuine connector, but it does let you shield the JBoss
server/Tomcat from the real world.
View the original post :
http://www.jboss.org/i
I've been able to get complex types working, but am having trouble with arrays. Could
someone post a working example? I notice none of the samples or test cases in the
source include arrays.
I've also found that the current version of Axis' Java2WSDL is producing WSDL's that
my JWSDP 1.4 ba
This turned out to be caused by me mistakenly using the rather than
tag in webservices.xml. Could be detected by a try { } catch { } in
ServiceDeployer.java when doing the class cast.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845203#3845203
Reply to
Oops, that was my mistake. Some of the web sites I found refer to web-services.xml,
when in fact it should be webservices.xml
I notice some stuff for generating WSDL, JAXRPC mappings, webservices.xml, etc, is
starting to appear in Xdoclet CVS. In the meantime, I guess I'll be coding these by
Yes, I did find the Wiki last night some time after posting my original message.
Thank you for providing the samples - following those examples I did finally manage to
get my bean working with Jboss.
However, I believe the issue with library locations is not addressed in the Wiki.
View the ori
I deploy an EJB jar that contains webservices.xml, jaxrpc-mapping.xml and a WSDL file,
and JBoss throws the following exception.
If I deploy the same bean (which only has a 'hello world' method) as a remote bean, I
can use it just fine.
Where do I turn on verbose debugging? How can I tell fro
Now that I'm using ws4ee/jboss 4.0, which set of xdoclet tags do I use to create my
web-services.xml file, etc?
Are any jboss specific tags needed, or is it all standardised now that the standard
exists for web services compliant J2EE?
What about the axisdeploy tags that go in build.xml/ejb se
a) The axis validator screen reports that wsdl4j.jar is missing.
I found the file wsdl4j.jar in jboss-root/client and copied it to
jboss-root/lib/endorsed (it contain's javax.* classes, so it has to be under endorsed)
and the error went away. This is a problem that may only be visible to Java 1
10 matches
Mail list logo