[jboss-user] [Security JAAS/JBoss] - How to implement JAAS Security in JBoos

2007-10-16 Thread Amit_verma
Hello Every one, I want to implemt JAAS based security with JBOSS in our appliacation . can anybody help me to solve this security issue , I m using a struts based Web application and using Ejb . please help me How to implement security in or WEb Application as well

[jboss-user] [JBoss Seam] - how to check more than one role with @Restrict?

2007-10-16 Thread mnrz
hi how to allow access for a method to the users that have admin or member role and prevent other roles. we can't place more than one @Restrict on a method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095472#4095472 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam nightly builds

2007-10-16 Thread dajevtic
Any info, if the portal integration of Seam will work before the release? Regards,dj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095473#4095473 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095473

[jboss-user] [JBoss Seam] - Re: Seam nightly builds

2007-10-16 Thread mnrz
sorry I don't know whether this is right place to ask this or not but I need to upgrade from 1.1.6 to 1.2 is there any migration guide like Seam 2 migration? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095474#4095474 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 - lots of problems ...

2007-10-16 Thread bensonfungjava
Why don't you change the Packaging mechanism? The original Packaging mechanism is excellent and we(we are the partner of RedHat) promoted to our client, the client also appreciate this Packaging mechanism. Right now, the packaging mechanism is totally changed without any documentation and not

[jboss-user] [JBoss Seam] - Re: how to check more than one role with @Restrict?

