Ah, sorry!
At the same time, thank you for making me aware of this problem. I never thought about what it would do to existing projects. I was totally focused on the new project scenario.
I have reverted part of the change. Here is how it will work:
1. When running ./seam setup for the first time, it will not allow hyphen in the project name. The reason is because the project name is used in a lot of places in the templates where a hyphen would break things. We should probably fix that problem separately.
2. Any other time, it will respect your project name so that if you have existing projects that use hyphen in the name, it will be able to handle them.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091254#4091254
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091254
I am working on a new MDB and I decided to use EJB3. I downloaded JBoss 4.2.1 (which seems to have EJB3 build in)
I can't seem being able to find jars to compile my code. In particular I am having an issues with @ActivationConfigProperty annotation.
I've tried to add all jars files that I could find with the jboss instalation, but that did not help. Does JBoss has definition for this class or maybe I need to get it somewhere else?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091250#4091250
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091250
I've got an h:commandLink as follows:
| <h:commandLink action="#{something.doAction(entity)}">
| Go
| </h:commandLink>
|
| <rich:dataTable value="#{query.resultList}" var="entity">
| <snip/>
| </rich:dataTable>
|
The problem I'm having is that when the request is submitted, the call to EntityQuery.getResultList() is performed before something.doAction(entity).
Since something.doAction() affects EntityQuery.getResultSet(), I need to find a way to get it to be called first. Anyone know of an easy way to do this?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091246#4091246
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091246