[jboss-user] [JBoss Seam] - Re: Multiple role privelege with s:hasRole

2007-10-03 Thread thejavafreak
I would two role to be able to access the same page. Is it possible using s:hasRole for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090888#4090888 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090888

[jboss-user] [JBoss Seam] - Re: servlet functionality with seam component

2007-10-03 Thread swd847
I was asking the same question not long ago. Here is an easy way to return a pdf from an action method (in this case a Jasper Report): | byte[] data = JasperRunManager.runReportToPdf(compileDir | + report.getReport() + .jasper, params); | |

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-10-03 Thread nickarls
Hi, I've created a light version of the database-resources and put an @Observer(reload_messages) in my class but when I raise the event, seam expects it to be found in the superclass and throws an method not found: reload for component: org.jboss.seam.core.resourceLoader. Do I have to fiddle

[jboss-user] [JBoss Getting Started Documentation] - Re: Getting java.net.BindException

2007-10-03 Thread sendil.sekki
Thanks peter. This issue is resolved, while installing the JBoss Mail Server I changed the defaults ports of SMTP and POP and now I dont get any exception View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090895#4090895 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: org.apache.commons.fileupload.FileUploadException: the r

2007-10-03 Thread Olivier_Debels
Hi, Maybe this is related to: http://www.jboss.com/index.html?module=bbop=viewtopict=113265 or http://www.jboss.com/index.html?module=bbop=viewtopict=87394 Olivier. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090904#4090904 Reply to the post :

[jboss-user] [EJB/JBoss] - NullPointerException while deserializing response from remot

2007-10-03 Thread klease
Hi all, I have ejb client code which is being called via JNI from a third-party application (an xml editor). In some cases, I get the following error when I call a remote EJB (it happens on several different ones): Caused by: java.lang.NullPointerException | at

[jboss-user] [JBossWS] - Re: Error getting WebServiceContext/MessageContext informati

2007-10-03 Thread richard_opalka
What is the exception stacktrace? Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090916#4090916 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090916 ___ jboss-user

[jboss-user] [JBoss Messaging] - Jboss Messaging Firewall

2007-10-03 Thread poyge394
I can not connect my clients to JBoss Messaging behind firewall, I use JBoss Messaging 1.4.0.CR1. I have open naming port and remoting port. Should i open more ports ? I have open this port in firewall: | 4457 -- remoting | 1100 -- naming | How does the callback works do i

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem deploying a JPA web application

2007-10-03 Thread jimpo
You are correct with your bet, sir. I do have hibernate JARs in my WAR. I tried removing the hibernate*.jars from my WAR, but I am still getting a classcast error, a different one this time: 12:04:25,625 INFO [TomcatDeployer] deploy, ctxPath=/sujuvuus-webapp-1.0-SNAPSHOT,

[jboss-user] [JBoss jBPM] - Re: deploy process using ant task (org.jbpm.ant.DeployParTas

2007-10-03 Thread Olivier.ch
You need to include in the classpath the jar what contains the DeployProcess Class : jbpm-jpdl.jar like this : | classpath | pathelement path=D:\java\jbpm-jpdl-3.2.GA\jbpm-jpdl.jar / | /classpath Olivier View the original post :

[jboss-user] [JBoss Seam] - s:validateAll and invalid facet only rendered on last invali

2007-10-03 Thread nickarls
Have I misunderstood something or shouldn't the following code produce an ! after both fields after clicking the button? | h:form | f:facet name=afterInvalidField | ice:outputText value=! / | /f:facet | s:validateAll | s:decorate |

[jboss-user] [JBoss Seam] - Re: s:validateAll and invalid facet only rendered on last in

2007-10-03 Thread nickarls
s/# identity.username}/#{identity.username} View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090932#4090932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090932 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Problem with TimerService

2007-10-03 Thread hasc
would also be great if someone can point me to a useful reference or thread. regards, hasc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090934#4090934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090934

[jboss-user] [JBoss Seam] - Re: java.lang.ArrayStoreException: org.apache.commons.collec

2007-10-03 Thread js8523
It also looks like Hibernate-all being moved out of lib and placed into lib.test has resulted in the autogenerated entities have a compile error because it cannot find hibernate validators. Perhaps there should be a test suite on seam that generates a seam gen project and puts it through some

[jboss-user] [JBoss Seam] - Re: Seam 2.0 RC1: how to disable the ajax4jsf filter?

2007-10-03 Thread [EMAIL PROTECTED]
It's not overly easy (you have to create a component which overrides and doesn't delegate). Why do you want to do this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090941#4090941 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - UnknownHostException when doing a lookup in JNDI

