[jboss-user] [JBoss Seam] - Faces parameter acces

2007-07-26 Thread KoniKoni
a4j:support actionListener=#{navi.setCheckBox} event=onmouseup reRender=ticket | f:param name=art value=1 / | f:param name=wette value=bet / | f:param

[jboss-user] [JBoss Seam] - Re: resource not registered org.richfaces.renderkit.images.T

2007-07-26 Thread KoniKoni
make your code inside a form (a4j:form) that was by me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4067989#4067989 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4067989 ___

[jboss-user] [JBoss Seam] - Re: Faces parameter acces

2007-07-26 Thread KoniKoni
@RequestParameter private String art; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4067755#4067755 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4067755 ___ jboss-user

[jboss-user] [JBoss Seam] - JNDI-Lookup

2007-07-19 Thread KoniKoni
There are framework supported way to do lookup to jndi and use stand alone ejb komponets? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065685#4065685 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065685

[jboss-user] [JBoss Seam] - Set do not work

2007-06-19 Thread KoniKoni
rich:dataTable rendered=#{not empty entList} | onRowMouseOver=this.style.backgroundColor='#F1F1F1' | onRowMouseOut=this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}' | cellpadding=0 cellspacing=0 |

[jboss-user] [JBoss Seam] - s:link

2007-05-07 Thread KoniKoni
There are like titel attribute in s:link? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043586#4043586 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043586 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: s:link

2007-05-07 Thread KoniKoni
No, with me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043602#4043602 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043602 ___ jboss-user mailing list

