[
https://issues.jboss.org/browse/DROOLS-710?page=com.atlassian.jira.plugin...
]
Nicolas Heron commented on DROOLS-710:
--------------------------------------
@Nicolas,
Can you confirm the org.chtijbug.drools:drools-platform-example-loyalty:0.5.1-SNAPSHOT POM
is in your $M2_HOME?
Yes it is
Here is the content of the pom.xml
-------
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.chtijbug.drools</groupId>
<artifactId>drools-platform-example-loyalty</artifactId>
<version>0.5.1-SNAPSHOT</version>
</parent>
<artifactId>loyalty-model</artifactId>
<name>demopojo</name>
<description>demopojo</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
</dependencies>
</project>
----------
Problem when loading a jar in kie workbench
--------------------------------------------
Key: DROOLS-710
URL:
https://issues.jboss.org/browse/DROOLS-710
Project: Drools
Issue Type: Bug
Affects Versions: 6.2.0.CR4
Reporter: Nicolas Heron
Assignee: Mark Proctor
I am uploading that jar in the artifact repository of the kid-wb. I am using version
6.2.0.CR4.
I have defined the variable that point to the maven installation and the maven repo as
follows.
CATALINA_OPTS="-Xms1536m -Xmx6536m -XX:NewSize=256m -XX:MaxNewSize=256m
-XX:PermSize=256m -XX:MaxPermSize=556m -XX:+DisableExplicitGC
-Dhibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
-Dorg.kie.example.repositories=/home/kie-samples -Dorg.kie.example=true
-Dorg.uberfire.nio.git.daemon.host=0.0.0.0 -Dorg.guvnor.m2repo.dir=$M2_HOME
-Dorg.uberfire.nio.git.dir=/home/niodir
-Djava.security.auth.login.config=/home/tomcat7/apache-tomcat-7.0/conf/jaasConfig
-Dbtm.root=/home/bittronix
-Dbitronix.tm.configuration=/home/tomcat7/apache-tomcat-7.0/conf/btm-config.properties
-Djbpm.tsr.jndi.lookup=java:comp/env/TransactionSynchroniz
I am running on tomcat7
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)