2007-10-03 Thread ike
I have JBoss installed on my server (OpenSuSE linux 10.2). When I trying to lookup a bean in JNDI I get the following exception: javax.naming.CommunicationException [Root exception is java.rmi.UnknownHostException: Unknown host: aloe; nested exception is: java.net.UnknownHostException:

[jboss-user] [JNDI/Naming/Network] - Re: UnknownHostException when doing a lookup in JNDI

2007-10-03 Thread ike
Actually I found some recomendations on http://www.jboss.com/index.html?module=bbop=viewtopict=112775. But the main difference is that my external IP is obtained from DHCP so it is impossible to specify -b AAA.BBB.CCC.DDD So any help is appreciated View the original post :

[jboss-user] [JBoss Seam] - Re: Tutorial: User Friendly Paging with Seam

2007-10-03 Thread [EMAIL PROTECTED]
Thanks! I don't know if you've explored the Seam Application Framework, but it provides pagination based on the pattern Gavin describes in his blog. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090956#4090956 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam in action

2007-10-03 Thread amitev
thejavafreak wrote : Wow very cool indeed man. :) I love your concept on this apps. | | I have an opensource apps too built with Seam, but I haven't got a server to publish it :( could you post your email address here? View the original post :

[jboss-user] [JBoss Seam] - Re: Tutorial: JSF Solutions for many-to-many

2007-10-03 Thread [EMAIL PROTECTED]
Great! Please make sure to link it from the wiki :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090960#4090960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090960 ___

[jboss-user] [JBoss Seam] - Re: Multiple role privelege with s:hasRole

2007-10-03 Thread [EMAIL PROTECTED]
Yes, as Stephen says: #{s:hasRole('foo') or s:hasRole('bar')} View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090967#4090967 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090967

[jboss-user] [JBossWS] - Re: error RuntimeModelerException: runtime modeler error: Wr

2007-10-03 Thread Fantagir
Thanks for replay so quickly. My environment is: Eclipse and JbossIDE for Eclipse Jboss 4.0.5 GA JDK 1.5 JWSDP 2.0 And the code of my client is this: package webservice; | | import java.net.URL; | | import javax.xml.namespace.QName; | import javax.xml.ws.Service; | | import

[jboss-user] [JBoss Seam] - Re: Tutorial: User Friendly Paging with Seam

2007-10-03 Thread enrokuta
I didn't know that, I have to check it. It is kinda of embarrassing that I did something which already existed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090969#4090969 Reply to the post :

[jboss-user] [JBoss Seam] - Re: java.lang.ArrayStoreException: org.apache.commons.collec

2007-10-03 Thread [EMAIL PROTECTED]
Are you sure you are using RichFaces 3.1.1-CR1 to get that ArrayStoreException? I just followed through the steps you outlined and it worked fine. I'm keen to track down if this is a problem as we believe we removed the bad code, but there could still be problems. How can I reproduce your

[jboss-user] [JBossWS] - org.jboss.ws.WSException: Cannot obtain java type mapping fo

2007-10-03 Thread tpawankumar
Hi, I am migrating web services application from Weblogic 8.1.4 to JBoss 4.0.5. I have generated webservices.xml,jaxrpc-mapping.xml and WSDL by using wstools which is there in JbossWS 1.0.4.When i tried to deploy the web service it got deployed successfully. But i have requirement saying that i

[jboss-user] [JBoss Seam] - Re: Performance: @Name and @Stateless

