Title: Nachricht

Gents,

           Lads by the grace of God my remote bean has begun to work. I scraped what I was doing and retrieved a nightly build from the Jboss website.

Then I simply deployed it and tested the service call and then the remote client call thru the jndi retrieving the remote stub and it worked also.

I couldn’t however get the wsdl retrieval to work for me which is a pain as much of my future development will centre around being able to access the wsdl.

 

AXIS error

Sorry, something seems to have gone wrong... here are the details:

Fault - WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://ejb.javax'. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.:  
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://ejb.javax'. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.: 
 faultActor: null
 faultNode: null
 faultDetail: 
stackTrace: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://ejb.javax'. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.: 
        at com.ibm.wsdl.util.xml.DOMUtils.getPrefix(Unknown Source)
        at com.ibm.wsdl.util.xml.DOMUtils.getQualifiedValue(Unknown Source)
        at com.ibm.wsdl.util.xml.DOMUtils.printQualifiedAttribute(Unknown Source)
        at com.ibm.wsdl.xml.WSDLWriterImpl.printParts(Unknown Source)
        :
        :
        :
        :
 
I’m not too familiar with SOAP to be honest. Is there anything I can provide within the web-services.xml that can sort this problem out? 
 
Thanks,
Mark.
 
 
 

 

 

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jung , Dr. Christoph
Sent: 14 March 2003 08:06
To: '[EMAIL PROTECTED]'
Subject: AW: [JBoss-user] Remote Beans as Web Services

 

Mark, Kevin,

 

a) I looked through the JBoss.net EJBProvider code again. All we do there is to switch the classloading context and then delegate into

the parent (Axis) EJBProvider. If there is a problem with "*" and wsdl generation, this should appear in plain Axis, too. I think I saw the right stop classes there. Kevin, have you any experience with that?

 

b) As for eclipse: If you look into the jboss.net module, there will be a ..classpath and .project ready for importing directly into

eclipse (there are a few absolute paths in 3.2 which we have removed in 4.0 in favor of a global variable "JBOSS_ROOT". You can

do a local build in jboss.net and move/extract the generated libs in the output/lib directory manually into your jboss distro. After that,

I usually start jboss through the run script (but in debug mode - see the JAVA_OPTS parameter) and attach to it via remote debugging.

 

Thanks for having a look,

CGJ

 

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 13. März 2003 22:47
An: [EMAIL PROTECTED]
Betreff: Re: [JBoss-user] Remote Beans as Web Services

Hi Christophe,

      I deploy it within a wsr file that's located within an ear file.

When this is deployed in the engine it seems to deploy fine, however if I attempt to look at the services

through http://localhost:8080/jboss-net/services  I get the previous exception..

 

The actual version of Jboss that I use I downloaded from Dr Bruce Scharlau's site in Aberdeen as it was the only

version that I could get to run a hello world been.

http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-netGuide.shtml

 

 

I can't use the org.apache.axis.client.AdminClient class file as it kept throwing a strange error

With 'FixME'  in it so I figured it was something that was underdevelopment.

 

I've downloaded the source for jboss-3.20RC2 and I'm attempting to get it running through Eclipse so I can have a better look at the problem,

Unfortunately the only module that gives me any problems is the jboss.net module. Have you managed to integrate 3.2 with Eclipse or have you bothered?

 

 

Thanks,

Mark.

 

 

 

###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/

###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/

Reply via email to