I have added this entry to the web.xml:
<context-param>
| <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
| <param-value>true</param-value>
| </context-param>
myfaces-api.jar and myfaces-impl.jar I have added to WEB-INF/lib in war file.
JBoss AS 4.2.2 is newly installed and the application is newly generated by seam-gen. Without any changes. No other applications on server. Where should I search a solution?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105262#4105262
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105262
This is my bean:
| @Name("myBean")
| @Scope(ScopeType.PAGE)
| public class MyBean implements Serializable {
|
| @In (create=true)
| EntityManager entityManager;
|
| ...
|
I understood that the cause is because the short session of the entityManager session but as it is a seam component (and not an EJB), how can I extend the persistence context?
Is there some way as for long-running conversations?
or have I to use EJB?
Thanks
Demetrio Filocamo
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105260#4105260
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105260
Every time I try to save a processdefinition file, the designer crashes with cpu at 50% (dual processor system).
With small graphs (eg 3 nodes) maybe it doesn't crash until I assign a task and assignment handler; or perhaps some other modification. I can't pin down what makes it crash. Once the behavior starts, it reliably crashes every time I try to save the file.
Is this a known problem, or is there a configuration fix? What is the most reliable version of the designer?
Platform:
Windows XP Media Center
Eclipse Version: 3.2.2
Build id: M20070212-1330
Designer version: jbpm-jpdl-designer-3.0.13.zip
jBPM version: jbpm-jpdl-3.2.GA.zip
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105255#4105255
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105255
Hi,
I'm wondering if anyone knows of an MBean to get garbage collection pause times. I've seen the CollectionTime MBean, which appears to return total garbage collection time since the app was started. But what I really want is what's spit out in the verbose:gc logs, but available through JMX so I can write an alert if any Full GC collections go above a certain pause threshold.
The only alternative I can think of so far is to write a parse script that will scan the system log's GC, but that seems less-than-ideal.
3.998: [Full GC 3672K->3658K(140224K), 0.0413092 secs]
TIA,
Dan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105253#4105253
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105253