What is the hibernate version in enterprise feature 4.2.8?

2020-05-19 Thread LuisLo
In org.apache.karaf.features.enterprise 4.2.8 you can see: But the real core version of hibernate is 5.4.2.final: mvn:org.hibernate/hibernate-core/5.4.2.Final I'm confused. Is it an error or does the feature version simply not match the hibernate version? Thanx -- Sent from:

Re: Two instances with the same datasource name

2020-05-18 Thread LuisLo
Good Morning. Please correct me if I'm wrong. I have seen that datasources are shared between instances. This means that if an org.ops4j.datasource-.cfg file is created in one instance, the Datasource is available in all the others. -- Sent from:

Re: Problem in 4.2.8 shell console with "history" command

2020-05-18 Thread LuisLo
Hi. This issue was reported in: http://karaf.922171.n3.nabble.com/1-2-8-SNAPSHOT-history-command-appears-to-be-broken-td4057391.html Sorry for the inconvenience -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Problem in 4.2.8 shell console with "history" command

2020-05-14 Thread LuisLo
Hello everyone. I downloaded the fresh version 4.2.8 and ran karaf.bat. In the karaf console I run "history" and get: Error executing command: java.lang.reflect.InvocationTargetException This error doesn't ocurr in 4.2.7 version. -- Sent from:

Two instances with the same datasource name

2020-05-12 Thread LuisLo
Hello everyone. We have a karaf instance with a datasource defined in the file org.ops4j.datasource-dataDS.cfg A clone of that instance is made using the command instance:clone -v -r 2099 -s 8102 -rs 5 root instance2 In the instances/instance2/etc/org.ops4j.datasource-dataDS.cfg we change

Encrypt activemq configuration files

2020-03-11 Thread LuisLo
Hi. We cannot encrypt the activemq configuration files (karaf 4.2.4, amq 5.15.11) We would like to know how to encrypt the jms_users.properties passwords We have followed the following steps: activemq.xml ... jaasSecurity.xml

Problems with activemq-osgi in an environment without internet connection

2020-02-04 Thread LuisLo
Hi. We have encountered a problem in the activemq broker connection when we run it without an internet connection in karaf (we get the log that you can see at the end of this message). The problem occurs in activemq.xml because it cannot get spring-beans-2.0.xsd We have verified that it can be

Re: karaf & activemq: ssh fails

2020-01-21 Thread LuisLo
Good Morning. In case this can help someone, the problem has been solved by eliminating the following bundles of a jasperreports feature that we used: wrap:mvn:bouncycastle/bcmail-jdk14/138 wrap:mvn:bouncycastle/bcprov-jdk14/138 wrap:mvn:org.bouncycastle/bctsp-jdk14/1.38 -- Sent from:

Re: karaf & activemq: ssh fails

2020-01-21 Thread LuisLo
Hi. Thanks for the help. We have used activemq-broker -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

karaf & activemq: ssh fails

2020-01-21 Thread LuisLo
Hi. We have an application developed on karaf 4.2.7 (own assembly) that does not give any problem when we connect by ssh, however, when we add the activemq-broker (5.15.11) feature as a boot feature to the assembly, we cannot connect by ssh and get the following log : 2020-01-21T14:04:18,620 |

Importing Bundles

2020-01-09 Thread LuisLo
I have three bundles: sacomar_iii_srv_updateApplication_api (API) sacomar_iii_srv_updateApplication (implementation) sacomar_iii_terminal (use the API) In the pom to generate sacomar_iii_terminal I include the dependency to sacomar_iii_srv_updateApplication_api, never to the implementation.

Monitor the contents of a directory

2019-12-23 Thread LuisLo
Hi. We would like to add a folder with a behavior similar to deploy. Is there a service that allows you to monitor the contents of a folder and notify when it has changed? Our intention was to reuse the deploy operation but we did not find how it does it. Thanks. -- Sent from:

Re: Update bundles automatically (karaf 4.2.7)

2019-12-20 Thread LuisLo
Hi. Yes, the bundle is referenced in a feature. We want to do something automated. Send an email with a tar that the client puts in a folder (in the style of the deploy folder) and an automated process does all the work. I do not understand: "Why not doing this at runtime?" Thanks. -- Sent

Update bundles automatically (karaf 4.2.7)

2019-12-20 Thread LuisLo
Hi. We want to provide our system with an automatic update method for bundles to prevent the user from having to do it manually. We have thought of the following: Suppose we want to update theBundle from 3.1.0 to 3.1.1. 1.- We copy theBundle 3.1.1 in $KARAF_HOME/system/uri/theBundle/3.1.1 2.- We

Re: jsf: NoClassDefFoundError org/eclipse/jetty/util/MultiPartInputStreamParser

2019-12-18 Thread LuisLo
Can it be related to this bug? https://issues.apache.org/jira/browse/CAMEL-14105 -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: jsf: NoClassDefFoundError org/eclipse/jetty/util/MultiPartInputStreamParser

2019-12-17 Thread LuisLo
Could you create the JIRA please? I've never done it and I think it will be faster if you do it. Can you think of a workaround? -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: jsf: NoClassDefFoundError org/eclipse/jetty/util/MultiPartInputStreamParser

2019-12-17 Thread LuisLo
We don't have entries in the log. We have discovered the error that I discovered in the Firefox console (see attached image) -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

jsf: NoClassDefFoundError org/eclipse/jetty/util/MultiPartInputStreamParser

2019-12-17 Thread LuisLo
Hi. We have a web application running in karaf (using pax-jsf-support feature): karaf 4.2.7 primefaces 6.1 myfaces 2.2.12 We have updated from version 4.0.X to 4.2.7 After the update to 4.2.7, everything works fine except the file upload that shows the following error in the firefox console:

Re: Karaf 4.2.5 - Hibernate 5.4.2 Second level cache with JCache-Ehcache 3

2019-10-28 Thread LuisLo
I have the same problem in version 4.2.6 Would you be so kind as to put the solution here if you finally find it? I will do the same. I have tried ehcache and infinispan, but I always get the same result. -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Karaf shutdown and create dump file

2019-06-04 Thread LuisLo
Hello, we are currently developing an application based on karaf 4.1.6, but we do not manage the operating system in which it is installed. Recently, to our regret, two actions have come together: 1.- The operating system was changed to SUSE. 2.- We have updated the version of our application.

Modular graphic interface

2019-02-19 Thread LuisLo
Hi all. Currently my company has a production system based on karaf. The system is quite dynamic and the client requests new functionalities periodically, some of which should not be deployed in all sites. Thanks to Karaf we have elegantly solved, through "features", the part of business logic,

Re: Pool connections in karaf 4.2.0

2018-09-07 Thread LuisLo
Hi, I have created the configuration file manually, following the example of pax-jdbc. org.ops4j.datasource-test.cfg la command: START LEVEL 100 , List Threshold: 0 ID ? State? Lvl ? Version ? Name

Pool connections in karaf 4.2.0

2018-09-07 Thread LuisLo
We are making a migration of our application to version 4.2.0 We have verified that in the previous version (karaf 4.0.7) multiple connections were made to the database when starting the web application: postgres=# select datid, datname, usename, application_name, client_addr from