2007-10-03 Thread [EMAIL PROTECTED]
A component in event scope should have it's constructor called once per request. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090974#4090974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090974

[jboss-user] [JBoss Seam] - Re: print PDF itext

2007-10-03 Thread mrohad
I don't mind print it on the server machine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090979#4090979 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090979 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: s:validateAll and invalid facet only rendered on last in

2007-10-03 Thread [EMAIL PROTECTED]
I just checked this using CVS and without icefaces and it works correctly (! after each invalid field). If you are seeing the problem using icefaces, I suspect it may be an icefaces integration problem and should be reported in their forum/jira. View the original post :

[jboss-user] [JBoss Seam] - Re: Simple selectOneMenu Example/seamgen

2007-10-03 Thread [EMAIL PROTECTED]
I just tested putting (with CVS) the s:convertEntity before the s:selectItems (this is the change you show, not before/after h:selectOneMenu) and it works correctly. But yes, s:convertEntity certainly needs to be inside h:selectOneMenu. Ignore the wiki page - it's out of date. View the

[jboss-user] [JBoss Seam] - Re: selectManyListbox executePhase NullPointerException

2007-10-03 Thread [EMAIL PROTECTED]
What version of Seam and what application server (specifically which version of JSF). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090981#4090981 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090981

[jboss-user] [JBoss Seam] - Re: Example of Master/Detail on single page?

2007-10-03 Thread [EMAIL PROTECTED]
No I don't think so. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090983#4090983 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090983 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: seam tries tio create a seam component from a class whic

2007-10-03 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-2029 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090989#4090989 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090989 ___ jboss-user

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot obtain java type mappin

2007-10-03 Thread palin
Hi, I would suggest you to upgrade to jbossws 2.0.1 GA. This way you might switch from JAX-RPC to JAX-WS. Then I would use a top-down development strategy http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide#Top-Down_.28Using_wsconsume.29 that allows you to generate the java

[jboss-user] [JBoss Seam] - Re: Seam in action

2007-10-03 Thread tjakopec
thejavafreak wrote : Wow very cool indeed man. :) I love your concept on this apps. | | I have an opensource apps too built with Seam, but I haven't got a server to publish it :( send me ear and we will publish it for you. Also (if you want) send me source View the original post :

[jboss-user] [JBoss Seam] - Re: Problems with links in pageflow pages based on templates

2007-10-03 Thread [EMAIL PROTECTED]
/home isn't a valid viewId... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090996#4090996 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4090996 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - chage the context url path

2007-10-03 Thread jkalyan
Hi Any help me to change my context path my url is http://localhost:8090/portal/portal/pcmportal/home i want to chage it to http://localhost:8090/pcmportal/home View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090995#4090995 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Deploying EJB3 EAR File to WebLogic 9.2

2007-10-03 Thread [EMAIL PROTECTED]
WLS 10 is JEE5 compatible however we have yet to get the jee5 example running on (lack of time). For 9.2 we have the JPA example, but not an EJB3 example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4090998#4090998 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Logging in and null outjected objects

2007-10-03 Thread [EMAIL PROTECTED]
The code you have posted doesn't show how you make the outjection happen (perhaps you need a @Factory?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091001#4091001 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091001

[jboss-user] [JBoss Portal] - Does CMS default to store data in database?

2007-10-03 Thread roth
Hi http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalCMSConfigFiles claims that the cms, per default, stores all data on the file system. Is this still true? If I look at portal-cms.sar/META-INF/jboss-service.xml I get the impression that everything is stored in the database, not on the

[jboss-user] [JBoss Seam] - Re: seam tries tio create a seam component from a class whic

2007-10-03 Thread [EMAIL PROTECTED]
please vote for the issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091009#4091009 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091009 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Possible to change flushmode through EL action?

2007-10-03 Thread [EMAIL PROTECTED]
There is currently no access to static variables or enums in EL (yes this is needed and is on the roadmap afaik). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091011#4091011 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Logging in and null outjected objects

