[jboss-user] [JBoss Seam] - Question about authentication

2007-03-09 Thread xinhua
hello, can someone tell me how can i list all authenticated identity object ? For example, i want to show all online user name. Now, i put all identities into an application scope seam component, and i donot think it is a good solution :( Maybe there is a more easy way to do that in seam...

[jboss-user] [JBoss Seam] - Re: h:selectManyCheckbox and enums

2007-03-09 Thread stu2
I now have a string [] receiving the checkbox values, so the previous post's bean looks like this: | private String [] validationCategories; | And the page renders properly, showing all of the checkboxes. If I don't check any and click Continue, the button's listener gets called,

[jboss-user] [JBoss jBPM] - Re: jBPM with struts issues

2007-03-09 Thread jbmp user
Hi lokesh-egov would you tell me where is this tutorial about implementation with struts?? I'll be very grateful View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026556#4026556 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Print a sql query

2007-03-09 Thread roist
unless you have the default-logging disabled or changed it, server.log should display the prepared statements that are used. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026557#4026557 Reply to the post :

[jboss-user] [JBoss Seam] - Re: h:selectManyCheckbox and enums

2007-03-09 Thread petemuir
s:selectItems doesn't register any converters. You need to put a s:convertEnum / on it Try adding an h:messages to your page and see where the error is ocuring. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026558#4026558 Reply to the post :

[jboss-user] [JBoss Seam] - Re: h:selectManyCheckbox and enums

2007-03-09 Thread petemuir
yeah. s:selectItems should work fine for a selectMany. http://jira.jboss.com/jira/browse/JBSEAM-1014 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026559#4026559 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026559

[jboss-user] [JBossWS] - Re: Exception client / User guide Echo sample

2007-03-09 Thread [EMAIL PROTECTED]
It's in | JBOSS_HOME/client/jboss-saaj.jar | javax/xml/soap/FactoryLoader$PropertyAccessAction.class | javax/xml/soap/FactoryLoader$PropertyFileAccessAction.class | javax/xml/soap/FactoryLoader.class | Do you execute wsrunclient from the JBOSS_HOME/bin directory. If not you'd need to

[jboss-user] [JBossWS] - Re: Strange WSDL File generated with IOException in namespac

2007-03-09 Thread [EMAIL PROTECTED]
You should rely on wsconsume when generating JAX-WS client artefacts: http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#Tools View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026561#4026561 Reply to the post :

[jboss-user] [JBossWS] - Re: JAXB-2.0 for JSR-181 endpoints

2007-03-09 Thread [EMAIL PROTECTED]
http://labs.jboss.com/file-access/default/members/jbossws/downloads/jbossws-samples-1.2.0.GA.zip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026562#4026562 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026562

[jboss-user] [JBossWS] - WSException from a servlet

2007-03-09 Thread Sanver
Hi, I'm using a JBossWS to publish an interface via webServices. I've configured my web.xml to show the service as follows. | ?xml version=1.0 encoding=utf-8? | web-app id=WebApp_ID version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[jboss-user] [JBossWS] - Deployment of JBossWS 1.2 on JBoss 5.0.0 Beta1

2007-03-09 Thread magnus.ahlander
I'm trying to install JBossWS 1.2 on JBoss 5.0.0 Beta1 using the provided ant task (ant deploy-jboss50). However, I get the following server exception: org.jboss.deployment.DeploymentException: Failed to find META-INF/jboss-service.xml for archive jbossws.sar. Inside of the jbossws50.sar file

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Use Eclipse Web-Tools with JBoss 4.x

2007-03-09 Thread littlejoz
Thank you Rob, So what do you advice that have the simple thing I want to do : launch a JBoss 4.2.0.RC1 server, and just being able to force the REPUBLISH of an application (ear) when I decide to. Should I use the standard Eclipse J2EE Entreprise Application Project or something else ? Is

[jboss-user] [JBoss Seam] - jboss seam and saving to the database

2007-03-09 Thread hvram
Hi I am using Seam 1.1.6 and I am facing the following problem Trying to save values to the database redirects me to the Seam debug page on an exception . I am trying to redirect to my page but I am unable to do . The following is what I have done -- I have a database table with

[jboss-user] [Clustering/JBoss] - change default partition name

2007-03-09 Thread cervatz
Hi! I am using EJB3.0 and I am trying to change the partition name of my jboss cluster but I have the following error during startup: --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.j2ee:jar=ejbccv.ejb3,name=AdminManagementBean,service=EJB3 State: FAILED Reason:

[jboss-user] [EJB/JBoss] - How To Use Connection Pooling In JBoss.

2007-03-09 Thread ashish.mishra16
Hi All, I just want to know how to use connection Pooling in JBoss. I m doing a Struts Application. So what could be th effcient way to use it. If somebody have the idea how to Use Jakarta Commons (DBCP, pool) for it, then Plz tell me. Thks in advance.. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Problem deploying JBOSS on HPUX 11.11 machine

2007-03-09 Thread VenkatNaidu
Hi All, Am facing problems while deploying the jboss on HPUX-11.11 machine with configuration all. Am running JBoss in all mode. its working fine in minimal mode. please help me in this issue. sorry for this lengthy post am attching the Server.log for reference

[jboss-user] [EJB 3.0] - XMBean description for @Service annotated mbeans

2007-03-09 Thread kkrivopustov
Hello, we use several MBeans based on POJOs annotated with @Service. Is it possible to add XMBean description for them, like xmbean-dd attribute for XML-based mbeans does? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026574#4026574 Reply to the post :

[jboss-user] [JBoss Seam] - Red Hat JBoss and Exadel Partnership - not a technical quest

2007-03-09 Thread franciscoacb
Since the announcement of Red Hat / JBoss and Exadel partnership, I'm curious about a branding question: why have been choosen the name RH Developer Studio but not JBoss Developer Studio, since the other products were renamed JBoss Ajax4jsf and JBoss RichFaces? Or vice-versa, why not all the

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-03-09 Thread franciscoacb
Michael Yuan, could you, please, spend a few minutes to verify if the version of your book about Seam that was just release at Safari and tagged as Last Updated on Safari: 2007/03/08 is the final version of it. It appears to be, but at the pages' foot of the pdf is stated as This draft prepared

[jboss-user] [Installation, Configuration Deployment] - Re: Accessing ini file after deployment - Urgent

2007-03-09 Thread ycindepalle
thanks peter for your reply. I am creating .ear file from a single directory. Your suggestions should work. Will test them. regards Yugandhar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026579#4026579 Reply to the post :

[jboss-user] [EJB/JBoss] - Transaction Issue in JBOSS

2007-03-09 Thread udith
Hi, I am using EJB,Hibernate and postgresql for my project and the server is JBoss. i have handled Transactions at EJB level as shown below. but there is a issue when multiple treads are running Below is what happens in the EJB methods (1) Method abc(){ //ejb transaction type is

[jboss-user] [JBoss Seam] - Re: Using s:button action=

2007-03-09 Thread pesalomo
Thanks. then it works! cheers, Peter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026582#4026582 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026582 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Using alternative source for JBoss Portal authentication

2007-03-09 Thread engela
I quite like to use the JBoss Portal, but have to use an LDAP Server for authentication and retrieving the roles of a user. I have read through the Wiki Entry: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingAnLDAPSourceForPortalAuthentication Some of the portlets need a fine-grained access a

[jboss-user] [Installation, Configuration Deployment] - Re: Accessing ini file after deployment - Urgent

2007-03-09 Thread ycindepalle
Peter If I want to acces my bin directory for the ini file located in SOAServices.ear/bin/security.ini then can i set up the application.home as -Dapplication.home=C:\jboss405GA\server\default\deploy\SOAServices.ear we would like to avoid using jboss specific home directories in the code.

[jboss-user] [JBoss Seam] - Re: Red Hat JBoss and Exadel Partnership - not a technical q

2007-03-09 Thread [EMAIL PROTECTED]
Red Hat Developer Studio will only be available as a complete/certified package with a Red Hat Subscription. The individual plugins and components that are in that package are open sourced under the JBoss brand. View the original post :

[jboss-user] [JBoss Portal] - Re: LDAP authentication and Role-based permissions question

2007-03-09 Thread bdaw
I just tried your configuration and it seemed to work. Didn't put things into database. Just test if users are authenticated correctly and are able to enter portal. I used this ldif file and changed: 1) login-config.xml: | login-module code=org.jboss.security.auth.spi.LdapLoginModule

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Use Eclipse Web-Tools with JBoss 4.x

2007-03-09 Thread [EMAIL PROTECTED]
In theory. an incremental republish is only supposed to copy over the files tht have changed since the last time you published. In reality, this doesn't work in webtools because it still needs to repackage your entire jar anyway. Marshall and I are in the process of completing a demo and some

[jboss-user] [JBoss Seam] - Re: Help on s:filleupload

2007-03-09 Thread [EMAIL PROTECTED]
The NPE is fixed in Seam 1.1.7 and higher. I recommend you update to the latest release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026590#4026590 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026590

[jboss-user] [JBoss Seam] - Re: jboss seam and saving to the database

2007-03-09 Thread fady.matar
You're being redirected to the debug page because of a persistence exception. What you should do is handle this in the persist method. Override the persist method and in it check if there's already an object with this unique persistence and throw an error message in there. View the original

[jboss-user] [EJB/JBoss] - Re: Calling Jboss 3.2.3 EJB from 4.0.2

2007-03-09 Thread [EMAIL PROTECTED]
Hello: Me too facing the same problem.. I am able to get the Mbean information from client on my machine,whereas the same client is not working in the Linux machine.I have checked the Java version in all the machines,I have noticed it as Java 1.5 We are getting the following error when

[jboss-user] [JBoss Portal] - Re: Using alternative source for JBoss Portal authentication

2007-03-09 Thread bdaw
It will work if you make: | | first=Administrators,Admin,Authenticated | second=Users,User,Authenitcated | Authenticated is the role used to secure portal servlet. look into jboss-portal.sar\portal-server.war\WEB-INF\web.xml Yes, with such configuration you need to synchronize user

[jboss-user] [JBoss Seam] - Re: Question about authentication

2007-03-09 Thread fady.matar
What you can do is create a list that is injected in the application scope and append each authenticated user id to it. no need to append the whole objects to the application scope. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026594#4026594 Reply to the

[jboss-user] [Management, JMX/JBoss] - Receiving no notifications from registered MBeans

2007-03-09 Thread mastrix
Hi, i'm using JBoss 4.0.5 and Java5. I registered my custom MBean on the JBoss MBeanServer like this MBeanServer server = MBeanServerLocator.locateJBoss(); | server.registerMBean(myMBean, new ObjectName(org.example:type=MyNotificationEmitter)); My MBean implements DynamicMBean and extends

[jboss-user] [JBoss Seam] - Re: Use of Seam Security/drools to selectively load a list?

2007-03-09 Thread [EMAIL PROTECTED]
You need to assert your UserRole object into the working memory for your permission check. You are calling hasPermission like this: identity.hasPermission(user, create, false) The third parameter is a varargs which can accept any number of objects that are asserted into the working memory, so

[jboss-user] [JBoss Seam] - Re: Seam remoting on IE 6 giving javascript error

2007-03-09 Thread [EMAIL PROTECTED]
I'm not sure what to suggest, sorry. IE is a real pain to work with and unless you have a friend that has Visual Studio it's a lot more inconvenient to debug Javascript. Do you know exactly which line of the source is causing the error? View the original post :

[jboss-user] [JBoss Seam] - Re: Question about authentication

2007-03-09 Thread xinhua
Hi,fady.matar thank you for your answer. But the problem of your solution is, if the user is session timeout, his id is till in application scope View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026600#4026600 Reply to the post :

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-09 Thread nirajal
Inspite of all the changes the replication is not working properly. It throws a failure while doing Buddy replication. I am not sure what the exact problem is? Any help in this regard would be really appreciated. View the original post :

[jboss-user] [JBoss jBPM] - integrating jsps with jbpm

2007-03-09 Thread aleem
I am new to JBPM, I cant figure out how jsps are associated with a particular node in process definition from Generate form option on a task node it generates a html like form but how to link the form with inside implementation. can any one plz help me out View the original post :

[jboss-user] [EJB 3.0] - ejb-jar.xml a clear definition for EJB3

2007-03-09 Thread sandrocchio_0.1
Hi there, I'm facing a problem which is probably quite common with newbie like me. There a lot of informations and tutorials on the net, but they're quite different between eachother. So in the end we are just confused and we are not sure about we are following the good procedure. I'm ok with

[jboss-user] [JBoss jBPM] - EJB3 entity beans as jBPM process variables

2007-03-09 Thread AndreyTvorogov
Hello all, am I right that there is no way to set EJB3 entity beans as jBPM process variables? It is possible to do with Hibernate-managed classes but these classes can not be used within extended persistence context injected by Seam, so LazyInitializationException occurs when lazy loading

[jboss-user] [Messaging, JMS JBossMQ] - Re: Using JVM IL and DLQHandler Initialization Failure

2007-03-09 Thread nuno.caneco
Hi, I running on the same problem on JBoss 3.2. I've been doing some research on my coding spare time and haven't been able to put JVM-IL to work (and remove UIL2 services). Any help!? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026607#4026607 Reply to

[jboss-user] [EJB 3.0] - Re: Embed EJB3 into my own application (try and errors)

2007-03-09 Thread marcelruff
Ok, the solution is simple if known. Using the jboss packages is the wrong approach, using hibernate jpa/ejb3 demo from http://www.hibernate.org/ works out-of-the-box. Download the Hibernate Annotations and EntityManager Hello World package from http://hibernate.org/152.html This works

[jboss-user] [Clustering/JBoss] - Re: JBoss cluster (UDP) error on AIX 64

2007-03-09 Thread smutchler
Thanks that was it. All I had to do was add: -Djava.net.preferIPv4Stack=true to the JBoss startup.sh. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026611#4026611 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026611

[jboss-user] [JCA/JBoss] - Re: Replace JBossJCA Default-Pooling ?

2007-03-09 Thread [EMAIL PROTECTED]
I think we will evetually end up with an FAQ that is longer than this forum :-) http://wiki.jboss.org/wiki/Wiki.jsp?page=IWantToChangeTheJCAImplementationClasses View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026612#4026612 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Replace JBossJCA Default-Pooling ?

2007-03-09 Thread [EMAIL PROTECTED]
anonymous wrote : | I think we will evetually end up with an FAQ that is longer than this forum :-) | :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026613#4026613 Reply to the post :

