[jboss-user] [JBoss Seam] - Seam 1.2.1 GA batch processing timeout issue

2007-11-22 Thread soza
Seam : 1.2.1 GA App server: Websphere 6.1 Components: POJO Here's the problem we have... - A web service gives us a list of items - We iterate through the list (usually about 20,000) - Execute a method to persist the data from the web service Problem: Transaction time out (default app server t

[jboss-user] [JBoss Seam] - Re: Seam + JBoss AOP

2007-11-19 Thread soza
We found it was usefull to use jBossAOP to address orthogonal behavior lke performance metrics. And you are not restricted to jboss-aop.xml, you could use annotations too. However we did prefer using the XML file as it provides more flexibility. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Seam 1.2 application problems on Websphere 6.1 on IBM iS

2007-09-27 Thread soza
Hi Yes, it would help if you could post the exact error msg. We created a typical Enterprise app. (which will create a dynamic web project) in RAD 7 and added all the seam files as follows... In the Dynamic web project... Everything from view dir. under WebContent directory (including WEB-INF).

[jboss-user] [Javassist user questions] - Re: ClassFormatError on Websphere 6.1 on iSeries

2007-09-11 Thread soza
Someone on the IBM WAS forums suggested setting this os400.verify.checks.disable=4 system property to turn off verification. (iSeries Java doesn't have -noverify option). Alas that doesn't solve the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083

[jboss-user] [JBoss Seam] - Re: Why does a Seam 1.2.GA POJO app need javax.ejb.Applicati

2007-09-11 Thread soza
Hi ...looks like it is a IBM JDK bug...see...http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083189#4083189 Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083265#4083265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: Why does a Seam 1.2.GA POJO app need javax.ejb.Applicati

2007-09-10 Thread soza
Hello Pete I was able to reproduce the exception. It's a little goofy so bear with me. For some strange reason the application doesn't redirect to the login page when we go directly to any of our application page. Al tough NotLoggedInException is dumped in the log file. Anyway that's a separate

[jboss-user] [Javassist user questions] - ClassFormatError on Websphere 6.1 on iSeries

2007-09-09 Thread soza
Hi We have Seam 1.2.1GA POJO app that works fine on Websphere 6.1 on Windows. However the same EAR file fails on Websphere 6.1 on IBM's iSeries server. javassist throws a ClassFormatError when loading the the first Seam component for the application. Here's the exception... Caused by: java.la

[jboss-user] [JBoss Seam] - Re: Why does a Seam 1.2.GA POJO app need javax.ejb.Applicati

2007-09-09 Thread soza
Sorry for the delay Pete. I have not be able to reproduce the error. If i do see it again, will provide the details. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082461#4082461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Why does a Seam 1.2.GA POJO app need javax.ejb.Applicati

2007-08-31 Thread soza
Hiwe are using Seam 1.2.1.GA. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080041#4080041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080041 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Why does a Seam 1.2.GA POJO app need javax.ejb.ApplicationEx

2007-08-29 Thread soza
Greetings The Seam 1.2 POJO app we have fails with this following exception. We deploy on Websphere 6.1, which is J2EE1.4, hence the exception. I was wondering why would a POJO app have a dependency on javax.ejb? Thanks. Caused by: java.lang.TypeNotPresentException: Type javax.ejb.Application

[jboss-user] [JBoss Seam] - Seam 1.2.1GA - Conversation time out (30mins)

2007-08-28 Thread soza
Hi Everyone We have a requirement to have conversation time out set to about 30 mins. Has anyone faced any issues using long conversation time outs? Was there any impact on the server resources? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078809#4

[jboss-user] [JBoss Seam] - Re: Seam 1.2 application problems on Websphere 6.1 on IBM iS

2007-08-28 Thread soza
We figured out that Portable Application Solutions Environment (PASE) was missing on our iSeries box. That solved the problem. More about PASE here ...http://www-03.ibm.com/servers/enable/site/porting/iseries/pase/overview.html View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: Seam 1.2 application problems on Websphere 6.1 on IBM iS

2007-08-21 Thread soza
After enabling logging, detected the first exception...it's posted here...http://jboss.com/index.html?module=bb&op=viewtopic&t=116622 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076231#4076231 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Seam 1.2 application problems on Websphere 6.1 on IBM iSerie

2007-08-02 Thread soza
Hi We have a POJO based Seam app that works fine on WebSphere 6.1 on windows. However the same EAR file when deployed on WebSphere 6.1 on IBM iSeries server, the application fails to initialize. Any help is greatly appreciated. Thanks. iSeries WebSphere 6.1 details