JBoss doesn't like my datasourceHi! JBoss AS 7 newbie here, so go easy on me. I have an EJB3 login component I'm attaching as a Maven dependency to this project. That component has a persistence.xml file which USED to point to mysql-ds.xml for JBoss...
Thread Hibernate 3.6 issue with JBoss EAP 6.1.0 Final
Hibernate 3.6 issue with JBoss EAP 6.1.0 FinalWe have several applications deploys on JBoss AS, and each uses different version of hibernate. Therefore, we created several slot for hibernate under modules <JBOSS_HOME>/home/com/company/3party/hiber...
Thread jboss-as-7.1.1 commit query is missing in Container Managed Transaction
jboss-as-7.1.1 commit query is missing in Container Managed TransactionI am using jboss-as-7.1.1, mysql5.6 and hibernate 4.1. In the application log, I can see the hibernate queries when some transaction is happening in my application. I couldn't see any commit query. I hope autocommit s...
problem inject cdiHello, I have a problem in the use of the @ Inject in a project that uses cdi-jpa + .Il problem and inject that is invoked only the first time I call a certain class that is session_scope and then not called. How do I...
EJB3 CMT and Hibernate SessionFactoryIn a legacy project I need the SessionFactory. My persistence.xml: <persistence-unit name="User"> <jta-data-source>java:/OracleDS</jta-data-source> <exclude-unliste...
Thread Hibernate issue upgrading from JBoss 4.2.2 to JBoss 7.2
Hibernate issue upgrading from JBoss 4.2.2 to JBoss 7.2I'm upgrading an application from JBoss 4.2.2 (using Hibernate 3.2.6) to JBoss 7.2 (using the same version of Hibernate). In my WEB-INF/lib directory, I have included the older Hibernate libraries, and ...
multi tenancy supportHello, is there somewhere a documentation or better an example how to use tenancy provided by hiberante ?! We are running a EE 6 Application on Jboss 7.1 brgds
setting up eclipselink-1.1.2 in jboss 7.1I'm trying to get eclipselink-1.1.2 working in JBoss 7.1 without any luck. I've created a modules directory and module.xml file for eclipselink. The module.xml looks like <?xml version="1.0" encoding="UT...
Thread PersistenceUnitLoadingException after setting up Eclipselink
PersistenceUnitLoadingException after setting up EclipselinkI followed the How to use EclipseLink with AS7-Tutorial ( https://community.jboss.org/wiki/HowToUseEclipseLinkWithAS7#/?page=2 ) to setup JBoss 7.1.1.Final to use Eclipselink 2.5.0: <dependency> &...
NullPointerException when try to get dataHi all! I've any problem with my test app. When in a get() method I try to get data from my DB MySQL, I receve this: HTTP Status 500 - type Exception report message description The se...
Starting a JTA environmentI am developing a Dynamic web project (Java EE) using JSF, PrimeFaces, JPA, JTA and running on Tomcat 7. The project development is based on http://www.simtay.com/simple-crud-web-application-with-jsf-2-1-primefaces-3-...
Thread Getting Out of Memory for a long running Transaction
Getting Out of Memory for a long running TransactionHi, I have a seam 2.0.GA application running on jboss 4.2.1.GA. I have a feature where an XML file which is ten thousand lines long is imported into the application and leads to around 8000 merge and persist in the d...
JPA Persistence loading issue - JBOSS 5Hello Every One!! I have two projects "ProjectA.war" and "ProjectB.war". In both projects, i am using Oracle 11g, JPA2 with EclipseLink 2.4.2. and i am using JBOSS 5.1.0 GA application server. ...