[jboss-user] [JBoss Seam] - Re: debug.seam not able to load conversation context page

2007-12-18 Thread [EMAIL PROTECTED]
You'll have to use your debugger. I think this is a weird bug in facelets that causes the debug page to crash. I'll chase up getting it fixed in facelets. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113992#4113992 Reply to the post :

[jboss-user] [Beginners Corner] - Adding a new Cert to JBoss after the old cert expired

2007-12-18 Thread wlekns
I'm trying to import a new Cert onto an existing JBoss system but I'm running into a wall. I've gone through the keytool commands and it appeared successful but I'm not sure how to associate the new cert with the appropriate URL/IP. I have found the web-console and jmx-console but I'm not

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2007-12-18 Thread [EMAIL PROTECTED]
As Pete said I'm working on App server compatibility. Currently have OC4J and working on WebLogic. WAS is next :) -Jay View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113987#4113987 Reply to the post :

[jboss-user] [JBoss Seam] - Re: debug.seam not able to load conversation context page

2007-12-18 Thread alllle
Thanks, It seems that this occurs when there is exception thrown in my code during the invoke application phase, such as a DB constraint violation when persisting an object. Otherwise, the debug.seam will come up okay. - hope this helps. View the original post :

[jboss-user] [JBoss Seam] - Re: seam-gen : reverse DB : many-to-many convention ?

2007-12-18 Thread [EMAIL PROTECTED]
seam-gen doesn't support many-to-many relationships. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113989#4113989 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113989 ___

[jboss-user] [JBoss Seam] - Re: Exception redirection broken. 404 thrown

2007-12-18 Thread joeyxxx
Thanks Pete. will do. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113999#4113999 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4113999 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: @Autowired in a Seam bean

2007-12-18 Thread Kragoth
Ok, basically I want to do spring injection in a SEAM bean. But instead of doing it with the variable resolver, I want to have a listener on the creation of the SEAM bean that goes through and injects the spring components that have the @Autowired annotation. The reason is that the variable

[jboss-user] [JBoss Seam] - Re: @Autowired in a Seam bean

2007-12-18 Thread [EMAIL PROTECTED]
Use an interceptor - take a look at the BijectionInterceptor for how Seam does injection/outjection. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114001#4114001 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114001

[jboss-user] [Security JAAS/JBoss] - Programmatic login feature backport to JBoss 4.0.5 - help ne

2007-12-18 Thread Plukh
Our company is migrating a large project from Orion to JBoss 4.0.5. This application relies on programmatic login in the Web tier. It is not practical to change that at this point, and we can't move to JBoss 4.2.x as well :-(. So I'm left with the only choice - to backport programmatic login

[jboss-user] [JBoss Seam] - Re: identifier 'authenticator' resolved to null

2007-12-18 Thread tonylmai
Never mind folks. My bad in the build.xml. It did not copy over the classes in the model and action directories. Sorry about that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114016#4114016 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Redirect and GET parameters

2007-12-18 Thread alllle
I have the same question. The page param works fine with current window but it's not bookmarkable. In other words, user won't be able to locate this page 2 days later using http://localhost:8080/app/article.xhtml?conversationId=2 The conversationId will be long gone by that time. The parameter

[jboss-user] [JBoss Seam] - Re: Cant build Seam from the CR1 download.

2007-12-18 Thread [EMAIL PROTECTED]
luckily I found all the libraries I needed in the lib folder.. fancy that. Do you still want it Jirad? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114020#4114020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114020

[jboss-user] [JBoss Seam] - safe way to test if entity is persisted

2007-12-18 Thread gsegura
Hello, in this topic http://www.jboss.com/index.html?module=bbop=viewtopict=98478 the question of what is the proper (specification compliant) way to check if an entity has been persisted was raised. And here http://opensource.atlassian.com/projects/hibernate/browse/HHH-2439 is stated that

[jboss-user] [JBoss Seam] - Re: Thank you for in.relation.to / RichFacesPleaseWaitBox co

