[JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB
by flindet
Max,
Thanks for creating the JIRA entry.
I'm adding the VM argument to the JBoss AS launcher. I've opened a JBoss Server View provided by JBoss Tools. I right-click on my server, edit launch configuration, then add the option to the VM arguments tab.
This got me past the IPv6 issue, but the issue mentioned above regarding jboss-service.xml still remains. Like the IPv6 issue, this issue occurs only when launching JBoss 4.2 Enterprise Application Platform from within Eclipse with JBoss Tools. Launching from command line with run.sh starts successfully with no errors.
I'm still looking for other interesting behavior in run.sh that might somehow be responsible for the difference.
It may also be important to note that starting JBoss AS 4.2.0.GA from within Eclipse with JBoss Tools works just fine. The problem happens only when starting JBoss 4.2 Enterprise Application Platform from within Eclipse with JBoss Tools.
One difference is I installed JBoss 4.2.0.GA from the zip, but I used enterprise-installer-4.2.0-1.ep1.1.jar to install the Enterprise Application Platform, including securing the web console and the like. ...in case that matters...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063118#4063118
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063118
18Â years, 11Â months
[JBoss Seam] - two basic questions for EntityHome
by azalea
Hi,
I'm writing a CRUD app using a extended EntityHome class.
*** Q1 ***
I want to reuse one EntityHome instance for more than one CRUD operations in a long-running conversation.
But EntityHome instance is caching the entity and other states.
How can I reset the state of EntityHome instance before each CRUD operations?
| setInstance(null);
| setInstance(createInstance());
| initInstance();
| clearDirty();
| ... ...
|
I'm confusing...
Does EntityHome provide such a reset method now?
*** Q2 ***
If calling persist(), update(), or remove() method of EntityHome is successful,
EntityHome adds a JSF message automatically(ex. "successfully created").
How can I clear this message?
facesMessages.clear() didn't work.
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063114#4063114
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063114
18Â years, 11Â months