"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 richfaces-3.0.1-SNAPSHOT.j
"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?
Vi
"jbuechel" wrote : Exception?
sorry, just now reproduced it.
java.lang.NoClassDefFoundError: org/richfaces/event/DataScrollerEvent
| at java.lang.Class.getDeclaredMethods0(Native Method)
| at java.lang.Class.privateGetDeclaredMethods(Class.java:2395)
| at java.lang.Cla
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=bb&op=viewtopic&p=4068001#4068001
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Hi, I want to use 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 but it
didn't work
Hi,
After i added noSelecteionLabel to my , 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.
My suggestio
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
java
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 bea
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=bb&op=viewtopic&p=4065939#4065939
Reply to the post :
http://www.
"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)
|
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:
|
|
But it doesn't work and i get exceptions. it says, that i should try
@Begin(join=true), which i don't want.
Is this a bug in Seam
anonymous wrote :
org.jboss.seam.ui.facelet.SeamFaceletViewHandler
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?
|
dataModelSelection=gene:genes[1]&cid=18&
i have the same problem in a different way. The parameter passed to method is
null.
i have a in a dataTable :
| ...
| .
tableviewer is stateless session bean for outjection the parameter and
redirection.
@Stateless
| @Name("tableviewer")
| public class TableViewerAction im
Look here: http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062978#4062978
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062978
_
"[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 :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4
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 . from the "action" i'm calling
a method of the
"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 :)
http://d
Seam 2 Beta is out there since ~two weeks. i read about the new features, but
first yesterday accidentally i have discovered "Parameterized Value Bindings".
You can't know, how much i needed this feature. i was tired of writing wrapper
classes(This was the only way, i could think). Thank you for
No One!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061063#4061063
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061063
___
jboss-user mailing list
jboss-user@lists.jboss.
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?
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=bb&op=viewtopic&p=4059457#4059457
Reply to the post :
http://www.jboss.com/index.html?m
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
"commons-digester-1.
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 t
"[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
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 [ServiceC
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
in web.xml: added these lines
Docu
26 matches
Mail list logo