2007-10-03 Thread oblivion1200
I am not logged in now. I click on that link on first page | s:link view=/user.xhtml action=#{bidder.outjectUser()} value=#{auction.users.login}/ | bidder object | @Stateful | @Name(bidder) | public class Bidder implements _Bidder | { | @In(required=false) | private

[jboss-user] [JBoss Seam] - Re: Performance: @Name and @Stateless

2007-10-03 Thread DiegoCoronel
Hi.. here is my full Edit.xhtml | !DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | | ui:composition xmlns=http://www.w3.org/1999/xhtml; |

[jboss-user] [JBoss Seam] - Re: Seam 2.0 RC1: how to disable the ajax4jsf filter?

2007-10-03 Thread titou09
Pete, if i remove the richefaces*.jar, i got this exception ,even if we don't use ajax4jsf...: | java.lang.NoClassDefFoundError: org.ajax4jsf.component.html.HtmlLoadStyle | at java.lang.ClassLoader.defineClassImpl(Native Method) | at

[jboss-user] [JBoss Portal] - Re: jboss ipc

2007-10-03 Thread habicht
can someone tell me a way to get two listeners listening on one portlet? everytime i try something like that i get an exception that a listener is already registered (although they are named differently). i have the three portlets top, side and content. side's actions are depending on a

[jboss-user] [JBoss Portal] - Re: Does CMS default to store data in database?

2007-10-03 Thread roth
Uhm, it's right here in the documentation: 20.4.3. Configuring the Content Store Location Sorry about that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091027#4091027 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 2.0 RC1: how to disable the ajax4jsf filter?

2007-10-03 Thread [EMAIL PROTECTED]
1) Don't use com.sun.faces.verifyObjects or 2) Use current CVS/CR2 out soon View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091028#4091028 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091028

[jboss-user] [JBoss Seam] - Re: selectManyListbox executePhase NullPointerException

2007-10-03 Thread erace
JBoss AS 4.2.1GA Seam 1.2.1GA Sun Microsystems JavaServer Faces Implementation 1.2_04-b16-p02 /p View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091030#4091030 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091030

[jboss-user] [JBoss Seam] - Re: How can I integrate CAS client into Seam?

2007-10-03 Thread bsmithjj
wuhaixing wrote : Thanks,I have readed the thread. | And I also found this,http://www.ja-sig.org/wiki/display/CASC/CASLoginModule+for+JAAS+applications | Do u think this is a better way? | I'm know little about JAAS and CAS,so I cann't do the decision by myself. | Thanks for all of you!

[jboss-user] [JBoss Seam] - Re: SeamTest and expectedExceptions

2007-10-03 Thread [EMAIL PROTECTED]
anonymous wrote : Unfortunately, as I understand it, you can't prevent the exception filter from being installed. If I'm wrong, please, someone correct me.[/url] | | You are right, and Gavin and I have discussed this. I don't think we have a JIRA issue for this? | | View the

[jboss-user] [JBossWS] - Encoding problem

2007-10-03 Thread nickarls
Yup, the dreaded Invalid byte 2 of 4-byte UTF-8 sequence. I have @WebService annotated methods that handle entities with iso-8859-1 encoding. Is there any way of telling JBoss to do UTF-8 encoding when generating the WSDL-document? View the original post :

[jboss-user] [JBoss Seam] - Re: Migrating seam 1.0.1 to 1.2.1 GA

2007-10-03 Thread [EMAIL PROTECTED]
The signature for raiseEvent() didn't change - you can still call raiseEvent(foo); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091035#4091035 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091035

[jboss-user] [JBoss Seam] - Re: How can I integrate CAS client into Seam?

2007-10-03 Thread bsmithjj
Use this link http://www.ja-sig.org/wiki/display/CASC/Seam+Identity+Integration+%28Seam+1.2.1+-+2.0.0%29 instead. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091037#4091037 Reply to the post :

[jboss-user] [JBoss Seam] - Re: java.lang.ArrayStoreException: org.apache.commons.collec

