This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 101675 - CompApp project does not generate jbi descriptor entries
Summary: CompApp project does not generate jbi descriptor entries
Status: REOPENED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 03:28 UTC by kevan1138
Modified: 2007-08-22 13:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Zip file containing compapp project (81.55 KB, application/octet-stream)
2007-04-19 03:29 UTC, kevan1138
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kevan1138 2007-04-19 03:28:39 UTC
Clean-build the attached CompApp project, filterrequestreplyjbi7, and deploy. 
Run TestCase2 and see the connection refused errors caused by no HTTP endpoints
created.  The HTTP BC jbi descriptor has no entries.
Comment 1 kevan1138 2007-04-19 03:29:25 UTC
Created attachment 41213 [details]
Zip file containing compapp project
Comment 2 Jun Qian 2007-05-01 02:18:29 UTC
No HTTP BC is generated in this case because the XSLT project doesn't generate
any endpoints.

The following is the XSLT SU's jbi.xml:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<jbi version="1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns="http://java.sun.com/xml/ns/jbi"
        xsi:schemaLocation="http://java.sun.com/xml/ns/jbi jbi.xsd"
>
    <services binding-component="false">
    </services>
 </jbi>

Reassigning to XSLT Project...
Comment 3 Vitaly Bychkov 2007-05-02 09:39:46 UTC
What way had you done this project ?
Did you use Xslt project and Xslt service wizards ?
 
I saw that transformation descriptor was named 
filterrequestreply_transformmap.xml but it should be transformmap.xml.
Then we doesn't support (yet) transformJBI (see 96430).

If you will met the same problems from wizards, please reopen the issue.

Comment 4 kevan1138 2007-07-27 18:39:08 UTC
Rename the misnamed transformmap.xml and clean-build the projects.  No endpoint descriptors are generated in the jbi.xml
for the XSLT SU.  This is a bug.  That the transformmap.xml was hand-generated is not the issue as it is valid.  

Reopening issue.
Comment 5 Sergey Lunegov 2007-08-01 14:19:32 UTC
This issue related to support of old transform map.
We can't spend much time to provide such backward compatibility.
Users should fix their transformmap files manually.
Comment 6 kevan1138 2007-08-03 02:11:08 UTC
Xslt projects using older versions of transformmap are required to build and deploy successfully.  

No editor support of older versions is necessary.  If user opens old version in editor, they should be taken to Source
view with instructions to upgrade accordingly.

Reopening issue.
Comment 7 Alexey Yarmolenko 2007-08-22 13:15:51 UTC
Support for old-styled transformmap is out of scope for nb6