[jboss-user] [JBoss Seam] - components.xml

2006-09-13 Thread mzeijen
I am wondering if there is a full description of the components.xml. The documentation is a bit vague about it. For example: I know you can instantiate components in it but I don't know how to set the scope of that component. Next to the full documentation of the components.xml there also should

[jboss-user] [Clustering/JBoss] - Re: Farm deployement problem

2006-09-13 Thread gregsting
4.0.4 (Latest) on Solaris. I use the standard "all" config. Nothing changed from the default install, just copy pasted the files on both servers from a windows station and launched them using "./run.sh -c all" Maybe it has something to do with permissions? (i.e. Jboss maybe doesn't have the ri

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-13 Thread vmnokso1
Rob Could you explain how to check the properties of "twiddle launch". Right-clicking of twiddle launch item gives only "Refresh Viewer". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971471#3971471 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Portal] - Re: how to hide a portlet/pages that user doesn't have view

2006-09-13 Thread zerrt
I have this same problem. It seems you can hide a page from a user, but setting permissions on a window has no effect. So if I have a page with three portlets on it and I want to hide one of them I can't do this by setting the view permissions on the window for that porltet to admin only. If

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - AbstractEntityManagerImpl.persist in Embeddable EJB 3.0 usin

2006-09-13 Thread christophe.laumond
Hi all, I'm using Seam 1.0.1GA which means Hibernate as persistence layer. I have done a TestNG test for testing my Data Access EJB which are using hibernate using the SeamTest class. This means that my Data Access EJB is deployed and my test is accessing it as a Seam component. TestNG is usin

[jboss-user] [JBoss Seam] - Re: Multiple roles and accessing the DataModel

2006-09-13 Thread zzzz8
I hate to move this thread up (and it's probably bad etiquette), but I would really appreciate some help here. I'm really at a lost here and I certainly don't want to explicitly wrap the List object in a DataModel object... I don't think it should take too long to respond either - please tell

[jboss-user] [EJB 3.0] - ClassCastException deserializing EJB3 Entity Bean

2006-09-13 Thread justinmiller
Hey all, I'm not quite sure what to make of this problem. I'm getting ClassCastException's deserializing an EJB3 entity bean (as the post title says). The sequence of events is that my client sends an ejb3 entity to the server, to a stateless session bean to persist. The call is made to E

[jboss-user] [JBoss jBPM] - Re: how i can integrate JBoss JBPM in ERP system

2006-09-13 Thread WilliamYale
Hi einali, If I develop an ERP system based on jBPM for my own company to use. Do I need to pay JBoss for some kind of fees? If not. How about developing ERP systems for other companies with jBPM as a fundamental component? Regards, William View the original post : http://www.jboss.com/index

[jboss-user] [Installation, Configuration & Deployment] - Re: Web-console missing or not available in JBoss AS 4.0.4-G

2006-09-13 Thread tonyguan
I have the same problem too, How can I add that code for my installation? shall I need uninstallation JBOSS Application Server? Tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971457#3971457 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Security & JAAS/JBoss] - Re: writing new LoginModul - unable to replace Principal ??

2006-09-13 Thread [EMAIL PROTECTED]
Good Day, Your commit should only do your logic if the login was OK. Look at the LDAPLoginModule's parent class, you'll see that there is a protected variable `loginOK` which is set to true in the login() method and should be checked in the commit() method. View the original post : http://www

[jboss-user] [JBoss Seam] - Re: JSF f:subview rendered attribute ignored

2006-09-13 Thread ngeadah
Never mind... I figured it out... The tag should be wrapped by f:verbatim tags... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971453#3971453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971453 _

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations

2006-09-13 Thread [EMAIL PROTECTED]
You can send me your ear (stripped off any proprietary/confidential code, if any), I can take a look at it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971452#3971452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [JBossWS] - no java-xml-type-mapping from wscompile

2006-09-13 Thread [EMAIL PROTECTED]
I've been trying to provide a Web Service implementation on our JBoss 4.0.3 servers from an externally provided WSDL. After running wscompile -import to generate the SEI, I noticed the methods in the generated interface took a single SOAPElement parameter and returned SOAPElement. Initially I

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations

2006-09-13 Thread Ensonik
Thanks for the help. Unfortunately, doing this caused a nightmare of conflicting jar files (commons logging), so time not permitting me to fix it, I'm going to simply fall back to putting the file in the deploy directory. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss AOP] - using SecurityContext in Interceptor class

2006-09-13 Thread peixubin
In My Interceptor class,The org.jboss.aop.aspects.SecurityContext class ,getCurrentPrincipal()?getPrincipal() can execute correcttly,but isCallerInRole()?isCurrentinRole always return false, why? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971448#3971448

[jboss-user] [Remoting] - Re: Timeout parameter - can I specify timeout per request?

2006-09-13 Thread sarbu
Thanks Tom, I made the changes as per your suggestion, the request still is timing out incorrectly. The client is created as shown below: --- String hostName = InetAddress.getLocalHost().getHostName(); String locatorURI = "socket://" + hostName + ":5000/

[jboss-user] [Beginners Corner] - Looking up MessageDrivenBean/MessageListener

2006-09-13 Thread OCGabriel
Hi, Firstly, i am using JBoss 3.2.7 (this cant be changed). I have the following scenario and im stuck for ideas on what is going on and why its failing to lookup as you will see. I have a queue called: BatchProcessorQueue (The queue works fine with the unit tests i have in place) I have an M

[jboss-user] [JBoss jBPM] - Re: Migration from Vitria to jBPM

2006-09-13 Thread bernhardg
Thanks for you comment, Tom. I am basically going the route you suggest. I do a simple conversion and see what else I need to take into account. Luckily we are using BPM in a very light weight way - basically we use it as state machine and message pipe only. We do not use any Vitria rights mana

[jboss-user] [JBoss Seam] - JSF f:subview rendered attribute ignored

2006-09-13 Thread ngeadah
Hi All, I'm posting this here since I know that the "rendered" attribute of the JSF "subview" tag works fine in normal circumstances, but since I started using Seam it has stopped working! In a JSP, I have the following: | | | | And even though I know for a fact that the expr

[jboss-user] [Messaging, JMS & JBossMQ] - Re: ping timeout after successful reconnect to server

2006-09-13 Thread vbijjargi
Hi, I am still getting the same error. Could you please help me out. my connect method is as below: public void connectToQueue() throws NamingException, JMSException { log.info("connecting to JMS Queue"); try { // Get appserver IP and po

[jboss-user] [JBossCache] - Re: Minimizing POJOCache impact on existing codebases

2006-09-13 Thread [EMAIL PROTECTED]
Greg, To answer your questions regarding load-time instrumentation. 1. You will notice in the examples dir, I have not put any load-time examples there. The main reason actually is that we don't encourage load time option for production usage. This is because, say, 1) run under JBoss AS, it wil

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: TransactionException: could not register synchronization

2006-09-13 Thread holmes.j
So the design I'm going for is something like the one described in this thread http://forum.hibernate.org/viewtopic.php?t=927886[/url] or this one [url]http://www.hibernate.org/328.html. It's where the Business objects have no clue where or how the objects come from, they just talk to a Dao, an

[jboss-user] [JBoss Seam] - Re: Glaring Security Hole?

2006-09-13 Thread sbryzak2
Entity beans (and in fact, any JavaBean objects that are returned or referenced in the return value by a session bean method) are represented by an equivalent Javascript "class" to provide the developer with a familiar object model to work with. Until now, no-one has expressed any issues with e

[jboss-user] [JBoss Seam] - Why is it called Seam?

2006-09-13 Thread chuckadams
I never thought of this question myself until I actually got asked by someone else. Where does the name Seam come from? My pet guess is that it's a cricket reference, in analogy to Wicket. Am I right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397143

[jboss-user] [JBoss Seam] - Re: Exception Handling (w/ interceptor)

2006-09-13 Thread texan
I tried the following and my transaction is still not rolling back! (Notice I'm purposefully generating a null pointer exception in my save so I can test this.) Also note that, as described above, the EJBException that I'm throwing is being handled in my interceptor which is not rethrowing it.

[jboss-user] [JBossCache] - Re: Exceptio in startService with PojoCache

2006-09-13 Thread yudivian
Yes you are right the usage of PojoCache is different from the TreeCache. and there are many threads trying to access data from the PjoCache all the time. I'm already using in my configuration REPEATABLE_READ as isolation level and 15 as InitialStateRetrievalTimeout. And it doesn't work any

[jboss-user] [Security & JAAS/JBoss] - Re: writing new LoginModul - unable to replace Principal ??

2006-09-13 Thread rsoika
Hi and thanks a lot for your Help! I works! I wrote the following new LDAPLogin Modul which converts the Login Name into the corresponding Distinguished name of the LDAP Directory the User authenticates : package org.imixs.jboss.security; | | import org.jboss.security.*; | import org.jb

[jboss-user] [Installation, Configuration & Deployment] - SSL problem with Jboss in Firefox Only

2006-09-13 Thread robpac
Hi, I'm a Jboss beginner, (using jboss-3.2.5) but I SWEAR I have been through all of the documentation and am stuck on a ridiculous problem. I've successfully created a keystore and csr and obtained and thus imported a key from a trusted authority (Entrust). I modified jbossweb-tomcat50.sar/ser

[jboss-user] [JBoss Seam] - Double processing on getter() outjection

2006-09-13 Thread elponderador
Whenever you have a method like this: | @Out(scope=ScopeType.EVENT) @Factory Boolean getSomeFlag () { | return this.someMethod() != null; | } | which is useful for being able to generate a value for a particular scope without having to manage a variable inside your bean. If inside th

[jboss-user] [JBossWS] - Re: WS install errors

2006-09-13 Thread stevenh
It looks like you managed to miss when you did the 1.0.3 install. From the error trace you have deployed the jbossws component to the deploy directory rather than the deploy/jbossws.sar directory. Ie the error you have is caused by the app server loading the deploy/jbossws.sar/META-INF/jboss-

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: TransactionException: could not register synchronization

2006-09-13 Thread holmes.j
I guess I forgot some slightly useful information. JBoss 4.04GA Hibernate 3.2CR2 Hibernate Annotations 3.2.0CR1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971429#3971429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBossWS] - Re: JBoss and C++

2006-09-13 Thread stevenh
Hi ncapito, It is not clear what was processing at 250,000/second. but i would assume that there shouldn't be any changes in the response time of the jboss server because of the type of client, or at least nothing of any significance (maybe slight differences in the structure of the soap mes

[jboss-user] [JBoss Portal] - Re: How to do virutal hosts with JBoss Portal

2006-09-13 Thread sverker
I have updated http://jira.jboss.com/jira/browse/JBPORTAL-1004 with a proposed solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971426#3971426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971426 _

[jboss-user] [JBoss Portal] - Re: Problem when I tried to build jboss-forums-2.2.1-SP3-src

2006-09-13 Thread unibrew
Hello Could you write from where did you get forums ? SVN, CVS, Downloads ? I suppose, you checked out forums from JBoss Portal's branch. If this is the case then you have to build portal first. Regards Ryszard Kozmik JBoss Forums JBoss Labs Team View the original post

[jboss-user] [Installation, Configuration & Deployment] - JBOSS timeout and locking problem

2006-09-13 Thread _monkey_
Hi everyone, I am a newbie in JBOSS, so any help or suggestion would be very much appreciated :) Previously I found that in my application, when there are 2 threads accessing the entity bean(which in turns access the mysql database), deadlock occurs even they were both just trying to read, so I

[jboss-user] [JBossWS] - Re: Hour added to time between client and server

2006-09-13 Thread pomeloverde
Even if you have the same TimeZone in your different running instances of the JVM, generally the TimeZone is set by default to a specifc TimeZone, and not to the operating system TimeZone set. If you save and retrieve date/time values from a database, the TimeZone in database could be (and often

[jboss-user] [JBoss Seam] - Re: ..:: Questions about Seam design!!!

2006-09-13 Thread gcomnz
bfo81, if you'd like to use Seam with a separate back-end layer of any sort, it's quite easy to do so. Look at the CaveatEmptor CVS checkout from the Hibernate in Action book web site for nice generic DAO layer abstract classes if you're wanting to combine it with Hibernate. I'd venture that y

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with the Tutorial

2006-09-13 Thread jstorck
I am having the same problem. The error that JBoss is spitting out saying that the resource-ref isn't defined in web.xml is just plain wrong -- it's there and I can see it. The XML is also properly written. This is one of those bugs that just "started happening". I can look at two revisions

[jboss-user] [JBoss Seam] - Re: AJAX4JSF: Problems with validation.

2006-09-13 Thread bfo81
That's an interesting approach. One can invoke an action in the a4j:support tag and via immediate="true" it gets executed during APPLY_REQUEST_VALUES - so this would be possible. But yes, it is weird and I refrain from using this *brrr* ;). I even tried out a4j:region and multiple other tags, bu

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - H2 configuration in standardjbosscmp-jdbc.xml

2006-09-13 Thread dbatcn
I hope this is the right forum for this question. I'm interested in using the H2 database (http://h2database.com) with JBoss. I see that it's recently configured in Hibernate as another dialect, but I don't see any mention of it in standardjbosscmp-jdbc.xml. I didn't find anything about this

[jboss-user] [JBoss Seam] - Re: ..:: Questions about Seam design!!!

2006-09-13 Thread bfo81
Seam still uses a 3-layered architecture. Ok, it breaks with traditional J2EE patterns like DAOs and stuff. But hey, this is called "progress". You do not need this fat old architecture paradigmas. Keep your code small, simple and maintainable. Seam enables you to do so ;). View the original po

[jboss-user] [JBoss Seam] - Re: Seam in production (Tomcat, JSF RI, Hibernate, Tomahawk,

2006-09-13 Thread bfo81
CVS and production? Not an easy marriage... But thanks for the answer ;). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971416#3971416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971416

[jboss-user] [JBoss Seam] - Re: Exception Handling (w/ interceptor)

2006-09-13 Thread [EMAIL PROTECTED]
Just call setRollbackOnly(). This is a perfectly reasonable pattern, Seam 1.1's built-in exception handling does much the same thing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971414#3971414 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - Problem when I tried to build jboss-forums-2.2.1-SP3-src

2006-09-13 Thread siyangsi
Hi, I tried to build the forum portlet from DOS. It returned the error message when I execute build.bat C:\jboss-forums-2.2.1-SP3-src\forums> build build.bat: *ERROR* The target executable does not exist: build.bat: build.bat:C:\mywork\agentrisEnv\Portal\jboss\jbossForum\jboss-forums-2.2.

[jboss-user] [JBoss Seam] - Exception Handling (w/ interceptor)

2006-09-13 Thread texan
I created a "global" interceptor (below) to simply catch unhandled exceptions and send the user to a nice error screen.I put it in ejb-jar.xml in front of the Seam interceptor, since Seam itself is source of Exceptions (no doubt because of my abuse of the framework). My concern was by catch

[jboss-user] [Security & JAAS/JBoss] - Re: need advice

2006-09-13 Thread kosl
And I guess probably it would be better to buy such a solution then to develop it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971411#3971411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971411

[jboss-user] [JBoss Seam] - Re: multi portlet setup

2006-09-13 Thread mzeijen
Ok, so the biggest problem is that you need to manage the EPC your self. There by loosing a lot of the power that EJB3 provides and it is very easy to make big mistakes that don't get noticed easy? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971410#3971410

[jboss-user] [Security & JAAS/JBoss] - Re: need advice

2006-09-13 Thread kosl
Well, I'm aware that probably it would be better to have a custom security solution but that's what was my question about - where to find information about how to develop such a custom solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971409#3971409 R

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - TransactionException: could not register synchronization roo

2006-09-13 Thread holmes.j
So we've just decided to jump on the Hibernate/EJB3 bandwagon. We were using EJB2.1 before. I'm not really familiar with much of that as I just joined, but it looks nasty. Anyways, I've got Hibernate working in our test environment, following the CaveatEmptor example rather closely. Howeve

[jboss-user] [JBoss jBPM] - assign task node to a group of users (role)

2006-09-13 Thread jeanwehbe
Hello All. I tried to assign a task to 2 users. I used: String[] actors = {"ernie", "TonyRog"}; assignable.setPooledActors(actors); Nothing is work. Please i need an example applied about this issue. What is the type of the assignment. Please I want also to know what is the difference betw

[jboss-user] [JBoss Seam] - Re: multi portlet setup

2006-09-13 Thread [EMAIL PROTECTED]
Because it will gradually fill up with entities and the memory will never be released unless: (a) you find some way to clear() it from time to time or (b) you know that the data queried into the PC is limited for some other reason View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Portal] - Problem with Stock News Portlet.

2006-09-13 Thread mmontoni
Hi, I downloaded the portlet stock news and I am having the following issue: org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.jboss.portal.portlet.taglib.DefineObjectsTagTEI I changed the proxy URL and port as described in the readme.txt file. I am using

[jboss-user] [JBossWS] - Re: Handling anyType

2006-09-13 Thread centecbertl
Hi again, the following patch (against jbossws 1.0.3) is a buggy! hotfix - better call it "hack :-)" which works for me and maybe also for somebody else getting blocked with the problem discussed here: Description and Known issues: 1. This "hotfix" was done in a hurry without analysing the arc

[jboss-user] [Security & JAAS/JBoss] - Re: need advice

2006-09-13 Thread [EMAIL PROTECTED]
I would like to warn that it is better to have your custom security solution rather than relying on the container auth, if you have complex use cases and requires deeper integration with tomcat and/or JBossSX. The issue is implementation details change over time. View the original post : http

[jboss-user] [JBoss Seam] - Re: multi portlet setup

2006-09-13 Thread mzeijen
Oh yeah. Can you give me some reasons why a application EPC is a bad idea? Thx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971402#3971402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971402 ___

[jboss-user] [JBoss Seam] - Re: multi portlet setup

2006-09-13 Thread mzeijen
thx for the advice. I am going to advice my colleague that we better keep the entities ejb package within the EAR. Prevents a lot of potential problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971401#3971401 Reply to the post : http://www.jboss.com/in

[jboss-user] [Security & JAAS/JBoss] - Re: need advice

2006-09-13 Thread kosl
Thank you very much, I would be grateful for any informations on how to change the java security policy for the code to all or use a PrivilegedAction? If this is a stupid question I'll look for it on my own. I hope this would help and as soon as I'll succed to implement it I'll write here about

[jboss-user] [JBoss jBPM] - Re: handler in a decision node

2006-09-13 Thread jbpmndc
There's an test examples in the source code jbpm\src\java.jbpm.test View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971397#3971397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971397 __

[jboss-user] [JBoss jBPM] - Re: Storage of process variables outside jbpm?

2006-09-13 Thread jbpmndc
I've come to the conclusion domain data should exist separately. Only data that must be used by the process is managed by jBPM. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971399#3971399 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Seam] - Re: multi portlet setup

2006-09-13 Thread [EMAIL PROTECTED]
You can use an application-managed PC. ie. look up the EMF in JNDI and call createEntityManager(). Don't forget to destroy it when you are done, by calling close. However, I don't know why you would want an EPC for anything other than conversation scope. Usually a very bad idea. View the origi

[jboss-user] [JBossWS] - WS install errors

2006-09-13 Thread at7000ft
Did a clean install of jboss-4.0.4GA on default configuration and verified that jboss starts correctly, then added the JBossWS1.0.3 components. When starting jboss I get screens full of error messages starting with: 14:52:27,058 ERROR [MainDeployer] Could not create deployment: file:/D:/jboss-4

[jboss-user] [JBoss Seam] - Re: Pageflow executed before the model values are applied

2006-09-13 Thread [EMAIL PROTECTED]
But jBPM (actually the Seam jBPM integration) delegates to JSF to evaluate the expression. And documentRegister.type has the perfectly legitimate value "null" in JSF-EL. So all we can do is report that the expression evaluated to null. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: performance issues when using variables in business cont

2006-09-13 Thread [EMAIL PROTECTED]
Well, if you have no explicit txn demarcation, you probably get a little txn for every method call from JSF to EJB. Try setting up Seam transaction management, that should give you exactly two txns per request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[jboss-user] [Security & JAAS/JBoss] - Re: need advice

2006-09-13 Thread [EMAIL PROTECTED]
Good Day, The SecurityAssociation is used by the ClientLoginModule to stuff the Principal and Credentials into the calling threads context so that this can authenticated by the security inteceptors before a EJB call is processed. Is a SecurityException being thrown because the ClientLoginModule

[jboss-user] [JBoss Seam] - Re: AJAX4JSF: Problems with validation.

2006-09-13 Thread tenniscp25
I'm having the same problem, either with or without ajax. Anyway, a UIInput does have the immediate attribute. But it doesn't help very much as the input value is stored (during apply request phase) in the component, not in the model. Now i can only think of a solution -- setting fields' immedi

[jboss-user] [JBoss Seam] - Re: multi portlet setup

2006-09-13 Thread mzeijen
I discovered that it is possible to get an entitityManager or entityManagerFactory over the JNDI. This way it is possible to get entities from a seperate ejb package (not embeded in the EAR file of the Seam application (or in my case the multiple portlets)). In my class where I want to get the

[jboss-user] [Security & JAAS/JBoss] - Re: need advice

2006-09-13 Thread kosl
Well, I think it needs integrating since the results of authentication done by securityfilter must be "caught" by JBoss web layer and ejb layer. I tried to describe my problems http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90372. but I got no answer. I guess the problem lies in this

[jboss-user] [JBoss Seam] - Glaring Security Hole?

2006-09-13 Thread bfagan
Please correct me if I'm mistaken, but my impression from the Seam Reference document is that if you enable Seam Remoting then any Entity bean that you've given a Seam @Name has it's data model exposed. Let's say you have a large corporation and a developer uses a wonderful IDE wizard to turn t

[jboss-user] [Security & JAAS/JBoss] - Re: LDAP Security Domain - Mapping DN ?

2006-09-13 Thread [EMAIL PROTECTED]
Good Day, Here is how I would do it. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90540 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971387#3971387 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971387

[jboss-user] [JBoss Seam] - Re: performance issues when using variables in business cont

2006-09-13 Thread SunFire
I sure looks like that but I wouldn't know why it would be that way. I have no explicit TXN demarcation in any of my components so everything is managed by the container. And the problem really seems to be in the business context. All other contexts don't act up like this as soon as there are va

[jboss-user] [JBoss Seam] - Re: One to one doubt

2006-09-13 Thread nandolins
another thing that looks kind of strange is that using the same thing to read from the database works, the problem happens only when i-m trying to write to the database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971386#3971386 Reply to the post : http:

[jboss-user] [Security & JAAS/JBoss] - Re: need advice

2006-09-13 Thread [EMAIL PROTECTED]
Good Day, What were the issues? It seems that it is using web filters whish are part of the servlet specification and should not need integration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971385#3971385 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [Security & JAAS/JBoss] - Re: Username/Password Encryption in jboss

2006-09-13 Thread [EMAIL PROTECTED]
Good Day, The JaasSecurityDomain mbean takes care of encryption inside of JBoss. For example you can use the JaasSecurityDomain to user certificates for SSL communication or you can use it to hash encode passwords. Look at http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch8.chapter.html#d0e18

[jboss-user] [JBoss Portal] - Re: Cannot see HelloWorldJSPPortlet portlet on the default t

2006-09-13 Thread PeterJ
Here is what I did. 1) Clean installation of JBossAS 4.0.4 and Portal 2.4GA. 2) Brought it up for the first time. Browsed to the portal home page. 3) Downloaded the JSP hello world portlet, compiled, deployed hte war file, saw the deployment ack in the console: 13:08:28,737 INFO [TomcatDeployer

[jboss-user] [JBoss Seam] - Re: Pageflow executed before the model values are applied

2006-09-13 Thread hazlorealidad
Thanks once again - my mistake I do think though that the message Caused by: org.jbpm.JbpmException: decision expression '#{documentRegister.type}' returned null at org.jbpm.graph.node.Decision.execute(Decision.java:110) is misleading, it would be better to say "documentRegister" not found in

[jboss-user] [Management, JMX/JBoss] - Re: How should I package my .sar

2006-09-13 Thread Doug.Palmer
"jiwils" wrote : Your post unfortunately indicates there are problems with that approach (though I am not sure what they are). I have deployed SARs containing SARS, -service.xml, and even WARs before, but I haven't tried EJB JAR files or EARs before now. I just tried embedding an EAR in a SAR,

[jboss-user] [Security & JAAS/JBoss] - Re: Mapping the User Name to the full DN in the LDAP Entry?

2006-09-13 Thread [EMAIL PROTECTED]
Good Day, Dynamic -- The principal class in JBoss by default is the SimplePrincipal which just has the user name of the authenticated user. To have the full name of the DN either the user must enter the DN instead of the sAMAccount or userName or the SimplePrincipal needs to be replaced

[jboss-user] [JBoss Portal] - Re: Source Code for Default Portal

2006-09-13 Thread PeterJ
First download the portal source code and unzip it. The various portlets are in various locations: jboss-portal-2.4.0-src/samples/src/main/org/jboss/samples/portlet jboss-portal-2.4.0-src/cms/src/main/org/jboss/portal/cms and various other locations The default portal layout, including page des

[jboss-user] [JBoss Seam] - Re: One to one doubt

2006-09-13 Thread nandolins
nothing at the log oO what kind of JSF issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971378#3971378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971378 ___ jboss-use

[jboss-user] [Installation, Configuration & Deployment] - Re: Version of Red Hat Linux Certified for JBossAS

2006-09-13 Thread Agustinbelmonte
Thanks PeterJ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971377#3971377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971377 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [Security & JAAS/JBoss] - Re: need advice

2006-09-13 Thread kosl
Thanks for your answer. I looked at this project already before unfortunatelly I didn't manage to integrate it with jboss (4.0.3 SP1). Any other clues? Regards, k. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971376#3971376 Reply to the post : http://www

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On without j_security_check

2006-09-13 Thread [EMAIL PROTECTED]
Good Day, Try http://securityfilter.sourceforge.net/ As noted before, I am not affiliated to this project View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971374#3971374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [Security & JAAS/JBoss] - Re: XMLLoginConfig: JMX Updating

2006-09-13 Thread [EMAIL PROTECTED]
Good Day, Thank you for your advise. I have written an enhanced version of XMLLoginConfig that subclasses the XMLLoginConfig in JBoss which adds the persistence of the XML file using JBoss Binding. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971373#3971

[jboss-user] [JBoss Seam] - Re: Pageflow executed before the model values are applied

2006-09-13 Thread [EMAIL PROTECTED]
It is called documentRegisterEntry not documentRegister, fix your EL expression. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971372#3971372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971372 __

[jboss-user] [JBoss Seam] - Re: Pageflow executed before the model values are applied

2006-09-13 Thread [EMAIL PROTECTED]
Use the [ code ] tags View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971371#3971371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971371 ___ jboss-user mailing list jboss-use

[jboss-user] [Security & JAAS/JBoss] - Re: need advice

2006-09-13 Thread [EMAIL PROTECTED]
Good Day, Try the following... http://securityfilter.sourceforge.net/ NOTE: I am not affiliated to the project presented in any way. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971370#3971370 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: What happened to @Around?

2006-09-13 Thread [EMAIL PROTECTED]
Use the @Interceptor annotation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971369#3971369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971369 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: conversational bean not always redirecting to ifNotBegun

2006-09-13 Thread [EMAIL PROTECTED]
If you have proper tests :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971368#3971368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971368 ___ jboss-user mailing list jb

[jboss-user] [Security & JAAS/JBoss] - Re: add/remove from SecurityConfig

2006-09-13 Thread [EMAIL PROTECTED]
Good Day, Each application deployed in JBoss can have a different application-policy entry for each application deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971366#3971366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Seam in production (Tomcat, JSF RI, Hibernate, Tomahawk,

2006-09-13 Thread igorarbizu
"bfo81" wrote : Die you have this problem: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90343(Exception "Local server is not initialized)? | If yes, how did you solve it? look my last comment, I tried with the latest cvs View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: conversational bean not always redirecting to ifNotBegun

2006-09-13 Thread knaas
What nightly build would be a good place to start? Is the current code base in CVS production worthy for an internal application with 70 users? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971364#3971364 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: One to one doubt

2006-09-13 Thread knaas
What about the server's log file? If a conversion error is occuring, I would expect something like a NullPointerException or a ClassCastException. It sounds more like a JSF issue than a Seam issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971363#3971

[jboss-user] [Management, JMX/JBoss] - Re: How should I package my .sar

2006-09-13 Thread jiwils
"Doug.Palmer" wrote : Yes, I suppose I could. I guess I'm being too much of a purist. My package is a service so I really wanted to deploy it in a sar but I guess I'll have to deploy it as an exploded ear. Your post unfortunately indicates there are problems with that approach (though I am no

[jboss-user] [JBoss jBPM] - Re: Storage of process variables outside jbpm?

2006-09-13 Thread kukeltje
Stupid me, responding from my holiday ;-) Transactions were managed by the appserver. We configured hibernate to use the appserver transactions and used 2 datasources, one for jBPM, one for our own data. They used the same connetionpool so no XA issues arose. View the original post : http://w

[jboss-user] [JBoss Seam] - Re: Pageflow executed before the model values are applied

2006-09-13 Thread hazlorealidad
Disable htm didnt work either Using vi to replace less thans and greater thans with the character entities

[jboss-user] [JBoss Seam] - Re: ..:: Questions about Seam design!!!

2006-09-13 Thread angelogalvao
"Andre1001" wrote : Hi Angelo, | | do you have e-mail? I looking for Seam contacts in Brazil. | | Thanks. [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971358#3971358 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: Pageflow executed before the model values are applied

2006-09-13 Thread hazlorealidad
The pageflow didnt appear correctly trying again...

[jboss-user] [JBoss Seam] - What happened to @Around?

2006-09-13 Thread texan
I switched over to the CVS jars to see if there were any differences noticable to me, and @Around doesn't seem to exist anymore. Is there a new pattern? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971356#3971356 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Pageflow executed before the model values are applied

2006-09-13 Thread hazlorealidad
I am seeing a problem in that the pageflow seems to be executed before the model values are applied, is this a bug or is it a problem with my configuration. //the page is first requested 14:03:23,365 INFO [DocumentRegisterEntryBean] Start called 14:03:23,380 INFO [DocumentRegisterEntryBean] get

[jboss-user] [Security & JAAS/JBoss] - need advice

2006-09-13 Thread kosl
Hi, I need advice. I'm working on security and the standard resouce securying via web.xml and j_security_check doesn't fit my needs. I would like to achieve such goals: - Change the standard scenario: when user tries to access secured area he is redirected to login page - and then after succes

  1   2   3   >