[JBoss-user] [Installation, Configuration & Deployment] - org.jboss.varia.scheduler.Scheduler threads accessing local-

2006-06-12 Thread fkhan
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

[JBoss-user] [Installation, Configuration & Deployment] - Re: my-service.xml having access to local ejbs

2006-06-02 Thread fkhan
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

[JBoss-user] [Installation, Configuration & Deployment] - Re: my-service.xml having access to local ejbs

2006-06-01 Thread fkhan
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

[JBoss-user] [Installation, Configuration & Deployment] - my-service.xml having access to local ejbs

2006-06-01 Thread fkhan
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

[JBoss-user] [JBoss Getting Started Documentation] - Re: Unsupported major.minor version 49.0 when trying to star

2006-03-20 Thread fkhan
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

[JBoss-user] [JBoss Getting Started Documentation] - Unsupported major.minor version 49.0 when trying to start th

2006-03-20 Thread fkhan
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