[JBoss Seam] - Re: Using Seam from External Invocation
by msduk
Thanks Gavin but I think that might require a slightly better understanding that I have.
Taking the broader problem, running repeated actions from antoher thread and still having access to the seam beans . Can anyone suggest something please?
I have tried Component.getInstance("testBean") for example but I get
java.lang.IllegalStateException: No application context active
| at org.jboss.seam.Component.forName(Component.java:1534)
| at org.jboss.seam.Component.getInstance(Component.java:1584)
| at org.jboss.seam.Component.getInstance(Component.java:1567)
| at org.jboss.seam.Component.getInstance(Component.java:1561)
| at halvor.schedulers.db.PendingOrderQuartzTarget.execute(PendingOrderQuartzTarget.java:11)
| at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
| at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
|
I am assuming I need to configure something with this approach but do not know where to start.
Any other approach suggestions are welcome; i am not tied to quartz in any way.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993360#3993360
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993360
19 years, 4 months
[JBossWS] - Upgrading 4.0.4 to 4.0.5
by prakah
Hello All,
I have an Medrec application running in JBoss 4.0.4 version. But the same application doesn't work in JBoss 4.0.5, even unable to compile medrec for this version.
I think, there might be some changes were done WebService part. The error is given below.
| genWSjava:
| [java] Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/axis/wsdl/WSDL2Java
| [java] Java Result: 1
|
| compilewsejb:
| [javac] Compiling 14 source files to /disk1/jboss/4.0.5/demos/medrec/build/medrecEar/webServicesEjb
| [javac] /disk1/jboss/4.0.5/demos/medrec/build/medrecEar/webServicesEjb/com/bea/medrec/webservices/AddressWS.java:148: package org.jboss.axis.description does not exist
| [javac] private static org.jboss.axis.description.TypeDesc typeDesc =
| [javac] ^
|
| ..
| ..
| ..
| ..
I have already checked that there is no jar available in JBoss 4.0.5 which contains org.jboss.axis package.
Please give me an idea to solve the problem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993358#3993358
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993358
19 years, 4 months