i'm not sure if this matters but my datasource.xml (for spring) is defined as
follows:
|
|
|
|
| java:comp/env/jdbc/employeePerks
|
|
|
|
|
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
thanks for the suggestion. my datasource file is in my
$JBOSS_HOME/server/default/deploy dir and is called
employeePerks-oracle-ds.xml. not sure what you are referring to about the
context.xml? the war works fine in tomcat 6.0.
to port over to jboss, all i did was add the jboss-web.xml file
hi all...
i'm porting an application that works fine in Tomcat 6.6 to JBoss 4.2.3.GA.
Using jdk 1.6.
Here's my context.xml:
|
|
|
|
|
|
|
|
|
|
|
My web.xml:
|
|
| DB Connection
| jdbc/employeePerks
| java
hi all...i'm trying to get my app to run under jboss. works fine under tomcat
6, so i'm thinking it's a classloader issue.
ideas?..thx in adv
| 10:38:09,475 ERROR [[Spring Web Servlet]] Allocate exception for servlet
Spring Web Servlet
| java.lang.IncompatibleClassChangeError: Class
org
hi all...
my app is dying around the time it hits the db. i changed the log4j level
from INFO to DEBUG for my console appender to get more information from jboss,
but no luck. i'm using jdk1.5 and jboss 4.2.3. below is the log. i'm
wondering if someone can tell me how to get more debug,
hi all...i'm trying to configure a jmx mbean to be a singleton (in a clustered
env). i think i did all the steps, but jboss (4.2.3) is throwing an exception.
here's my mbean definitions:
|
| jboss:service=DefaultPartition
|
|
org.dcri.job
hi all...i'm not sure this is the correct place to post this (let me know if
not).
i have jmx mbean right now that processes jobs for N applications. there are
about 5 different jobs that it processes. the jmx mbean runs in a single
jboss/vm instance currently.
we're going to be moving to a