2007-10-03 Thread js8523
Hi Pete Just did a clean and compile on seam (after doing a CVS update). (It did not go and fetch the libraries though). Setup a completley new project Dashboard1 using seam setup, then seam new-project. I then do seam new-entity for an entity called User. then run seam explode. I get

[jboss-user] [JBoss Seam] - Re: Security Auto-Login Question

2007-10-03 Thread [EMAIL PROTECTED]
There are many discussions on the forum about how to execute auto-login. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091042#4091042 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091042

[jboss-user] [JBoss jBPM] - Deployment process ant task

2007-10-03 Thread Olivier.ch
Hello, I am trying to deploy my process made with JBPM 3.2 on MySQL 5 with the ant task. When I launch my task : | target name=deploy.process depends=jarizer | taskdef name=deployprocess classname=org.jbpm.ant.DeployProcessTask |

[jboss-user] [JBoss Seam] - Re: Logging in and null outjected objects

2007-10-03 Thread oblivion1200
It is my first seam application. Probably I made some design mistakes. I use both view and action on s:link, because I need to have outjected auctionUser to display on user.xhtml. User.xhtml has no backing bean, it only dispalys properties of outjected object. This object may come from many

[jboss-user] [JBoss Portal] - Running Jboss Portal 2.6.1 Bundle as a Windows Service

2007-10-03 Thread ns100
How do I run Jboss Portal 2.6.1 bundle as a windows service. Thanks, N.S View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091046#4091046 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091046

[jboss-user] [JBoss Seam] - Jboss Seam 2.0.0.CR1 toooooo slow

2007-10-03 Thread nemya
Hi, I've just migrated my project initially developed under Jboss Seam 1.2.1.GA + Jboss Server 4.0.5.GA to JBoss Seam 2.0.0.CR1 + Jboss Server 4.2.1.GA. The problem I'm encountering now is that it is t slow. Pages take too much time to load. The delay is unacceptable. What can this be due

[jboss-user] [JBossWS] - Re: Passing constraints from POJO to XML Schema

2007-10-03 Thread sunnym_a
Thanks for the response. I will look into other options that you mentioned. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091052#4091052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091052

[jboss-user] [JBoss Seam] - Re: Logging in and null outjected objects

2007-10-03 Thread [EMAIL PROTECTED]
Yes. I'm not sure if this will help with your exact problem, but it is much better :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091055#4091055 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091055

[jboss-user] [JBoss Seam] - Re: rendered problem for commandButton

2007-10-03 Thread margielm
Hi, I am facing the same problem, and I have no idea how I can resolve it. Quick view on something like my application: I have xhtml: | | h:form |h:commandButton action=#{myControler.addNewItem} value=add rendered=#{param.mode == 'create'} / |h:commandButton

[jboss-user] [JBoss Seam] - Message Driven Bean starting jbpm process

2007-10-03 Thread jgeraert
Hello all, I want to start a JBPM process from upon reception of a JMS Message. My environment is: jboss-4.2.1.GA + jboss seam 2.0.0.CR1. I was trying to do this first with jboss seam 1.2.1.GA but i found a jira issue reporting a bug regarding a MDB + CreateProcess

[jboss-user] [JBoss Seam] - Re: Create a Logger for a Simple Seam Test

2007-10-03 Thread [EMAIL PROTECTED]
Thx for the reply. Looking through the SEAM documentation a bit, i see the section about using the SeamTest objects. The problem that i am having is that i didn't create my project using Seam-Gen (i am trying to integrate with an existing project), so i cannot use the auto-gen tools, which

[jboss-user] [JBossWS] - How to set a parameter mandatory for a given operation

