deploying JBoss Seam 2.0
by mohammed souidi
hello everybody,
i'm trying to deploy jboss seam 2.0 in JBoss AS 4.2.2,and i get 2 errors
BUILD FAILED
C:\jboss-seam-2.0.2.SP1\build.xml:183: The following error occurred while
executing this line:
C:\jboss-seam-2.0.2.SP1\build.xml:743: Compile failed; see the compiler
error output for details.
i use ant version 1.7.0 and i dont arrived to fix the errors
15 years, 11 months
configure cron-schedule dynamically
by Open Sourcer
I am using JBOSS ESB 4.5. I have a requirement to use
<schedule-provider name="schedule">
<cron-schedule scheduleid="cron-trigger" cronExpression="0 0 0 * * ?" />
</schedule-provider>
The cronexpression is static. Now I need a way of setting cronExpression dynamically say reading from a database.
Any suggestions are welcome.
Thanks
Sreeni
15 years, 11 months