[jboss-user] [JBoss Portal] - Multiple Portals Management

2008-02-21 Thread amontobin
Hi, I've got some questions about JBoss Portal : 1. If i create multiple portals (For instance : PortalA, PortalB ..) ; Is it possible to customize JBoss Portal to have a User Management, CMS Management by portal and not globally ? User : Test can exist in PortalA and PortalB and is not the

[jboss-user] [JBoss Seam] - Hide J2EE Seam Server

2007-10-21 Thread amontobin
Hi, I would like to hide my J2EE server for security reasons and transform the server into a php server. (It will serve php files, but the php files are seam files). How can i do that ? Thank you for your answer Sebastien View the original post :

[jboss-user] [JBoss Seam] - Re: Hide J2EE Seam Server

2007-10-21 Thread amontobin
I forgot to say that i'm using : - JBoss 5 Beta 1 - Seam 2 CR2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097283#4097283 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097283

[jboss-user] [JBoss Seam] - Re: Target Unreachable

2007-05-15 Thread amontobin
Hi, After hunting this bug for three days, i've found the solution ; the problem comes when you don't define a seam.properties in your ejb jar (should be an empty file). The error message should be more explicit ; a test which displays an error message if the file seam.properties does not

[jboss-user] [JBoss Seam] - Re: Access EJB from Web page

2007-05-13 Thread amontobin
I resolve my problem (i can display a login page): 1. you don't need myfaces-api and myfaces-impl with jboss 5 only tomahawk (see http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss5AndMyFaces for further details) I think it should be valuable to add some informations in seam documentation. 2. You

[jboss-user] [JBoss Seam] - Target Unreachable

2007-05-13 Thread amontobin
Hi, I've got an ear working. i can display my first index.seam page (login page) but when i hit login button, i've got this error : javax.servlet.ServletException: /index.jsp(15,15) '#{backOfficeLoginController.username}' Target Unreachable, identifier 'backOfficeLoginController' resolved to

[jboss-user] [JBoss Seam] - Access EJB from Web page

2007-05-12 Thread amontobin
Hi, I'm starting to learn seam and i've some troubles. I've got a project with one web app and one ejb jar (like seam booking) I can deploy my ear on the server but when i want to access login page i've this error : 01:44:41,352 INFO [StartupServletContextListener] Serialization provider :

[jboss-user] [JBoss jBPM] - Re: JBPM Integration

2007-05-09 Thread amontobin
Thank you Ed. I will continue to study in depth jbpm. Regards, Sebastien View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=402#402 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=402

[jboss-user] [JBoss jBPM] - Re: JBPM Integration

2007-05-07 Thread amontobin
Hi ed, I've seen in the pluggable part of documentation that you can rewrite 'TaskManagementModule'. and that you can rewrite Authentication to change the default authentication. Is there already some sql-samples for migrating process ? If i create an ear, do i have to import the jbpm

[jboss-user] [JBoss jBPM] - JBPM Integration

2007-05-05 Thread amontobin
Hi, Currently, i'm studying usage of workflow mangament in particular for doing a big application. My application will have its own persistence (Hibernate or Ejb3), it's own user interface, it's own authentification, it's own task management My questions concerns integration between my