[jboss-user] [Security JAAS/JBoss] - Two security domains

2007-10-20 Thread DeanoUK
Hi all. How do I go about authenticating against one of two security domains. It was suggested I put both as 'sufficient', but this means if both fail the user still authenticates. Cheers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097160#4097160 Reply

[jboss-user] [JNDI/Naming/Network] - Re: Looking up JCA resource in JNDI returns null

2007-10-20 Thread jaikiran
Your question might be answered in the JCA forum : http://www.jboss.com/index.html?module=bbop=viewforumf=136 I had a similar question sometime back, which was answered at http://www.jboss.com/index.html?module=bbop=viewtopict=87520. Not sure, if that's of any help. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Two security domains

2007-10-20 Thread DeanoUK
Actually to get my wording correct, which makes some difference, it's two login modules within the same security domain. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097162#4097162 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Missing project file in 3.2.2

2007-10-20 Thread kukeltje
you can also use the webcvs client. Look at the jbpm wiki for more information View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097163#4097163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097163

[jboss-user] [JBoss jBPM] - Re: Getting Blank Task Form

2007-10-20 Thread kukeltje
eclipse 2? and where on the site did you find this example? If it does not contain a forms.xml and corresponding forms for each task, it will not work!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097165#4097165 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Multiple login modules - LDAP and DB failover

2007-10-20 Thread DeanoUK
But if a user doesn't give any login information - he'll still be 'authenticated' because both are only marked as sufficient. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097166#4097166 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2007-10-20 Thread kukeltje
I mentioned 'wrong combination' because he did not mention what combination he was using, so it could have been caused by this. Your combination is fine. And even 'worse' I've seen this happening on an imported gpd.xml/processdefinition.xml (via copy/paste) of files in RHDS beta2 as well.

[jboss-user] [Security JAAS/JBoss] - Re: Multiple login modules - LDAP and DB failover

2007-10-20 Thread DeanoUK
Here: http://java.sun.com/j2se/1.5.0/docs/api/javax/security/auth/login/Configuration.html I read: If no Required or Requisite LoginModules are configured for an application, then at least one Sufficient or Optional LoginModule must succeed. But that's not what's happening - both are failing

[jboss-user] [Beginners Corner] - Re: build failed

2007-10-20 Thread tttito
It builds fine on SDK 5. tito View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097171#4097171 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097171 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam2 as portlet

2007-10-20 Thread [EMAIL PROTECTED]
Ok, After getting the sources for jsf-portet.jar (com.sun.faces.portlet) I managed to make same progress. I've get output from XHTML! There's couple issues with com.sun.faces.portlet.FacesPortlet. First the method getFacesContextFactory() always uses

[jboss-user] [Security JAAS/JBoss] - Re: aut h-method ¿NONE? for a simple SSO using digital signat

2007-10-20 Thread AcidS76
well, there is auth-method NONE, it's in Tomcat and in JBOSS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097180#4097180 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097180

[jboss-user] [JBoss Portal] - Re: ObjectLoader not found error in 2.6.2

2007-10-20 Thread rutfield
Modifying the reference in the PORTLET_REF table worked perfectly. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097181#4097181 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097181

[jboss-user] [Clustering/JBoss] - HA-Singleton JMS why?

2007-10-20 Thread tarikvarli
Hi All, i would like understand why only one instance of JMS queue/topic run in the entire cluster. Also why jms-queue must be deployed as HA-Singleton? thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097179#4097179 Reply to the post :

[jboss-user] [JCA/JBoss] - How to configure two ManagedFactorys in ra.xml of one resour

2007-10-20 Thread liujw2001
Hello: I write two ManageFactorys in one resoure adapter to finish diffirent function. Although I know how to configure these ManagedFactorys separately as follows: | ?xml version=1.0 encoding=UTF-8? | !DOCTYPE connector PUBLIC '-//Sun Microsystems, Inc.//DTD Connector 1.0//EN'

[jboss-user] [JBoss Seam] - Re: javax/el/ELResolver on JBoss 4.2.1.GA

2007-10-20 Thread fmeystre
Thats right, thank you Norman! For information, here is what I need to change : 1) in resources/WEB-INF/web.xml, comment MyFaces and add JSR RI |!-- MyFaces | |listener | listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class |

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-20 Thread abdujaparov
Hi excuse me if I'm answering only now however. In my client package there are the classes genereted with WSDL2Java (an axis tool), these classes are the stub that I use to invoke the service. Now I have a problem, if I try to use wsconsume in the following way: wsconsume.bat -k

