I am using the jboss.net xdoclet module and I think those <ejb-ref>s are
generated from the module.

I basically copy-n-paste the doclet tags from samples/Hello and created my
own HelloBean.

As long as it is benign it's ok with me. It would be nice to fix the warning
though.

cheers,

-joe

-----Original Message-----
From: Jung , Dr. Christoph [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 12:41 AM
To: '[EMAIL PROTECTED]'
Subject: AW: [JBoss-user] jboss.net error messages


The web-service.xml of jboss.net is a tiny extension to the axis wsdd that
additionally allows to 
        - deploy references to external web services
        - include some extended options into the service tags

We once had the idea that web-service.xml should be designed quite along
web-application.xml such that every
web service deployment would get its own JNDI-namespace in which to place
links (the ejb-refs) to the global namespace in order to easily rename
beans, etc. without changing code in dependent applications. 

So you would deploy your ejbprovider against the local name of the bean and
place an ejb-ref from the local name to the global name into the same
web-service.xml file.

But that is of course bullshit, since the web-service.xml should be
generated and needs the correct global name in each case. And usually, no
java code inside the .wsr is linked directly against global names but
parameterised through the web-service.xml. 

So the feature has been deprecated, instead of ejb-refs, please place the
global JNDI names into your 
web-service tags directly (or use the jboss-net xdoclet-module).

Best,
CGJ


-----Ursprüngliche Nachricht-----
Von: Joe Hung [mailto:[EMAIL PROTECTED]] 
Gesendet: Mittwoch, 5. Februar 2003 00:20
An: Jboss-User (E-mail)
Betreff: [JBoss-user] jboss.net error messages


can anybody tell me what does this mean? I'm trying to deploy a .wsr in
JBoss3.2.0RC1.

thanks a lot!
-joe

=====================================
15:08:02,915 WARN  [AxisService] Web Service Deployment
org.jboss.deployment.DeploymentInfo@2c653cc6 {
url=file:/opt/jboss-3.2.0RC1_tomcat-4.1.18/server/all/tmp/deploy/server/all/
deploy/wmi.ear/37.wmi.ear-contents/wmi.wsr }
  deployer: org.jboss.net.axis.server.AxisService@5b675e
  status: Starting
  state: START_DEPLOYER
  watch:
jar:file:/opt/jboss-3.2.0RC1_tomcat-4.1.18/server/all/tmp/deploy/server/all/
deploy/wmi.ear/37.wmi.ear-contents/wmi.wsr!/META-INF/web-service.xml
  lastDeployed: 1044400071052
  lastModified: 1044400067000
  mbeans:
 makes use of the deprecated ejb-ref feature. Please adjust any
ejb-providing service tag inside your web-service.xml pointing to
syl/wmi/Hello to use the absolute Hello instead.



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com _______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
###########################################

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


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to