[rules-users] kie-wb 6.0.0 tomcat7: Error uploading maven jar that is part of a multi-module maven project

Michael Anstis michael.anstis at gmail.com
Wed Dec 18 17:28:16 EST 2013


Can you provide your JAR?


On 18 December 2013 22:23, jguenth <jguenth at co.pierce.wa.us> wrote:

> Yes, I'm trying to upload the JAR to the kie-wb maven repository via the
> kie-wb Artifact Repository page.  Since the kie-ci module is already on the
> webapps classpath, I assume there are no other work-arounds to try.
>
> I debugged the MinimalPomParser method below and found the InputStream
> passed in was a ByteArrayInputStream with a count of 10038 and it's
> position
> was also 10038; as if it had already been read to end of file. While in
> debug, I set the position to zero and let it continue.  Sure enough, it
> uploaded succesfully!
>
>     static PomModel parse(String path, InputStream is) {
>         MinimalPomParser handler = new MinimalPomParser();
>         try {
>             SAXParserFactory factory = SAXParserFactory.newInstance();
>             factory.setValidating( false );
>             factory.setNamespaceAware( false );
>
>             SAXParser parser = factory.newSAXParser();
>             parser.parse( is, handler );
>         } catch (Exception e) {
>             throw new RuntimeException("Unable to parse File '" + path +
> "'", e);
>         }
>
> Perhaps something is reading the InputStream before calling the parse
> method
> and not creating a new InputStream to parse.
>
> Unfortunately, I keep getting the error below when I try to add a drools
> rule to my project.  It is also failing in the MinimalPomParser because of
> the same problem above.
>
> "Unable to complete your request. The following exception occurred:
> org.kie.scanner.embedder.MavenEmbedderException: Failed to read artifact
> descriptor for org.piercecountywa.linx.core:domain:jar:1.8.0-SNAPSHOT."
>
> Regards,
> Jay
>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/kie-wb-6-0-0-tomcat7-Error-uploading-maven-jar-that-is-part-of-a-multi-module-maven-project-tp4027338p4027356.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20131218/b15c13fc/attachment.html 


More information about the rules-users mailing list