[JBoss jBPM] - jBPM on GlassFish - HTTP status 500
by naruszef
Hi!
I'm still trying to integrate jBPM with GlassFish (it was very hard job, i can't find any help in the internet).
Now I can login into jbpm-console, but there is another problem - I can deploy new process - but when i'm trying to start new instance of this process (websale example) i have got message:
| HTTP status 500
| The server encountered an internal error () that prevented it from fulfilling this request.
|
| javax.servlet.ServletException: /sa/procdef.xhtml @43,221 test="#{filter_ended and entry.end != null or entry.end == null and (filter_suspended and entry.suspended or filter_running and ! entry.suspended)}": ELResolver cannot handle a null base Object with identifier 'entry'
| javax.el.PropertyNotFoundException: /sa/procdef.xhtml @43,221 test="#{filter_ended and entry.end != null or entry.end == null and (filter_suspended and entry.suspended or filter_running and ! entry.suspended)}": ELResolver cannot handle a null base Object with identifier 'entry'
|
|
I found on the "A Sunny Commune - Cheng's Blog" (text posted more than 2 years ago) information, that:
"jbpm uses Apache myfaces as its JSF implementatioin, while SJSAS uses Sun's JSF implementation."
Is it still true? Should I switch jsf implementation in GlassFish?
Thanks and regards
Jakub Naruszewicz
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164124#4164124
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164124
17 years, 11 months
[JBoss Tools (users)] - Adding Seam facet without spam
by dietice
Hello.
I would love to use JBoss Tools to develop Seam applications but at the moment, when I add the Seam project facet, my project gets drowned in all kind of example / template spam (similar to what I would get if I would use seam-gen).
I really appreciate the work that went into providing reasonable templates / defaults but I really don't like it - especially if the project already exists and I have to dig through various directories to remove the added files.
So, could we please have a way that enables Seam support (as in code completion, component list, ...) without adding anything? I don't need any fancy wizards but this basic stuff would be great - and shouldn't depend on any mandatory project / directory structure (I'm using Maven so mine is a bit different ;))
So please enable us to do this while you are at adding Eclipse 3.4 support.
thanks a lot :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164117#4164117
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164117
17 years, 11 months