[jboss-user] [Security JAAS/JBoss] - LdapLoginModule configuration

2007-01-16 Thread MelampO
Hello I'm trying to configure a very simple login system using LdapLoginModule. I had never worked with LDAP, so, searching the web and the jboss wiki I found the LoginModulesTestCase which works perfectly for me adding my personal configuration. Following this example, I developed my first

[jboss-user] [JBoss Seam] - Re: paginating a datamodel

2006-12-27 Thread MelampO
Hi. I have been looking for that some days ago, and I found the jenia4faces library. With the DataTools family components you can do theses things (I haven't try it at this momment, but with other jenia components I have no problems with seam, so I suposse that it will work).

[jboss-user] [JBoss Seam] - Re: Pageflow and @StartTask

2006-12-19 Thread MelampO
Hello. Thank you for the reply. If I follow this way... how can I get the taskId for resumeTask method? I have tried with: | h:column | s:button action=recibido value=Recibido taskInstance=#{task} / | /h:column | and | @Stateless | @Name(avanzarEstadoPeticion) | public

[jboss-user] [JBoss Seam] - Pageflow and @StartTask

2006-12-18 Thread MelampO
Hello. I am trying to start a task with @StartTask annotation but it seems not work because I am in a long running conversation. The problem is that I have a pageflow running and I call the @StartTask annotated method from a decision-node. With the pageflow I have a long conversation, so when

[jboss-user] [JBoss Seam] - Taks instances

2006-12-13 Thread MelampO
Hello I am trying to create a Task instances list with the pendings tasks for an actor. I am not doing it from a JSF, so I think that I can't use TaskIntanceList or TaskInstaceListFoType components. Following DVD Store example, I think that I must use ManagedJbpmContext. This is the process

[jboss-user] [JBoss Seam] - Re: Taks instances

2006-12-13 Thread MelampO
petemuir wrote : @In ListTaskInstance taskInstanceList; is valid. | | And of course you could @In JbpmContext; Ok, it works fine... thank you. I had it working now with this query: | ListTaskInstance ti = (ListTaskInstance) context.getSession() | .createQuery(select ti from

[jboss-user] [EJB 3.0] - Re: ManyToMany constraints problem

2006-12-06 Thread MelampO
Ok... I am going to try that. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991884#3991884 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991884 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: JPDL + EL

2006-12-05 Thread MelampO
Oops, thank you =) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991377#3991377 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991377 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: ManyToMany constraints problem

2006-12-05 Thread MelampO
No, sorry... I have not solve it... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991352#3991352 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991352 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - JPDL + EL

2006-12-05 Thread MelampO
Hello. I have some problems with EL in a JPDL file. I am trying to use EL in an action inside my Process Definition file, but it doesn't work: JPDL: | ?xml version=1.0 encoding=UTF-8? | | process-definition | xmlns= name=estadosProcess |start-state name=Disponible |

[jboss-user] [EJB 3.0] - ManyToMany constraints problem

2006-11-30 Thread MelampO
Hello. I have some problems using a ManyToMany relationship model. I think that it is an error in my implementation (probably with the CascadeType), but I don't know how to mend it. I have this model: | public class Libro implements Serializable { | | ... | @ManyToMany

[jboss-user] [JBoss Seam] - Re: Problems with Seam adn JBPM

2006-11-28 Thread MelampO
Ok, thanks to both, adding ehcache.jar starts working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989191#3989191 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989191 ___

[jboss-user] [JBoss Seam] - Problems with Seam adn JBPM

2006-11-27 Thread MelampO
Hello. I have some problems deploying a seam application with a jbpm proccess definition. The application without the jbpm proccess works fine, but if I add this line to the components.xml it files during deployment. | property name=processDefinitionsreservas.jpdl.xml/property | I

[jboss-user] [JBoss Seam] - Seam + Hibernate + MVC

2006-11-16 Thread MelampO
Hi. First of all, sorry for my english :D I am newby using seam and I am trying to develope a web application with a MVC layer model (I have no choose, I didn't design the application). I am some confused about what annotations a need for each layer and I can't find any example that

[jboss-user] [JBoss Seam] - Re: Seam + Hibernate + MVC

2006-11-16 Thread MelampO
Hi again! Following this topic: http://jboss.com/index.html?module=bbop=viewtopict=70020 I understand that I am in the correct way (#6 post), but that solution seem not to work for me. If I try with: | @In | private LibroDAOhbn libroDAO; | in my service class, it returns the following

[jboss-user] [JBoss Seam] - Re: Seam + Hibernate + MVC

2006-11-16 Thread MelampO
Ok. Now it runs perfectly. Thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986618#3986618 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986618 ___ jboss-user