[JBoss-user] [JBossWS] - Re: can anyone help me?

2006-06-05 Thread jdestef
Hi, I have the same issue with my annotated ejb's. I have seen this problem in other posts on the forum but no solution. Using simple types a parameters and returns causes no problems. For me, I have tries to use an array of a value type as a return parameter and the issue stated above happens.

[JBoss-user] [JBossWS] - Re: can anyone help me?

2006-06-05 Thread jdestef
Hi, Also, if anyone has an example of a jsr181 annotated ejb with a webmethod that returns a value type and uses a jsr109 client could they post it. Tx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949085#3949085 Reply to the post : http://www.jboss.com/i

[JBoss-user] [JBoss Seam] - Re: 'Error during remote request' since 1.52 Seam revision

2006-04-19 Thread jdestef
Hi, A similar issue is occurring due to a call to Contexts.getPageContext at line 311 of the manager class. Employing a similar solution as above seems to work. JIRA - JBSEAM-213 Tx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938199#3938199 Reply to the

[JBoss-user] [JBoss Seam] - Re: 'Error during remote request' since 1.52 Seam revision

2006-04-12 Thread jdestef
Hi, Having the same issue. In the storeConversation method of the Manager class the pageContext returned from Contexts is null. This happens during a remote request. I added a check for the page context. Looks like this: if (Contexts.isPageContextActive()) { | | } | This se

[JBoss-user] [JBoss Seam] - Re: Problem with pageflow

2006-03-03 Thread jdestef
Hi Gavin, Yes, that was it, I already had a conversation going. Tx for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927837#3927837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927837 --

[JBoss-user] [JBoss Seam] - Problem with pageflow

2006-03-02 Thread jdestef
Hi, I'm having a problem with my pageflow. When I invoke to annotated begin method the pageflow does not happen. The same page I was just view is redisplayed. My page flow file looks like this: | | | | | | | | | | | |

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-03 Thread jdestef
Hi Thomas, What do I need to get to set up these tools. The current release of JBossIDE has the the app generation but I don't see the page flow designer or the SeamIDE. I looked in CVS also (JBossIDE) and I didn't see these either. Are they in a different project? I currently am using the JBo

[JBoss-user] [JBoss Portal] - Re: CMS Portlet Issue

2005-12-27 Thread jdestef
Hi Roy, This is the html produced by the portal for my "TestPage" : | | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml";> | |JBoss Portal 2.2.0-FINAL | | | | | | | | | | | | |

[JBoss-user] [JBoss Portal] - Re: CMS Portlet Issue

2005-12-26 Thread jdestef
Ok, So I'm back to my original problem. When selecting a link in CMS portlet 2 on page 2, the portal returns to the default page and displays the link contents in the CMS Portlert instance on that page. Is this what is supposed to happen? Tx View the original post : http://www.jboss.com/inde

[JBoss-user] [JBoss Portal] - Re: CMS Portlet Issue

2005-12-25 Thread jdestef
Hi Roy, Thanks for the help. When I type in "http://localhost:8080/content/default/help/test.html"; I get a resource not available error. When I type in "http://localhost:8080/portal/content/default/help/test.html"; I get the portal displayed and my content (test.html page) displayed in the CM

[JBoss-user] [JBoss Portal] - Re: CMS Portlet Issue

2005-12-23 Thread jdestef
Hi Roy, Thanks for the response. The issue is I have multiple CMS portlet instances on different pages in my portal. In the *-object.xml I set the default page for a given instance. That took a little tweaking of the CMS portlet code. Now when the given CMS portlet instance renders content in u

[JBoss-user] [JBoss Portal] - CMS Portlet Issue

2005-12-23 Thread jdestef
Hi, The doc for this portlet says that one can configure a starting page. Looking at the source code it doesn't appear that is currently possible. We made a small change to the code to take a starting page as an instance preference. This works fine. When we create a page with a link to another

[JBoss-user] [JBoss Portal] - Re: 2.2rc2 and postgres 8.0 problem

2005-12-15 Thread jdestef
Thanks Roy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912953#3912953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912953 --- This SF.net email is sponsored by

[JBoss-user] [JBoss Portal] - Re: 2.2rc2 and postgres 8.0 problem

2005-12-15 Thread jdestef
Hi, I saw Roy put out some additional code in CVS to address soem postgres and autocommit issues. Tried that build and I still get the same errors. Do the repository.xml files need addtional changes? Tx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912950#

[JBoss-user] [JBoss Portal] - 2.2rc2 and postgres 8.0 problem

2005-12-14 Thread jdestef
Hi, 2.2rc2 is not loading the default content from CMS during first start up. Appears that auto commit can't be done on Large Object column types in Postgres. I'm running Jboss 4.0.3SP1, JBoss Portal 2.2rc2 on linux. Works fine if I use hsql instead. The following stack trace is from part of

[JBoss-user] [JBoss Portal] - Re: Jboss on linux

2005-12-13 Thread jdestef
Hi, We run JBoss on SUSE in production without issue. The PermGen exception could be caused by redeploys as frequently happens when testing. For testing you can change the run.conf file in the Jboss bin directory to increase the PermGen space. Under specify options to pass to the JVM I have: J

[JBoss-user] [JBoss Portal] - Adding sub pages from management portlet

2005-12-13 Thread jdestef
Hi, Is there a way to add sub pages from the management portlet? Tx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912311#3912311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912311 ---

[JBoss-user] [JBoss Seam] - Re: strange problem with Servlet.service() exception

2005-12-06 Thread jdestef
Hi, I have a similar problem. In my logout action method I call Seam.invalidateSession (not sure if that makes any difference in the actual problem). When I try to log back in I get a stack trace similar to the one reported in this thread. Looks like the code is tring to access an invalid Http

[JBoss-user] [JBossWS] - Download Issue for JBossWS_1_0EA

2005-08-22 Thread jdestef
Hi, Tries to download the JBossWS_1_0EA source using cvsgrab. Got the following error: Error 404 when reading http://anoncvs.forge.jboss.com/viewrep/JBoss/JBossWS_1_0EA/ Has anyone tries this and got the same issue with this package. Tx View the original post : http://www.jboss.org/index.h

[JBoss-user] [HTTPD, Servlets & JSP] - Classloader issue with hibernate deployment

2004-10-26 Thread jdestef
Hi, I'm using JBoss 4.0 on Windows 2000 with JDK 1.4.2. I'm tring to deploy a web application that uses hibernate. This application has the hibernate 2.1 jar in it's web-inf/lib directory. The deployment is going to the standard server on Jboss. In the standard servers jbossweb-tomcat50.sar dir