[jboss-user] [JBossWS] - Deployed service statistics

2007-10-20 Thread abdujaparov
Hi, I've deployed some services on jbossws, when I view the list of deployed services there are the statistics of every service such as number of request, respons time etc etc, how can I get these statistics? Have jboss some apis? If yes, where can I find these apis? Thanks. Bye bye. View the

[jboss-user] [JBoss Seam] - Re: HELP!!! PDF generation and unicode

2007-10-20 Thread rmemoria
Hi, It's like that: ?xml version=1.0 encoding=iso-8859-1? | p:document xmlns:ui=http://java.sun.com/jsf/facelets; | xmlns:f=http://java.sun.com/jsf/core; | xmlns:c=http://java.sun.com/jstl/core; | xmlns:p=http://jboss.com/products/seam/pdf; |

[jboss-user] [JBoss Seam] - Re: Problems with Seam-gen (and maven i guess)

2007-10-20 Thread bdlink
OK, I figured it out. In tiny mouse print in the blog referenced in the second post, it says to run ant build. I saw that when I reread the blog. When I run ant build in the top seam directory, it fixes the problem. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - localhost:8080 is not working

2007-10-20 Thread beatzepz
Hello everyone, I downloaded jboss-4.2.1.GA.zip and extracted it into a new folder called C:\Vorlesung\jboss-4.2.1.GA. After that I edited the run.bat with Java_home pointing to the Java folder: rem JAVA_HOME set echo Java_Home set set JAVA_HOME=C:\Vorlesung\Java\jdk1.5.0_13 The server starts

[jboss-user] [JBoss Seam] - Re: trouble with getting s:convertEntity / to work

2007-10-20 Thread dhinojosa
What results will you get when you put a @Stateful on that bean. If that didn't work, I am wondering if there is something wrong in your components.xml and the @In EntityManager is not getting set right. Lets us know, Danno View the original post :

[jboss-user] [JBoss Seam] - Re: Starting Threads and Socket listeners

2007-10-20 Thread dcowan
I did some research on this and was wondering what peoples thoughts on using a Resource Adapter to do this or is there a more general way to do it in seam. My sockets that listen need to access my beans in a synchronous manner so mdb's are out. View the original post :

[jboss-user] [JBoss Seam] - Re: SelectOneMenu and OneToMany Seam 2.0 setup

2007-10-20 Thread thinkblue
Oops...I guess I spoke too soon...I'm having a related issue...This time I'm having an issue with my edit mode...After the zipcode is added my app goes back to a the home screen where it displays the person in a table where you can edit it...When clicking on edit it brings up the correct record

[jboss-user] [JBoss Seam] - Re: Should you allow @Name on entity beans?

2007-10-20 Thread dan.j.allen
The @Name on entity classes is already handled as a special case. Method interception is disabled. Here is what the @Name gives you for entity classes: 1. give access to entity class via a context variable name for convenience of capturing form data related to the entity without needing to do a

[jboss-user] [JBoss Seam] - incremental hot deployment clarification

2007-10-20 Thread dan.j.allen
There is some confusion (at least, I perceive there to be) over the purpose of the two source directories in the structure of projects created by seam-gen and how they relate to XML component configuration (via components.xml). The two source directories are: model action The names are

[jboss-user] [JBoss Seam] - Should you allow @Name on entity beans?

2007-10-20 Thread samdoyle
By doing this it makes it easier to do things like embed logic into entity beans which is not their intended use. A colleague of mine who is brand new to EJB3 and Seam did that just the other day and I was like wow, that is pretty odd. Unless there are some good use cases for doing this

[jboss-user] [JBoss Seam] - Re: Should you allow @Name on entity beans?

2007-10-20 Thread samdoyle
Hello Dan and thanks for the clarification. I'm still myself fairly new to Seam myself but we are considering using it in two new projects based on successful results in prototyping. Do you know anything about the status of the server side push JavaScript Remoting capability provided by Seam?

[jboss-user] [JBoss Seam] - Re: Problem with SEAM + CMT Transaction + JBossCache

2007-10-20 Thread [EMAIL PROTECTED]
HI; are you running in a cluster or a standalone environment? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097215#4097215 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097215

[jboss-user] [JBoss Seam] - getting the id of the object inserted...

2007-10-20 Thread minamti
This is more of a Hibernate question. Since many Seam users are Hibernate gurus, I am asking on the Seam Forum. After I persist an object, how do I obtain the id of the object if the id was auto increment in the database. My database is MySQL. Thanks, M View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Debugging problems with JRockit JVM

