[jboss-user] [JBoss Seam] - Re: richfaces*.jar into where?

2007-07-27 Thread fmars
jbuechel wrote : | Which richfaces version do you use? | i am using richfaces-3.0.1.jar. There is no more richfaces-3.0.1-SNAPSHOT.jar. that time it was necessary, because 3.0.1 was still in development. But now it is released. Do i have to use only but only

[jboss-user] [JBoss Seam] - richfaces*.jar into where?

2007-07-26 Thread fmars
Hi, I want to use rich:datascroller component but i need to import the library in my session bean. i put first into my app.jar folder, but it didn't work. One solution to problem is to set 2 attribute UseJBossWebLoader and Java2ClassLoadingCompliance in jboss-service.xml to true. i tried it

[jboss-user] [JBoss Seam] - Re: richfaces*.jar into where?

2007-07-26 Thread fmars
That is a good news. But i need it now. Is there a Beta version of the next release? The daily build is still one jar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068001#4068001 Reply to the post :

[jboss-user] [JBoss Seam] - Re: richfaces*.jar into where?

2007-07-26 Thread fmars
blackers wrote : Can you try putting it in your /WEB-INF/lib This is where i have my rich faces jar file. I have also set the UseJBossWebLoader to true but not changed Java2ClassLoadingCompliance from it's defaults. | | still same. nothing changed. Are you using JBoss 4.2.0.GA too?

[jboss-user] [JBoss Seam] - [Bug?] noSelectionLabel, s:selectItems, equals()

2007-07-25 Thread fmars
Hi, After i added noSelecteionLabel to my s:selectItems, i got a NullPointerException in my entity's equals method, because the parameter was null. if noSelectionLabel is selected, the equals method of the entity is called and because Please select ... doesn't exists, it sent as null object.

[jboss-user] [JBoss Seam] - Object sent to equals() as parameter is null!

2007-07-20 Thread fmars
Hello, I have an entity bean CancerType and a SFSB(long running) MethSearch and there is a search.xhtml. One of the search fields in search.xhtml is a selectOneMenu, in which all CancerTypes are listed. The selected one is set to cancerType variable in MethSearch bean. MethSearch bean has a

[jboss-user] [JBoss Seam] - Re: Object sent to equals() as parameter is null!

2007-07-20 Thread fmars
I forgot the Stack Trace(a part of it, which i think important to the problem is): java.lang.NullPointerException | at org.arcs.methcancerdb.model.CancerType.equals(CancerType.java:43) | at javax.faces.component.UISelectOne.matchValue(UISelectOne.java:185) | at

[jboss-user] [JBoss Seam] - s:conversationPropagation/ has no effekt

2007-07-19 Thread fmars
Hi, Seam Version: 2 Beta 1 (Daily Build) As written in the Seam book by Yuan, i try to end the current conversation like this: h:commandButton value=Show All action=#{methsearch.showAll()} | s:conversationPropagation type=end/ | /h:commandButton But it doesn't work

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation/ has no effekt

2007-07-19 Thread fmars
stu2 wrote : Could you please post the showAll() method (and any annotations) as well as the stacktrace? methsearch is a stateful session bean. there are two methods annotated with @Begin. showAll() is one of them and here it is: @PersistenceContext(type=PersistenceContextType.EXTENDED) |

[jboss-user] [JBoss Seam] - Re: no session or session was closed: but why?

2007-07-19 Thread fmars
i have had a similar error before. i am not sure now, but the reason was that i didn't make my stateful session bean a long running bean, if i remember correctly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065939#4065939 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Action argument is null when it shouldn't be null

2007-07-17 Thread fmars
anonymous wrote : view-handlerorg.jboss.seam.ui.facelet.SeamFaceletViewHandler/view-handler I use Seam 2 and there is no more SeamFaceletViewHandler. methsearch.xhtml displays my table. The generated URL looks like this: http://localhost:8080/methcancerdb2/methsearch.seam? |

[jboss-user] [JBoss Seam] - Re: Action argument is null when it shouldn't be null

