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 144389 - XSL validation error during build/compile
Summary: XSL validation error during build/compile
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
: 144126 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-19 13:13 UTC by skrishnan
Modified: 2008-11-04 06:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stylesheet error (137.37 KB, text/plain)
2008-08-19 13:14 UTC, skrishnan
Details
stylesheet error (137.37 KB, text/plain)
2008-08-19 13:15 UTC, skrishnan
Details
XSL Stylesheet projext (8.40 KB, text/plain)
2008-08-20 05:20 UTC, skrishnan
Details
server log (7.20 KB, application/x-compressed)
2008-10-17 19:48 UTC, rpoon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description skrishnan 2008-08-19 13:13:30 UTC
When I create a new project and try to build the project, I get the following error. I am not able to depoly the 
project even when try to ignore this error by enabling "Allow build and deploy with errors".
Comment 1 skrishnan 2008-08-19 13:14:06 UTC
Created attachment 67801 [details]
stylesheet error
Comment 2 skrishnan 2008-08-19 13:15:12 UTC
Created attachment 67802 [details]
stylesheet error
Comment 3 skrishnan 2008-08-19 13:17:32 UTC
Builds used
-----------
App Server details:

  app server version           = Sun Java System Application Server 9.1_02 (build b04-fcs)
  app server build date        = Fri Apr 11 09:51:00 IST 2008

Product details:

  type                         = GFESB
  variant                      = Glassfish
  kit type                     = product
  build                        = 20080815
  version                      = 1.0

JBI details:

  operating system             = Windows XP 5.1 Service Pack 3 [x86] (en_US Cp1252)
  java version                 = 1.6.0_01-b06 (32-bit)
  java home                    = c:\jdk1.6.0_01\jre
  java tmp dir                 = C:\DOCUME~1\sk155586\LOCALS~1\Temp\
  app server type              = GLASSFISH (sub-type = DEVELOPER version = 91)
  app server domains           = 1 (instances = 0 cluster = )
  jbi port                     = 17888 (secure = false)
  runtime build                = 080815
  runtime version              = 2.4
  runtime component build      = 080815
  runtime component version    = 2.4
  component build              = 080815
  component version            = 2.4

  build details:

  JBI Framework                = Fri Aug 15 07:20:32 IST 2008 [source: d:/gfesb/gf91/jbi/lib/jbi_framework.jar]
  HTTP Binding                 = Fri Aug 15 05:31:56 IST 2008 [build: 080815 source: d:/gfesb/gf91/jbi/components/sun-
http-binding/httpbc.jar]
  FILE Binding                 = Fri Aug 15 05:30:46 IST 2008 [build: 080815 source: d:/gfesb/gf91/addons/jbi-
components/filebc.jar]
  FTP  Binding                 = Fri Aug 15 05:31:06 IST 2008 [build: 080815 source: d:/gfesb/gf91/addons/jbi-
components/ftpbc.jar]
  JMS  Binding                 = Fri Aug 15 05:32:44 IST 2008 [build: 080815 source: d:/gfesb/gf91/addons/jbi-
components/jmsbc.jar]
  BPEL Service Engine          = Fri Aug 15 05:36:48 IST 2008 [build: 080815 source: d:/gfesb/gf91/addons/jbi-
components/bpelserviceengine.jar]
  XSLT Service Engine          = Fri Aug 15 05:35:24 IST 2008 [build: 080815 source: d:/gfesb/gf91/addons/jbi-
components/xsltserviceengine.jar]


NetBeans build details:

  IDE build                    = 200808150936                 [source: d:/gfesb/netbeans/platform8/lib/boot.jar META-
INF/MANIFEST.MF]
  IDE build date               = Fri Aug 15 12:54:24 IST 2008 [source: d:/gfesb/netbeans/platform8/core/core.jar]
  SOA build date               = Wed Aug 13 01:35:24 IST 2008 [source: d:/gfesb/netbeans/soa2/modules/org-netbeans-
modules-compapp-projects-jbi.jar]
Comment 4 Vitaly Bychkov 2008-08-19 13:31:58 UTC
skrishnan could you please attach your project.
Comment 5 skrishnan 2008-08-20 05:20:09 UTC
Created attachment 67906 [details]
XSL Stylesheet projext
Comment 6 Vitaly Bychkov 2008-08-20 16:02:20 UTC
Fixed in soa-dev.

Changeset: f486e2b417f3.
Comment 7 Vitaly Bychkov 2008-08-24 10:13:59 UTC
*** Issue 144126 has been marked as a duplicate of this issue. ***
Comment 8 rpoon 2008-10-17 19:47:27 UTC
Verified with build: \\thumper\50builds\gfesb\v2\nightly\20081015-1408

With attached project, it can be built fine now.  However, when deploy, it failed with the 'failed to start provider 
endpoints'.

(see attached log)
Comment 9 rpoon 2008-10-17 19:48:14 UTC
Created attachment 72151 [details]
server log
Comment 10 Vitaly Bychkov 2008-10-18 02:00:33 UTC
Could you please attach builded project - it looks like the build artifacts are empty.

Comment 11 Vitaly Bychkov 2008-10-18 19:08:13 UTC
The transformmap in the original project has an error - transform file attribute point to the inXslFile but should 
point to the inXslFile.xsl.

in this case all works for me.
Comment 12 rpoon 2008-10-18 23:27:49 UTC
Modified the transform file attribute in the original attached project to point to 'inXslFile.xsl' (from 'inXslFile')
and it can now deployed successfully.
Comment 13 deepakhp 2008-11-04 06:47:06 UTC
Since the issue is verified, marking it as "CLOSED"