2007-10-16 Thread swd847
@Restrict(#{s:hasRole('admin') or s:hasRole('member')}) should work View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095477#4095477 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095477

[jboss-user] [JBoss Seam] - Re: UILineChart problem

2007-10-16 Thread ng.tech
Ok, no problem I'll do that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095478#4095478 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095478 ___ jboss-user mailing list

[jboss-user] [Management, JMX/JBoss] - Re: JBoss + HP SiteScope

2007-10-16 Thread ivan_memruk
Hi. We've fixed this problem for HP SiteScope 9.5. This version will also include a JBoss Solution Template. It is planned to be released next spring. Have fun! Ivan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095482#4095482 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Could not create table

2007-10-16 Thread saurav25
Hi All, i am getting this error while trying to deploy my Spring App. here is the log | | Could not create table with SQL: CREATE CACHED TABLE JMS_MESSAGES ( MESSAGEID INTEGER NOT NULL, DESTINATION VARCHAR(255) NOT NULL, TXID INTEGER, TXOP CHAR(1), MESSAGEBLOB OBJECT, PRIMARY KEY

[jboss-user] [JBoss Seam] - Re: warning using richfaces

2007-10-16 Thread computabloke
Well I piked out. RichFaces 3.0.1 + Ajax4Jsf 1.1.1 included the major fix to RF data tables that we needed (http://jira.jboss.com/jira/browse/RF-37), without too many side-effects, so we're going with that option. We'll consider a major Seam 2 / JSF 1.2 / RF 3.1.1 refactor when we have time

[jboss-user] [JNDI/Naming/Network] - Re: JNDI lookup for object in remote server returns local ob

2007-10-16 Thread DeLaBu
The lookup code is in a Stateless Session Bean in the JBoss Master. So, in my diagram, it's in the middle section. This Statless Session Bean has to look up the Stateless Session Bean in one of the remote nodes and do a call to that. The sequence is thus: 1. Client (eg. command line) looks

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: bind ( two ip addresses)

2007-10-16 Thread genman
You can bind JBoss to 0.0.0.0 ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095486#4095486 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095486 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 - lots of problems ...

2007-10-16 Thread [EMAIL PROTECTED]
The packaging was changed because it was slow (e.g. not incremental,dependent on ant, no exploded packaging option) and cumbersome to setup (I personally could not figure out the old packaging without docs) If you find the old packaging easy to setup then please tell us what is broken with the

[jboss-user] [JBoss jBPM] - Re: actorId string

2007-10-16 Thread Olivier_Debels
Good for you, But I think it just makes it harder if you want to add a more tighter link. For example when you want a foreign key relation between actorId and user or role table. I guess in your case you are able to determine from your actor id: 1) if it is a role or user (or something

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Many Java process

2007-10-16 Thread calexo
Ok, so it seems there is nothing to do to reduce memory usage! Anyway, thanks a lot for your help !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095490#4095490 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095490

[jboss-user] [JBoss jBPM] - How to convert a transitionButton into a commandButton

2007-10-16 Thread Nicos109
Hello, I need to put an action on a transitionButton, but the action attribute doesn't exist for transitionButton. So I had the idea to translate it into a commandButton to put an action. Is there a commandButton equivalent to transitionButton ? Thanks, Nicolas. View the original post :

[jboss-user] [JBoss jBPM] - Re: Task instances - transactions

2007-10-16 Thread Olivier_Debels
After thinking about it a little harder: We can of course also use action handlers for this and tie them to specific events. Since our task has a few more states, we can add some custom events. This would mean we need to add the runtime variables in the task instance. Typically these should

[jboss-user] [Security JAAS/JBoss] - Re: java.policy : crash after some hours

2007-10-16 Thread jogregoire
I will try to put off the FlushSessionListener in the web.xml. I would like to change the code of this class but I don't know the name of jar(I've seen a solution based on a servlet filter). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095498#4095498 Reply

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 5.0.0 beta 2 and virtual hosts

2007-10-16 Thread david.wade
JBoss by default has an application deployed on the root context / which I believe will be visible across all virtual hosts as it is not bound to any particular virtual host. That root application (look for ROOT.war in the deploy directory) doesn't really provide any critical functionality,

[jboss-user] [EJB 3.0] - Re: comp not bound on redeploy

2007-10-16 Thread DeanoUK
Still no ideas? Sorry but completely run out of options. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095503#4095503 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095503 ___

[jboss-user] [JBoss Seam] - making custom user-object available to Seam context

2007-10-16 Thread axismundi
I am struggling a little bit with the logic of the Seam context. Currently we get RequiredException: @In attribute requires non-null value messages after the user has logged in. Requirement: on authentication, an ApplicationUser object should be made available to Seam-context for later usage.

[jboss-user] [JBoss Seam] - Re: DataModel and DataModelSelection question

2007-10-16 Thread w17chm4n
I found the sollution. | @Stateful | @Scope(ScopeType.SESSION) | @Name(QuestionCategoryController) | public class QuestionCategoryControllerBean implements QuestionCategoryController { | | @Logger | private Log log; | | @In(create = true) | private

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Many Java process

2007-10-16 Thread david.wade
Having all those threads running while over the top for the number of users you have, does not really consume much memory and is not worth reducing. It does sound like on your system that each thread is being shown as a separate process (linux makes little distinction between them). The memory

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: bind ( two ip addresses)

2007-10-16 Thread david.wade
...and by default jboss would have automatically bound to the any address 0.0.0.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095513#4095513 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095513

[jboss-user] [JBoss Seam] - reports

2007-10-16 Thread mrohad
I would to generete very simple HTML or PDF reports on the SERVER-SIDE and print those(the server machine should print)? any suggestion?anyone done such a thing before using jboss seam? thank u! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095515#4095515

[jboss-user] [JBossCache] - Re: Data gravitation synchronization issue

2007-10-16 Thread fungrim
The UnitTest models our real application. It goes like this: It is an application processing events for units (areas) where the area is an object stored in the cache and session affinity is enforced by a message bus. Sometimes during the lifetime of the application new areas will be added by a

[jboss-user] [JBoss Portal] - Re: custom portal file name

2007-10-16 Thread vinguye2
Thanks Peter, that did the trick! At first, I downloaded and deployed the bundled sar, which had the extras. Then I redeployed with just the core sar. Since I didn't explicitly do any db configurations, I assumed that no actual db was being used, and that a redeploy would clear out any data

[jboss-user] [JBossWS] - how can I run jbossws2.0.1 on tomcat

2007-10-16 Thread qu
I have run jbossws1.2.1 on tomcat successfully, but how to run jbossws2.0.1 on tomcat? thanks very much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095518#4095518 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095518

[jboss-user] [JBoss Messaging] - Re: False negatives and jms

2007-10-16 Thread sanne
Hi genman, Yes. Providing business transation id's is an overall design principle. It can also provice a means of determining cause and effect. Thanks for that. Brgrds, Sanne View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095521#4095521 Reply to the post

[jboss-user] [JBoss Portal] - Re: custom portal file name

2007-10-16 Thread [EMAIL PROTECTED]
Before complaining about the doc, please read it ! = 2.1. Installing from Bundled Download This is the easiest and fastest way to get JBoss Portal installed and running. The reason, is that the download bundle contains JBoss Application Server, and JBoss Portal uses the embedded Hypersonic

[jboss-user] [JBoss jBPM] - General Exception Handling in JBPM

2007-10-16 Thread Cynosure
In my current work I have a process flow consisting of 20+ nodes. In each node an error from a service call must be redirected to a specific task node. This is the test process: process-definition xmlns= name=TestGeneralExceptionHandling | exception-handler | !--

[jboss-user] [JBossWS] - Cannot obtain wsdl service (problem in JBoss 4.2 used to wor

2007-10-16 Thread burakbayramli
I have the following code that used to work in JBoss 4.0.4GA. After port to 4.2, server complained about context roots being different, so I added @WebContext to all web services. Now server is fine, I can see the WSDL, but I cannot connect to the server using a Java client. | @WebService

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2007-10-16 Thread Cynosure
youngyoyo wrote : Are you familar with PD? If so, why not? LOL. I am familiar with Powerpoint is that the same as Powerdesigner??? ;) -- Yuri Just Kickin' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095527#4095527 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: persistence.xml : jar-file tag doesn't work with relativ

2007-10-16 Thread olvin
I read the source of the interpretation of the jar-file tag and I found a tip which works with JBoss 4.2.1 : to put a relative path, put ../ only in the beginning of the path and next put ..\ as many as you need, so for me, it is : jar-file../..\entities.jar/jar-file But I think that it will

[jboss-user] [JBoss Seam] - Re: Redeployment problems with WebRemote

2007-10-16 Thread Frippe
this is starting to get troublesome, I need to install the application on a customer's server soon, and I can't take the JBoss server down to be able to deploy my app. Anyone got a hint what to do? View the original post :

[jboss-user] [JBoss Seam] - Re: SEAM Enterprise Support

2007-10-16 Thread [EMAIL PROTECTED]
Seam support is currently only available as part of the EAP - currently EAP 4.2 which contains Seam 1.2.0 and 1.2.1 in the next patch release. Contact Sales about when Seam 2 will be in the EAP and so eligible for support. It won't be when we release Seam 2.0.0.GA. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: How to implement JAAS Security in JBoos

2007-10-16 Thread Amit_verma
Hello EveryBody , I hv got the solution of JAAS based security .and now it's working Fine. Thanks Aimz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095534#4095534 Reply to the post :

[jboss-user] [JBoss Seam] - Re: What JSF implementation to use with SEAM

2007-10-16 Thread [EMAIL PROTECTED]
Ask on the richfaces forum. We haven't done testing of RichFaces 3.1 with Seam 1.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095535#4095535 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095535

[jboss-user] [JBoss Seam] - Re: Logging all uncaught exceptions to a separate Logger?

2007-10-16 Thread stephen.friedrich
Addition for anybody who might find this post later on - including myself ;-) My own servlet filter never caught any exceptions. Turned out that Seam's built-in filter already logs and swallows all exceptions. Luckily it is a simple log4j configuration to redirect that log: category

[jboss-user] [JBoss Seam] - Re: Seam nightly builds

2007-10-16 Thread [EMAIL PROTECTED]
mnrz wrote : sorry I don't know whether this is right place to ask this or not | but I need to upgrade from 1.1.6 to 1.2 is there any migration guide like Seam 2 migration? No View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095540#4095540 Reply to the post

[jboss-user] [JBoss Seam] - Re: Seam nightly builds

2007-10-16 Thread [EMAIL PROTECTED]
dajevtic wrote : Any info, if the portal integration of Seam will work before the release? No work is planned in this area, but expect work for 2.0.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095541#4095541 Reply to the post :

[jboss-user] [JCA/JBoss] - Handling JBoss transaction Timeout ?

2007-10-16 Thread twittemb
Hi I'd like to change the default transactions timeout that is set by JBOSS (300s) in my application. I know that i can modify the jboss-service.xml file in order to change this value but i'd just like to modify the value for a specific application (not for all). I'm not using a

[jboss-user] [JBoss Seam] - Re: Seam 2.0 / Tomahawk 1.1.6

2007-10-16 Thread [EMAIL PROTECTED]
We (Seam dev team) don't spend any time trying to get Tomahawk working with Seam. We do have demos for RichFaces, Trinidad and Icefaces though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095542#4095542 Reply to the post :

[jboss-user] [JBoss Seam] - Re: El Exception in Seam V2 cr2

2007-10-16 Thread [EMAIL PROTECTED]
You said, according to EL rules - so I need to know which section of the EL spec refers to that rule as its not one I'm familiar with. Seam 1.2.1 doesn't implement or specify the behaviour of EL View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - NPE:OneToOneSecondPass.java:135 - Consecutive One to one rel

2007-10-16 Thread virtual82
Hi Guys, this is my environment: java 1.6 jboss-version: 4.0.5.GA Seam-Version: 1.2.1.GA Hibernate-Version: 3.2.3.ga I' m using annotation and javax.persistence.EntityManager. the problem is in the mapping of the following schema (the relation are all one-to-one): First -(Fk to First)-Second

[jboss-user] [JBoss jBPM] - Still combox box

2007-10-16 Thread lmichenaud
Hi, I've read before the post about combo box but i still don't understand why my solution doesnot work. I have replaced : h:inputText value=#{var['type']} required=true/ with : h:selectOneMenu required=true | f:selectItem itemValue=/f:selectItem | f:selectItem

[jboss-user] [Installation, Configuration DEPLOYMENT] - [JBoss 4.2.1-GA] Different deploying of an EAR on different

2007-10-16 Thread rigel77
Hi, some days ago I was reporting an incongruence during deploy, searching better I found the cause. Well, 2 JBoss 4.2.1-GA instances running on different OS platforms seem to explode an EAR differently. On Windows Vista the EAR explodes its datasource jboss-ds.xml correctly into the

[jboss-user] [EJB 3.0] - org.hibernate.MappingException: could not instantiate id gen

2007-10-16 Thread matt10
I have to access a legacy application. I have read-only access to it's database (Sybase ASE 12.5). I want to access some of it's tables through Entity Beans in a transparent fashion from a session bean facade (Hibernate Shards style, where a lower ID range goes transparently to the legacy DB).

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [JBoss 4.2.1-GA] Different deploying of an EAR on differ

2007-10-16 Thread rigel77
Ok, it is really a sickle annotation, the installation of the datasource is prepared before to load the EAR by my IDE, in my case NetBeans 5.5.1. So my question now is and what is the way to deploy an EAR completely ready to go? View the original post :

[jboss-user] [JBoss Seam] - Re: Binding Component to Backing Bean Property

2007-10-16 Thread mikeeprice
I have a session bean that basically contains the logic for a crud app so I had put the property that I was using for the component binding in that bean. Based on your comments I created a separate stateless bean scoped EVENT and put the bind-to property in there and now it works fine. Thank

[jboss-user] [EJB 3.0] - Re: org.hibernate.MappingException: could not instantiate id

2007-10-16 Thread matt10
I have managed to fix this by adding the following to persistence.xml on the persistence unit: | classorg.debtbase.server.entitybeans.LegacyObject/class | exclude-unlisted-classestrue/exclude-unlisted-classes | The ID generator does not seem to be created now. The exception has

[jboss-user] [JBoss jBPM] - Two Forks to One Join

2007-10-16 Thread dleerob
Hi, Anyone know if it is possible to have two seperate Forks, both which come to the same single Join? I am going to try this out later, but don't want to spend ages trying to get it to work, only to find out it can't be done. I appreciate your time in this. View the original post :

[jboss-user] [JCA/JBoss] - Re: Handling JBoss transaction Timeout ?

2007-10-16 Thread vickyk
I don't know what makes you post this to the JCA forums , this should be asked in the Transaction forums . Coming to your question you can try few things 1) Have you tried setting the timeout at the component level ie changing timeout setting in the jboss-service.xml in the EJB ? 2) You can

[jboss-user] [JBoss Seam] - Re: making custom user-object available to Seam context

2007-10-16 Thread swd847
Can you post more code? The full code for authenticator and applicationUser would be good. Also more details about where in the lifecycle this exception occurs, is it straight after the login button is pressed or is it subsequent pages. I think the problem you are probably having is that it

[jboss-user] [JBoss/Spring Integration] - NotSerializableException: AbstractEntityManagerFactoryBean$M

2007-10-16 Thread alpheratz-jb
Question: has anyone seen the following before? [This is with 'All' config JBoss 4.2.1GA. and Spring 2.1M4 and Toplink Essentials JPA 2.0-b58g] | 14:36:08,158 ERROR | [org.jboss.web.tomcat.service.session.JBossCacheService] | externalizeSession(): exception occurred externalizing session

[jboss-user] [JCA/JBoss] - Merge xa and no-xa Connections - CMT problem

2007-10-16 Thread grdzeli_kaci
hi all, i have two database 1. Oracle 10g 2. Oracle Timesten In Memory Database i tried to use xa transactions with them and i had not any problem with distributed transactions. problem appears after i have configured replications on timesten database. anonymous wrote : | Use of distributed

[jboss-user] [JBoss jBPM] - jPDL Designer 3.1.0SP1 and Eclipse 3.3: ClassCastException o

2007-10-16 Thread Bish
I've recently downloaded the jPDL suite for 3.2.2, but I have a problem running the designer in Eclipse. Specifically, I downloaded jbpm-jpdl-suite-3.2.2.zip and extracted to c:\jbpm-jpdl-3.2.2 If the directory names are to be believed, then the designer version in the 3.2.2 suite is 3.1.0SP1.

[jboss-user] [JBoss Seam] - Re: Help - post login and EntityHome instance

2007-10-16 Thread [EMAIL PROTECTED]
Easiest solution is not to use userHome as part of your login process. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095564#4095564 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095564

[jboss-user] [JBoss jBPM] - Re: about the jbpm-bpel-1.1.Beta3

2007-10-16 Thread bhuber
same problme with http://wiki.jboss.org/wiki/attach?page=JbpmBpelDesigner%2FJBossBPEL_Designer_GettingStarted.pdf i think its because the author of this wiki has an eclipse project with the .classpath an .project files from eclipse, so he or she can import it in eclipse with Existing Project

[jboss-user] [JBoss jBPM] - Re: actorId string

2007-10-16 Thread kukeltje
1: Correct, and besides that there are no clashes between user/role/group values. 2: Correct but we kind of use the string as the primary key (see 1) We indeed have adapted the identity module so it uses an additional query. We also want this since it makes the group membership dynamic.

[jboss-user] [JBoss jBPM] - Re: Still combox box

2007-10-16 Thread kukeltje
because your combobox has NO relation to the variable called 'type' at all. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095569#4095569 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095569

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss-5.0.0.Beta2 Error running jbossws?

2007-10-16 Thread deAppel
Hi, I'm trying out the beta2 version and i want to compile a project but it seems that jboss can't run jbossws. I don't have this when i use jboss-4.2.1.GA but i want to know why this doesn''t work in jboss-4.2.1.GA Do i need to edit the wstools.bat/sh? And if so what do i need to change?

[jboss-user] [JBoss jBPM] - Re: General Exception Handling in JBPM

2007-10-16 Thread kukeltje
Maybe we could even introduce a kind of errortask node that has all this behaviour in it in a nice configurable way. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095573#4095573 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Still combox box

2007-10-16 Thread lmichenaud
And how can i make this relation ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095572#4095572 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095572 ___ jboss-user mailing list

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

2007-10-16 Thread MMoudry
Hi, I am trying to build an intranet and am evaluating jBPM as our process engine for first simple workflows. I have several questions on whether jBPM is the right engine for me for the following environment : I have a User table with around 3 users and each user has a boss

[jboss-user] [JBoss jBPM] - Re: General Exception Handling in JBPM

2007-10-16 Thread kukeltje
If it works, it sounds like there is nothing wrong with this. I'm only not sure what happens if this occurs in one of the legs of a fork and the join is entered from the 'other' leg. Would be nice if you could show us a full example, maybe on the wiki? Many people are interested I think. View

[jboss-user] [JBoss jBPM] - Re: Still combox box

2007-10-16 Thread kukeltje
ahh sorry, missed the javascript...but now I do see it, my previous remark still stands. why not just use the appropriate attributes on the selectOneMenu just like you did in the inputtext? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095576#4095576 Reply

[jboss-user] [JBoss Portal] - Re: How to set and get Portal session

2007-10-16 Thread cry4dawn
request.getPortletSession().setAttribute(xxx, xxx, PortletSession.APPLICATION_SCOPE); i really advise against it though. as the idea is that portlets are spoused to be independent units. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095578#4095578 Reply to

[jboss-user] [Installation, Configuration DEPLOYMENT] - What is the default connection pool size for JBoss 4.0.4 GA?

2007-10-16 Thread sjewett
Hi All, We are running JBoss app server 4.0.4 GA on RedHat Linux. Does anyone know the default connection pool size if you don't specify anything in the datasource definition (oracle-ds.xml)? We're running Oracle 9i. Thanks in advance. -steve View the original post :

[jboss-user] [JBossCache] - Explicit locking

2007-10-16 Thread ravisoni1986
Hi, Is there any way in JBoss cache to explicit lock the node across cluster(distributed lock)?? I want to lock the whole cache when doing some databse operation. Thanks, Ravi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095581#4095581 Reply to the post :

[jboss-user] [JBoss Portal] - Re: removing the default portal

2007-10-16 Thread cry4dawn
it didnt work. i built it in windows and rsync'ed it to the solaris box. it starts up fine, but when i try to even get the default maven jsp nothing happens. its like the server is not even listening to incoming requests. the jmx console doesnt work and there are no errors in the log, even at

[jboss-user] [JBoss jBPM] - Re: actorId string

2007-10-16 Thread Olivier_Debels
Thanx, Looking forward to see how this one evolves. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095580#4095580 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095580 ___

[jboss-user] [JBoss jBPM] - Re: Still combox box

2007-10-16 Thread lmichenaud
That's ok, i just add value=#{var['type']} and it is ok now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095584#4095584 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095584

[jboss-user] [EJB 3.0] - Re: Why is injection not working in AS 4.0 and 4.2 (servlets

2007-10-16 Thread Dushyant01
Hi, My application consists of the a JSF Page that has a backing bean- view.backing.Start. here i'm trying to lookup my ejb using @EJB(mappedName=...jndiName) private JBejb obj; where JBejb is the remote interface of my SLSB-JBejbBean. i am facing the problem that my JBoss4.2.1 server is

[jboss-user] [JBoss Seam] - Re: Logging all uncaught exceptions to a separate Logger?

2007-10-16 Thread [EMAIL PROTECTED]
You should add this as a FAQ on the wiki... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095587#4095587 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095587 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: @Unwrap question

2007-10-16 Thread mnrz
Hi all I have a question about @Unwrap. I tried @Unwrap in a test application and as I understood, the whole bean will play on behalf of the wrapped context variable. for instance if I have method | @name(bean) | class MyBean { | | @Unwrap | public User

[jboss-user] [JBoss Seam] - Re: @DataModel not working with scrollableDataGrid

2007-10-16 Thread [EMAIL PROTECTED]
Ask in richfaces forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095589#4095589 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095589 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Using JAAS Authentication with SSL

2007-10-16 Thread btsibr
No ideas on where I would need to make some changes to get a subject created from the sslbisocket connection? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095591#4095591 Reply to the post :

[jboss-user] [JBoss Seam] - Re: DataInputSelection has problem with injection

2007-10-16 Thread [EMAIL PROTECTED]
Stack trace? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095593#4095593 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095593 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: General Exception Handling in JBPM

2007-10-16 Thread Cynosure
kukeltje wrote : If it works, it sounds like there is nothing wrong with this. I'm only not sure what happens if this occurs in one of the legs of a fork and the join is entered from the 'other' leg. | | Would be nice if you could show us a full example, maybe on the wiki? Many people are

[jboss-user] [Microcontainer] - Re: lifecycle-configure not found as a child of {urn:jboss:b

2007-10-16 Thread [EMAIL PROTECTED]
Try enabling TRACE for org.jboss.xb.binding.sunday.unmarshalling.XsdBinder. It will show whether the aop xsd is parsed and {urn:jboss:aop-beans:1.0}lifecycle-configure is actually there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095596#4095596 Reply to

[jboss-user] [JBoss Seam] - s:selectItems not showing correct value

2007-10-16 Thread Bas Rutten
Hi, I recently switched from Seam 1.2.1.GA to Seam 2.0.0.CR2 and this switch seems to have broken the behaviour of s:selectItems/ The problem also seems to be discussed in this thread: http://www.jboss.com/index.html?module=bbop=viewtopicp=4061427#4061427 but there is not really any mention

[jboss-user] [JBossWS] - SessionBean as WebService - again complex data structures

2007-10-16 Thread CarstenRudat
Hi all, I have a SLSB and want it to be accessable through a webservice. So I write | package com.genloop.ejb.beans.service; | | import javax.ejb.Remote; | import javax.jws.WebMethod; | import javax.jws.WebService; | import javax.jws.soap.SOAPBinding; | | @WebService |

[jboss-user] [JBoss Seam] - Re: coerceToType / javaassist error

2007-10-16 Thread [EMAIL PROTECTED]
Remember JSF impls changed between AS 4.0.5 and 4.2. The problem arises from mapping your ManyToOne as lazy. Unfortunately I don't think @Proxy will help as you will still be trying to coerce to a proxy. View the original post :

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

2007-10-16 Thread vlaugier
Hello, I hope this discussion is not closed because I have the same problem with jboss_eap_4.2.0_CP1 I have followed instructions on http://wiki.jboss.org/wiki/Wiki.jsp?page=VirtualHosts hoping that the configuration for jboss 4.0 also works for 4.2 (unlike Tom I do not know if my

[jboss-user] [JBoss Seam] - Re: coerceToType / javaassist error

2007-10-16 Thread damianharvey
Thanks Pete. Just tried changing the mapping to EAGER and it works fine. Much appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095604#4095604 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095604

[jboss-user] [JBoss Seam] - Re: s:selectItems not showing correct value

2007-10-16 Thread [EMAIL PROTECTED]
The resolution was that I altered the compoent so that if the value changes then the cached value is updated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095603#4095603 Reply to the post :

[jboss-user] [JBoss Seam] - noobie-how to write custom exception

2007-10-16 Thread Stateless Bean
Hi, Can anyone tell me how to write my custom exception handler class? here is my seam methow | public void myMethod() { | try { | | } | catch (MyException e) { | | } | } and my class | public class MyException extends

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

2007-10-16 Thread kukeltje
authentication is done by the appserver. jBPM just get's a string from that. The resolving of the supervisor/employee relation is done by the identity module (see the testcases in the source). You have to implement your own to get what you want. View the original post :

[jboss-user] [JBoss Seam] - Re: Help - post login and EntityHome instance

2007-10-16 Thread terryb
thanks, I should do that for login process. However, I discovered I have similar problem with other forms. If I view View or Edit form, both of wich utilise EntityHome, and then right after I click on Add form, the Add form shows record which was focused by View or Edit form. Is there a way,

[jboss-user] [JBoss jBPM] - Re: jPDL Designer 3.1.0SP1 and Eclipse 3.3: ClassCastExcepti

2007-10-16 Thread dleerob
Remember, you cant just download eclipse 3.3, you need all the relevant plugins as well, and make sure they are the correct versions. These are mentioned in the META-INF\MANIFEST.MF file that comes with the GPD download. I also had weird errors until I downloaded all the latest plugins that

[jboss-user] [JBoss jBPM] - Re: jPDL Designer 3.1.0SP1 and Eclipse 3.3: ClassCastExcepti

2007-10-16 Thread dleerob
Oh and after you have installed a fresh copy of Eclipse with all the plugins I mentioned above, don't forget to configure the Jbpm runtime in Eclipse, mentioned in the Getting Started Guide I think. Click: Window-- Preferences -- JBoss Jbpm -- Runtime Locations -- and add jbpm 3.2.2 View the

[jboss-user] [JBoss Seam] - Re: Seam 2.0 / Tomahawk 1.1.6

2007-10-16 Thread yilmaz_
tomahawk 114 has same problem. you can put manually that hidden field in your source View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095622#4095622 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095622

[jboss-user] [JBoss Seam] - Re: Quartz - persisting timers on the database problem.

2007-10-16 Thread raffaele.camanzo
I tried to go deeper in the problem and found these lines in the server.log: | 2007-10-16 15:26:44,810 INFO [org.jboss.seam.contexts.Contexts] starting up: org.jboss.seam.async.dispatcher | 2007-10-16 15:26:44,977 INFO [org.jboss.seam.async.QuartzDispatcher] No seam.quartz.properties

[jboss-user] [Beginners Corner] - What is a Jasper Listener?

2007-10-16 Thread BruceSpringfield
What is a Jasper Listener? Where can I get more info on it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095626#4095626 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095626

[jboss-user] [JBoss jBPM] - Passing ContextInstance as parameter to session bean ?

2007-10-16 Thread preitsma
Hi, I am reflecting a bit on the architecture of my JBPM driven back-end file processing application: I wrote a couple of stateless session beans that provide more or less atomic functions (methods). From the action handlers in my processes I make remote EJB calls to these methods. Every

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss 4.2.1 GA install problem

2007-10-16 Thread light1
I have downloaded jboss-4.2.1.GA.zip and installed in fedora core 6. The other supporting packages that installed for jboss are jdk-1_5_0_13-linux-i586.rpm on /usr/java/jdk-1_5_0_13 java-1.5.0-sun-compat-1.5.0.13-1jpp.i586.rpm ant version 1.6.5 installed by deafult but I am not able to run

[jboss-user] [Security JAAS/JBoss] - How can I protect a directory with Jaas?

2007-10-16 Thread nournouri
Hi, I am new with JBoss and I want to protect some pdf files with Jaas. Does someone know how I can protect files/directories with Jaas, i.e. when someone wants to access the file he must sign in first. Since I am not very familiar with Jaas/JBoss I would appreciate a detailed explanation,

[jboss-user] [JBoss Seam] - Re: coerceToType / javaassist error

2007-10-16 Thread [EMAIL PROTECTED]
Or you can ommit the property entirely. I would like to get this fixed properly - however as it stands either JSF or EL needs to be aware of javassist proxies (I can't see another solution). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095633#4095633 Reply

[jboss-user] [JBoss Seam] - Split deployment using seam

2007-10-16 Thread sonas
Hi, I am looking for documentation that explicitly addresses the issue of how to develop/split an ear file so that it can be deployed on separate web and application containers when using seam. I would really appreciate your thoughts on the pros cons of such an aproach with seam how best

  1   2   3   >