2007-07-16 Thread fmars
i have the same problem in a different way. The parameter passed to method is null. i have a s:link in a dataTable : rich:dataTable value=#{genes} var=gene | s:link action=#{tableviewer.displayTargetSequences(gene)} .../s:link | ./rich:dataTable tableviewer is stateless

[jboss-user] [JBoss Seam] - Re: How can I get the source code? (stupid question?)

2007-07-11 Thread fmars
Look here: http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062978#4062978 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062978

[jboss-user] [JBoss Seam] - Re: fail to send parameter to a function in xhtml

2007-07-10 Thread fmars
JakeC wrote : A colleague of mine said it only works with the action attribute. Maybe in 2.0 it will work everywhere, but it definitely works with the action attribute in 1.1.5. Yes. In Seam 2 you can use value bindings too. i discovered it yesterday and i'm really happy about it :)

[jboss-user] [JBoss Seam] - [Seam 2] Parameter, sent from EL expression in xhtml to metho

2007-07-10 Thread fmars
Because the beta 1 release has a bug, which makes my application not-runnable, i can't use it. So i built seam 2 from the CVS myself. i have a stateful bean, a long-running conversation. In a step a table is displayed with clickable links made by s:link. from the action i'm calling a method

[jboss-user] [JBoss Seam] - Re: [Seam 2] Parameter, sent from EL expression in xhtml to m

2007-07-10 Thread fmars
[EMAIL PROTECTED] wrote : It's worth trying with a h:commandLink. No, that's not working too, neither h:commandButton I read the limitations again but still couldn't understand anything. Is there a workaround? View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: [Newbie]Can't persist 2 new objects, if they have the sa

2007-07-05 Thread fmars
No One! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4061063#4061063 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4061063 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - [Newbie]Can't persist 2 new objects, if they have the same p

2007-07-04 Thread fmars
I'm creating 2 not-persisted objects and they have the same persisted object as instance variable. if i try to persist the new objects, i got a Duplicate entry violation. i know what it means, but i don't know what is wrong. can you please look at these small classes and point what is missing?

[jboss-user] [JBoss Seam] - Re: Problem with Seam 1.2.1 and Trinidad 1.0.1

2007-07-01 Thread fmars
Not a solution for your problem, but shouldn't you use 1.2.1 with only with JBoss 4.0.5. Seam 2 is targeted for JBoss 4.2.0. Maybe i'm wrong. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059457#4059457 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-06-28 Thread fmars
I've created a new seam project wiht ear-support and opened it with Netbeans. Java Sources Classpath in the project properties is pointing to the libraries in the /lib folder, which do not exist in that /lib folder. i didn't check all, but these jboss-ejb3-all.jar and

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0 Alpha - pdf component causes problem

2007-06-16 Thread fmars
I found the source of problem. i explain here, maybe some other netbeans users too need this. i am a netbeans user and open seam projects with netbeans. on my computer are jdk 5 and jdk 6 installed. i run netbeans with jdk 6 because of swing improvements in java 6. i knew already, that i have

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0 Alpha - pdf component causes problem

2007-06-15 Thread fmars
[EMAIL PROTECTED] wrote : It doesn't look remotely related to PDF. Do you get an error from a full restart of the server? Yes, you are right. it has nothing to do with it. But i am still getting exceptions. So i tried to prognosis it: i still don't know why, but here what i did: first i've

[jboss-user] [JBoss Seam] - Seam 1.3.0 Alpha - pdf component causes problem

2007-06-14 Thread fmars
i was trying seam 1.3.0. i created a new seam project, added a few entity classes. it has successfully deployed. After that i wanted to try pdf component. therefore i made these changes: in components.xml: added a pdf name space and this declaration pdf:document-store use-extensions=true / in

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0 Alpha - pdf component causes problem

2007-06-14 Thread fmars
unintentionally i clicked on submit. here i go on writing: after those changes, if i try to deploy, i am getting these warnings: WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null. WARN