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

2007-12-18 Thread damienhuriet
Hello, Thanks for the reply, but it "seams" to do. Indeed, I've managed to generate a many-to-many relationship with seam-gen between two tables NAME1 and NAME2: The many-to-many relationship table should: - its name should be "NAME1_NAME2" - it has the right to have only 2 columns : a doub

[jboss-user] [JBoss Seam] - redirect based on roles

2007-12-18 Thread lsabin
Hi. In my application after the user logs in I want to redirect to a different page based on the user role. This is the relevant portion of my pages.xml: | | | | | | | |

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
See the code I am using for getting queue private static InitialContext getInitialContext() throws NamingException { if(iniCtx == null) { try { InputStream stream = MessageQueue.class.getClassLoader().getResourceAsStr

[jboss-user] [JCA/JBoss] - Re: org.jboss.resource.JBossResourceException: Could not cre

2007-12-18 Thread vickyk
Also make sure that SID is correct , this is already been pointed by jaikiran http://www.cryer.co.uk/brian/oracle/ORA12505.htm View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114093#4114093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JCA/JBoss] - Re: org.jboss.resource.JBossResourceException: Could not cre

2007-12-18 Thread vickyk
"eduacsp2" wrote : | org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Exceção de E/S: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=153094144)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4) | Looks like

[jboss-user] [JBoss Portal] - How to change the default page??

2007-12-18 Thread littlefish
I am using JBoss Portal 2.4. I would like to change the default page from portal admin page to another page. would any brother know that how to custom the default page of portal?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114091#4114091 Reply to the pos

[jboss-user] [JCA/JBoss] - Re: org.jboss.resource.JBossResourceException: Could not cre

2007-12-18 Thread jaikiran
anonymous wrote : Could not create connection; - nested throwable: (java.sql.SQLException: Exceção de E/S: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=153094144)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4) Are you sure the connection-url you have mentioned in the ds.xml file

[jboss-user] [Beginners Corner] - Re: Call an ejb from Servlet in different application

2007-12-18 Thread jaikiran
bpet36, You seem to have made progress and appear to be running into a different exception now. Let's continue this discussion in your other thread which you started at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126192 View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - A customer JSF tag to display Graphics2D in Seam PDF output

2007-12-18 Thread EricJava
I posted a long blog entry, along with source code, about how to create a custom JSF tag to do more in Seam PDF: http://chiralsoftware.com/blog/JBoss-Seam-iText-PDF-custom-JSF-4642a90cb4d7412d.html The motivation: I wanted to be able to include arbitrary java.awt.Component s in the output, so I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: migration from jboss-4.0.5.GA to jboss-4.2.1.GA

