"spambob" wrote : AFAIK you should use import existing project to get a seam-gen generated project into eclipse not new, ...
|
| Just follow the instructions described in chapter 2 of the refdoc! I just tried it and it works.
I tried to import the project as well but I still received errors. The instructions from chapter 2 are:
anonymous wrote : add the project using New -> Project... -> General -> Project -> Next, typing
| the Project name (helloworld in this case), and then clicking Finish. Do not select Java Project from the
| New Project wizard.
Are you able to step through the code and debug as well?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036029#4036029
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036029
Hi estaub,
Tried that as well.!! No better.
I tried the following code. Didnt work.
<decision name="DN_P1CompareP2">
| <transition name="TN_P1GreaterP2" to="TN_P1GreaterP2">
| <condition expression="#{P1 > P2}"></condition>
| </transition>
| <transition name="TN_P1LesserP2" to="TN_P1LesserP2">
| <condition expression="#{P1 < P2}"></condition>
| </transition>
| </decision>
Has it worked for you?Could you pls let me know how exactly to write these lines.
| 1. <condition>P1 > P2</condition>
| 2. <condition>P1 < P2</condition>
| 3. <condition>P1 == P2</condition>
|
|
Many thanks for your time and help,
--Yash
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036024#4036024
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036024
Title covers most of it. I want to have a separate server so as to have one type of applications running in one place and another group running in another. Entirely independent of one another (not meaning JBoss' or Tomcat's settings are different) just that each have their own settings and space. Would really (to the power of 10) appreciate a response and any hekpful feedback on it.
AF
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036021#4036021
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036021