[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - org.hibernate.MappingException: No Dialect mapping for JDBC

2006-12-09 Thread sjsustudent
Exception in thread "main" javax.ejb.EJBException: javax.persistence.PersistenceException: org.hibernate.MappingException: No Dialect mapping for JDBC type: 7 at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69) at org.jboss.aspects.tx.TxPolicy.invokeInO

[jboss-user] [EJB 3.0] - getting Exception in thread "main" javax.ejb.EJBException: o

2006-12-09 Thread sjsustudent
Exception in thread "main" javax.ejb.EJBException: javax.persistence.PersistenceException: org.hibernate.MappingException: No Dialect mapping for JDBC type: 7 at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69) at org.jboss.aspects.tx.TxPolicy.invokeInO

[jboss-user] [Installation, Configuration & Deployment] - Re: struts tag does not reinit in jboss. How to resolve?

2006-12-09 Thread richard_djs
I made some test, and found that the destroy() method of tag was not be called by the container every time when I open the jsp page. But the destroy() was called every time when I reopen the same page in my WEBLOGIC envirment. I think the jboss container should be config to fix the problem.

[jboss-user] [JBoss Seam] - Re: Why do none of the samples work in Tomcat?

2006-12-09 Thread [EMAIL PROTECTED]
Your problem is EXACTLY what the problem would be if you didn't do a clean before building for jboss and then building for tomcat. (which is exactly what you showed as your sequence of steps) If you do a clean tomcat build, you will not get the same error. View the original post : http://www

[jboss-user] [JBoss Seam] - Re: Exception thrown on seam-booking-icefaces

2006-12-09 Thread [EMAIL PROTECTED]
Yes, this is an intermittent problem that I have reported to the ICEfaces folks. They were having trouble reproducing it, but if you go let them know that you have seen it too, then perhaps they will have another shot ;-) To make it go away, log out and back in again. View the original post :

[jboss-user] [JBoss Seam] - Re: Why do none of the samples work in Tomcat?