2007-10-03 Thread Vincent321
Dear, Could you please tell me how can I set a parameter mandatory in my WS. Below is the code of my WS | @WebService | @SOAPBinding(style=SOAPBinding.Style.DOCUMENT) | public class GenericWS { | public boolean postMessage(@WebParam(name = message)Message inMessage){ |

[jboss-user] [JBossWS] - Re: error RuntimeModelerException: runtime modeler error: Wr

2007-10-03 Thread Fantagir
Hi! I'll try to do what explain in this page http://jbws.dyndns.org/mediawiki/index.php?title=Quick_Start but don't work. The error is still the same. What can I do? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091063#4091063 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Jboss Seam 2.0.0.CR1 toooooo slow

2007-10-03 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091064#4091064 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091064 ___

[jboss-user] [JBoss Seam] - Base is null

2007-10-03 Thread w17chm4n
I`m having a problem while trying to run my application (Seam 1.2.1) on JBoss 4.0.5. Let the code explain... controllertest.jsp (jsf) | [EMAIL PROTECTED] contentType=text/html% | [EMAIL PROTECTED] pageEncoding=UTF-8% | | [EMAIL PROTECTED] prefix=f uri=http://java.sun.com/jsf/core% |

[jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is

2007-10-03 Thread [EMAIL PROTECTED]
damianharvey - please try out our visual editor (if you have access to a non-mac ;) and let me know what pages it cannot layout or preview properly. Our editor/preview handles all templating and includes support in JSF. Only thing I know that is currently an issue is if you use #{} expressions

[jboss-user] [JNDI/Naming/Network] - Re: JWS rmi on EJB fails with AccessControlException: access

2007-10-03 Thread _alfredo_
Try this | public static void main(String[] args) { | System.setSecurityManager(new SecurityManager() { | @Override | public void checkPermission(Permission perm, Object context) { | } | @Override | public void

[jboss-user] [JBoss Seam] - Re: Logging in and null outjected objects

2007-10-03 Thread oblivion1200
Wow, it works now. Code like this does not work | page view-id=* | navigation from-action=#{bidder.outjectUser} | redirect view-id=/user.xhtml/ | /navigation | I had to use | page view-id=* | navigation from-action=#{bidder.outjectUser()} |

[jboss-user] [JBoss Portal] - Re: Navigating between portal instances

2007-10-03 Thread rodiere
I have a similar problem and i don't find any information within Jbos portal documentation. I created a new portal instance 'mysecondportalinstance'. I would like to create a way to switch from the defaul portal to my new one. So , how can I add a link into the top right menu (Dashboard, Portal,

[jboss-user] [JBoss Seam] - Re: Problem with TimerService

2007-10-03 Thread hasc
bean using the TimerService: @Stateless | @Name(listener) | public class DBChangeListenerService implements DBChangeListener { | | @Resource TimerService timerservice; | | @Logger Log log; | | public DBChangeListenerService() {} | | public

[jboss-user] [JBoss Seam] - Re: Jboss Seam 2.0.0.CR1 toooooo slow

2007-10-03 Thread nemya
I've already updated the xsd references. For pages.xml: ?xml version=1.0 encoding=UTF-8? | pages xmlns=http://jboss.com/products/seam/pages; |xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |xsi:schemaLocation=http://jboss.com/products/seam/pages

[jboss-user] [JBoss jBPM] - expression language on mail templates

2007-10-03 Thread pfreitas
Hi guys, i need to do a loop to iterate a list of a task instances printing name, actorid and status for each task instance... but i don't know how to do this using the EL supported by jBPM...i heard that's jboss elbut i can't do it work any ideias?? View the original post :

[jboss-user] [JBoss Seam] - SeamTest with TestNG, embeddable jboss

2007-10-03 Thread jbeaken
Hi I'm using seam1.2.1, jboss 4.2.1. I have managed to boot the embedded EJB3 container for testing purposes, but on trying to obtain a reference to a component, it fails on the @Create method. Anybody got any ideas? Please find relevant code below: Test class package com.ricall.test; |

[jboss-user] [JBossWS] - Re: Type Substitution doesn't work with Schema2Java Client a

2007-10-03 Thread richard_opalka
M_schumpa wrote : Do you think there is a quick fix for this problem? | I'm asking because I'm writing a diploma thesis about Web Services and the deadline is the end of september. | I hope it's still not too late what about your diploma deadline. I've resolved your issue:

[jboss-user] [JBoss Portal] - Re: Login to direct to different portals

2007-10-03 Thread ameo
Hello, do you solved the problem ? I use jboss-portal 2.6.1. When the user clicks on a button on a JSF-Page, then I want to redirect to another jboss-portal instance. I tried this code for the button with the underlying action-method: anonymous wrote : ExternalContext etx =

[jboss-user] [JBoss Portal] - Re: Navigating between portal instances

2007-10-03 Thread [EMAIL PROTECTED]
Take a look at the Portal APIs here: http://docs.jboss.com/jbportal/v2.6.2/referenceGuide/html_single/#portalapi That's how I was planning to detect which portals a user had access to and create a listing for them to navigate between. Right now we have a proof of concept that pulls the relevant

[jboss-user] [JBossWS] - Re: Type Substitution doesn't work with Schema2Java Client a

2007-10-03 Thread richard_opalka
mrokka123 wrote : I'm also having the same problem. I'm using jboss4.2.0+jbossWS2.0.1+jdk1.5 | everything is fine,WSDL is ok client is also calling the service but instead of returning the subclass reference | it always returns base class object. | I also have tried using @XmlSeeAlso

[jboss-user] [JBoss Portal] - Hide Dashboard link

2007-10-03 Thread rodiere
hello, is there a way to hide /delete Dashboard link within top right corner ? Thanks, stephane View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091080#4091080 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091080

[jboss-user] [JBoss Portal] - Re: Is this a JBP 2.6.1 bug? (403 Error From Dashboard Link)

2007-10-03 Thread gspillman
This also does not fix my problem. I overrode the JassLounge NtlmLoginModule class with the following method: | @Override | public boolean login() throws LoginException { | boolean result = super.login(); | | if (result) { | log.trace(Add new UserPrincipal to Subject:

[jboss-user] [JBoss Seam] - Re: limiting size of query/result set

2007-10-03 Thread trickyvail
Could you try this? framework:entity-query | name=randomPageImagesSmallmax-results=3 | framework:ejbqlfrom PageImage/framework:ejbql | framework:orderRAND()/framework:order | /framework:entity-query View the original post :

[jboss-user] [Clustering/JBoss] - HA JNDI with no bind address

2007-10-03 Thread fuzzybinary
Hi guys! Is there a way to bind to all IP addresses on a machine without having the HA-JNDI system attempt to resolve a host name? When I run ./run.sh -c -b 0.0.0.0, it appears that it binds to the host name I've provided, but since I'm not running DNS on my local network, there's no way for

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS startup on W2000 SP4 : getnameinfo entry point not

2007-10-03 Thread olvin
I have tried with JDK 1.5.0 update 13 and I have the same problem at startup. But with JDK 1.6.0 update 2 = NO ERROR ON STARTUP !!! But as i'm using jbossws, I have on error when accessing my webservice. This is a resolved bug between jbossweb and JDK 1.6.0. So, i must use at least jbossweb

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPA question OneToMany, Cascading

2007-10-03 Thread MarcusDidiusFalco
Hallo, I want to use an entity which references a collection of other entities like | @Entity | public class Fencer implements Serializable { | | @OneToMany(cascade=CascadeType.ALL, fetch=FetchType.EAGER) | @JoinColumn(name=fencer_id) | public ListTournament getTournaments()

[jboss-user] [JBoss Seam] - Re: limiting size of query/result set

2007-10-03 Thread pdhaigh
ah excellent, thanks. It doesn't really matter, but I noticed that this actually translates to LIMIT maxResults+1: framework:entity-query | name=randomPageImagesSmall | max-results=3 | | framework:ejbqlfrom PageImage/framework:ejbql |

[jboss-user] [JBoss Portal] - Re: Running Jboss Portal 2.6.1 Bundle as a Windows Service

2007-10-03 Thread [EMAIL PROTECTED]
There is a wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows if you have not seen this already. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091107#4091107 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam tries tio create a seam component from a class whic

2007-10-03 Thread IGx89
I actually reported this 2 months ago; see http://jira.jboss.com/jira/browse/JBSEAM-1766 :/. Hopefully now that someone besides me is bothered by this they'll fix it soon... The workaround I've been using in the meantime is to call org.jboss.seam.security.Identity.setSecurityEnabled(false);

[jboss-user] [JBoss Seam] - Response.addCookie() not working in event model

2007-10-03 Thread monkeyden
Could someone tell me why this code wouldn't write the cookie once a Seam event is raised? Appears to be something odd with the way the response is being handled. Is there something that resets the response when we enter the Seam event model? @Observer(org.jboss.seam.postAuthenticate) |

[jboss-user] [JBoss Portal] - CAS logout in JBP 2.6.2

2007-10-03 Thread matt4400
Hello! I have just configure the CAS authentification in JBoss Portal 2.6.2. I can logged in me but when I want to logout me the ticket isn't invalidated. Is there some who know how to configure this logout? in the portal-server.war/WEB-INF/context.xml : | Valve

[jboss-user] [JBoss Seam] - Re: Jboss Seam 2.0.0.CR1 toooooo slow

2007-10-03 Thread mgrouch
Seam Team, Can you include all versions of Seam xsd/dtd into jar? It seems many people keep encountering same issue. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091113#4091113 Reply to the post :

[jboss-user] [JBoss Seam] - How to initialize List of custom object by means of componen

2007-10-03 Thread Jump
I have a stateful bean with a list of custom objects inside. anonymous wrote : | @Local | public interface Toolbar { | | public List getAvailableProcesses(); | public void create(); | public void destroy(); | | } | and implementation anonymous wrote : |

[jboss-user] [Remoting] - ServerThread

2007-10-03 Thread poyge394
Hi I use jboss messaging 1.4.0.CR1. I somtimes get this message in the log: | 2007-10-03 09:42:47,977 ERROR [WorkerThread#12[10.36.7.203:51469]] [org.jboss.remoting.transport.socket.ServerThread] Worker thread initialization failure | java.io.IOException: Can not read data for version 255.

[jboss-user] [Remoting] - Re: ServerThread

2007-10-03 Thread [EMAIL PROTECTED]
check your client and server's jboss remoting versions. Probably an incompatible mismatch. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091117#4091117 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091117

[jboss-user] [JBossWS] - JBossWS-2.0.1 ignoring @SecurityDomain

2007-10-03 Thread DeanoUK
Was using JBossWS out of the box with JBoss 4.2.1GA, but run into some issues - it was recommended to try the new JBossWS-2.0.1. The @SecruityDomain was previously mapping to the correct SecruityDomain but is now defaulting to some other value. | import

[jboss-user] [Clustering/JBoss] - HASingletonMBeanExample in cluster

2007-10-03 Thread kpandey
I'm testing the cluster singleton feature in Jboss 4.2.1.GA version. -c all starts the all server which has cluster-examples-service.xml under all\farm. When the sever comes up , under jmx web-console I do not see jboss.example domain to see the details for HASingletonMBeanExample mbean. |

[jboss-user] [Remoting] - Re: ServerThread

2007-10-03 Thread poyge394
Ok, thanks. Another quastion, do you know witch port should be open in the firewall so client can connect to jboss messaging. I have open the bisocket port and naming port, but it still problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091126#4091126

[jboss-user] [JBoss Seam] - Testing Seam Apps, SeamTest, Testng

2007-10-03 Thread joeyxxx
Hello all. How are you testing your seam applications? After going through the horrid experience of trying to get Testng to work and failing miserably, I hope there is a better alternative out there. I couldn't even get the tests for the examples to run. Please enlighten a noob. View the

[jboss-user] [JBoss Portal] - Re: Is this a JBP 2.6.1 bug? (403 Error From Dashboard Link)

2007-10-03 Thread NM-156
This is certainly possible. I have additional steps going on in my login() method, so our environments and needs differ. You may also have additional login modules configured. Again, all I can tell you at this point is that I tested adding the UserPrincipal in both my valve, and then in a

  1   2   3   >