[jboss-user] [Performance Tuning] - Re: Our Active Thread Count is over 20 000. Surely this is a pro

2010-12-02 Thread Constantine Pinakoulakis
Constantine Pinakoulakis [http://community.jboss.org/people/kopin] created the discussion "Re: Our Active Thread Count is over 20 000. Surely this is a pro" To view the discussion, visit: http://community.jboss.org/message/574

[jboss-user] [Performance Tuning] - Re: Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)

2010-11-30 Thread Constantine Pinakoulakis
Constantine Pinakoulakis [http://community.jboss.org/people/kopin] created the discussion "Re: Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)" To view the discussion, visit: http://community.jboss.org/message/573

[jboss-user] [Performance Tuning] - Re: Our Active Thread Count is over 20 000. Surely this is a pro

2010-11-29 Thread Constantine Pinakoulakis
Constantine Pinakoulakis [http://community.jboss.org/people/kopin] created the discussion "Re: Our Active Thread Count is over 20 000. Surely this is a pro" To view the discussion, visit: http://community.jboss.org/message/573

[jboss-user] [Performance Tuning] - Re: Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)

2010-11-25 Thread Constantine Pinakoulakis
Constantine Pinakoulakis [http://community.jboss.org/people/kopin] created the discussion "Re: Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)" To view the discussion, visit: http://community.jboss.org/message/573

[jboss-user] [Performance Tuning] - Re: Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)

2010-11-22 Thread Constantine Pinakoulakis
Constantine Pinakoulakis [http://community.jboss.org/people/kopin] created the discussion "Re: Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)" To view the discussion, visit: http://community.jboss.org/message/572

[jboss-user] [Performance Tuning] - Re: Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)

2010-11-19 Thread Constantine Pinakoulakis
Constantine Pinakoulakis [http://community.jboss.org/people/kopin] created the discussion "Re: Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)" To view the discussion, visit: http://community.jboss.org/message/572

[jboss-user] [Performance Tuning] - Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)

2010-11-19 Thread Constantine Pinakoulakis
Constantine Pinakoulakis [http://community.jboss.org/people/kopin] created the discussion "Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)" To view the discussion, visit: http://community.jboss.org/message/571

[jboss-user] [jBPM] - How to check in jBPM 4.3 that java activity returned null?

2010-07-23 Thread Constantine Kulak
Constantine Kulak [http://community.jboss.org/people/ity75303] created the discussion "How to check in jBPM 4.3 that java activity returned null?" To view the discussion, visit: http://community.jboss.org/message/554

[jboss-user] [JBoss Seam] - Re: abstract class

2008-01-06 Thread constantine
the problem is located exactly, a have a webservice that injecting with @EJB anntotation a ejb from a seam application and the container giving a ejb with seam related things like @In EntityManager entityManager, and i get a warning see posting above. but all works sometimes and sometimes not

[jboss-user] [JBoss Seam] - Re: seam / hibernate question..

2008-01-06 Thread constantine
and use seam managed persistence context(@In EntityManager entityManager) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117369#4117369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117369 _

[jboss-user] [JBoss Seam] - Re: seam / hibernate question..

2008-01-06 Thread constantine
can you try out conversation scope? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117368#4117368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117368 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - abstract class

2008-01-04 Thread constantine
i have a abstact session like: | @Stateless | public abstract class GenericHibernateDao | implements GenericDao { | | private Class persistentClass; | private Session session; | @In private EntityManager entityManager; if a add entitymanage i get follow warning, but all works f

[jboss-user] [JBossWS] - Re: new or old issue?

2008-01-04 Thread constantine
thanks! -> this excpetion is throw just if jboss as is loaded inside eclipse. if i start jboss as outside eclipse does work. you hint doesn't help. i use jdk 1.6._03 and with jrockit6 happens the same. okay, i start now jboss outside eclipse View the original post : http://www.jboss.com/index.

[jboss-user] [JBossWS] - Re: new or old issue?

2008-01-03 Thread constantine
this excpetion is throw just if jboss as is loaded inside eclipse. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116692#4116692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116692

[jboss-user] [JBossWS] - new or old issue?

2008-01-02 Thread constantine
i have got a exception under jdk1.6/jboss-4.2.2.GA/WS-2.0.1 or ws-2.0.2/ubuntu7.10 64bit: | 22:53:04,857 ERROR [SOAPFaultHelperJAXWS] SOAP request exception | java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage | at javax.xml.soap.SO