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.
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
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
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
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
--
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:
|
|
|
|
|
|
|
|
|
|
|
|
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
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
|
|
|
|
|
|
|
|
|
|
|
|
|
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
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
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
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
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
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#
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
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
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
---
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
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
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
20 matches
Mail list logo