It's not much help, but I definitely agree that the SelectItem stuff is a total nightmare in JSF. There is an open JIRA issue for Seam that tries to unify the various strategies in an easier to use API/annotation. It's not done yet.
Personally, I really don't understand why the standard SelectItem implementation can't just take another argument in the constructor that uniquely identifies an instance for the toObject() and toString() methods of a default JSF converter, something like:
selectItemList.add(
new SelectItem("label", item, item.hashCode())
);
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978928#3978928
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978928
Wondering what is relationship between org.jbpm.scheduler.impl.Scheduler vs org.jbpm.scheduler.db.DbSchedulerService?
We did configure the scheduler service through jbpm.cfg.xml but it doesn't seem to be working (not sure whether spring modules need to kick this off) but now while I was going through this thread, it talks about SchdulerServlet which uses the class org.jbpm.scheduler.impl.Scheduler?
Any clarifications about this confusion?
Thanks for your help.
Arshad
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978925#3978925
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978925