2007-12-18 Thread chris.katsuo
hi everybody, I forgot one line in the error caused by the digester : anonymous wrote : | 2007-12-19 10:57:36,171 INFO [org.apache.myfaces.config.FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml | 2007-12-19 10:57:36,234 INFO [org.apache.myfa

[jboss-user] [Beginners Corner] - Re: java.lang.ClassCastException: org.jboss.util.id.GUID can

2007-12-18 Thread jaikiran
"bpet36" wrote : | | obj = PortableRemoteObject.narrow(ctx.lookup("ejb/UserAdmin/UserBean" , Class.forName(className)); | Change this code to: obj = ctx.lookup("ejb/UserAdmin/UserBean"); | UserBeanHome home = (UserBeanHome) PortableRemoteObject.narrow(obj,UserBeanHome.class); |

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread jaikiran
As for the lookup problem, can you post the entire exception stacktrace? Where is the queue being looked up from? If you are looking up the queue from your code then post the code here (and the contents of the jndi.properties, if at all you have one) View the original post : http://www.jboss.c

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread jaikiran
While posting the xml content use the Code button in message editor window to wrap the contents in a code block. Then use the Preview button to make sure the contents of your post will show up correctly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114080#4

[jboss-user] [EJB/JBoss] - Re: Incompatibility between Jboss server versions?

2007-12-18 Thread jaikiran
wandi, Let's continue this discussion in your other thread at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126187. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114079#4114079 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [EJB 3.0] - Re: Incompatibility between Jboss server versions?

2007-12-18 Thread jaikiran
wandi, Let's continue this discussion in your other thread at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126187. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114078#4114078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JNDI/Naming/Network] - Re: Incompatibility between Jboss server versions?

2007-12-18 Thread jaikiran
This looks similar to whats been reported at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116994 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114076#4114076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
Again the same problem in pasting the mbean details. I just want to mentio that I have added RequestQ in jbossmq-destinations-service.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114074#4114074 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - SeamFramework.org Alpha Test

2007-12-18 Thread [EMAIL PROTECTED]
For the past few months we've been developing a Wiki-based collaboration platform using Seam. This will be the foundation of seamframework.org, and will also be released as Seam Wiki when we're happy that it is really solid. Our first test case for the Wiki was http://in.relation.to. Now that w

[jboss-user] [JBoss Seam] - Re: SeamFramework.org Alpha Test

2007-12-18 Thread [EMAIL PROTECTED]
Note that you'll need to register at the new site before you can post or create wiki pages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114075#4114075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114075 _

[jboss-user] [JBoss Seam] - Re: Test database with Seam2, Maven and TestNG?

2007-12-18 Thread thejavafreak
Try to add it in: src/test/resources/META-INF I haven't done this though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114071#4114071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114071

[jboss-user] [JBoss Seam] - Re: Does Seam support remote ejb?

2007-12-18 Thread thejavafreak
Has anyone succeed on this? Cheers, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114070#4114070 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114070 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: jBPM Designer jbpm-jpdl-suite-3.2.2

2007-12-18 Thread dleerob
Unfortunately I don't think anyone will respond to your "question". I would suggest you start where everyone else does. Read the documentation, wiki, Getting Started guide, search the forums etc. Once you have some solid questions on something specific, ask away. Good luck! View the original po

[jboss-user] [JBoss Seam] - Re: Seam PDF and Chart component

2007-12-18 Thread thejavafreak
Thanks Norman, Somehow I just get the impression that it is to be displayed to a PDF because it uses the p namespace. I'm going to have a look at the examples. Cheers, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114068#4114068 Reply to the post : http:/

[jboss-user] [JBoss Portal] - Portal 2.6.2 with CAS on different Server

2007-12-18 Thread Soon5
Hy There, I am running a JBoss 4.2.1 environment with Portal 2.6.2 deployed. I am using CAS Authentication, which works fine. Now I tried to move the CAS Webserver to another JBoss Server on a differnet machine. I changed the settings in the context.xml file in the portal-server.war folder. Wh

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
One correction in the previous mail The jbossmq-destinations-service.xml entry is the following jboss.mq:service=DestinationManager Please help me to resolve this issue at the earliest. Thanks in advance Bidhudas View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Beginners Corner] - javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
Hi, I am trying to configure JMS queue in JBOSS. I have added the following entry in jbossmq-destinations-service.xml jboss.mq:service=DestinationManager But the same was not listed in JNDIVIEW. Whenever I tried to lookup this queue(ctx.lookup(queue/RequestQ) getting the follo

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

2007-12-18 Thread myfuture1
sure,i have restarted jboss but the jboss AS still cann't find the com.microsoft.sqlserver.jdbc.SQLServerDriver class what's wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114063#4114063 Reply to the post : http://www.jboss.com/index.html?module=bb&

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

2007-12-18 Thread [EMAIL PROTECTED]
Did you restart JBoss after copying the driver over? JBoss does not hotdeploy from the lib directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114061#4114061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114061

[jboss-user] [EJB/JBoss] - Re: logging transactions

2007-12-18 Thread riwright
I would like to know how to do this as well, I am having some problems that I need to debug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114058#4114058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114058

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

2007-12-18 Thread menashe
date range point well-taken "jazir1979" wrote : | Another thing I'd point out is that using an entity for search values only works in the simplest of cases - you can't easily do date ranges, for example. | | "menashe" wrote : it is not s:validate it is hibernate validator that is the pro

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

2007-12-18 Thread hirowla
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=122361 for the exact error being found at the moment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114054#4114054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

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

2007-12-18 Thread jazir1979
>From my understanding, you need s:validate to trigger hibernate validator at >the JSF level. Otherwise, the validations only trigger when you try to >persist an entity? I could be wrong, however. Another thing I'd point out is that using an entity for search values only works in the simples

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

2007-12-18 Thread menashe
it is not s:validate it is hibernate validator that is the problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114052#4114052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114052

[jboss-user] [JBoss jBPM] - Re: Why my jbpm-console does not recognize jbpm4jsf

2007-12-18 Thread pedroluppi
I have this jbpm.taglib.xml: | | http://java.sun.com/dtd/facelet-taglib_1_0.dtd";> | | | | http://jbpm.org/jsf | | | processImage | | org.jbpm.webapp.ui.ProcessImage | | | | | box | | org.jbpm.webapp.ui.Box

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

2007-12-18 Thread jazir1979
I don't use seam-gen, and my project doesn't use entity fields to carry across search values... but I wonder, why would you even have your search fields inside s:validate in your UI? "menashe" wrote : After looking at the seam examples and seamgen code on how the search is done. It seams to me

[jboss-user] [JBoss Messaging] - how to send message to remote server with http

2007-12-18 Thread libinggang
hi,all i want to send messages to a remote server with http,but i don't know how . how can i get ConnectionFactory from jndi that resides on the remote server (with http)? or can i create a ConnectionFactory that connects to the remote server without jndi? Thanks a lot ! binggangli Vie

[jboss-user] [JBoss jBPM] - Why my jbpm-console does not recognize jbpm4jsf

2007-12-18 Thread pedroluppi
I generated by the button "Generate New Form ..." a form for a task. In taskname.xhtml file have xmlns:tf="http://jbpm.org/jsf/tf"; and xmlns:jbpm="http://jbpm.org/jsf";. And also have some tag using both, like . But when jbpm-console try to open the task page, I got the error Tag Li

[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 connect

[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=bb&op=viewtopic&p=4114045#4114045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114045 ___ jboss-use

[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 val

[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=bb&op=viewtopic&p=4114043#4114043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114043 ___ jb

[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=bb&op=viewtopic&p=4114042#4114042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114042 ___ jboss-user mailing

[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 there.

[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 transact

[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=bb&op=viewtopic&p=4114038#4114038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114038 ___ jb

[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=bb&op=viewtopic&p=4114035#4114035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114035 ___ jboss-user mailing list jboss-use

[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 java.libr

[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 i

[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 per

[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=bb&op=viewtopic&p=4114026#4114026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114026 __

[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, Ko

[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=bb&op=viewtopic&t=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 an

[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=bb&op=viewtopic&p=4114020#4114020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=411402

[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=bb&op=viewtopic&p=4114019#4114019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[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: 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=bb&op=viewtopic&p=4114016#4114016 Reply to the post : http://www.jboss.com/index.html?module=b

[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 fea

[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 res

[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=bb&op=viewtopic&p=4114001#4114001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114001 _

[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=bb&op=viewtopic&p=4113999#4113999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113999 ___ jboss-user mailing list jboss-use

[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 : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: ERROR: #{messages} is not Serializable

2007-12-18 Thread [EMAIL PROTECTED]
"dhinojosa" wrote : I am creating a custom validator that uses component injection for the first time, this one just check that there are no links in the This isn't supported. @Converter and @Validator must be declared @BypassInterceptors. http://jira.jboss.com/jira/browse/JBSEAM-2402 View the

[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 su

[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=bb&op=viewtopic&p=4113992#4113992 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Using Seam with Facelets and EL Parameters

2007-12-18 Thread [EMAIL PROTECTED]
Why are you using managed beans with Seam? I suggest you start from the JPA example for WAS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113991#4113991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113991 _

[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=bb&op=viewtopic&p=4113989#4113989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113989 ___ jb

[jboss-user] [JBoss Seam] - Re: Redirect based on identity-roles

2007-12-18 Thread [EMAIL PROTECTED]
Start a new topic, nothing to do with this one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113988#4113988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113988 ___ jboss-u

[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=bb&op=viewtopic&p=4113987#4113987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: Forms - JBPM with Seam

2007-12-18 Thread [EMAIL PROTECTED]
No special integration, no. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113986#4113986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113986 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - Default message.properties

2007-12-18 Thread holmes.j
I'm having some problems with the default message.properties and how to override them. I've managed to override a few of the messages... | org.jboss.seam.loginSuccessful = Aren't you cool #{identity.username}? | org.jboss.seam.loginFailed = Invalid username/password combination. | org.jbos

[jboss-user] [JBoss Seam] - Re: Injected Logger is null on tomcat, seam 1.2

2007-12-18 Thread [EMAIL PROTECTED]
Lots of sample code in the examples directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113985#4113985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113985 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: Chained select boxes

2007-12-18 Thread [EMAIL PROTECTED]
"syzork" wrote : seam-ui example is not working. How? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113984#4113984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113984 ___

[jboss-user] [JBoss Seam] - Re: ReRender does not update the Form drop down values

2007-12-18 Thread [EMAIL PROTECTED]
There is a caching problem with s:selectItems in 2.0.0.GA. Try with a simple f:selectItems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113982#4113982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113982 __

[jboss-user] [JBoss Seam] - Re: Adding custom timeout action

2007-12-18 Thread seamdev
Thanks. I got it working using HttpAttributeListener. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113981#4113981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113981 ___

[jboss-user] [JBoss Seam] - problem with Integration test in Seam 2.0.0 GA

2007-12-18 Thread seamdev
I am trying to use integration test in Seam 2.0.0GA and getting authenticator not found error. Please tell me what is wrong in my setup? I had tried to setup classpath for testing by reverse engineering the build.xml in examples dir and info in readme.txt - pls let me know if something is wrong

[jboss-user] [JBoss Seam] - Re: Seam 2.0 GA - seambay example deployment fails

2007-12-18 Thread [EMAIL PROTECTED]
Can you try with a clean install of JBoss AS 4.2.2 and Seam 2.0.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113980#4113980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113980

[jboss-user] [Clustering/JBoss] - Re: Instances of JBoss in different machines

2007-12-18 Thread viswanadhvk
HI all , I solved the problem. The problem is in my system there is no mcast open. So I used TCPPING now I am able to see both the machines as well as able to deploy the stuff. Thanks! Vvk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113979#4113979 Reply

[jboss-user] [Clustering/JBoss] - Re: Setting up multiple instances of JBoss in different mach

2007-12-18 Thread viswanadhvk
Hi all, I solved the problem. The problem was my system is not having mcast open. So instead of using UDP, Iam using TCPPING. It was working fine. Thanks! vvk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113976#4113976 Reply to the post : http://www.jboss

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

2007-12-18 Thread [EMAIL PROTECTED]
We haven't got Seam working with WAS and EJB3. We do however have it working with JPA - see the JPA example for more. Jay is currently working on app server compatibility - he hasn't got to WAS yet, but when he does you can expect *much* better docs on how to get your app running. If you can p

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

2007-12-18 Thread [EMAIL PROTECTED]
Please file a jira issue so we can investigate View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113974#4113974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113974 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: Duplicate calls to functions

2007-12-18 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113973#4113973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113973 __

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

2007-12-18 Thread dapeng
Hi, I think I've found the reason for this problem. I think it is a bug in combination with richfaces. The error occurd when serving a request for anonymous wrote : /mywebapp/a4j_3_1_1-SNAPSHOTorg/richfaces/renderkit/html/css/modalPanel.xcss/DATB/eAGLZKr5DAADWQHL which is a resource for a richf

[jboss-user] [JBoss Seam] - Re: how to dis-manage entities?

2007-12-18 Thread [EMAIL PROTECTED]
"gsegura" wrote : And that is the problem because when more than one user are inserting CourseNotes to the collection, the second one will get an optimisticlockexception at the time he tries to merge his instance of the course I would just used managed entities at all times. anonymous wrote : A

[jboss-user] [JBoss Seam] - Re: occasional could not acquire lock on @Synchronized compo

2007-12-18 Thread [EMAIL PROTECTED]
Well, you'll need increase the timeout for trying to obtain the lock. By default a second. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113966#4113966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113966 ___

[jboss-user] [JBoss Seam] - Re: @Asynchronous mail example fails

2007-12-18 Thread [EMAIL PROTECTED]
The unified classloader has nothing to do with UseJBossWebLoader. Use RichFaces 3.1.x - this allows the use of RichFaces components in your action beans. Place the richfaces-api.jar into your ear/lib directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [JBoss Messaging] - Re: distributed-queue does not always work?

2007-12-18 Thread [EMAIL PROTECTED]
The configuration seems ok to me. Possible things you should look at: - Are you sure you didn't change anything on the test? - Can you try the same test again, after dropping/creating your database (or clearing the data on the tables). - Are you sure you have your UDP working fine? - Do you hav

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

2007-12-18 Thread [EMAIL PROTECTED]
What does isn't initialised mean here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113962#4113962 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113962 ___ jboss-user maili

[jboss-user] [Beginners Corner] - java.lang.ClassCastException: org.jboss.util.id.GUID cannot

2007-12-18 Thread bpet36
Hi, I am attempting to lookup and call methods on an ejb from a servlet where the two are deployed in separate ear files on the same JBoss server. I believe I have encountered a classloading issue, if so, I am not sure how to resolve it. Can anyone help me resolve this problem? Anyway, he

[jboss-user] [JBoss Tools (users)] - Re: Editors not shown first when an xhtml file is opened in

2007-12-18 Thread evdwaard2
yeah, when i toggle the tabs (change to another and then change back) it's working. We tried a redraw and update on the sourceditor object in setVisualMode in VpeEditorPart.java, but that didn't fix things. I added this in Jira, http://jira.jboss.org/jira/browse/JBIDE-1531. Thanks! View the

[jboss-user] [JBoss Seam] - Test database with Seam2, Maven and TestNG?

2007-12-18 Thread andrew.rw.robinson
I have finally got the maven unit tests through testng running, but they are failing. I want to have two databases, one for tomcat deployment and one for my unit tests. The problem is that the seam configuration is picking up my "src/main/resources/META-INF/orm.xml" and "src/main/resources/ME

[jboss-user] [JBoss Messaging] - Re: Message paging not working

2007-12-18 Thread [EMAIL PROTECTED]
Can you attach your testcase here? http://jira.jboss.com/jira/browse/JBMESSAGING-1211 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113959#4113959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113959

[jboss-user] [JBoss Tools (users)] - Re: Editors not shown first when an xhtml file is opened in

2007-12-18 Thread [EMAIL PROTECTED]
hmm...so as long as you toggle the tabs the editor works fine ? you can close the editor and open a new one and it works again after toggling the tab? Please report that in jira - then we can track it there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=411

[jboss-user] [JBoss Seam] - Error selecting object - SEAM 1.2.1GA

2007-12-18 Thread james_hays
I'm using SEAM 1.2.1GA and have all of a sudden run into random errors selecting objects out of a drop down list. It doesn't have all the time and seems very random. I've attempted to enhance the equals() method and the hashcode, but nothing seems to matter in that regard. When I debug the En

[jboss-user] [JBoss Tools (users)] - Re: Editors not shown first when an xhtml file is opened in

2007-12-18 Thread evdwaard2
Thanks for the fast reply max! I did take a look at xulrunner and 64 bit vista, but when i switched tabs once, everything works until i close the editor. I was trying to call the change tab event myself in the sourcecode of VpeEditorPart.java, in a way that when i open the editor, it automatica

[jboss-user] [JBoss Seam] - Re: Error selecting object

2007-12-18 Thread james_hays
New Topic: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113953 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113954#4113954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113954 ___

[jboss-user] [JBoss Tools (users)] - Re: Editors not shown first when an xhtml file is opened in

2007-12-18 Thread [EMAIL PROTECTED]
I don't have access to a vista 64 bit so can't really help. I would have assumed that running with a Java 5 32 bit should work, but if that does not work then report in jira ...but again, we don't have access to a 64 bit vista so would need help on getting xulrunner to work on 64 bit vista. Vie

[jboss-user] [JBoss Tools (users)] - Editors not shown first when an xhtml file is opened in the

2007-12-18 Thread evdwaard2
When we open a xhtml file in the jboss html editor, the first time there isn't anything show, just a grey background. The tabs at the bottom of the pane are shown, and if you click another tab the editor is shown and you can use all different edit modes. We are running Eclipse on Windows Vista

[jboss-user] [EJB 3.0] - Incompatibility between Jboss server versions?

2007-12-18 Thread wandi
Incompatibility between Jboss server versions? Hi guys, can anybody help-me with a problem? I'm currently using JBossAS 4.2.1 and I was trying to make a lookup in an EJB3 Session Bean - in another JbossAS (different VM - version 4.0.4GA) - , but I received an Exception... Caused by: javax.nami

[jboss-user] [EJB/JBoss] - Incompatibility between Jboss server versions?

2007-12-18 Thread wandi
Hi guys, can anybody help-me with a problem? I'm currently using JBossAS 4.2.1 and I was trying to make a lookup in an EJB3 Session Bean - in another JbossAS (different VM - version 4.0.4GA) - , but I received an Exception... Caused by: javax.naming.CommunicationException [Root exception is jav

[jboss-user] [JNDI/Naming/Network] - Incompatibility between Jboss server versions?

2007-12-18 Thread wandi
Incompatibility between Jboss server versions? Hi guys, can anybody help-me with a problem? I'm currently using JBossAS 4.2.1 and I was trying to make a lookup in an EJB3 Session Bean - in another JbossAS (different VM - version 4.0.4GA) - , but I received an Exception... Caused by: javax.nami

  1   2   3   >