All Questions
9 questions
0
votes
0
answers
60
views
Cannot Run Openshift Jboss EAP 7 with Mysql Persistent using default parameters
Everytime i create new JBoss EAP7 with MySQL Persistent Type Applications, i'm always receiving Error Deployment Failed for the MySQL Pod. the log says like this
--> Scaling xxx-mysql-2 to 1
--&...
0
votes
1
answer
1k
views
How can you set transaction_isolation = READ-COMMITTED on an openshift MySql database?
I have a JBOSS scaleable server running on one (or more) gear(s), running against a MySQL database on a second gear. I would like to set
transaction_isolation = READ-COMMITTED
I can ssh to the JBOSS ...
0
votes
1
answer
37
views
Give me some recommendation about JBoss and MySQL using Openshift Tech
I've created my first application using Openshift Tech. It's a Java Web Application running on a JBoss at Openshift and uses MySQL 5.5 as its database. And I have to deploy by it using the war file (I ...
1
vote
0
answers
89
views
Openshift MySql no class found exception in runnable jar
I am trying deploying a runnable JAR file on Openshift server, my runnable JAR file contains a cron job, its functionality is to read data from database at certain time I place mysql-connector-jar in ...
1
vote
1
answer
160
views
EAP 6.3 basic hibernate update throws Exception
I'm using openshift to host a JBoss web application.
However they recently updated to EAP 6.3 which breaks the Hibernate persistence layer.
When a standard update is done using the entity manager I ...
0
votes
1
answer
573
views
Access denied to user MySQL Java Openshift
I am using Openshift and installed Tomcat 7 (JBoss EWS 2.0) and Mysql 5.5. My application is based on Struts 2 where i have provided database connectivity details in struts.xml. now after giving ...
0
votes
1
answer
475
views
Connect to local MySQL database in JBoss EWS 2.0
I created an OpenShift application (Tomcat 7 (JBoss EWS 2.0)) and with the help of developercorey I was able to deploy my application to OpenShift and connect to the the local MySQL database in ...
1
vote
1
answer
1k
views
Openshift: share MySQL cartrige between applications
I have Java EE web application on RedHat Openshift PaaS, which consists of JBoss EWS, MySQL and phpMyAdmin cartriges. My question is, whether it is possible to share the MySQL cartrige from ...
2
votes
3
answers
2k
views
Error while deploying an application on Openshift
I have not deployed on jboss application server before. I have the following errors while trying to deploy a java web application on openshift. I am using Spring and JPA 2.0.
My applicationContext....