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 167652 - Exception while building Bpel Project with non xml Referenced Resources
Summary: Exception while building Bpel Project with non xml Referenced Resources
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-25 14:15 UTC by Vitaly Bychkov
Modified: 2009-12-11 23:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Bychkov 2009-06-25 14:15:00 UTC
Bpel Project with non xml Referenced Resources can't be builded.
Steps to reproduce:
1. Create Synchronous Sample
2. Create Another project e.g. JavaApplication Project (TestPrj) 
3. Add Project Refernced Resource to the TestPrj/src/testprj/Main.java
4. Instead of *.java, any other non xml artifact can be used e.g. *.jar
5. invoke build on Synchronous project
See Exception: Failed to package 'TestPrj/testprj/Main.java', an exception was thrown: org.xml.sax.SAXParseException:
Content is not allowed in prolog.

In addition Main.java sucesfully retrived into Synchronous project.
Comment 1 Vladimir Yaroslavskiy 2009-07-22 12:44:52 UTC
fixed as a part of POJO feature.
Comment 2 senthilprabhu 2009-12-11 23:10:46 UTC
I have used .jar files for testing the POJO Calls from BPEL.
The project is building and running fine.
This issue is verified to work correctly in the GFESB build 20091210-0720
This issue can be closed.