[jboss-user] [JBoss Seam] - s:selectDate render problem

2007-03-09 Thread rmemoria
Hi, I had no idea how to warn about bugs found+corrected in the source code, so I'm sending it here. A few posts ago I related a problem wiht the s:selectDate tag and the Romanian language. Acctually I found that the DateFormatSymbols.ShortWeekdays using the romanian locale returns strings

[jboss-user] [JBossWS] - Re: Deployment of JBossWS 1.2 on JBoss 5.0.0 Beta1

2007-03-09 Thread [EMAIL PROTECTED]
It's not been test against beta1. We did use trunk for QA. However if you want to get a hand on the latest code you could either: a) checkout AS trunk b) get AS 4.2.CR1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026619#4026619 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: change default partition name

2007-03-09 Thread [EMAIL PROTECTED]
In jboss.xml, for each clustered bean: | clusteredtrue/clustered | cluster-config | partition-namemypartition/partition-name | /cluster-config | This is supported, I believe, since RC9; before it wasn't. In the next EJB3 release, if you just use the plain @Clustered annotation

[jboss-user] [JBoss Seam] - org.jboss.seam.core.Pages - parsing exception?

2007-03-09 Thread bsmithjj
I am using Seam 1.2.0.CVS.20070306 (from nightly builds) and I consistently get this error on startup of my application and first page load: | 10:28:31,601 ERROR org.jboss.seam.jsf.SeamPhaseListener - uncaught exception | java.lang.RuntimeException: org.dom4j.DocumentException: Error on

