I am using JPA with Hibernate implementation and EJB 2.1 in my project (a Spring + Hibernate project). After I deployed my project to JBoss 6.0 CR1 the server log said:
I have a weird problem, I am using EJB 2.1 timer object to fire a timer at a specific time in a day and do some housekeeping stuff like deleting files. The timer开发者_如何学Python fires as expected b
Hi (excuse me for my English) I\'m migrating my app to Spring. I have a question about it. To lookup EJBs with Spring, I useand this works perfect for me.
According to my understanding, Seam wraps each request into a Transaction. My web app (code into some seam stateful beans) is at the moment calling some EJB interface which is part of an application s
I work for a polygot organisation where we code in multiple different languages and architectural styles.
I am using Log4j with Jboss EJB webservice.I am logging the application flow in the File. This is the code I am using for logging
I\'m thinking of possible ways, how trigger mail sending based on values - including time values - stored in database. One way, that I can think of is to use EJB @Timeout annotation, but I don\'t know
I have a j2ee project using ibatis to connect to the database and stateless bean to create web service and it works but i have a d开发者_如何转开发oubt
I would like to start up a project from scratch. I am a java developer for years. I did even write my own mvc framework some time ago for fun. Now I am working in a company using in-house framework -
I am trying to inject an EJB stateless bean in to a servlet, but the servlet throws a NullPointerExcetion. I am using JBOSS to deploy the EJB and servlet.