[jboss-user] [Beginners Corner] - Re: Jboss4.0.2 Startup Exceptions

2008-04-29 Thread [EMAIL PROTECTED]
Thanks Peter, I've deleted the following xml files : cache-invalidation-service.xml cluster-service.xml But I'll rather try what you've suggested here. THanks Nina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147428#4147428 Reply to the post : http://ww

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2008-04-29 Thread leonidMir
Thank you Peter for your reply, you are always willing to help! Here is my application.xml file: | http://java.sun.com/xml/ns/j2ee"; version="1.4" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/ xml/ns/j2ee |

[jboss-user] [EJB/JBoss] - Re: Socket keep alive with client EJB

2008-04-29 Thread slimamar
The problem has been resolved : http://www.jboss.com/index.html?module=bb&op=viewtopic&t=134089 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147436#4147436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147436 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate - Automatic Dialect recognition?

2008-04-29 Thread Gatz
Hi, I was just wondering what Hibernate will do if I don't specify any dialect at all. Does it try to figure it out based on the connection string or something else, or does it just use a general dialect (which would be bad I guess...)? Thanks View the original post : http://www.jboss.com/ind

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: help : WARN [UDP] failed to join /224.0.0.75:7500

2008-04-29 Thread j-root
thx 4 reply PeterJ , actually i need the 'all' configuration for clustering . in prior jboss versions like 4.0.4 , i didn't faced this issue . for my network , all the jbossas instance in the segment and there is nothing blocking the traffic . View the original post : http://www.jboss.com/in

[jboss-user] [Clustering/JBoss] - Help me find best solution

2008-04-29 Thread blady
Hi! Problem: I have an algorithm works on mathematical data structure (some kind of graph). Data structure is quite big (over 1GB), that is why first i need to load data into memory (it takes a while) and set some conditions for start and end. Generally it is all about tasks and resources. Wh

[jboss-user] [Remoting] - Re: Socket keep alive with client EJB

2008-04-29 Thread slimamar
The version of JBossRemoting which ships with JBoss AS 5.0.0.Beta4 is : JBossRemoting Version 2.2.2.SP4 (Bluto) I have downloaded JBossRemoting 2.4.0.CR2 then placed jboss-remoting.jar in JBoss AS 5.0.0.Beta4 and it works fine. When we set the parameter "invokerDestructionDelay" to a positive

[jboss-user] [EJB 3.0] - Re: Setting persistence JNDI name for PersistenceContext

2008-04-29 Thread jaikiran
The @PersistenceContext does not accept an attribute like jndiName, where you could have specified the jndi-name of the entitymanager. However, i do see a way out. There's a @Resource annotation which accepts a mappedName attribute (which is nothing but the jndi-name of a resource) and also th

[jboss-user] [JBoss Portal] - Re: IdentityLoginModule not found

2008-04-29 Thread loucs
thank you all, i found the module and the code i wanted. thanks again, -- Lucas Montes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147449#4147449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147449 __

[jboss-user] [JBoss Cache: Core Edition] - Re: write lock for / could not be acquired after 15000 ms

2008-04-29 Thread jay_bee
After much testing and trawling of forums it looks like we're taking a 3rd option, which is unfortunately to stop using JBoss Cache. We'd rather not but as a solution to the problem can't be found we have no other option. Hopefully at a future date we can reinstate it if a solution/explanation i

[jboss-user] [JBoss AOP] - Re: Can i have interceptor on throw exception?