[jboss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Fetch

2007-05-02 Thread KoniKoni
How can i make a fetch of collections for follow case: A(ManyToOne * ) - (OneToMany 1 ) B (OneToMany 1)- C (ManyToOne * ) C A(ManyToOne * ) -C(ManyToOne 1) I need to iterate above A with A.B and need to contains C Collections. @Name(A) | @Table(name=A) | @Entity | public class A

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

2007-04-25 Thread KoniKoni
I get a exception, wich lib is not included? 12:55:46,793 ERROR [ExtensionsFilter] Exception wile retrieving addResource java.lang.NoClassDefFoundError: org/apache/myfaces/shared_tomahawk/config/MyfacesConfig at

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

2007-04-25 Thread KoniKoni
Sorry, exception away. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040537#4040537 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040537 ___ jboss-user mailing list

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

2007-04-25 Thread KoniKoni
I checked calendar component, works fine on jboss 4.2, seam 1.2.1 cvs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040540#4040540 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040540

[jboss-user] [JBoss Seam] - Tomahawk

2007-04-24 Thread KoniKoni
Can i use Tomahawk with seam 1.2.1 and sun jsf 1.2 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040303#4040303 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040303 ___

[jboss-user] [JBoss Seam] - Re: Seems to be a bug

2007-04-21 Thread KoniKoni
thanks for answer, you don't understand me, sorry for my terriblly english! the functions work fine, after update seam with occurs on the side the values of selectOneMenus are not set, Items are in but h:selectOneMenu id=hrs23 value=#{kfz.hersteller} required=true default value

[jboss-user] [JBoss Seam] - Seems to be a bug

2007-04-20 Thread KoniKoni
Environment jboss as 4.2.0CR2, seam 1.2.1 cvs today. Value of selectOneMenu will not be set: 1. |@In(required=false) | @Out(required=false) | private Kfz kfz; | | @DataModel | private ListKfz bearbkfzList; | |@Begin(join=true) | public String

[jboss-user] [JBoss Seam] - Converter

2007-04-19 Thread KoniKoni
There is a method: public Object getAsObject(FacesContext facesContext, UIComponent uIComponent, String value) { I like to get a List that declarated as datamodel from conversation context: So like under just jsf: Object object = FacesContext

[jboss-user] [JBoss Seam] - Mail

2007-04-19 Thread KoniKoni
I checked out today seam 1.2.1 and genereded with seam-gen a application, if i use mail-api, if call render.. i get follow excpetion: 12:44:08,377 ERROR [Regist] Error : org.jboss.seam.core.dispatcher is not installed in components.xml | Code:

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

2007-04-19 Thread KoniKoni
With follow code i don't need to iterate through a list i get a value directly: public Object getAsObject(FacesContext facesContext, UIComponent uIComponent, String value) { | | SetDataModel sd = (SetDataModel) Component.getInstance(fillList); | |

[jboss-user] [JBoss Seam] - SelectOneMenu

2007-04-19 Thread KoniKoni
Value of two selectOneMenu will not set, just for one in the middle for Model. s:div style=margin-top:5px | h:form | | s:validateAll | | rich:panel | h:panelGroup id=frms

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

2007-04-19 Thread KoniKoni
In early version of seam that code does work and with cvs from today not. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038933#4038933 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038933

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - VH

2007-04-19 Thread KoniKoni
How can i set up virtual hosting on 4.2.0.CR2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038955#4038955 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038955 ___ jboss-user

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Frequently Asked Questions[Tomcat/Http/Apache/Servlets/J

2007-04-19 Thread KoniKoni
How can i set up virtual hosting on 4.2.0.CR2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038954#4038954 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038954 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - Virtualhosting

2007-04-19 Thread KoniKoni
How can i set up virtual hosting on 4.2.0.CR2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038957#4038957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038957 ___ jboss-user

[jboss-user] [JBoss Seam] - Security Problem

2007-04-18 Thread KoniKoni
I use latest seam release, i found follow in faces-config.xml: !-- Disabled when using Ajax4JSF -- | -- | view-handlerorg.jboss.seam.ui.facelet.SeamFaceletViewHandler/view-handler | -- and find follow in seam reference: For web-based security, jboss-seam-ui.jar

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread KoniKoni
Nightly build 16.04 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038305#4038305 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038305 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread KoniKoni
have i to use 1.2.1.GA? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038307#4038307 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038307 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread KoniKoni
I tried it today in the morning, a got a build error exception. I will try it again now... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038311#4038311 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038311

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread KoniKoni
How long does it take? pleasantly:) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038380#4038380 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038380 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread KoniKoni
Cool thing, it does work! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038577#4038577 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038577 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Remoting

2007-04-18 Thread KoniKoni
Can i use Seam Remoting with Swing Rich Client? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038609#4038609 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038609 ___ jboss-user

[jboss-user] [JBoss Seam] - SelectOne

2007-04-18 Thread KoniKoni
I have this peace of code: a4j:region renderRegionOnly=false | h:selectOneMenu id=hrs value=#{kfz.hersteller} required=true | s:selectItems value=#{herstellersList} var=her label=#{her.bezeichnung}

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

2007-04-18 Thread KoniKoni
h:outputText value=#{kfz.hersteller.bezeichnung} / The output here is correct, but in follow code, the value does not set: h:selectOneMenu id=hrs value=#{kfz.hersteller} required=true converter=#{bearbkfz.herconverter} | s:selectItems

[jboss-user] [JBoss Seam] - Re: Virtual Domains

2007-04-17 Thread KoniKoni
the app is reachable above: domain/rentform the goil is just above domain View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037870#4037870 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037870

[jboss-user] [JBoss Seam] - Re: Virtual Domains

2007-04-17 Thread KoniKoni
yes: i follow example for 4.0.2 AS: http://www.jboss.org/wiki/Wiki.jsp?page=VirtualHosts myhost.eu and jmx-console.war/WEB-INF/jboss-web.xml jboss-web !-- Uncomment the security-domain to enable security. You will need to edit the htmladaptor

[jboss-user] [JBoss Seam] - Re: Virtual Domains

2007-04-17 Thread KoniKoni
I love jboss, you can here solve problems with logic:) In application.xml i changed context to / and works! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037878#4037878 Reply to the post :

[jboss-user] [JBoss Seam] - Switch from DEV to PROD

2007-04-17 Thread KoniKoni
Where can switch between dev and prod? there are two persistence files: persitence-prod.xml... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037996#4037996 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037996

[jboss-user] [JBoss Seam] - Re: Switch from DEV to PROD

2007-04-17 Thread KoniKoni
thanks a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038009#4038009 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038009 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-04-16 Thread KoniKoni
Hello, i get the same exception: | 16:40:42,818 ERROR [STDERR] java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-04-16 Thread KoniKoni
No, code: Session: import kk.rentform.session.mailprocessor.AsynchronousMailProcessor; | | @Name(regist) | @Scope(ScopeType.CONVERSATION) | @Stateless | public class Regist implements RegistInterface{ | @In | private Usr usr; | | @PersistenceContext |

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-04-16 Thread KoniKoni
Can i mail the tired project to you, without libs? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037598#4037598 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037598 ___

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-04-16 Thread KoniKoni
Thanks a lot! I load straight up, it will take one hour approximately. I will send a link per email with description, it is okay? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037608#4037608 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-04-16 Thread KoniKoni
I send you a mail to the address, that is given in your profile. Are you finished with download? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037639#4037639 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037639

[jboss-user] [JBoss Seam] - Virtual Domains

2007-04-16 Thread KoniKoni
Where can i set up virtual host and deploy a seam apllication under virtuell host: I have copied the jboss-web.xml under WEB-INF without reaction jboss-web | context-root//context-root !--Make what ever context root you want -- | virtual-hostvirtual.evolutionnext.com/virtual-host

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Seam Vhost

2007-04-16 Thread KoniKoni
Where can i set up virtual host and deploy a seam apllication under virtuell host: I have copied the jboss-web.xml under WEB-INF without reaction Code: jboss-web context-root//context-root !--Make what ever context root you want --

[jboss-user] [JBoss Seam] - I get a exception

2007-04-12 Thread KoniKoni
Please help, i get a exception. ui:composition xmlns=http://www.w3.org/1999/xhtml; | xmlns:s=http://jboss.com/products/seam/taglib; | xmlns:ui=http://java.sun.com/jsf/facelets; | xmlns:f=http://java.sun.com/jsf/core; |

[jboss-user] [JBoss Seam] - Re: I get a exception

2007-04-12 Thread KoniKoni
Thanks, but instance is not null. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036843#4036843 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036843 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: I get a exception

2007-04-12 Thread KoniKoni
Yes, you can see that in my code, what do you mean? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036845#4036845 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036845 ___

[jboss-user] [JBoss Seam] - Re: I get a exception

2007-04-12 Thread KoniKoni
long id = this.kfz.getId();// get id | this.kfzsList.remove(this.kfz); // clean up the | Kfz kfz1 = (Kfz) em.find(Kfz.class,id); get object from e. context | this.kfz = null; | em.remove(kfz1); // remove | kfz1 = null; | I have

[jboss-user] [JBossWS] - Re: I got follow exception

2007-04-05 Thread KoniKoni
after two days looking for: use-java-contextfalse/use-java-context is needed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035043#4035043 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4035043

[jboss-user] [JBossWS] - Handlers

2007-04-04 Thread KoniKoni
I want to use Statefull Webservice for that i saw a example. If i add follo code: @SOAPMessageHandlers( { | @SOAPMessageHandler(className = org.jboss.ws.addressing.soap.SOAPServerHandler), | @SOAPMessageHandler(className = org.jboss.test.ws.samples.wsaddr.ServerHandler)

[jboss-user] [JBossWS] - Handle

2007-04-04 Thread KoniKoni
I use Netbeans 5.5, where i have to be save jaxws-handlers.xml im netbeans projekt struktur? org.jboss.ws.WSException: Cannot resolve URL to handler file: WEB-INF/jaxws-handlers.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034693#4034693 Reply to the

[jboss-user] [JBossWS] - I got follow exception

2007-04-04 Thread KoniKoni
22:12:26,755 INFO [EARDeployer] Init J2EE application: file:/home/kostja/IT/jboss-4.0.5.GA/server/default/deploy/laolaWS.ear | 22:12:29,197 INFO [Ejb3Deployment] EJB3 deployment time took: 26 | 22:12:29,992 INFO [TomcatDeployer] deploy, ctxPath=/laolaWS-laolaWS-ejb,

[jboss-user] [JBoss Messaging] - Newby Question

2007-04-03 Thread KoniKoni
We have to decide beetween to technologies webservices or jms, asyncron and no is clear. the jboss jms works over http port too? how performant is jms in diffrent in comparison to webservices? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034025#4034025

[jboss-user] [JBoss Seam] - I got follow exception

2007-04-02 Thread KoniKoni
16:05:32,053 ERROR [SeamPhaseListener] uncaught exception | javax.faces.el.EvaluationException: Exception while invoking expression #{hlsel.sel} | at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:165) | at

[jboss-user] [JBoss Seam] - Re: I got follow exception

2007-04-02 Thread KoniKoni
the vlaue is long, i tried with abstract type signatur: public String sel(Object sel){ Long value = (Long) sel; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033749#4033749 Reply to the post :

[jboss-user] [JBoss Seam] - Re: I got follow exception

2007-04-02 Thread KoniKoni
yes, otherwise the exception would look differently View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033829#4033829 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033829 ___

[jboss-user] [JBoss Seam] - Re: I got follow exception

2007-04-02 Thread KoniKoni
it works in this wa: public String sel(Object sel){ Long value = (Long) sel; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033830#4033830 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033830

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

2007-03-26 Thread KoniKoni
This stuff just functions with EnityHome. Shoud be the EntityBean for selectOne from EtityHome extended? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031529#4031529 Reply to the post :

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

2007-03-26 Thread KoniKoni
I used follow code: framework:entity-home name=kfzHome entity-class=kk.rentform.entity.Kfz / without extending from HomeEntity doesn't work. Probably because i used s:convertEntity /? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031553#4031553 Reply

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

2007-03-26 Thread KoniKoni
If i defined follow: framework:entity-home name=kfzHome entity-class=kk.rentform.entity.Kfz / how can i include this entity home with @In annotation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031558#4031558 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Session wide variable

2007-03-26 Thread KoniKoni
Insert follow to you session bean: @In Context sessionContext; this instance provide different methods for session manipulation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031576#4031576 Reply to the post :

[jboss-user] [JBoss Seam] - selectOneMenu Question

2007-03-25 Thread KoniKoni
I shoud like to implement selection from first selectOneMenu, object of which is supplied contains a list, this is spent with the second selectOneMenu. The first menu functions and the second not, maybe somebody can help me. Here is my code: Component: framework:entity-query name=allHer |

[jboss-user] [JBoss Seam] - selectOne

2007-03-24 Thread KoniKoni
I don's now what i do wrong: @Name(fahrzeugact) | @Stateful | public class Fahrzeug implements FahrzeugInterface { | @DataModel | private ListHersteller hrList; | | @DataModelSelection(hrList) | private Hersteller selectedHer; | |

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

2007-03-24 Thread KoniKoni
if declared the List in componets.xml does work, but i have to select the second selectOne by parameter form the first selectOne and the ui example don't provide such, or i don't understand it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031307#4031307

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

2007-03-24 Thread KoniKoni
I want to make follow: User choise from a selectOneMenu a category and the select selectOneMenu shows the films of selected category, how can i make that, the ui example provide just declarations from conponents.xml? View the original post :

[jboss-user] [JBoss Seam] - DataModel

2007-03-19 Thread KoniKoni
How can i implement the delete function of a element that contains by herst_bearb in a list, there are support by Framework ? a4j:region | a4j:form | h:dataTable id=alle_her value=#{heditor.herst_bearb.kfzmodel} var=md |

[jboss-user] [JBoss Seam] - Converter

2007-03-17 Thread KoniKoni
I don't now why this doesn't work: view: s:decorate | h:selectOneMenu value=#{hmodel.selectedHersteller} required=true | s:selectItems value=#{kfzList} var=her label=#{her.bezeichnung} noSelectionLabel=Bitte waehlen.../

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

2007-03-17 Thread KoniKoni
No View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029023#4029023 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029023 ___ jboss-user mailing list jboss-user@lists.jboss.org

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

2007-03-17 Thread KoniKoni
@Begin(join=true) | @End | public String saveMod(){... Okay, but the messages on the view page is, not valid value. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029031#4029031 Reply to the post :

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

2007-03-17 Thread KoniKoni
| /* | * fill selectOneMenu | */ | @Begin(join=true) | public ListHersteller getKfzList() { |ListHersteller lher= em.createQuery(from Hersteller where akzept=true) | .getResultList(); | return lher; | } | | /* | *submiit | */

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem lower() function

2007-03-13 Thread KoniKoni
forget a whitespace in the query! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027566#4027566 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4027566 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Integer Input

2007-03-13 Thread KoniKoni
Can I do avoid to show null/zero in inputbox from a entity bean, if the e. bean not initialited? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027577#4027577 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4027577

[jboss-user] [JBoss Seam] - SeamSecurity

2007-03-10 Thread KoniKoni
What i do wrong? 19:53:39,203 ERROR [SeamLoginModule] Error invoking login method javax.faces.el.EvaluationException: Exception while invoking expression #{authen ticator.authenticate} at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java :165) at

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

2007-03-10 Thread KoniKoni
public boolean authenticate() { | | | log.info(authenticating #0, identity.getUsername()); | try{ | Usr usr = (Usr) em.createQuery(from Usr where bname = :bname and passwort = :passwort) | .setParameter(bname,

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

2007-03-10 Thread KoniKoni
thanks, that was... It doesn't work with both options, i don't understand the difference between @PersistenceContext private EntityManager em; and @In EntityManager em; Code: try{ | Usr usr = (Usr) em.createQuery( | from Usr where bname =

[jboss-user] [JBoss Seam] - Seam JBoss integration

2007-02-21 Thread KoniKoni
Hello! Can i integrate Seam lib's in JBoss AS, so i will install more than one Seam applications to one Jboss AS and to have many of Seam lib's isn't essential, or? What's the diffrent of database connection use of seam internal and Jboss? Can i use in Seam application Jboss db connection?

[jboss-user] [JBoss Seam] - Konfiguration

2007-02-21 Thread KoniKoni
Hello! Can i integrate Seam lib's in JBoss AS, so i will install more than one Seam applications to one Jboss AS and to have many of Seam lib's isn't essential, or? What's the diffrent of database connection use of seam internal and Jboss? Can i use in Seam application Jboss db connection?

[jboss-user] [JBoss Seam] - Date

2007-02-20 Thread KoniKoni
//get aktuell locale | Locale locale = localeSelector.getLocale(); | | //make calendar | Calendar cal = new GregorianCalendar( TimeZone.getTimeZone(ECT) ); | | //format date to locale | DateFormat

[jboss-user] [JBoss Seam] - Date

2007-02-20 Thread KoniKoni
I want to displa follow output on the page:Friday, 19.01.2007 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019544#4019544 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4019544

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

2007-02-20 Thread KoniKoni
h:outputText value=#{--date---} f:convertDateTime locale=en-US type=both dateStyle=some style timeStyle=some style/ /h:outputText Where --date--- come from? I need to make a entity bean or there a system attributes? Can I solve this problem with @out or @ create? View the original

[jboss-user] [JBoss Seam] - Re: @Datamodel ?

2007-01-18 Thread KoniKoni
Events - onetomany Games Output in a Html site foreach ( Events ) output(Event) foreach ( Games ) output( Games ) How can i implement such a case in seam ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003239#4003239 Reply to

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

2006-12-20 Thread KoniKoni
This problem seems tob be away. Next exception: | Wed Dec 20 2006 12:55:29 GMT+0100: Request packet: | envelopeheadercontext/context/headerbodycall component=remoteaction method=getBets id=0 | paramsparamnumber0/number/param/paramsrefs | /refs/call/body/envelope | | | Wed Dec 20

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

2006-12-20 Thread KoniKoni
It works, if i use List bets = query.getResultList(); instead of List bets = query.getResultList(); I think its necessarily for marshaling. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3995276#3995276 Reply to the post :

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

2006-12-20 Thread KoniKoni
Yes, script type=text/javascript src=seam/remoting/interface.js?remoteactionSoccernormal;/script | SiteHelper will detect automatically View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3995310#3995310 Reply to the post :

[jboss-user] [JBoss Seam] - Remoting

2006-12-19 Thread KoniKoni
| [EMAIL PROTECTED] url=null ,addedOrder=0} | 2006-12-19 22:41:06,757 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, [EMAIL PROTECTED], [EMAIL PROTECTED] url=null ,addedOrder=0} | 2006-12-19 22:41:06,757 ERROR [org.jboss.seam.remoting.ExecutionHandler] Error during

[jboss-user] [JBoss Seam] - Remote

2006-12-06 Thread KoniKoni
Hello, why does this not work: public Wette getBet(int Flag){ | | Wette wette = new Wette(); | wette.setId(1); | return wette; | } | } 2006-12-06 19:03:17,449 ERROR [org.jboss.seam.remoting.ExecutionHandler] Error during remote request

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

2006-12-06 Thread KoniKoni
Thanks so much for you quick answer!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991744#3991744 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991744 ___ jboss-user mailing

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

2006-12-06 Thread KoniKoni
Yes i have it in my Eclipse. I created Projekt with Seam Gen and imported as a Java standart project, if i push save eclipse copies the projekt automatecally to JBoss path, but can you say where exactly, where have this libs to stay in ear ? View the original post :

[jboss-user] [JBoss Seam] - Remoting

2006-12-01 Thread KoniKoni
List to instance of XY } | } -- I receive a result of type List and how can i cast to right type ? THX KoniKoni View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3990452#3990452 Reply