[jboss-user] [JBoss Portal Users] - Why this exception occurs?

2009-11-26 Thread thinwath
Hello, I'm using Portal 2.7.0 and configured a local-tx-datasource which I'm using with hibernate so that it uses the JTA Tx. Don't why but often this exception is thrown and my whole portal doesn't work anymore | exception | | javax.servlet.ServletException: javax.transaction.SystemE

[jboss-user] [JBoss Portal Users] - Re: Only GET supported?

2009-11-18 Thread thinwath
Hi Andy, yes I've problems with post forms. Example: | | | | | When this form is submitted no "processAction" method will be triggerd. Change the method to GET - it will work. I've found a workaround (?) for this problem | | | | This piece of code will trigger t

[jboss-user] [JBoss Portal Users] - Only GET supported?

2009-11-12 Thread thinwath
Short question, does the portal only supports GET from forms etc? If yes, anyway to turn this to POST? Thanks a lot View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265181#4265181 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate, jBoss Portal, jta?

2009-08-13 Thread thinwath
Hi guys, I'm facing a problem and don't rly know what I'm doing wrong. Scenario: I got serveral portlets deployed on my jBoss Portal 2.7.0 those are using hibernate to access a DB2 database, there is one servlet which provides a PDF generation this needs access to the database. I'm managed t

[jboss-user] [JBoss Portal] - Portlet, Servlets, cross context

2009-04-28 Thread thinwath
the portal aka jBoss AS which runs under the hood? Any advice would be appreciated Regards thinwath View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227229#4227229 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Portal] - Re: trim whitespace at jsp

2009-03-05 Thread thinwath
Hi Andy, thanks for your reply, maybe you got some links bout GZipping on request. To be honest never heard of it and some links which provide the first steps would be nice. Regards :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215497#4215497 Reply to

[jboss-user] [JBoss Portal] - trim whitespace at jsp

2009-03-05 Thread thinwath
Hi guys, I was wondering how to trim whitespaces on my portlets which I deployed at jboss Portal 2.7. Is there any possibilty which is included at the portal? Any help will be appreciated :) Regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215373#4215

[jboss-user] [JBoss Portal] - Reset all Portlet modes?

2009-02-10 Thread thinwath
Hi there, is there any possibilty to reset all my Portlet modes within the portal? Such a global event or something like this? Any help will be appreciated. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208492#4208492 Reply to the post : http://ww

[jboss-user] [JBoss Portal] - jboss Portal, as400 - doesnt fire up

2008-12-15 Thread thinwath
Hi guys, I'm trying to get the jboss portal 2.7.0 to work on an as400 (iSeries) machine. JDK 1.5 is installed and works, but at starting the portal we get following expcetpion | 16:35:11,422 INFO [Server] Starting JBoss (MX MicroKernel)... | 16:35:11,430 INFO [Server] Release ID: JBoss [

[jboss-user] [JBoss Portal] - Session Attributes in Layout

2008-11-11 Thread thinwath
Hi there, I'm setting some HttpSession Attributes in my portlets, that works fine. But there is a problem, i cannot figure out, what I'm doing wrong: I want to display some of the HttpSession attributes in my layout. a simple <% session.getAttribute("param") %> results in null. If I print ou