2007-12-18 Thread supernovasoftware.com
For the moment I am giving myself a RTFM. I realized that I hadn't even read the concurrent Ajax section of the Seam manual. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114019#4114019 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: error in build cvs source code

2007-12-18 Thread [EMAIL PROTECTED]
Are you building this from HEAD? The version number seems strange in that case. I will take a look at it tomorrow... In any case, I wouldn't be surprised if the downloaded Eclipse dependencies are corrupt. Look in your local repository and see if the Eclipse downloads can be opened. Regards,

[jboss-user] [JBoss jBPM] - Re: Jboss jBPM/jBoss ESB link

2007-12-18 Thread [EMAIL PROTECTED]
As long as you don't have been drinking dutch beer with him... :-P Cheers, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114026#4114026 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114026

[jboss-user] [JBoss Seam] - using two @Factory methods with two EntityManager objects

2007-12-18 Thread asookazian
I needed another JPA query to populate a drop down listbox in my JSF. The table exists in a different DB than the original @Factory method query that populates the main form dataTable. soo Is it legal to inject the EntityManager more than once in the case of multiple

[jboss-user] [JBoss Portal] - TagLib

2007-12-18 Thread thepriz
I am trying to figure out what library I need to include in my Netbeans project so that it does not complain about the portal taglib. | %@ taglib uri=http://java.sun.com/portlet; prefix=portlet% | The error I get is: The absolute URI: http://java.sun.com/portlet cannot be resolved in

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2007-12-18 Thread nitm
hi, i'm still having a problem with php in JBoss AS 4.2 i did try to follow everything that was said in the thread i was directed to, and other pages i could find but it does not help. i get this exception: The PHP Native library which allows executing PHP scripts was not found on the

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

2007-12-18 Thread [EMAIL PROTECTED]
You need portlet.tld. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114035#4114035 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114035 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Cant build Seam from the CR1 download.

2007-12-18 Thread lowecg2004
Done: http://jira.jboss.org/jira/browse/JBSEAM-2403 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114038#4114038 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114038 ___

[jboss-user] [JBoss Seam] - Re: Scope of EntityManager

2007-12-18 Thread youngm
So can you consistently get the error hitting that richfaces url? The strange thing is that if it's hitting the SeamPhaseListener then it should be creating a conversation. What it sounds like is the transaction is getting started before the conversation is started. However, the Seam

[jboss-user] [JBoss Seam] - Re: Scope of EntityManager

2007-12-18 Thread youngm
Put a breakpoint in SeamPhaseListener.handleTransactionsBeforePhase and see if you can determine why beginTran is being set to true in the case where you get this error. If the phase id is RenderResponse or ApplyRequestValues and a conversation does not exist then we can dig further from

[jboss-user] [JBoss Seam] - Re: Why PAGE context variable = NULL

2007-12-18 Thread damnh
what is this problem? Please help me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114042#4114042 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114042 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Exception

2007-12-18 Thread damnh
Pete, what is this problem? Please help mee, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114043#4114043 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114043 ___

[jboss-user] [JBoss Seam] - Search entity doesn't need to be validated

2007-12-18 Thread menashe
After looking at the seam examples and seamgen code on how the search is done. It seams to me that there is a shortcoming in seam, since, seam search uses a new entyty of the search class but if it works only if there are no validation on the class. When this is used with any class that uses

[jboss-user] [JBoss Seam] - Re: Same element ID in many forms on the page

2007-12-18 Thread vanyatka
That in the action method it's value is null. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114045#4114045 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4114045 ___ jboss-user

[jboss-user] [JBoss Seam] - jboss seam project deploy error

2007-12-18 Thread myfuture1
testing a example,the env is: db: sql server 2000 os:windows 2003 jboss as:jboss-4.2.2.GA deploy the project and startjboss as, show the error info: 2007-12-18 17:51:17,843 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable while attempting to get a new

<    1   2   3