Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 --&...
esthrim's user avatar
  • 2,150
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 ...
Ari's user avatar
  • 21
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 ...
tomahawk291's user avatar
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 ...
java.1.'s user avatar
  • 15
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 ...
Scourge's user avatar
  • 11
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 ...
promil pandey's user avatar
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 ...
Chad's user avatar
  • 273
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 ...
xwinus's user avatar
  • 916
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....
Uchenna Nwanyanwu's user avatar