2006-12-09 Thread krica
Thanks Norman. I tried that what feels like a hundred times, which is when I went with the new download of Seam. In my frustration, I decided to try it with JBoss AS 4.0.5, but surprise, surprise, none of them work there either. In AS, it deploys fine as well but on accessing the home page (sam

[jboss-user] [Security & JAAS/JBoss] - Re: Concurrency bug in JaasSecurityManager

2006-12-09 Thread Cyberax
Yes, that solves the problem. I was worried that this setting can break something subtle (because it is undocumented). So I choose to ask here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992491#3992491 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss AOP] - Re: probleam in granularity of interception

2006-12-09 Thread fabiocsilva
JBoss Application Server: 4.05 GA JBoss AOP:1.5.2 The standalone mode run correctly. I make tests using a class with the method main. The problem only occurs when the system is in application server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992490#39924

[jboss-user] [EJB 3.0] - Re: Deploying an EJB3 MDB as stopped?

2006-12-09 Thread sappenin
Would you mind posting your code? I could use what you wrote. Thanks! David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992489#3992489 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992489

[jboss-user] [JBoss Seam] - Re: ICEFaces Seam Portlet

2006-12-09 Thread [EMAIL PROTECTED]
The next thing i'll try is to have drag-n-drop across different portlets.. i wonder how it goes ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992488#3992488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992488 ___

[jboss-user] [JBoss Seam] - Re: ICEFaces Seam Portlet

2006-12-09 Thread [EMAIL PROTECTED]
The javascript was not found because there was some problems with the context name. I had renamed the WAR to icefaces.war, but for some reason icefaces was trying to retrieve the Icefaces javascript from wrong web-context, localhost:8080/HelloWorldIcefacesSeamPortlet/xmlhttp/ when the real one w

[jboss-user] [Beginners Corner] - ADF help

2006-12-09 Thread mrchit_2000
Hi all, I posted this message on another forum but no answer yet. I don't know whether I posted on the wrong forum or no body has encountered same problem as mine so I tried it in this forum. I am new to JBoss and all web application framework thing. I 'd like to use ADF Faces and so I tried to

[jboss-user] [JBoss Seam] - Exception thrown on seam-booking-icefaces

2006-12-09 Thread gus888
Hi, I deployed seam-booking-icefaces from CVS-20061202(icefaces1.5.1), but when I run it I often got the following exceptions. I really don't know what is the reason, since I run the original example code. Thank you very much in advance. 18:27:47,781 ERROR [PhaseListenerManager] Exception in Pha

[jboss-user] [JBoss AOP] - Re: probleam in granularity of interception

2006-12-09 Thread flavia.rainone
Which version of JBoss AOP are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992484#3992484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992484 ___ jboss-user ma

[jboss-user] [JBoss AOP] - Re: Can't read parameter annotations through reflection

2006-12-09 Thread flavia.rainone
The bug has been solved on 1.5 branch (using that workaround I told you of) only for the default weaving configuration(which is, actually, the optimized one with classic instrumentation, and not gen advisor instrumentation, differently from what I told you before). Please, follow these instructi

[jboss-user] [Security & JAAS/JBoss] - Re: Concurrency bug in JaasSecurityManager

2006-12-09 Thread [EMAIL PROTECTED]
You need to set the DeepCopySubjectMode to true on the org.jboss.security.plugins.JaasSecurityManagerService in conf/jboss-service.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992482#3992482 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JCA/JBoss] - Re: Does RARDeployer support scoped classloading?

2006-12-09 Thread [EMAIL PROTECTED]
Not on it's own. There is no jboss-ra.xml (or equivalent) for RAR's as with the EAR and WAR that would allow for scoped classloading isolation. There is nothing to prevent you from including the RAR inside an EAR and scoping things that way. View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: ICEFaces Seam Portlet

2006-12-09 Thread [EMAIL PROTECTED]
Thanks for the example! I almost got it working with Liferay-portal, except for the small thing that the ICE javascript seems to be missing... ice-tags work also, but on the javascript console i see error messages like: | Error: iceSubmitPartial is not defined | Source: http://localhost:808

[jboss-user] [Security & JAAS/JBoss] - Re: Concurrency bug in JaasSecurityManager

2006-12-09 Thread Cyberax
It doesn't perform deep copy of Subjects, so the copied subject shares its role collection with the original subject. Deep copy is controlled by the flag which is never set to 'true': | /** The flag to indicate that the Subject sets need to be deep copied*/ |private boolean deepCopySubje

[jboss-user] [JBossWS] - Re: LinkageError when connecting to webservice

2006-12-09 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992478#3992478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992478 __

[jboss-user] [Security & JAAS/JBoss] - Re: Concurrency bug in JaasSecurityManager

2006-12-09 Thread [EMAIL PROTECTED]
And the usage that results in the shared subject is? When a jboss security aspect authenticates against the security manager, it obtains a copy of the subject and uses that for subsequent authorization checks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=399

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss Web vs Tomcat?

2006-12-09 Thread [EMAIL PROTECTED]
See the jbossweb section in the jboss.org projects for more info as well. http://labs.jboss.com/portal/jbossweb/?prjlist=false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992476#3992476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [Security & JAAS/JBoss] - Re: Redeployment of JaasSecurityContext fails

2006-12-09 Thread Cyberax
Is there any fundamental reason why it is not meant to be redeployed? I tried to change this parameter to 'true', now JaasSecurityContext can be redeployed but my application throws ClassCastExceptions. I know that this is a classloader issue and I'm planning to investigate and possibly fix it i

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

2006-12-09 Thread SmokingAPipe
"sbryzak2" wrote : There will be integration with JSF/JAAS security, but I can't promise that it will be in the first release. Do you have a specific requirement/reason for having to use JAAS? I don't. I checked into JAAS and it seemed way more complicated than what I need. For me, the use c

[jboss-user] [Security & JAAS/JBoss] - Re: Concurrency bug in JaasSecurityManager

2006-12-09 Thread Cyberax
"[EMAIL PROTECTED]" wrote : Also note that there is no reliance on shared subjects in the server post 4.0.3SP1 so the details of where you believe a shared subject is in use are needed. | Strange, I'm using jboss-4.0.5.GA (build from source package). It definitely relies on shared subjects.

[jboss-user] [JBoss Seam] - Re: jPDL dtd or xsd & description attribute for @Begin

2006-12-09 Thread [EMAIL PROTECTED]
This schema definition is quite out of date, I need to get on and update it... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992471#3992471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992471

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss Web vs Tomcat?

2006-12-09 Thread PeterJ
JBoss Web is the new web server based on the Apache Portable Runtime. This web server handles not only servlets/JSPs, but can also be configured to run PHP (I've done that) and .Net (I haven't done this yet). The jbossweb-tomcat55.sar is a version of Tomcat 5.5 used by JBoss to handle static a

[jboss-user] [JBoss Seam] - Re: could not get id of: org.jboss.seam.framework.Home.insta

2006-12-09 Thread [EMAIL PROTECTED]
Validation errors in the UI (s:validate), or from Hibernate? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992470#3992470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992470 __

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Link between Apache HTTPD Server and JBoss App Server

2006-12-09 Thread PeterJ
Please do not post the same question to multiple forums. See my reply in the Beginner's Corner. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992469#3992469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992469

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problems with .EAR file

2006-12-09 Thread PeterJ
Are you saying that when you package you ear and war files, that they do not contain what you expected them to contain? If this is you question, what tool are you using to create the ear and war files? Or are you saying that you want to know what the contents of you ear and war file should look

[jboss-user] [Installation, Configuration & Deployment] - Re: Exploded archives vs packages

2006-12-09 Thread PeterJ
Advantages of deploying a packaged file: everything is in a single file; you can deploy using jmx-console (or twiddle). Advantages of deploying an exploded directory: you can easily change/add various files (such as JSPs, CSS, HTML) and have them picked up automatically without redeploying the

[jboss-user] [Beginners Corner] - Re: need some help to get started

2006-12-09 Thread PeterJ
Have you already done some servlet and EJB programming? If so, I suggest you start with the Getting Started Guide: http://docs.jboss.org/jbossas/getting_started/v5/html/. Another good getting started reference is the book JBoss at Work: http://www.amazon.com/JBoss-at-Work-Practical-Guide/dp/0

[jboss-user] [JBossWS] - LinkageError when connecting to webservice

2006-12-09 Thread draken
Hi, I'm trying to connect (using Apache Cactus ServletTestRunner) to a WS deployed on JBoss4.0.5GA, and I'm getting the following exception: | | loader constraints violated when linking org/jboss/util/xml/JBossEntityResolver class | | java.lang.LinkageError: loader constraints violate

[jboss-user] [Beginners Corner] - Re: Link between Apache HTTPD Server and JBoss App Server

2006-12-09 Thread PeterJ
See http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss And http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch9.chapt.html#d0e22413 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992464#3992464 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Portal] - Re: Configuring a new login page for Portal

2006-12-09 Thread PeterJ
The login page currently used is at jboss-portal.sar/portal-server.war/login.jsp. You can replace that file with your own jsp for login. Alternately, the WEB-INF/web.xml at that location contains the login-config tag, which you could modify to references your jsp. View the original post : h

[jboss-user] [JBoss Portal] - Re: how to remove news and test pages permenantly

2006-12-09 Thread PeterJ
The News page is defined in the jboss-portal.sar/conf/data/default-object.xml file. In the source, you can find it at ./core/src/resources/portal-core-sar/conf/data/default-object.xml. The Test page is defined in the jboss-portal.sar/portal-samples.war/WEB-INF/default-object.xml file. In the

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

2006-12-09 Thread sbryzak2
There will be integration with JSF/JAAS security, but I can't promise that it will be in the first release. Do you have a specific requirement/reason for having to use JAAS? And Mike to (hopefully) answer your question, the security API will provide a way to check roles and permissions within

[jboss-user] [JBoss Seam] - Re: JavaScript Object Undefined in JMS ObjectMessage Topic C

2006-12-09 Thread sbryzak2
You're right about getValue(), I'll update the documentation when I get a chance. As for the undefined Javascript error, are you importing the Game object in the page? Assuming the Seam component name is "game": | | View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Seam dependent on JBoss Cache?

2006-12-09 Thread alexg79
Thanks, I forgot about all the Seam injected components that would be instantiated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992459#3992459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992459 __

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

2006-12-09 Thread david.alves
btw sorry for my typing mistakes, new keyboard :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992458#3992458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992458 ___ jboss

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

2006-12-09 Thread david.alves
Just one question: In the final version, sema security will be integrated with the JSF/JAAS security context right? So when I implement an Authenticator the returned principal will be available through FacesContext, like any other tradicional JAAS login method. I ask this because if so I will

[jboss-user] [JCA/JBoss] - Does RARDeployer support scoped classloading?

2006-12-09 Thread mr_dronski
Hi, Version: JBoss 4.0.3SP1. I can't seem to locate any instructions on configuring the classloader isolation for RAR deployments. It's possible for Java EE apps, EARs, WARs, but nothing mentions RARs. My case is the standalone RAR deployment. If it something obvious and I missed it, please f

[jboss-user] [Installation, Configuration & Deployment] - Re: How to configure multiple bind adresses

2006-12-09 Thread hsaha
The solution you suggested works for one bind address. I would like jboss to bind to multiple addresses. Any clues how? Himadri View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992455#3992455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - Re: Seam dependent on JBoss Cache?

2006-12-09 Thread [EMAIL PROTECTED]
Yes, you are using it. You specified VerifyObjects instantiates *every* component. If you are going to ask for the component to be instantiated, you need to provide the supporting libraries. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992454#3992454

[jboss-user] [JBoss Seam] - Re: Why do none of the samples work in Tomcat?

2006-12-09 Thread [EMAIL PROTECTED]
You probably aren't getting initialized correctly. Try "ant clean deploy.tomcat" and see if that solves the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992453#3992453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: Seam dependent on JBoss Cache?

2006-12-09 Thread alexg79
anonymous wrote : If you try to load each and every optional component without having all the optional libraries, you will have problems. What optional component could I be loading here? And since there is no documentation for Seam UI, how am I supposed to know which libraries I need, even if I

[jboss-user] [JBossWS] - Re: J2ME / jbossws > 1.0.4

2006-12-09 Thread MmarcoM
Hello, when i googled jbossws http chunking, found this link http://jira.jboss.org/jira/secure/ReleaseNote.jspa?projectId=12310050&styleName=Html&version=12310952&decorator=printable regards marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992451#3992451

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - LEFT JOIN, EXISTS or WHAT ELSE?

2006-12-09 Thread toni
Hi, I have three Entity Beans: Client, Person and Cooperation of which the later may connect/reference the first two using a @OneToOne Relationship. I'm looking for a EJB QL Query, which will return all the Person's, which are not referenced/contained in Cooperation's. How would the Query look

[jboss-user] [JBoss Seam] - Re: Seam dependent on JBoss Cache?

2006-12-09 Thread [EMAIL PROTECTED]
Seam supports many optional features. If you use those optional features, you should have the correct libraries to go along with it. If you don't use them, you do not need the libraries. If you try to load each and every optional component without having all the optional libraries, you will h

[jboss-user] [JBoss Seam] - Seam dependent on JBoss Cache?

2006-12-09 Thread alexg79
I'm using Seam 1.1CR2 with Glassfish v1 final. When I added: | com.sun.faces.verifyObjects | true | | to figure out why the submitted form data in my application was lost, I ran into this: javax.faces.FacesException: Cant instantiate class: org.jboss.

[jboss-user] [JBoss Seam] - Re: could not get id of: org.jboss.seam.framework.Home.insta

2006-12-09 Thread jgilbert
This only happens when my entities have validation errors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992447#3992447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992447

[jboss-user] [JBoss Seam] - could not get id of: org.jboss.seam.framework.Home.instance

2006-12-09 Thread jgilbert
Does anyone have an idea why I am getting this error? I am experimenting with the new framework classes in the 1.1.0.CR release. java.lang.IllegalStateException: could not get id of: org.jboss.seam.framework.Home.instance | at org.jboss.seam.interceptors.ManagedEntityIdentityInterce

[jboss-user] [JBoss Seam] - JavaScript Object Undefined in JMS ObjectMessage Topic Callb

2006-12-09 Thread jasonshaffer
I am experiencing an object undefined JavaScript error in my client side Seam Remoting topic subscription callback function. The function is executed when expected (when I publish an object message to the topic) but the message object's value property is undefined. I have also tried to use the m

[jboss-user] [EJB 3.0] - Referencing SLSB in SFSB does not work anymore in 4.0.5 GA

2006-12-09 Thread CarstenRudat
Hi all, I changed my server to 4.0.5.GA and deployed my EAR to the server. After that referencing a SLSB does not work anymore: The following code is used to reference the SLSB: | @EJB(mappedName="/LanguageSession/local") | protected LanguageSessionInterface languageSessionInterface; |

[jboss-user] [JBoss Seam] - Re: Passing messages using JBoss Seam managed exception hand

2006-12-09 Thread [EMAIL PROTECTED]
What you are doing looks fine to me. There must be something outside of what you have shown that is getting in the way. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992442#3992442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Security & JAAS/JBoss] - Re: Programmatic Login Advice

2006-12-09 Thread [EMAIL PROTECTED]
You cannot affect the web container security context via programatic login from the web component level. If you want to interact with the security context you need to integrate with the web container using either a tomcat valve, or a custom authenticator. In general it does not make sense for y

[jboss-user] [Javassist user questions] - Re: Illegal class modifiers

2006-12-09 Thread [EMAIL PROTECTED]
More than that is needed. An example of how to reproduce the problem in a jira issue is what is needed. http://jira.jboss.com/jira/browse/JASSIST View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992440#3992440 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Security & JAAS/JBoss] - Re: Concurrency bug in JaasSecurityManager

2006-12-09 Thread [EMAIL PROTECTED]
Also note that there is no reliance on shared subjects in the server post 4.0.3SP1 so the details of where you believe a shared subject is in use are needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992439#3992439 Reply to the post : http://www.jboss

[jboss-user] [JBoss AOP] - Re: probleam in granularity of interception

2006-12-09 Thread fabiocsilva
Somebody has some suggestion? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992438#3992438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992438 ___ jboss-user mailing list

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss authentication not responding after few hours

2006-12-09 Thread [EMAIL PROTECTED]
Upgrade to 4.0.3SP1 or latter to pickup this bottleneck fix: http://jira.jboss.com/jira/browse/JBAS-977 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992437#3992437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992437

[jboss-user] [Javassist user questions] - Re: Illegal class modifiers

2006-12-09 Thread wessan
OK ... this is as much deatils as I can provide: This is an example exception thrown: Exception in thread "main" java.lang.ClassFormatError: Illegal class modifiers in class test/cz/solari/shards/example/app1/EmployeeImpl: 0x431 | at java.lang.ClassLoader.defineClass1(Native Method) |

[jboss-user] [Security & JAAS/JBoss] - Re: How to secure only some functions of an EJB?

2006-12-09 Thread [EMAIL PROTECTED]
The unchecked permission type allows one to access a method without any specific permission. The caller still needs to be an authenticated user, or the security domain configured to allow unauthenticated callers. http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#ch8.chapter Vie

[jboss-user] [Security & JAAS/JBoss] - Re: How to get method permission roles from session bean

2006-12-09 Thread [EMAIL PROTECTED]
Its not supported from beans. You would have to write a custom interceptor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992434#3992434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992434 ___

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS newbie - missing something that should be obvious

2006-12-09 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | I'm not sure I fully understand the relationship between login-config.xml and client/auth.conf yet. I'm going to see if I can find more documentation on that. I have tried this both with an entry for SPDB in auth.conf and without an entry there, and it doesn't ma

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss JAAs Architecture question

2006-12-09 Thread [EMAIL PROTECTED]
Servlet filters do not participate in authentication decisions. You need to use a tomcat valve to do this. http://wiki.jboss.org/wiki/Wiki.jsp?page=CustomizingSecurityUsingValves View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992432#3992432 Reply to the post

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS doAs()

2006-12-09 Thread [EMAIL PROTECTED]
There is no requirement, but define the usecase in question. You can configure the use of Subject.doAs by using subject based permissions with a security manager. However, jboss containers are not going to automatically map existing authorization checks to jacc permissions. If jacc is being used

[jboss-user] [Security & JAAS/JBoss] - Re: Custum LoginModule calling EJB in non-default security d

2006-12-09 Thread [EMAIL PROTECTED]
A login module in domain1 cannot call a secured ejb in domain1. You can specify the security domain at the bean level using the container-configuration setup of jboss.xml: | | | | AuditMappedEJB | cmp2/audit/AuditMapped | Secured CMP 2.x Eniti

[jboss-user] [Security & JAAS/JBoss] - Re: how to disable password-stacking property

2006-12-09 Thread [EMAIL PROTECTED]
Remove the module-option View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992429#3992429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992429 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Problems with "hibernate.hbm2ddl.auto" property set to updat

2006-12-09 Thread toni
Hi, I noticed that my webapp stops working, when I change the "hibernate.hbm2ddl.auto" property of my persitence.xml file from "create-drop" to "update". This used to work before and now I get the following exceptions, when I try to retrieve a set of entities to populate a DataModel for render

[jboss-user] [Security & JAAS/JBoss] - Re: Obtaining SecurityManagerService failed jboss4.x

2006-12-09 Thread [EMAIL PROTECTED]
You most likely have jboss jars in you web app. There should never be any jboss server jars in application deployments. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992427#3992427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Security & JAAS/JBoss] - Re: Logout with basic authentication

2006-12-09 Thread [EMAIL PROTECTED]
Some browsers allow you to clear the login info. Digest auth should not have the same issue as the challenge from the server should change with each session. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992426#3992426 Reply to the post : http://www.jboss.c

[jboss-user] [Security & JAAS/JBoss] - Re: untrusted server cert chain - Please Help!

2006-12-09 Thread [EMAIL PROTECTED]
Its expected that you cannot connect to a server with an expired cert. The grant of trust given by the CA who signed the cert is expired, and any client connecting to the server should be doubtful. Why can't they update the cert? View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [Security & JAAS/JBoss] - Re: configuring the number of allowed attempts for user

2006-12-09 Thread [EMAIL PROTECTED]
its logic you would need to code on top of a customization of a login module. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992424#3992424 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992424 _

[jboss-user] [Security & JAAS/JBoss] - Re: Login encryption not working

2006-12-09 Thread [EMAIL PROTECTED]
There is no automatic encoding of login page passwords. That would require client side javascript or server side filter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992423#3992423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Javassist user questions] - Re: Illegal class modifiers

2006-12-09 Thread [EMAIL PROTECTED]
Full details of the issue are needed: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992419#3992419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992419 __

[jboss-user] [Security & JAAS/JBoss] - Re: Redeployment of JaasSecurityContext fails

2006-12-09 Thread [EMAIL PROTECTED]
Its a singleton that is not designed to be redeployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992420#3992420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992420 ___

[jboss-user] [Security & JAAS/JBoss] - Re: Concurrency bug in JaasSecurityManager

2006-12-09 Thread [EMAIL PROTECTED]
Version details please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992418#3992418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992418 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Why do none of the samples work in Tomcat?

2006-12-09 Thread krica
I simply cannot get ANY of the samples to run in Tomcat. I started from a clean slate. New fresh download of Seam 1.0.1GA, new fresh install of Tomcat 5.5.20. Edit build.properties and point to my newly installed Tomcat (tried with jbossHasMyFacesLifecycleBug = true and false) >cd examples/iss

[jboss-user] [Installation, Configuration & Deployment] - Re: JEMS Installer 1.2.0.CR1: Errors when starting JBoss

2006-12-09 Thread [EMAIL PROTECTED]
Is this a clean install? Have you overwritten any previous installations of the application server? Could try to install it cleanly in another directory and see you you are getting the same errors? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992415#39924

[jboss-user] [JBoss Seam] - Re: geam-gen generate-entities error

2006-12-09 Thread [EMAIL PROTECTED]
yes, this was a bug in the build of hibernatetools used in seamgen. i have fixed it in hibernatetools svn and is about to commit a fixed build to seamgen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992411#3992411 Reply to the post : http://www.jboss.com/

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problems with .EAR file

2006-12-09 Thread [EMAIL PROTECTED]
Hello, I would like to deploy (Jboss) mein web-application inside an .EAR file. The problem is that my .EAR file ist wrong packaged. I mean the .WAR-file inside .EAR file ist wrong packedeg. There are no .jsp-files inside, only the class-files and xml-files In my project I have a file pages and i

[jboss-user] [JBoss jBPM] - Re: Intalio vs jBPM

2006-12-09 Thread [EMAIL PROTECTED]
intalio is targetted towards the business analyst. jbpm is targetted towards the business analyst *and* the developer without compromise. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992408#3992408 Reply to the post : http://www.jboss.com/index.html?module