I have a Schedulable service that spawns a thread against a POJO who ultimately
attempts to invoke a local-ejb. The service:
|
|
|
| true
| jboss:type=accuweather,name=WeatherForecastPoller
| hit( NOTIFICATION, DATE,
REPETITIONS, SCHEDULER_NAME, java.lang.Strin
The above does not actually solve the problem of addressing local ejbs from an
Schedulable MBean. Any advice would be apprieciated.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948761#3948761
Reply to the post :
http://www.jboss.com/index.html?module=bb
I have included the the service withing the ear by added a jboss-app.xml to to
the META-INF directory. This new jboss-app.xml
| http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd";>
|
|
|
| ambient.sar
|
|
|
I then added to the root of the exploded ear an dire
My app has muliple MBean services all defined through thier own *-service.xml
located at the same level in the deployment as the EAR file. One of the
services is a schedulable service that starts a thread outside the EAR and
attempts to use a local ejb within the EAR that has only a local interf
I was able to fix my issue by not installing the two ejb3 packages and the
aspect manager during the install process when using jdk 1.4.2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931451#3931451
Reply to the post :
http://www.jboss.com/index.html?module
I'm trying to start up the a clean installation of jboss 4.0.3SP1 under
JDK1.4.2 and I am encountering multiple Unsupported major.minor version 49.0
exceptions. I suspect because my enviroment is using JDK1.4.2 and not JDK1.5,
but from what I can tell 1.4.2 should be supported
(http://wiki.jbo