[JBoss jBPM] - Re: how to get jBPM working without the starterkit
by james_hays@mac.com
Not to beat a dead horse, but you guys can be real asses. Gees, the guy was struggling, so he asked for help. If it's that painful to answer, don't. Somebody else will, or he'll continue looking somewhere else. What's the point in making them feel like an idiot? Truth is, I find the jBPM documentation lacking as well. You wanna punch me in the nose too?
"cocampo" wrote :
| BTW, this is the last question I answer you about JBoss, since this is a VERY basic question; you NEED to read your JBoss manual, or else go to the JBoss newbies forum. Be aware, this forum does NOT exist so you can relax while others do your work; you need to do your own work (read, research, test, etc.).
|
| I think you don't understand the purpose of forums, so, take a look at the next page http://www.catb.org/~esr/faqs/smart-questions.html before asking any other question.
|
| Regards.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994069#3994069
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994069
19 years, 5 months
[JBoss Seam] - Add in a message bundle from a component jar
by petemuir
I was hoping to be able to add an extra message bundle to the seam message bundle (it should be added as the lowest priority) from an included jar (in WEB-INF/lib). I tried
<components ...>
| <core:resource-bundle>
| <core:bundle-names>
| <value>org.jboss.seam.selectitems.messages</value>
| </core:bundle-names>
| </core:resource-bundle>
| </components>
in the jar/META-INF/components.xml and
<components ...>
| <core:resource-bundle>
| <core:bundle-names>
| <value>messages</value>
| </core:bundle-names>
| </core:resource-bundle>
| </components>
in the ear/war/WEB-INF/components.xml, but this just tells me
Two components with the same name and precedence: org.jboss.seam.core.resourceBundle
Is there any way to do this (add extra message bundles from a jar) or do I need to add a feature request?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994063#3994063
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994063
19 years, 5 months