[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread tonylmai
With the (created=true) flag, I now got this: | 21:54:46,578 INFO [Lifecycle] starting up: org.jboss.seam.security.identity | 21:54:46,734 INFO [Pages] reading pages.xml | 21:54:46,843 INFO [STDOUT] Verify login for tony | 21:54:46,843 ERROR [SeamLoginModule] Error invoking login

[jboss-user] [Messaging, JMS JBossMQ] - Re: EJB3 Cluster application JMS Error-JBoss 4.0.5GATrailBla

2007-02-27 Thread mp123
Hello folks, I got the Error while trying to Login in the clusterstore application in web console. Error: Incorrect credentials, please try again I have read the Wiki link http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQSecurity But, still not able to configure my jbossmq security

[jboss-user] [Remoting] - Re: Possible failure mode?

2007-02-27 Thread [EMAIL PROTECTED]
Hi Alex, This discussion is independent of the transport; that is, it applies equally well to the socket transport, for example. Here's an abstraction of the behavior for the case of a synchronous invocation. 1. The application calls Client.invoke(). 2. The client side of the transport

[jboss-user] [EJB 3.0] - Re: SSL on EJB3 not working for jboss4.0.5GA ?

2007-02-27 Thread sunilbabu
I have the same problem after I tried to use SSL with jboss-4.0.5.GA. I am getting this exception from server 00:32:35,114 ERROR [SSLSocketServerInvoker] Failed to accept socket connection java.lang.reflect.InvocationTargetException at

[jboss-user] [JBoss jBPM] - Re: Problem with process composition

2007-02-27 Thread dohoangn
I found the problem: This is my main process: ?xml version=1.0 encoding=UTF-8? process-definition xmlns=urn:jbpm.org:jpdl-3.1 name=main start-state name=start /start-state end-state name=end/end-state process-state name=sub sub-process name=sub/

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread tonylmai
1.2 did not solve the problem. I am still running into the error: | 23:02:21,453 INFO [Lifecycle] starting up: org.jboss.seam.security.identity | 23:02:22,625 INFO [Pages] reading pages.xml | 23:02:23,546 INFO [STDOUT] Verify login for tony | 23:02:23,718 ERROR [SeamLoginModule] Error

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread [EMAIL PROTECTED]
I highly doubt that you have a class called login_user, so I'm sure this query never worked in any version of Hibernate. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023503#4023503 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem with getVariable of serializable Object value

2007-02-27 Thread [EMAIL PROTECTED]
Apparently the class loader under which the object is deserialized is not the same loader under which the object was serialized. You mention you put the class in the lib directory of the server so that jBPM could get the value. How was it serialized in the first place? That is, where does the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Shared session context

2007-02-27 Thread dkrleza
Hello! Well, what we need is shared session context between multiple WEB modules inside single enterprise application. I know that this is not allowed by servlet specification, but... Few other app.servers support that: BEA, WAS. Well, this feature is very interesting because you don't need

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-02-27 Thread nirajal
The Stack Trace for the problem is pasted below: I am using Jboss cache version 1.4.1.GA. 12:56:19,980 INFO [TxInterceptor] There was a problem handling this request java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Shared session context

2007-02-27 Thread [EMAIL PROTECTED]
See http://www.jboss.org/wiki/Wiki.jsp?page=SingleSignOn View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023510#4023510 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023510 ___

[jboss-user] [JBoss Seam] - Declaring session beans in ejb-jar.xml

2007-02-27 Thread persabi
In the case where there exists an abstract base class with member level annotations and an inheriting subclass SFSB, a basic Seam app works fine where the @Stateful annotation exists in the inheriting subclass. In this case, the jboss logs show: | Component: register, scope: EVENT, type:

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-27 Thread alesj
Can you look if KernelControllerContextAware interface is present with v1.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023514#4023514 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023514

[jboss-user] [JBoss Seam] - taglib error...

2007-02-27 Thread waheed.murad
i am using sem-gen. my facelets page has a -display tag library. ui:composition xmlns=http://www.w3.org/1999/xhtml; xmlns:d=http://displaytag.sf.net; i used its compunent table as d:table id=tableId d:column title=ID123/d:column

<    1   2   3   4