[jboss-user] [Installation, Configuration Deployment] - Re: Problem deploying JBOSS on HPUX 11.11 machine

2007-03-09 Thread PeterJ
The key error is: java.lang.OutOfMemoryError: unable to create new native thread Does HP-UX define some limit on the number of threads that a program can have? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026631#4026631 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - jndi-lookup ok, but then: not connected to server

2007-03-09 Thread Rhodan76
Hello, testing Jboss 4.20CR1 (with patched jnp-client.jar see http://jira.jboss.com/jira/browse/JBAS-4184). I have a java test-client. The jndi-lookup of remote-interfaces seems to be sucessful, but when i then make a method-call on such a remote-bean i get always:

[jboss-user] [Security JAAS/JBoss] - Hibernate Security

2007-03-09 Thread vlmcouto
Hi all! I'm doing a simple application and I'm using hibernate and JBoss 4. Everything is working fine, but the hibernate configuration file (hibernate.cfg.xml) has an username and password fields, and I'd like to know if I can encrypt this password or something else like this to provide more

[jboss-user] [JBoss Seam] - EL Notation and Navigation from-action

2007-03-09 Thread TonyF
Hi all, My first post and I'm hoping somebody will be able to shed some light on an issue I am currently having with an application being developing using Seam-JSF-Facelets-IceFaces. The problem I'm having is that my redirects no longer work following the execution of methods in my Session

[jboss-user] [JBoss Portal] - Menu

2007-03-09 Thread laurie.t
Hello everybody, I use Jboss Portal 2.6. In the Navigation, there are 3 party (Admin, Test, News) And for the test, there is a menu and I want to know If I can hid some title of the menu. I explain. I want that some people have access on the party of the menu. I think it's in the secutiry.

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-09 Thread monkeyden
Can you define variable argument EL functions in tld files, as in: | function-signature | java.lang.String concat(java.lang.String...) | /function-signature public static String concat(String... strings) { | StringBuilder sb = new StringBuilder(); | for (int j = 0;

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-03-09 Thread [EMAIL PROTECTED]
Fixed in subversion. Thanks for reporting the issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026639#4026639 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026639 ___

[jboss-user] [Clustering/JBoss] - Re: JBoss cluster (UDP) error on AIX 64

2007-03-09 Thread smutchler
The cluster now startups up but I get the following error from the second node (every minute): | 10:57:38,550 ERROR [UDP] exception=java.io.EOFException | at java.lang.Throwable.init(Throwable.java:57) | at java.io.DataInputStream.readFully(DataInputStream.java:204) | at

[jboss-user] [JBoss Seam] - Re: Help on s:filleupload

2007-03-09 Thread xigua
[EMAIL PROTECTED] wrote : The NPE is fixed in Seam 1.1.7 and higher. I recommend you update to the latest release. Thanks a lot. And I confirmed that NPE only exists if I use InputStream instead of byte[]. View the original post :

[jboss-user] [JBoss Messaging] - Getting java.sql.SQLException: ORA-01460: unimplemented or u

2007-03-09 Thread rpkavuri
Hi I have configured JBoss4.0.5 n 2 physical machines to test cluster enabled JMS. I am using HA-JNDI/HA-JMS to run application. Also, I have configured to use oracle as backend database. Here are the configs I have used - jbossmq-destinations-service.xml depends

[jboss-user] [JBoss Messaging] - Re: Getting java.sql.SQLException: ORA-01460: unimplemented

2007-03-09 Thread timfox
Can you read this http://www.jboss.com/index.html?module=bbop=viewtopict=80573 please? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026644#4026644 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026644

[jboss-user] [JBoss Seam] - Using s:selectItems with h:selectOneMenu - value is NULL

2007-03-09 Thread pesalomo
Hi, I have this code: | h:selectOneMenu value=#{projectManager.newProjectTargetGroup} | s:selectItems value=#{targetGroups} noSelectionLabel=Please select.. var=targetGroup label=#{targetGroup.name} / |

[jboss-user] [JBoss Portal] - inject dynamic content in header portal/portlet

2007-03-09 Thread cpage
hello, i want to inject dynamic content in the header of my portlet or/and of the portal pages. i know i can achieve that with a tag header-content in the portal-theme.xml or in the jboss-portlet.xml, but, i don't know in advance, what will be the content to inject. this content are

[jboss-user] [JBoss Messaging] - Resource GC problem

2007-03-09 Thread [EMAIL PROTECTED]
Hi guys, I'm posting this to keep track of the issue that when you write connection open/close intensive code, it seems that the GC cannot free up all the resources that is was using. This will be not be an issue if you use pooling of the connections, but if you don't and simple do: lookup

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-09 Thread [EMAIL PROTECTED]
What failure do you see when using BR? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026649#4026649 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026649 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: Problem using wstools

2007-03-09 Thread d_pavel
Hello again, I should've mention that I replaced jbossws-1.0.4.GA (which was included in the distribution package for JBoss AS) and I installed correctly the jbossws-1.2.0.GA version (I was careful with the libraries and I can access http://localhost:8080/jbossws/; which is fine). Now I read

[jboss-user] [JBoss Seam] - Re: Use of Seam Security/drools to selectively load a list?

2007-03-09 Thread JohnEChesher
Thanks Shane. As it turns out, I found a simpler way to implement this, by just passing the role name to the permission check in the name (1st) argument of hasPermission(). However, your response did help me to understand how to use the third argument, which is pretty cool and something I

[jboss-user] [JBoss Seam] - Re: Using s:selectItems with h:selectOneMenu - value is NULL

2007-03-09 Thread dilator
What is the contents of #{targetGroups} - you may need a suitable converter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026656#4026656 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026656

[jboss-user] [JBoss Messaging] - Re: Resource GC problem

2007-03-09 Thread [EMAIL PROTECTED]
The following is a copy of the email I sent to our group earlier today. Kev - From what I can see the issue appears to be related to two things - The way the current codebase repeatedly creates connections - The

[jboss-user] [Security JAAS/JBoss] - Insufficient permissions

2007-03-09 Thread luker74
Hi all, i've got this message on jboss 3.2.8sp1: Insufficient method permissions, principal=null, ejbName=UserAdmin, method=create, interface=LOCALHOME, requiredRoles=[ruolo1], principalRoles=[] I'm trying to access a local ejb from a struts action servlet made by me. I put this line in

[jboss-user] [JBoss.NET] - Re: JBoss.Net in JBoss 4.0.5?

2007-03-09 Thread karll
It has been suggested that one can copy the necessary files from JBoss 4.0.2. According to the poster, that worked in 4.0.4. See dazbaz' post in this thread: http://www.jboss.com/index.html?module=bbop=viewtopicp=3961613 View the original post :

[jboss-user] [EJB/JBoss] - Just a question

2007-03-09 Thread tinico
Hello all, sorry for my english, I'm french !! I've a comprehension problem ! I had a problem to find an EJB from a web application. To find it I made : | Context ctx = new InitialContext(); | EjbExemple home = (EjbExempleHome)PortableRemoteObject.narrow( ctx.lookup(?ejbname?),

[jboss-user] [Installation, Configuration Deployment] - Startup errors on Ubuntu, can't access localhost:8080

2007-03-09 Thread rup
I installed jboss on Ubuntu 6.06 LTS -Dapper Drake, using jems-installer-1.2.0.GA.jar. I have jdk1.6.0 in /usr/lib/jvm. Starting jboss using run.sh gives me the following errors, under four headings. I am posting the relevant portions of the error log. Can somebody tell me how to solve this

[jboss-user] [Installation, Configuration Deployment] - Re: Startup errors on Ubuntu, can't access localhost:8080

2007-03-09 Thread PeterJ
Don't use JDK 6. I have seen various posts from people who have had problems running jboss with JDK 6. Install and use JDK 5 instead. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=402#402 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Bug in SecurityAssociation(?) - EJB3 MDB Calls a SLSB wh

2007-03-09 Thread judge2005
I just got bit by this too. Any news on when it will work? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026669#4026669 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026669 ___

[jboss-user] [Remoting] - Re: Callback Questions

2007-03-09 Thread login4jbr
anonymous wrote : If you need to preserve determinism, you can configure the connection pool to have no more than one connection by setting org.jboss.remoting.transport.MicroSocketClientInvoker.MAX_POOL_SIZE_FLAG to 1 in the Client's configuration map. Exactly where should I put this

[jboss-user] [JBoss Seam] - callback function parameter

2007-03-09 Thread kgoedert
Hi all, this may not be the right place to ask but there it goes... If I have js functions like this in the example on the docs function sayHello() { var name = prompt(What is your name?); Seam.Component.getInstance(register).sayHello(name, sayHelloCallback); } function

[jboss-user] [JBoss Seam] - Re: Question about authentication

2007-03-09 Thread pgmjsd
The Seam way would be to use an @Destroy method on a session-scoped object to remove the user id from the application context. The ordinary Servlet way would be to implement HttpSessionListener. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026677#4026677

[jboss-user] [EJB 3.0] - JPA and View

2007-03-09 Thread pesho4uka
Hello I have a very simple question. Can I create and entity from a sql VIEW. I couldn't find anything for this in tutorials thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026680#4026680 Reply to the post :

[jboss-user] [Beginners Corner] - Re: How run test application for EJB without Eclipse

2007-03-09 Thread AlexKomlev
Here the decision of a problem :-) Put i one folder Bean ang Client jar and run script: set CLASSPATH=%JBOSS_HOME%\client\jbossall-client.jar; set CLASSPATH=c:\Client.jar;%CLASSPATH% java ClientMainClass And all works without errors and warnings View the original post :

[jboss-user] [JBoss Seam] - Using EntityHome with multiple Entities

2007-03-09 Thread sontiver
Greetings, I've been using the EntityHome from the Seam Framework, but have stumbled upon the issue of having to deal with two unrelated entities simultaneously in the same CRUD actions. Almost like if we could use EntityHomeE1,E2 Initial thoughts were to wrap the two Entity Beans under one

[jboss-user] [JBoss Seam] - Re: Inject messages into JavaBean

2007-03-09 Thread monkeyden
Can anyone tell me the minimum requirements of a custom component to allow it to be injected into another? I thought it was just: no-arg constructor A @Name annotation with a unique value That didn't seem to work. View the original post :

[jboss-user] [JBoss Messaging] - Re: Exception while executing the queue example from the 1.2

2007-03-09 Thread georgesberscheid
Did I say 4.0.2? I meant 4.2.0 released about a week ago. But if it's not supported anyway, that doesn't help me much ;-) Thanks anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026694#4026694 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Accessing ini file after deployment - Urgent

2007-03-09 Thread ycindepalle
I created and deployed the contents in the directory. The deployment went fine. It works when I make EJB calls but for some reason I dont see any System.out.println statements in the console when I give my application home as

[jboss-user] [JBossCache] - Re: PojoCache can't find classloader

2007-03-09 Thread chip_schoch
Thanks for you help. As far as the Sample-Cluster message, we have two Jboss clusters here, qa and dev, and each has two jboss servers. I had not changed the name in the qa cluster and I was getting the message on the dev cluster. Changing it in qa fixed that. As for the class loader

[jboss-user] [JBoss Seam] - Re: Using s:selectItems with h:selectOneMenu - value is NULL

2007-03-09 Thread pesalomo
targetGroup is a List and is annotated with @DataModel Peter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026702#4026702 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026702

[jboss-user] [JBoss jBPM] - Deploy a BPEL process in Document Style. Is possible?

2007-03-09 Thread fiorepaolo
Hi, I'm looking for info about how to configure ws-build.xml, bpel-build.xml and so on to deploy a Bpel process as WS in document style. Someone knows if is it possibile? I learned how configure the target call-wscompile in ws-build.xml file, but I'm not able to configure correctly the target

[jboss-user] [JBoss Seam] - Re: Using s:selectItems with h:selectOneMenu - value is NULL

2007-03-09 Thread petemuir
A list of what? Take a look at the ui example View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026705#4026705 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026705 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Using EntityHome with multiple Entities

2007-03-09 Thread cja987
If they really are unrelated, why not just use two EntityHome instances? If they are actually related somehow, you can express the relation in JPA/Hibernate terms as @OneToOne (or whatever your relation is) and get at one object through the other -- no entityhome required. @EntityHome seems

[jboss-user] [JBoss jBPM] - Re: fault never reaches catchall

2007-03-09 Thread meghanai_99
Now I moved my faultHandler to the global scope as shown in the purchase sample. My compensation handler on the completed scope gets called now but the inside faultHandler still never gets called. | ... | /variables | |faultHandlers | catchAll |

[jboss-user] [JBoss jBPM] - Re: How to cancel a Timer dynamically?

2007-03-09 Thread bsmithjj
Is this not possible? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026709#4026709 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026709 ___ jboss-user mailing list

[jboss-user] [JBossWS] - JSR-181 deployment on jboss-5.0.0.Beta1 - how?

2007-03-09 Thread jerro
This seems like a fairly simple question. I've got a jsr-181 web service. It's just some jars packaged in an ear. When I was using jboss-4.0.5 (installed through the installer using the EJB-3.0 config) all I had to do was copy the ear to the default/deploy directory of jboss and the the

[jboss-user] [JBoss Seam] - Re: Question about authentication

2007-03-09 Thread rmemoria
The solution I found to my app was to create a JavaBean with login() and logout() methods. The login() is mapped using the security:identity authenticate-method tag in components.xml The logout() is mapped using event type=org.jboss.seam.preDestroyContext.SESSION tag in components.xml If the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Seam Security

2007-03-09 Thread Raist_Majere
As this line says anonymous wrote : Caused by: java.lang.IllegalStateException: could not locate rule file: /META-INF/security-rules.drl, it cannot find the security-rules.drl under your META-INF subdir in your app. Is it there? View the original post :

[jboss-user] [JBoss Seam] - Send mails with Renderer.instance().render in loop don't wor

2007-03-09 Thread gui92
Hello I try to send multiple emails in a jsf backing bean : | for (User u:getRecipients()) | { |setCurrentRecipient(u); |Renderer.instance().render(templatePath); | } | That's work great for the first iteration, but for the next ones, i get exceptions from the m:from

[jboss-user] [JBossCache] - Re: PojoCache can't find classloader

2007-03-09 Thread [EMAIL PROTECTED]
anonymous wrote : | Thanks for you help. As far as the Sample-Cluster message, we have two Jboss clusters here, qa and dev, and each has two jboss servers. I had not changed the name in the qa cluster and I was getting the message on the dev cluster. Changing it in qa fixed that. | Wow,

[jboss-user] [JBoss Seam] - Re: Send mails with Renderer.instance().render in loop don't

2007-03-09 Thread petemuir
http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/mail.html#d0e8799 Put an issue in JIRA if you need to send inside a java loop. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026720#4026720 Reply to the post :

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-03-09 Thread smithbstl
the Prepared for stuff is all copyright material from O'Reilly, they don't want you distributing early copies of it. I don't think you will get a final copy via rough cuts. They still want you to buy the final release ;). I was a bit disappointed in my last post because I got a version

[jboss-user] [JBoss jBPM] - Re: jBPM with struts issues

2007-03-09 Thread michaelok
jbmp user wrote : would you tell me where is this tutorial about implementation with struts?? I think he's referring to this one. It is Struts, it's only that the business logic is wrapped in a Spring layer. http://wiki.jboss.org/wiki/Wiki.jsp?page=ShortStrutsTutorial View the original post :

[jboss-user] [JBoss Seam] - Re: Send mails with Renderer.instance().render in loop don't

2007-03-09 Thread gui92
petemuir wrote : http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/mail.html#d0e8799 | | Put an issue in JIRA if you need to send inside a java loop. That's work for me, thanks ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026723#4026723 Reply

[jboss-user] [Beginners Corner] - Problem looking up EJB session bean (Name not bound)

2007-03-09 Thread tonylmai
Hello all, Can someone help me with a simple context lookup? I have a session bean deployed within JBoss 4.0.4 GA AS, JDK 5. My EJB3 code is as: @Stateless | @Local(AuthenticatorLocal.class) | @Remote(AuthenticatorRemote.class) | public class AuthenticatorBean implements Authenticator {

  1   2   >