2008-04-29 Thread [EMAIL PROTECTED]
yes, you can just add an interceptor that catches exceptions. i made an ejb3 interceptor for a client some time ago that was just a "wrapper" for exceptions. eg, if an exception was thrown the interceptor would catch it, parse it, and then throw a checked in-house exception ( we didnt want the

[jboss-user] [EJB 3.0] - Re: Why is Remote Interface not installed

2008-04-29 Thread jaikiran
anonymous wrote : but the Remote Interface cannot be found through the lookup. Markus, Can you tell us what exactly you mean by remote interface cannot be found? Do you see any exceptions while doing the lookup? If yes, please post those logs. Also, please post the code where you are doing the

[jboss-user] [JBoss Portal] - Ldap authentication failed with /auth/... url

2008-04-29 Thread kmekme
Hi, I've set up LDAP configuration for jboss-portal in login-config.xml like this : | | | | | | | | | | | | | | true | true | Medecin | java:

[jboss-user] [JBoss Tools (users)] - Re: RichFaces 3.2 - Manual installation

2008-04-29 Thread [EMAIL PROTECTED]
rsarto - what do you mean ? You mean about updating the jars in your existing projects ? then that is something you just need to do manually by copying in the jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147456#4147456 Reply to the post : http://www.

[jboss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule and additional state

2008-04-29 Thread bidd
Thank you for the reply and sorry - I didn't quite make myself clear. Using state was not the correct term. Having read the JAAS tutorial I see that a Subject can have many principals. For instance a username, a social security number etc. Using the ClientLoginModule (from a remote java client

[jboss-user] [JBoss AOP] - Re: Can i have interceptor on throw exception?

2008-04-29 Thread avihaimar
I think i didnt was clear, so please let me explain again the problem. I have a Statless bean with method - doProcess(){ processA(); entitymanager.find(); } the call to entitymanager.find failed, because it complains that the transaction was marked for rollback. My problem is to fin

[jboss-user] [JBoss Portal] - Re: automatically deploy one portlet inside the dashboard on

2008-04-29 Thread ameo
Hi, watch the \jboss-portal.sar\conf\data\default-object.xml for dashboard portal. Configure the template portal, then your portlets will occur in the dashboards. ameo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147461#4147461 Reply to the post : ht

[jboss-user] [JBossWS] - Re: Newbee Q: Returning hashmaps

2008-04-29 Thread mikkus
toString() outputs the contents of the HashMap only if the class generated is actually a HashMap, otherwise it outputs the java class instance name. Most probably, wsconsume generated a class named HashMap, instead of using java.util.HashMap. This class is not actually a hashmap but a representa

[jboss-user] [Remoting] - Re: Encounting

2008-04-29 Thread lanceliao
After the above error, we tried another several times. and we got the following. 1. we tried client side again on another PC, and it gave the following exception: 4360 [main] ERROR org.jboss.remoting.transport.socket.MicroSocketClientInvoker - Error setting up S ocketClientInvoker[b61fd1, socke

[jboss-user] [JBoss Portal] - Re: Ldap authentication failed with /auth/... url

2008-04-29 Thread kmekme
Ok i've fou nd an answer if anyone is interested. By default, JBoss portal /auth/* URL are mapped to "Authenticated" role. I've either the choice of create a role "Authenticated" in my LDAP and put all my users inside or change the web.xml configuration in deploy\jboss-portal.sar\portal-server.

[jboss-user] [JBoss jBPM] - solved - Re: Dynamic task creation

2008-04-29 Thread massimiliano_cuccia
Scull, I doesn't understood. But now It works. At the end of all my attempts I resolved. Continue reading to know all the story.. Hope this will help someone. I moved The action that creates all the dynamic tasks to the node-enter of the task to "clone" (if you followed the example in the previ

[jboss-user] [JBoss Cache: Core Edition] - Re: write lock for / could not be acquired after 15000 ms

2008-04-29 Thread [EMAIL PROTECTED]
Could you also confirm that you have set the LockParentForChildInsertRemove to it's default, which is false? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147468#4147468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss jBPM] - Formatting mail node text

2008-04-29 Thread francis1970
Hi all, I'm looking for a little advice: Question #1 how can I use some basic formatting in my mail nodes (at least line feeds and tabs) ? I have tried with \n and \t but it yields nothing. #Question2 anybody managed to send e-mail in HTML format ??? Thanks a lot Francesco View the orig

[jboss-user] [JBoss jBPM] - jBPM-3.2.2 JBOSS-4.2.2.GA Clustering environment issue

2008-04-29 Thread anudeep20
Hi, I am trying to setup the Clustering environment for the jBPM (jbpm-console.war). I have two nodes in the cluster. But when load balancer contacts the first node, an error is coming while browsing through the web application: It seems the NodeHashMap in the gravel-14.jar is not Serializable.

[jboss-user] [JBossWS] - Install failure

2008-04-29 Thread fredatwork
Hello, I trying to install JBoss WS 3.0.1 on top of my JBoss AS 4.2.1 application server. I'm following the instructions given here : http://jbws.dyndns.org/mediawiki/index.php?title=Install_JBossWS I reveive this as I try to install JBoss WS: | C:\Programs\jbossws-native-dist>ant deploy-jb

[jboss-user] [JNDI/Naming/Network] - transaction exception while jndi lookup

2008-04-29 Thread loucs
hello, I will try to expose my situation in details : I'm working on a project using jboss-portal. i've got an ear archive deployed which contains portlets for jboss portal, and a lot of entity beans mapped with JPA. I'm trying to reimplement portal Identity API (HibernateUserModule, Hiberna

[jboss-user] [JBoss Portal] - problem while implementing portal identity API with a jndi l

2008-04-29 Thread loucs
hello, I will try to expose my situation in details : I'm working on a project using jboss-portal. i've got an ear archive deployed which contains portlets for jboss portal, and a lot of entity beans mapped with JPA. I'm trying to reimplement portal Identity API (HibernateUserModule, Hibernat

[jboss-user] [JBoss Cache: Core Edition] - Re: Should be able to use ClusteredCacheLoader with CacheMod

2008-04-29 Thread [EMAIL PROTECTED]
Well, basically the reason you have a cache loader is so that you have a place to store state that would otherwise be in memory. As such, state in the cache loader would always be state that is relevant to the node in question. E.g., if you were using a file-based cache loader, any state on no

[jboss-user] [J2EE Design Patterns] - Is it possible to put facelet.taglib into .jar?

2008-04-29 Thread hrast200
Hello! I was wondering can I put all my .xhtml facelets from WEB-INF/tags directory into one .jar and use it in my web application (as a external lib or something like that)? That way implementation of existing facelets into new project and maintaining the existing would be much quicker... I

[jboss-user] [JBoss jBPM] - Re: attachments in the task lists

2008-04-29 Thread neuquino
Which is the state of this feature? Is already implemented? Is there any kind of documentation about it? Thanks, Neuquino View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147480#4147480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss jBPM] - checking user input

2008-04-29 Thread Pebbels
Hi guys, when a user submits the save button I would like the system to compare the entered date with a process variable representing a date so a jpdl-buildin converter does not fit . The application is supposed to show an error message and not to submit the form. How is it to impleme

[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2008-04-29 Thread mkgtvm
Hi, Any body resolved this, please let me know. We are also facing this issue. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147483#4147483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147483

[jboss-user] [JBoss jBPM] - Re: attachments in the task lists

2008-04-29 Thread salaboy21
You can and an URL or a Path to the resource.. then you must resolve that to find the resource.. Mendocino View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147484#4147484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBossWS] - Re: Install failure

2008-04-29 Thread [EMAIL PROTECTED]
It seems that other Windows process locked this file. Isn't your JBoss AS running? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147482#4147482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147482 ___

[jboss-user] [JBoss Portal] - Re: automatically deploy one portlet inside the dashboard on

2008-04-29 Thread felipefo
thanks for you help!! it works fine!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147481#4147481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147481 ___ jboss-user maili

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to configure session data crossover detection

2008-04-29 Thread ndrw_cheung
Hi, all. I'm running jboss 4.0.5GA, portal version 2.4.1 (with a custom application running inside the portal). I have 2 instances of the app. server running on the same virtual machine, fronted by iChain. There is an occasional problem where data for one logged in user gets the data from anothe

[jboss-user] [JBoss Cache: Core Edition] - Re: write lock for / could not be acquired after 15000 ms

2008-04-29 Thread jay_bee
Yep. It was set to false, although in the link you provided:- anonymous wrote : Controls whether inserting or removing a node requires a write lock on the node's parent (when pessimistic locking is used). The default value is false. | it seems to imply it should only be used on pessimistic l

[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2008-04-29 Thread afmarsal
start jboss with run -b 0.0.0.0 That will make jboss bind to all available addresses. Otherwise it only binds to localhost. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147497#4147497 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [EJB 3.0] - Re: How can the EJB3 Application client run in ACC on JBoss

2008-04-29 Thread afmarsal
AFAIK, in JBoss 4.x you just include the jars in the directory client of your jboss installation into you running classpath. You just execute your java class, and the client jars take care of the rest. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147499#414

[jboss-user] [EJB/JBoss] - Re: serious leak container doesnt call ejb remove() -- urgen

2008-04-29 Thread mikkus
The container needs not remove SLSBs. SLSBs are, as the name implies, stateless. Therefore, they can be reused, and the container does exactly that. They are kept in an instance pool and reused when necessary. This is a feature, it allows the container to use an already constructed instance inst

[jboss-user] [JBossWS] - Re: NullPointerException from JBossXSEntityResolver

2008-04-29 Thread mxs
There is an ant/eclipse project to reproduce the problem right here: http://page.mi.fu-berlin.de/schmidtm/jbossws-jaxb/TestJBossWS.zip The download is quite big as it contains all those library dependencies. Run ant to get a WAR that can be used for deployment on JBoss 4.2.2GA. Also tried with th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Shutdown error with JBoss AS 5.0.0.Beta4

2008-04-29 Thread slimamar
When we shutdown the server, we 've got an error in the server.log file : | 2008-04-29 14:49:39,376 DEBUG [org.jboss.system.microcontainer.StartStopLifecycleAction] Error during stop for jboss.aop:service=AspectManager | java.lang.reflect.UndeclaredThrowableException | at $Proxy5.s

[jboss-user] [EJB 3.0] - Re: EJB Annotation question?

2008-04-29 Thread afmarsal
Hi, is it possible with JBoss 4.2.2 ? Is it planned for Jboss 5.x ? It's a great feature when developing a client... Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147504#4147504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss AOP] - Re: Can i have interceptor on throw exception?

2008-04-29 Thread stalep
you cant use "normal" aop on ejb beans since they are changed when deployed on jboss. but if you use ejb3 you can use the interceptor util thats included in the spec to do what you ask for. so since you call entitymanager.find(..) im guessing you are using ejb3. if you are take a look at http:/

[jboss-user] [JBoss Portal] - Re: automatically deploy one portlet inside the dashboard on

2008-04-29 Thread felipefo
One more question. I would like to create pages on the dashboard for all user that have a specific role. Is there an way to do that? overwrite dashboard:(role??) mypagename . I want to create a new page on one user das

[jboss-user] [JBoss AOP] - Re: Can i have interceptor on throw exception?

2008-04-29 Thread avihaimar
I know how to add interceptor to ejb. this is not the problem. the problem is how to catch any throw exception in the system or intercept tranaction.rollback View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147508#4147508 Reply to the post : http://www.jboss.c

[jboss-user] [Security & JAAS/JBoss] - Re: Can i get all users in the system?

2008-04-29 Thread avihaimar
what??? I am working with Jboss4.2 and not use any web View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147509#4147509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147509 ___

[jboss-user] [JBoss Messaging] - monitoring msg updates via queues

2008-04-29 Thread minixman
Does anyone know if there is a way to get the current amount of msgs going in a queue. So if i am pushing in msgs into the queue, i want to get the running amount going in. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147510#4147510 Reply to the post : h

[jboss-user] [Management, JMX/JBoss] - Encrypt JMX console password

2008-04-29 Thread katzshay
Hi all, I'm using the JMX console security as it written http://wiki.jboss.org/wiki/SecureTheJmxConsole Everything works fine and i'm getting a box for entering the username/password when i'm trying to get into: http://localhost:8080/jmx-console, but my question is: The JMX console storing the u

[jboss-user] [JBoss Portal] - using commons logging with Log4jService

2008-04-29 Thread erezharari
jboss use log4j throughLog4jService. how can i use commons logging with the service Log4jService? i wrote a test with common logging. configured a logger and an appender in jboss-log4l.xml. put commons-logging.properties in a jar under server/default/lib with content: org.apache.commons.logging.Lo

[jboss-user] [JBossWS] - Error deploying EJB 3 Webservice on Jboss 5.0.0 Beta 4

2008-04-29 Thread felle82
Hi all, When I deploy my ear containig a Webservice implementation I have a Nested Exeption: 15:52:40,102 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/D:/DEV/jboss-5.0.0.Beta4/server/default/deploy/SII_PublishSubscribeEAR.ear state=PostClassLoader mo | de=Manual re

[jboss-user] [JBossWS] - Re: Newbee Q: Returning hashmaps

2008-04-29 Thread soch
"mikkus" wrote : toString() outputs the contents of the HashMap only if the class generated is actually a HashMap, otherwise it outputs the java class instance name. | | Most probably, wsconsume generated a class named HashMap, instead of using java.util.HashMap. This class is not actually

[jboss-user] [JBoss AOP] - Re: Can i have interceptor on throw exception?

2008-04-29 Thread stalep
the code i provided above will catch any exception thrown in a method that is intercepted. just add the above interceptor to the methods that can/will throw an exception and it will catch it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147521#4147521 Repl

[jboss-user] [Security & JAAS/JBoss] - Re: Can i get all users in the system?

2008-04-29 Thread ragavgomatam
How are your users logging in to jboss ? Web or java ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147522#4147522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147522 __

[jboss-user] [Messaging, JMS & JBossMQ] - How to access JBOSS by providing IP address

2008-04-29 Thread priyarao234
Hi, i'm not able to access my jboss server using my ip address like http://192.168.55.147:8080/... but it is working fine when i use with the name localhost like http://localhost:8080/ So plz tell me the which file i hav to modify r anything related to dis any help is appriciated,,, thanks

[jboss-user] [Clustering/JBoss] - Channel.getState() failed

2008-04-29 Thread greeneagle
Hi, One of our customers reported a very strange behaviour of the jboss-cluster today. The cluster contains 8 server-nodes (jbossas-4.05) running in the same subnet. Everytime one of the nodes starts up the exception below occurs. The most funny thing is that everything worked fine when I left t

[jboss-user] [Remoting] - ConnectionNotifier: NullPointerException!

2008-04-29 Thread slogger
Hello, gurus! Tim Fox (Messaging Lead) adviced me to post this problem on remoting forum. I am using JBoss Messaging 1.4.0.SP3 on Jboss AS 4.2.1 GA (non-clustered installation). Jboss messaging uses remoting 2.2.2 SP4 (it's requirements in release notes for messaging). The JBoss Messaging conf

[jboss-user] [Security & JAAS/JBoss] - Re: Can i get all users in the system?

2008-04-29 Thread avihaimar
Using java. i write custom login module. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147530#4147530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147530 ___ jboss-user mai

[jboss-user] [JBoss AOP] - Re: Can i have interceptor on throw exception?

2008-04-29 Thread avihaimar
Thanks for your answer. The method call to - > processA , which call to xxx() wich call to yyy()... somewhere in the middle for example in yyy() an exception (rollbak exception) is thronw and catched , so the code is not usefull. i need to know where in my code (if there is) exception is thrown

[jboss-user] [Messaging, JMS & JBossMQ] - Cluster nodes fails to correctly deploy JMS Topic

2008-04-29 Thread zdev
We are currently using JBoss 4.0.5.GA_CP06. In one of our customer deployments, there is a two node cluster. We are seeing one of the nodes come up with no problem, but the other node comes up and fails to correctly deploy our JMS topic. The error in the stdout log is: 20:30:17,718 ERROR [U

[jboss-user] [JBoss jBPM] - Re: wait activity getting its value from expression?

2008-04-29 Thread meghanai_99
Yes. That's how BPEL does it. I got the above expression right now. It needs 2 digits for all single digit values i.e. 0 to 9 so | | works. I still don't know how to access an expression with queries though. It will be great if someone can advise. Thank you, Meghana. View the origi

[jboss-user] [Management, JMX/JBoss] - Re: Encrypt JMX console password

2008-04-29 Thread csaldanh
This link might help: http://docs.jboss.org/jbossas/getting_started/v2/startguide40/security.html Cheers Clive View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147548#4147548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Security & JAAS/JBoss] - Re: Can i get all users in the system?

2008-04-29 Thread ragavgomatam
well then, can you use the database ? As a user logs in, put his userId in the db , along with a timestamp may be...When user hits the LoginContext.logout(), you can clear it out if you want View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147551#4147551 R

[jboss-user] [Security & JAAS/JBoss] - Re: Can i get all users in the system?

2008-04-29 Thread avihaimar
The problem with this is in case that the user dosnt call to logout, like in case that the client crash or the user wasnt active for a while. Does JBoss have a list of its own? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147556#4147556 Reply to the post

[jboss-user] [Security & JAAS/JBoss] - Re: Can i get all users in the system?

2008-04-29 Thread ragavgomatam
So then do you want to mimic a HttpSession from a java client ? Like time out etc ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147558#4147558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147558 _

[jboss-user] [Security & JAAS/JBoss] - Re: Can i get all users in the system?

2008-04-29 Thread avihaimar
yep, something like this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147565#4147565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147565 ___ jboss-user mailing list jboss-

[jboss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule and additional state

2008-04-29 Thread ragavgomatam
Yeah...As you say adding a CustomPrincipal with additional properties could help. There is a post in this same forum where an example (full source code) on CustomPincipal with additional properties is posted. Check it out. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Portal] - Re: 2.6.1 Bug in CreateActionURL ?

2008-04-29 Thread EricML
Does anybody know, if this is a bug? I've exactly the same issue. Is there another method to generate an ActionURL? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147566#4147566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBossWS] - Re: Newbee Q: Returning hashmaps

2008-04-29 Thread mikkus
It seems the wsdl file has an empty type for HashMap, see this: | | | The abstractMap type contains nothing (an empty sequence). So there seems to be a problem with mapping the original type on the server side. What version on JBossWS are you using? The one that comes bundled o

[jboss-user] [EJB 3.0] - Re: Why is Remote Interface not installed

2008-04-29 Thread baumar
Hi, Sorry to forget this, I was too straight. (My analysis was: the NamingException is due to the ClassNotFoundException: The class of the remote interface cannot be found because it is not there, as it shows in the JMX-console. But maybe that analysis is already wrong...) The code for the cli

[jboss-user] [Security & JAAS/JBoss] - Re: Can i get all users in the system?

2008-04-29 Thread ragavgomatam
Problem is even if you can detect a time out( by running a seperate thread etc) , how will you log them out ? Unless Client calls LoginContext.logout(), they will never log out. Also you can't force a log out, unless jboss provides some internal hooks that allows you to flush the credentials Vi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Start JBoss on system boot

2008-04-29 Thread Marcos_APS
- JBoss 4.2.2.GA - Windows Server 2003 Hello, everybody! How do I start JBoss on system boot on Windows Server 2003? Thank you. Marcos View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147576#4147576 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Tools (users)] - Debugging a JSF project on Eclipse

2008-04-29 Thread ZeManel
Hi, It's possible to use Eclipse debugger in a JSF application?, because it doesn't stop at backbean breakpoints, i can only use seam debug on the xhtml page but it don't let me see the bean variable values, excepting the ones that are send to the page. Thanks View the original post : http:/

[jboss-user] [JBoss Portal] - Re: SynchronizingLDAPExtLoginModule

2008-04-29 Thread DeanoUK
This source code seems to have moved for this class, and also for org.jboss.portal.identity.auth.IdentityLoginModule. I can find neither within the Jboss Portal 2.6.4 source, nor subversion. Can anyone point me in the right direction please? View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Portal] - Re: Unable to itrate through portal nodes

2008-04-29 Thread shankarkhanna
Hi ameo, All worked perfectly. Thanks for your help. :) Regards, Shankar Khanna View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147582#4147582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147582 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss deployment problem

2008-04-29 Thread leileicici
Hi experts I am using Jboss 4.2.2.GA to deploy my java ee program but suddenly today the error msg came out when i deploy it. (Previously the program can be deployed correctly). Here is the error msg: --- MBeans waiting for other MBeans --- ObjectName: persistence.units:ear=EVSEntApp.ear,jar=E

[jboss-user] [Security & JAAS/JBoss] - Re: Can i get all users in the system?

2008-04-29 Thread avihaimar
This is the point. I want to be able to have kind of session and to logout after XXX minutes of inactive. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147586#4147586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147

[jboss-user] [JBossWS] - Re: Error deploying EJB 3 Webservice on Jboss 5.0.0 Beta 4

2008-04-29 Thread felle82
I found the problem http://jira.jboss.org/jira/browse/JBWS-1985 Insert: reader.setEntityResolver(new JBossEntityResolver()); between: SAXReader reader = new SAXReader(); | Document document = reader.read(source); in th sourcefile org.jboss.wsf.container.jboss42.WebXMLRewriterImpl and rebui

[jboss-user] [JBoss Tools (users)] - datatable: var placeholder cannot be resolved

2008-04-29 Thread Alfredo
Hi all, I use Eclipse 3.3.2 with WTP and JBossTools 2.0.1.GA plugin. I have problem resolving "var" placeholder inside datatable. | | | | The text "#{item}" is suggested by the environment but the item's attributes was not resolved when I try to do ctrl

[jboss-user] [JBoss Tools (users)] - Re: Debugging a JSF project on Eclipse

2008-04-29 Thread [EMAIL PROTECTED]
not sure what you mean. jsf backing beans are just ajve so normal breakpoints should just work fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147592#4147592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147592 _

[jboss-user] [JBoss jBPM] - Re: checking user input

2008-04-29 Thread kukeltje
when you want this kind of functionality, it is better to use plain jsf or better yet, use seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147601#4147601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147601 _

[jboss-user] [JBoss jBPM] - Re: Formatting mail node text

2008-04-29 Thread kukeltje
question 1: I have no idea. sorry. question 2: jbpm does not support html mail (yet) but some have made it work by customizing the mail class View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147603#4147603 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss jBPM] - Re: wait activity getting its value from expression?

2008-04-29 Thread kukeltje
ahhh shoot, THAT I should have known View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147604#4147604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147604 ___ jboss-user mailing

[jboss-user] [JBoss AOP] - Re: Can i have interceptor on throw exception?

2008-04-29 Thread [EMAIL PROTECTED]
im not sure that i completely understand what you mean, but here we go :) you have a method yyy() that throws an exception which again triggers a rollback and an exception is then again thrown on the method thats "outside" of the transaction (correct?). which exception do you want to catch? the r

[jboss-user] [JBossWS] - Re: Can not find truststore url

2008-04-29 Thread marcel_stanley
I got the same error at the same platform an I still have no idea why its happening... I'm working on that right now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147608#4147608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2008-04-29 Thread PeterJ
Why don't you go with something simpler - get rid of the namespaces altogether: | JBoss Notebook ToDo Application | JBoss Notebook ToDo Application | | todo.jar | | | | todo.war | todo | | | V

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: help : WARN [UDP] failed to join /224.0.0.75:7500

2008-04-29 Thread PeterJ
Did you check to see if anything else was using port 7500? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147611#4147611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147611

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate - Automatic Dialect recognition?

2008-04-29 Thread PeterJ
My understanding is that it attempts a few queries and based on the response determines what database it is using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147610#4147610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] Re: how to handle a form with input in modalPanel?

2008-04-29 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=16326 Posted on behalf of a User Is this problem solved??? If so can you pl share your code In Response To: I was posting on richFaces users forum but no luck. How can I implement this use case in JSF/Seam? Does anybody else use a modalP

[jboss-user] [JBoss Portal] - Re: using commons logging with Log4jService

2008-04-29 Thread PeterJ
What type of application are you trying to log? EJB? Servlet? Portlet? Please post the changes you made to jboss-log4j.xml. Be sure to enclose the text in code brackets and preview your post (to check the formatting) before submitting it. (Also, if you are not attmepting to do logging from a po

[jboss-user] [Security & JAAS/JBoss] - Re: Can i get all users in the system?

2008-04-29 Thread ragavgomatam
I was digging around the jboss src code. Can you get hold of SecurityAssociationActions.clear() ? If yes, then probably you can call clear() on that class when you sense a time-out. I haven't tried it though View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41476

[jboss-user] [JBoss Portal] - Identity Admin Portlet bug?

2008-04-29 Thread darkwingedangel9
Hi everyone: I found this problem: - I enter as admin then i created 11 users with the role "user" - I go to the Role Mangement section and then i click in the members link from the "user" role. - I get an ugly error message in the Members tab. Cause: javax.portlet.PortletException: Component

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: help : WARN [UDP] failed to join /224.0.0.75:7500

2008-04-29 Thread j-root
no , noting blocking . you know something , 2day i executed the run.sh script with the switch -b 'interface IP" and it worked fine . in the prior version of jbossas , like <= 4.0.4 , i just execute the the run.sh script and it's listing on all my NW interfaces , even with network bonding . but

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Start JBoss on system boot

2008-04-29 Thread j-root
you can add the jboss script for windoze ' run.bat' to the system registry start up keys . check this site explains how to add things to windoze start up through registry : http://www.windowsdevcenter.com/pub/a/oreilly/windows/ron/startup_0401.html J . View the original post : http://www.jb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: help : WARN [UDP] failed to join /224.0.0.75:7500

2008-04-29 Thread PeterJ
It is amazing. 4.2.0, which changed to binding to localhost by default (earlier releases bound to 0.0.0.0, which encompasses all ip address owned by the host), came out over a year ago. Despite that there is a FAQ that mentions this, and there is text in the readme file that points this out, and

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Start JBoss on system boot

2008-04-29 Thread PeterJ
See http://wiki.jboss.org/wiki/en/RunJBossAsAServiceOnWindows?action=e&windowstate=normal&mode=view View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147621#4147621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147621 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Start JBoss on system boot

2008-04-29 Thread Marcos_APS
"PeterJ" wrote : See http://wiki.jboss.org/wiki/en/RunJBossAsAServiceOnWindows?action=e&windowstate=normal&mode=view What's the best option: JBoss Native for Windows or JavaServiceWrapper? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147624#4147624 Reply t

[jboss-user] [JBoss Portal] - Re: SynchronizingLDAPExtLoginModule

2008-04-29 Thread PeterJ
The 2.6.4 source is in subversion at: http://anonsvn.jboss.org/repos/portal/tags/JBoss_Portal_2_6_4/ The identity stuff has been moved into a subproject, you can find it at: http://anonsvn.jboss.org/repos/portal/modules/identity/ In the 2.6.4 source download, after you run a build (go to build

[jboss-user] [JBossWS] - Re: Can not find truststore url

2008-04-29 Thread [EMAIL PROTECTED]
This is ot a ws issue, did you both properly configured the ssl/https connector in the jboss-web server.xml providing the trustore location? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147628#4147628 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Re: removing the identity component

2008-04-29 Thread gustavodesimone
I have the same problem. Have you resolved it? Thank in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147632#4147632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147632

  1   2   >