Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1438

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1438
    Summary: Incorrect wdlFilename generated in webservices.xml
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Web Services Module
   Versions:
             1.2.3

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Gerhard Otte

    Created: Fri, 17 Jun 2005 10:18 AM
    Updated: Fri, 17 Jun 2005 10:18 AM

Description:
"WEB-INF/" is prefixed instead of "META-INF/" for wsdl-file and 
jaxrpc-mapping-file in a statless session bean. An "ejb.bean" tag is present.

JBoss 4.0.2, XDoclet 1.2.3, wsdl and jaxrpc-mapping is build by jwsdp-1.5 
(wscompile)

The xdoclet code of the class:

/**
 * @ejb.bean name="EosOrderStorage"
 *           display-name="Name for EosOrderStorage"
 *           description="Description for EosOrderStorage"
 *           jndi-name="ejb/EosOrderStorage"
 *           type="Stateless"
 *           view-type="all"
 *
 * @wsee.port-component name = "OrderService"

 * @ejb.interface
 *  service-endpoint-class = "de.emediapark.eos.order.interfaces.OrderService"
 *
 * @jboss.port-component name = "OrderService"
 *  uri = "/EosOrder/Storage"
 *  
 */
public class OrderServiceBean implements SessionBean {
...
 


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to