2007-10-20 Thread pkles
Hi!, I´ve been struggling for some time to get the JBoss AS 4.0.5GA to work in debug mode using the JRockit VM. The main problem I am facing is that the breakpoints (setted on EJBs) are sometimes not hitted , and when they are, once the method in which they were setted finishes, the CPU

[jboss-user] [JBoss AOP] - Re: AOP WAR and EAR deployment - JBOSS 4.2.0GA

2007-10-20 Thread [EMAIL PROTECTED]
Anders is right. Once myaop.jar is referenced somewhere, it is deployed globally on your JBoss AS (so, its effect is not strict to the deployment unit that contains the manifest file). Hence, referencing it twice, even if you're doing this from inside different deployment units, is the same as

[jboss-user] [JBoss AOP] - Re: verify error when using optimized precompiling

2007-10-20 Thread [EMAIL PROTECTED]
Hi! Thanks for reporting. All failures are of our interest, specially a VerifyError :) What do you mean with precompiler optimizations? AFAIK JBoss AOP precompiler runs in optimized mode by default, unless you configure a system property jboss.aop.optimized with a false value. View the

[jboss-user] [JBoss AOP] - Re: Intercepting web deployment

2007-10-20 Thread [EMAIL PROTECTED]
Try turning verbose mode on to see if JBoss AOP is trying to weave the target class. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097221#4097221 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097221

[jboss-user] [JBoss AOP] - Re: closing aop port

2007-10-20 Thread [EMAIL PROTECTED]
What port do you mean? Please, provide further details. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097222#4097222 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097222 ___

[jboss-user] [JBoss AOP] - Re: verify error when using optimized precompiling

2007-10-20 Thread busitech
Yes, the optimizations I'm referring to are those which are controlled by the xml file in the aop deployer when using runtime weaving, and the system property if using aopc. I've tried it both ways, with the same result. View the original post :

[jboss-user] [JBoss AOP] - Re: duplicate method: _getAdvisor

2007-10-20 Thread [EMAIL PROTECTED]
I think that we will have to add a fix for that. I don't see any way of working around the problem without that. Can you please provide me stack trace of the error? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097225#4097225 Reply to the post :

[jboss-user] [JBoss Seam] - Question - Can't save outjected DataModelSelection until 2nd

2007-10-20 Thread jfrankman
I had a problem where I selected an item outjected from a SFSB's datamodel to an edit page and when I tried to save it my changes would not be saved on the first attempt. No errors occurred, but the changes I entered on my edit page would not get saved to the DB. Debugging the application

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring virtual host in jboss-4.2.0.GA?

2007-10-20 Thread cfranky
Hello: I have followed your indications but I do not have success when I configure a virtual host in JBoss 4.2.0 GA in a MS-Windows XP computer. 1- I have added a Host section in the server.xml file: | Host name=myserver |autoDeploy=false deployOnStartup=false |

[jboss-user] [JBoss Seam] - Re: Question - Can't save outjected DataModelSelection until

2007-10-20 Thread dhinojosa
Wow, that looks interesting What does the class ClientTransmittalVO have annotation wise? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097228#4097228 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097228

[jboss-user] [JBoss Seam] - Re: getting the id of the object inserted...

2007-10-20 Thread dhinojosa
Pojo pojo = new Pojo(); //Fill pojo with info entityManager.persist(pojo); pojo.getId(); //There it is View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097229#4097229 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Starting Threads and Socket listeners

2007-10-20 Thread dhinojosa
You can't call a session bean remotely and invoke it from your client? Doing that is synchronous. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097230#4097230 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4097230

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring virtual host in jboss-4.2.0.GA?

2007-10-20 Thread cfranky
I have resolved the problem of defining virtual hosts in JBoss 4.2.0 GA. The steps are: 1-To add a Host section in the server.xml file 2- To put a jboss-web.xml file in the application 3- To launch the JBoss server bound to all addresses an not only to 127.0.0.1 run -b 0.0.0.0 The

[jboss-user] [Clustering/JBoss] - Re: Shared bean in two different servers, instead of server1

2007-10-20 Thread vijesh_a_v
No responses yet. Is it a bug? should I report it as a bug? Let me rephrase the question. A generic clustered bean is deployed in two different applications. Application_1 does a remote lookup of the bean in Application_2 and tries to invoke it. But instead of calling the bean instance