Forum tags


Top Posters

Last 30 days

  • Antoine (38)
  • ravinderjit.singh (30)
  • danielandross (18)
  • venkaiah.k (16)
  • sirswendu.ganapati (14)
  • eva.das (13)
  • milos.vacek (12)
  • metabyte (9)
  • dfrench (5)
  • richard.berger (5)

All time

  • Antoine (1488)
  • Shivanand (1194)
  • cshekhar (928)
  • psq (796)
  • jag (391)
  • metabyte (380)
  • arnaud (328)
  • jalateras (325)
  • dfrench (271)
  • venkaiah.k (214)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
[CantFindXslt] (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: [CantFindXslt]
#12959
lmorjuer (User)
Senior Boarder
User Offline Click here to see the profile of this user
[CantFindXslt] 8 Months, 3 Weeks ago Karma: 1  
Hi,


I am using a xsl... but in compilation time i got this error:

what can be? thaks ??


BPEL Compilation errors were encountered prior to deployment.
-------------------------
Error during compilation
-------------------------
error: [CompilationErrors] Compilation completed with 1 error(s):
null:244: error: [CantFindXslt] Could not find the XSLT stylesheet referenced with URI urn:/Transformacion/ComboTipoIden.xsl, make sure it has been properly provided to the compiler.

-------------------------
org.apache.ode.bpel.compiler.api.CompilationException: error: [CompilationErrors] Compilation completed with 1 error(s):
null:244: error: [CantFindXslt] Could not find the XSLT stylesheet referenced with URI urn:/Transformacion/ComboTipoIden.xsl, make sure it has been properly provided to the compiler.

at org.apache.ode.bpel.compiler.BpelCompiler.compile(BpelCompiler.java:726)
at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:260)
at org.apache.ode.bpel.compiler.BpelC.compile(BpelC.java:330)
at com.intalio.bpms.designer.pxecompiler.builders.BpelCompileJob.compileBpel(BpelCompileJob.java:226)
at com.intalio.bpms.designer.pxecompiler.builders.BpelCompileJob.run(BpelCompileJob.java:150)
at com.intalio.bpms.designer.pxecompiler.builders.PxeBuilder.compileBPELResource(PxeBuilder.java:104)
at com.intalio.bpms.designer.deployment.deploy.DeploymentJob.validateBpelFiles(DeploymentJob.java:186)
at com.intalio.bpms.designer.deployment.deploy.DeploymentJob.run(DeploymentJob.java:126)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

-------------------------
null:244: error: [CantFindXslt] Could not find the XSLT stylesheet referenced with URI urn:/Transformacion/ComboTipoIden.xsl, make sure it has been properly provided to the compiler.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#12960
Antoine (Admin)
Admin
User Offline Click here to see the profile of this user
Re:[CantFindXslt] 8 Months, 3 Weeks ago Karma: 28  
This is quite straight forward: the BPEL compiler cannot find the xsl file. Please enter the relative path of the XSL stylesheet.

Thanks,

Antoine
 
Report to moderator   Logged Logged  
 
Intalio, the Open Source BPMS company
www.intalio.com
  The administrator has disabled public write access.
#16407
richard.berger (User)
Junior Boarder
User Offline Click here to see the profile of this user
Re:[CantFindXslt] 2 Months, 4 Weeks ago Karma: 0  
I just hit this problem today - which is very odd, since I was already using the xsl in two other places in my bpm file. It turns out that the order in which you draw lines in the mapper is very critical. You must connect the box with the path of your xsl file first and then connect the XML that you want to transform. If you do it in the other order, the BPEL created is reversed and you can get this error.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#16409
cshekhar (Admin)
Admin
User Online Now Click here to see the profile of this user
Re:[CantFindXslt] 2 Months, 4 Weeks ago Karma: 31  
Hi Richard,

Could you please attach the process for investigation?

Thanks
Chandra
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#16415
richard.berger (User)
Junior Boarder
User Offline Click here to see the profile of this user
Re:[CantFindXslt] 2 Months, 3 Weeks ago Karma: 0  
Thanks for checking in on this...

No need for me to upload a project as you can use one of the samples that you guys already have (doXSLTransform3) since I believe this happens on all maps. And arguably, it is not a bug - but it certainly is confusing.

Here's a way to reproduce the problem

1. Open doXSLTransform3 (or, in theory, any map that uses the doXSLTransform function)
2. Select the "Create Display and selection" task
3. Choose the mapper tab - you should now see taskOutput/output/candidatesTable and "candidateToDisplayCandidate.xsl" as the two nodes that are connected to the bpel:doXSLTransform()
4. If you mouse over the connections, you will notice that the connection from the xsl file is #1 and the connection from candidatesTable is #2.
5. Switch the order by deleting the links and reconnecting in the order (1) candidatesTable, (2) xsl file
6. Save the bpm file - there will be no errors reported
7. Deploy the project - you will get an error along the lines of:
error: [CompilationErrors] Compilation completed with 1 error(s):
null:162: error: [CantFindXslt] Could not find the XSLT stylesheet referenced with URI net.sf.saxon.expr.PathExpression@8292276d, make sure it has been properly provided to the compiler.

------

If the order of the connection to the doXSLTransform function matters, then it should be caught in the Save - as the error message on deploy is harder to resolve.

Hope this helps,
RB
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop