[jboss-user] [JBoss Seam] - DataModelSelection Problem

2006-08-03 Thread recycle_bin
I am using SFSB and @DataModel to display a list of record. But when i press "edit" button to select a record to edit with @DataModelSelection. It always select first record in the list, not selected one. Does anyone know why? | @DataModel | private List entityList; | | @Da

[jboss-user] [JBossCache] - TreeCache performance with 1, 000, 000 nodes

2006-08-03 Thread confuz
Hi, For currently evict policy only support node level. so I use one onde to store one object. but I hit some problem when implement that. Had anyone tried put 1,000,000 nodes in TreeCache. when using JDBC cache loader(local mysql database), the performance is quite poor while BdbjeCacheLo

[jboss-user] [Clustering/JBoss] - Re: HA-JNDI in Cluster on 1 machine?

2006-08-03 Thread mroosendaal
I tried deploying a simple MDB on a 2 node cluster on a multihomed machine. I followed the instructions according to the wiki-page (http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine). deployment on the masternode works fine but when the deployment on the seco

[jboss-user] [JBoss Seam] - Re: Have more than one page action for the same view-id

2006-08-03 Thread Basel
Don't worry about the missing a in It is only a typo. The actual pages.xml is correct. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963088#3963088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963088 ___

[jboss-user] [JBossCache] - Re: TransactionManager Name not bound?

2006-08-03 Thread skoptelov
"ayampols" wrote : "skoptelov" wrote : adding the following to cache MBean XML | | Hi, sorry, which file exactly, and what section? To the deploy/ejb3-entity-cache-service.xml after existing MBean dependencies add the | jboss:service=ClientUserTransaction | View the original post :

[jboss-user] [JBoss Seam] - Have more than one page action for the same view-id

2006-08-03 Thread Basel
How can I have more than one page action for the same view-id? Currently only the last action in the list is executed, in this case setPaper. If the two actions are switched, userChallenge gets executed. | | | Is there another approach? View the original post : http://www.jboss.com/

[jboss-user] [JBossWS] - Re: EJB service endpoint deployment error

2006-08-03 Thread B.Portenseigne
"B.Portenseigne" wrote : | | | EjbTest Services | | | | EjbTest Services | | META-INF/wsdl/EjbTest_Services.wsdl | | META-INF/EjbTestMapping.xml | | | | EjbTestPC

[jboss-user] [JBossWS] - Re: how to make asynchronous call to webservice

2006-08-03 Thread jimmymani
i have done it through the help of Netbeans IDE 5.5 beta. http://www.netbeans.org/kb/55/websvc-jax-ws-asynch.html http://www.netbeans.org/kb/55/websvc-jax-ws.html now its working. there is a different WSDL for client reference. there is no changes in the server side code or WSDL View the or

[jboss-user] [JBoss Messaging] - Re: Error running the wiki example

2006-08-03 Thread [EMAIL PROTECTED]
"UIL2ConnectionFactory" is a JBoss*MQ* connection factory. This forum is a JBoss Messaging user forum. JBossMQ and JBossMessaging are completely different projects (and products). There's a big sticky note right at the top of this forum saying "PLEASE DO NOT POST JBOSS MQ QUESTIONS HERE" You

[jboss-user] [JBoss Messaging] - Re: Error running the wiki example

2006-08-03 Thread sajid08
Well How can be this the wrong forum, this is a JBoss messaging example and thats giving the error?, If any other forum suits more to this problem please redirect me towards that... Regards, Sajid. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963081#3963

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Setting up domain in jboss

2006-08-03 Thread cool_bhanu
Hi, I have developed a web application and instead of accessing application like localhost:8080/Webapp i want to access it like http://www.coolcake.com:8080/Webapp can anybody please help me with this thanks Bhanu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Installation, Configuration & Deployment] - Re: X11 Connection and Database Manager Tool -- headless or

2006-08-03 Thread visolvejboss
Hello, The Error is due to not setting the DISPLAY environment variable. Follow the steps given below. 1. First set the DISPLAY variable as shown. #export DISPLAY=:0 2. Start your XWindow manager. 3. Start the JBoss server and try to access hsqldb in jmx-console. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Configure bundled Tomcat Manager

2006-08-03 Thread dheelus
To be precise, I need to be able to deploy the org.apache.catalina.manager.ManagerServlet so that I can leverage the ant build tasks specified in catalina-ant.jar, like deploy/undeploy, etc. via the ANT tool. I am unable to deploy this servlet, so I cannot use ANT for performing these tasks. I

[jboss-user] [JBoss Eclipse IDE (users)] - Console not available

2006-08-03 Thread bashdrew
Hi, I just installe the JBoss Eclipse IDE (JBossIDE-1.6.0.GA-Bundle-win32.zip). I tried creating and building a project, the problem is, nothing is displayed in the console, no compile or build messages. A message "A console is not available" is displayed on the window. Does anyone know how

[jboss-user] [Installation, Configuration & Deployment] - Setting No time out for Stateful Session Beans

2006-08-03 Thread arunkrishnank
I want to make my stateful session beans never removed. I have found that the bean removal interval can be configured using the max-bean-life in standardjboss.xml. But how can I specify that never remove? The value <= 0 is not permitted for this attribute... any ideas??? arun View the orig

[jboss-user] [JBoss Portal] - Re: Error in updating Forum Preference

2006-08-03 Thread johncena
I'm using jboss-forum-2.2.1.-SP3 to the jboss portal 2.2.1-SP3, and Oracle 10 on Suse Linux 10. Actually I changed the CLOB to varchar2 and the Categories worked. I can post but when I wanted to change the Forum Preferences I can't. Like 20 topics per page??? or Choose summary mode... I doesnt

[jboss-user] [JBoss Seam] - Seam integrate with portal problem

2006-08-03 Thread alexleung
Dear All, I have developed a seam application and need to run it in jboss portal. However, JSF page can't be run after integration. Any critial configuration in the XMLs in order to make it works? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39630

[jboss-user] [JBoss Seam] - What did I make wrong with s:link????

2006-08-03 Thread german.delacruz
Hi people I've fighting for a couple of days with a page. In a few words, I've a page that has a datatable, and 2 more sections that are rendered each one depending of the selected action This is my page | | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Changing the name of the JSessionID cookie?

2006-08-03 Thread alosix
Hate to ask what might be a simple question, but google has failed me. Is it possible to change the name of the JSessionid cookie to something else. This was relatively easy to do in weblogic, but I can't seem to find a setting for this in Jboss. Thanks, Jason View the original post : http://

[jboss-user] [JBossCache] - Re: Running POJOCache error

2006-08-03 Thread confuz
"[EMAIL PROTECTED]" wrote : 1. PojoCache does not support pure eviction. That is, it will support pure cache loader (persistency) or passivation (eviction + cacheloading). | | 2. Yes. For point 1 , i wrote following test code | package org.jboss.cache.passivation; | | import java.io

[jboss-user] [JBoss Eclipse IDE (users)] - Re: cannot create EJB 3.0 applications with version 2.0.0.Al

2006-08-03 Thread Andre1001
Hi, I've found that http://trailblazer.demo.jboss.com/EJB3Trail/ If I had read this before I'd know that Zip instalation did not provide EJB 3 resource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963067#3963067 Reply to the post : http://www.jboss

[jboss-user] [JBoss Portal] - Sun AJAX Sample Portlet trows an exception

2006-08-03 Thread lmikhailov
Hello everybody, I have downloaded Sun AJAX Sample Portlet from portletswap but I get the following exception when I am trying to access it: org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.jboss.portal.portlet.taglib.DefineObjectsTagTEI Did I do somethi

[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-03 Thread sbryzak2
This has been fixed in CVS - you'll now get correctly generated getter/setter methods for non-component types. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963065#3963065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Re: WebRemote inconsistencies

2006-08-03 Thread sbryzak2
All fixed. The local interface is now used in both places. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963064#3963064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963064 ___

[jboss-user] [Beginners Corner] - Re: Drools 3.0 and constraints

2006-08-03 Thread panihill
One simple thing to do would be add a method to class that compares the fields and returns a boolean. Otherwise, you can use the 'eval' - see documentation. when b : DoubleA( ) eval (getcharge() < getOptimal() ) then... View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Messaging] - Re: Problems with message delivery

2006-08-03 Thread ajbiv
RedeliveryLimit=10 RecoveryRetries=10 I was trying to show this...u can view source and see my exact configuration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963062#3963062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Messaging] - Problems with message delivery

2006-08-03 Thread ajbiv
I am using JBoss MQ with MDBs. In my code, I catch an exception and call setRollbackOnly. I am using JTA via spring to manage transactions. I see that my database transactions were rolled back; however, my JMS message seems to disappear. I was expecting it to be redelivered to my queue and

[jboss-user] [JBossWS] - Re: PLEASE HELP: JSR 181 EJB Endpoint (JBoss 4.0.4.GA)

2006-08-03 Thread knifegun
Many thanks! I will give it a try and let you know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963060#3963060 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963060 ___

[jboss-user] [JBossWS] - Re: PLEASE HELP: JSR 181 EJB Endpoint (JBoss 4.0.4.GA)

2006-08-03 Thread pablojavierpy
Dear knifegun, The thing is: 1) You can definitely use a WAR inside an EAR and still use jsr181 WebServices. There is only one caveat: your WAR's context root can't be the same as your EAR's name. That is if your EAR's name is cm.ear, then your WAR's context root MUST BE SOMETHING ELSE. For ex

[jboss-user] [JBossWS] - Re: PLEASE HELP: JSR 181 EJB Endpoint (JBoss 4.0.4.GA)

2006-08-03 Thread knifegun
Thank you for trying me again. I did not see your question. Yes, I do have a WAR packaged in my ejb file. Is that the issue? The web services is supposed to outside of the WAR that is included which is only there for a JNLP based application. Thank again! If I can get this working, it will

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Failed to deploy har file with JBoss 4.0.4 GA and Hibern

2006-08-03 Thread gest
I guess the most interesting part got truncated. Sorry. I'll add the interesting portion of the log. | 2006-08-03 16:18:36,843 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/D:/JBoss-4.0.4/server/default/deploy/helloworld.har | 2006-08-03 16:18:36,843 DEBUG

[jboss-user] [JBoss Seam] - Re: WebRemote inconsistencies

2006-08-03 Thread sbryzak2
Yes you're right, it should only use the Local interface. I'll modify InterfaceGenerator and the Call class today to ensure that they get only the interface annotated as @Local. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963053#3963053 Reply to the po

[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-03 Thread sbryzak2
There should be getters and setters, I'll try and find time today to fix this for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963052#3963052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963052 ___

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Default Java Installation for IDE

2006-08-03 Thread gseel
Yes, that's the one. Many thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963051#3963051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963051 ___ jboss-user mailing l

[jboss-user] [JBoss Getting Started Documentation] - Section 4.1.7.3 -- The HSQL Database Manager Tool

2006-08-03 Thread snyderpa
I am having significant headaches trying to get through this section. Please see my post to other forum: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88092 It looks like a great tool, and I would like to try it out for possible use. But I could suggest cutting this section out

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread rupertlssmith
The good news is that I now have everything working. Thankyou Weston for your quick and helpfull replies. To recap: I have the -ds.xml and RAR inside the EAR. I am using isolated class loaders. IT doesn't seem to matter whether or not i turn on call by value in the naming service and ear deploy

[jboss-user] [Installation, Configuration & Deployment] - X11 Connection and Database Manager Tool -- headless or hair

2006-08-03 Thread snyderpa
I am either going to lose my head or rip my hair out. Please suggest how to configure so that these swing components will be able to have a window. Thanks in advance. I am using : RHEL4 | jdk1.5.0_07 | jboss4.0.4.GA-ejb3 -c all | connecting from WindowsXP using putty and XMing | |

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.4.0 CR3 released today

2006-08-03 Thread [EMAIL PROTECTED]
Paul, thanks for the catch! The link on the Portal Download page http://labs.jboss.com/portal/jbossportal/download was wrong. I have updated it now, with the right file. The link in the forum release announcement points to all distributions, you can always use it and select your desired format f

[jboss-user] [JBoss Seam] - Re: Unique validation?

2006-08-03 Thread andrew.rw.robinson
That would probably work. I also realized that I could just not throw a validation exception (Found out it isn't required, you can add the message to the faces context directly instead) also. In the end I decided to go with less functionality to save time and just put the code in the action meth

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.4.0 CR3 released today

2006-08-03 Thread PeterJ
Paul, I downloaded both the source and binary this morning and got the expected contents. Perhaps try downloading again? I used the link Rali provided. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963045#3963045 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Portal] - Re: deploying portlets - changes between 2.2 and 2.4?

2006-08-03 Thread [EMAIL PROTECTED]
-object.xml file provides an initial configuration to the portal to populate the database. The admin interface works directly on the database. The portal always reflect the state of the database and any work done in the portal admin interface is NOT ported back to the descriptors. This is a func

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Default Java Installation for IDE

2006-08-03 Thread [EMAIL PROTECTED]
Ahh yes... Go into the debug configuration for your instance of JBoss and click on the "JDK" tab... you will need to change the JDK that JBossIDE uses to start JBoss with there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963044#3963044 Reply to the post

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

2006-08-03 Thread sdfe
hello, i managed to get uploadFile taking the aproach presented by gus888, i have one problem though, i dont know where the files are stored, actually i didnt find them in the jboss file system. My web.xml also contains: | | uploadRepositoryPath | /tmp | but

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.4.0 CR3 released today

2006-08-03 Thread paulkossler
Greetings, It seems the posted source does not contain the source. It is a copy of the binary. I downloaded both the binary and the source and they are the same file. Respectfully, Paul Kossler View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963041#396

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Default Java Installation for IDE

2006-08-03 Thread gseel
Thanks for the reply but I'm still stuck. Nearest I can find on Eclipse 3.1.0 is Window>Preferences>Java>Installed JREs but that already points to JDK1.5 Eclipse is running that happily it is just when I tryto start JBoss via Default Server>Start (or the equivalent icon) that I get the error m

[jboss-user] [JBoss Seam] - Re: Session Listener: @Startup for session scoped component

2006-08-03 Thread xtia004
Thanks, is or will be there a resolution to deal with this case? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963039#3963039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963039 __

[jboss-user] [JBoss Seam] - Re: A couple of observations

2006-08-03 Thread [EMAIL PROTECTED]
1) Use @Roles 2) Yes, this would make sense but we would need to introduce an @Component annotation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963038#3963038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39630

[jboss-user] [JBoss Seam] - Re: commandLink not initially executing action when clicked

2006-08-03 Thread petemuir
My guess would be that there was a conversion, validation or model update error from your input fields (probably searchColumns is null) but as your jsf seems to have no h:messages it's hard to tell. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963037#396303

[jboss-user] [JBoss Portal] - Re: deploying portlets - changes between 2.2 and 2.4?

2006-08-03 Thread taiji3
Thank you very much - that nearly explains everything. I guess the reason I was a bit confused is I am already using a portlet-instances.xml file - just coded a bit differently. I just redid both the portlet-instances.xml and the -object.xml and redeployed without incident. One question that th

[jboss-user] [JBoss Seam] - Re: Session Listener: @Startup for session scoped component

2006-08-03 Thread [EMAIL PROTECTED]
Right, there is no session context (or any HttpSession) at web-app initialization time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963035#3963035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963035 __

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread rupertlssmith
Yes, without the isolated class loader I was able to deploy the RAR in the EAR, then seperately deploy the -ds.xml using the ear# syntax. INFOorg.jboss.resource.connectionmanager.ConnectionFactoryBindingService Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=inde

[jboss-user] [JBoss Seam] - Re: Component Not getting Initialized by Seam

2006-08-03 Thread petemuir
Do you have a seam.properties in your ejb-jar? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963033#3963033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963033 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: Session Listener: @Startup for session scoped component

2006-08-03 Thread xtia004
I applied @Startup to a class and @Create to a method of the class. At the method, I want to do something and set a component to session scope. I tried: @In Context sessionContext;, no matter set create and requested to true or not, sessionContext is always null. I also tried @Out(scope=ScopeTyp

[jboss-user] [JBoss Seam] - Re: Unique validation?

2006-08-03 Thread petemuir
What about writing a JSF validator that allows you to specify the current username (or user object) as a parameter: The logic would be something like: if (value == oldValue) { |return true; | } else { |// get the list |return list.isEmpty(); | } (NB I've not tested this

[jboss-user] [JBossWS] - using JSR181 - attachments

2006-08-03 Thread matabu
Hi there. Is there a way to send/recieve attachments by using JSR181 annotations? If yes could anyone help me with an example. And if not will this be implemented in future? (I tried to search for it. But I found no recent information for using it with JSR181) Thanks in advance Andreas Vie

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread rupertlssmith
I've also tried deploying the EAR with the RAR inside it and shared libs in the root of the EAR. I deployed that first and then deployed the -ds.xml seperately with the ear# syntax. I got a class not found exception: java.lang.ClassNotFoundException: No ClassLoaders found for: uk.co.thebadgerse

[jboss-user] [JBoss Seam] - Re: commandLink not initially executing action when clicked

2006-08-03 Thread sjmenden
Below is the showUsers.jsp. What I want to use is allow the user to click on the R or the S and for that to bind to the userFinder.findFirstPage which will look for the start variable which is set to R or S and find all users that start with and R or S and return the list. As I said before, w

[jboss-user] [Beginners Corner] - Time for a separate Rules (Drools) forum?

2006-08-03 Thread panihill
My vote is yes :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963027#3963027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963027 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss jBPM] - Re: async actions never starting

2006-08-03 Thread hosierdm
Yeah, I started seeing this same problem. Once you get the SQL error, async stops working completely. I believe somewhere in the chain of errors you will see a message saying that the command executor thread has stopped. I didn't really connect the dots on that until after reading this though

[jboss-user] [JBoss Seam] - Component Not getting Initialized by Seam

2006-08-03 Thread klsateesh
Hi All, I have a Stateless SessionBean which is not getting initialized by Seam when i depoly the .ear File.. The SesionBean is | | @Name("dpaSliderListener") | @Stateless | @Interceptors(SeamInterceptor.class) | | public class SliderListener implements ISliderListenerLocal

[jboss-user] [Installation, Configuration & Deployment] - Re: JNDI issues upgrading to 4.0.4GA-Patch1

2006-08-03 Thread turksheadsw
Alright, that doesn't appear to help. Here's the thing: I can get this to work in a normal deployment, but it fails when i try to do netboot. The only difference, as I can tell, is netboot. Anyone else had any luck with netbooting on 4.0.4GA-Patch1? View the original post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: A couple of observations

2006-08-03 Thread iradix
anonymous wrote : I can see uses for this, but remember you can do bijection etc. through Component and the Context. True, but then why not always use method calls and disregard annotations all together? It seems to me that most of the functionality is available programatically, but the annota

[jboss-user] [JBoss Messaging] - Re: delayed messages

2006-08-03 Thread [EMAIL PROTECTED]
But Implementing it would REALLY be the good choice ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963022#3963022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963022 ___

[jboss-user] [JBoss AOP] - Re: AOP packaging for LoadTime weaving with EAR isolation

2006-08-03 Thread ortimus
Hi Kabir, Can you make any comments on this. We have EAR isolation turned on and we are running into the issues mentioned in the original post when calling a method on a bean that is from another EAR. An exception thrown by such a bean method is not getting intercepted even though that EAR als

[jboss-user] [JBoss Seam] - Re: Updating a Collection of entities

2006-08-03 Thread petemuir
Show the whole of the code of the bean. You could use a breakpoint in component to see what is being bijected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963020#3963020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread rupertlssmith
"[EMAIL PROTECTED]" wrote : Out of curiosity, could you try remove the ear# syntax? | | Then | | Deploy the RAR | Deploy the *-ds.xml file | | Thanks. Ok. I did that and it seems to be working. Bear in mind I've had to change the RAR a little to do this because it is no longer

[jboss-user] [JBoss Seam] - Re: seam tag libs

2006-08-03 Thread petemuir
anonymous wrote : where can I see which tag libs are exists in seam and what attributes they are using? This is in the CVS version of the reference manual anonymous wrote : | can I see the source of those tag libs? can I change it? | Yes, look at the src/ui in the distribution. If you c

[jboss-user] [Security & JAAS/JBoss] - Re: JDBC Realm

2006-08-03 Thread zurchman
"bjornn" wrote : Do you think I still have some problem with my datasource? | I think so, but it looks like you're trying to use Hypersonic for your user/password tables - which I've never done. You might try this change and see what happens: | java:/DefaultDS | View the original post

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Default Java Installation for IDE

2006-08-03 Thread [EMAIL PROTECTED]
You will need to change your VM configuration in Eclipse. Look in Window > Settings > Java > Java VM. You will need to setup your 1.5 VM and make it the default for your workspace. HTH. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963016#3963016 Reply to t

[jboss-user] [JBoss Seam] - Re: commandLink not initially executing action when clicked

2006-08-03 Thread petemuir
It would be easier to help if simplyfy your code so that it contains only the relevant methods. Also can you show the whole JSP page. Do you have a h:form? Does it contain any input fields? Do you get any errors from h:messages? View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBossWS] - Re: PLEASE HELP: JSR 181 EJB Endpoint (JBoss 4.0.4.GA)

2006-08-03 Thread pablojavierpy
Dear knifegun, Would you look at my post (the 6th one) and answer my quetions? I think I can help you. Are you packaging your application inside an EAR? Do you have a WAR inside your EAR? I have EJB3 + WebServices working like a charm. Thanks. View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBIDE-287 Back in 1.6.0.GA?

2006-08-03 Thread [EMAIL PROTECTED]
1.6.0.GA is not compatible with Eclipse 3.2. Our 2.0 series (currently in alpha release) is tested / developed against Eclipse 3.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963013#3963013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: A couple of observations

2006-08-03 Thread petemuir
"iradix" wrote : | 1)I haven't found a good way to instantiate multiple, unique Seam components of the same type. As a use case say that I have a ProductFinder SFSB that uses multiple CategoryFilter objects to narrow down a result list. I can't create a subclass of CategoryFilter for each

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread rupertlssmith
"[EMAIL PROTECTED]" wrote : If you remove the *-ds.xml file from the EAR, then you should be able to do: | | index-ra-0.1.rar | | Are you sure about that? I tried that but it responded with: --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.jca:service=RARDeploym

[jboss-user] [Security & JAAS/JBoss] - Re: JDBC Realm

2006-08-03 Thread j2ee_junkie
bjornn, You are making more work for yourself. I already told you that your query is not correct and pointed you to documentation on the LM. If the info you posted about your database is correct, and assuming your table names are USERS and ROLES, your queries should be as so... | ... |

[jboss-user] [JBoss Portal] - Re: deploying portlets - changes between 2.2 and 2.4?

2006-08-03 Thread [EMAIL PROTECTED]
http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html/changelog.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963009#3963009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963009

[jboss-user] [JBoss Portal] - Re: deploying portlets - changes between 2.2 and 2.4?

2006-08-03 Thread [EMAIL PROTECTED]
The reference guide is your friend. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963008#3963008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963008 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - Re: delayed messages

2006-08-03 Thread [EMAIL PROTECTED]
Not yet. It will be in 1.2.0.Beta, which is scheduled for fall: http://jira.jboss.org/jira/browse/JBMESSAGING-127 If you need this functionality in Messaging faster, you have a couple of options: either implement it and submit a patch or vote for the JIRA issue. This will raise its priority.

[jboss-user] [JBoss Seam] - Re: Quick question!!!

2006-08-03 Thread iradix
You could, but I don't think it would make much sense. If you want to outject a @OneToMany collection as a DataModel why don't you create a bean that extracts the collection from the correct entity when it's accessed by your application. Then your new bean can have the extracted collection out

[jboss-user] [JBoss jBPM] - Re: async actions never starting

2006-08-03 Thread cheath
I had redeployed the webapp, but that did not seem to make a difference. Turns out there was an error occuring on startup of the webapp; trying to insert a value too large for the DB. Since we don't really want the webapp, I just added the CommandExecutorThread.start() to our own app's initial

[jboss-user] [JBoss Portal] - deploying portlets - changes between 2.2 and 2.4?

2006-08-03 Thread taiji3
I recently started experimenting with JBoss and installed a few months ago the 2.2 version. Through try and error and looking at samples, I figured out how to code simple portlets and successfully deploy them with the required xml files. Now I have downloaded the latest 2.4 version and find that

[jboss-user] [JBoss jBPM] - Re: deploying portlets - changes between 2.2 and 2.4?

2006-08-03 Thread taiji3
sorry - I posted this in the wrong forum. I am reposting to the general jboss portal forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963001#3963001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963001 ___

[jboss-user] [Beginners Corner] - Re: Is it possible to fire a single rule from a rule table ?

2006-08-03 Thread panihill
I am assuming you are talking about firing one rule from a package, not firing a rule one time when fact could make it fire many times. I don't have a great answer for you, but in the past I have handled this sort of thing by using some sort of marker. Set some field of the marker and assert w

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss automatic shutdown during boot

2006-08-03 Thread scottlance
Its all right, I do appreciate the help that you have offered. Its just kind of weird that it comes up sometime and other times not, while it will never shut down when I launch it manually. Perhaps I'll just write a monitor that will relaunch Jboss when the process goes down or something like

[jboss-user] [Security & JAAS/JBoss] - Re: JDBC Realm

2006-08-03 Thread bjornn
Hi zurchman, My datasource has some problemas, like as mismatch in url connection... but I was guess that jboss would complain... I work hard to discover it. But I can't solve the problem yet. Now, after just one attempt I get a 403 error. The server log print this lines below just after my log

[jboss-user] [EJB 3.0] - Re: org.jboss.remoting.CannotConnectException: Can not get c

2006-08-03 Thread romanchr
I am on Windows 5.1 (XP with SP2). I somehow have the same feeling as you: it looks like as if the internal windoze firewall is blocking my calls. I had try on another machine and there I had absolutely no problems. Therefore I will examine my firewall a bit closer. Funy enough that my JBoss 4.

[jboss-user] [Installation, Configuration & Deployment] - Re: Complicated DataSouce and JNDI javax.naming.NamingExcept

2006-08-03 Thread DjHitItUp
Thank you so much for catching that tag name problem; however the issue still remains. My code below still doesn't work. out.println("VERSION 2 w/ DataSource of DCPROD"); Connection con2 = null; try { InitialContext context = new InitialContext(null); DataSource source = (DataSource)co

[jboss-user] [JBoss Seam] - Quick question!!!

2006-08-03 Thread angelogalvao
can i put a @DataModel in a Entity? @OneToMany relashioship??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962991#3962991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962991 ___

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread [EMAIL PROTECTED]
Out of curiosity, could you try remove the ear# syntax? Then Deploy the RAR Deploy the *-ds.xml file Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962988#3962988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread [EMAIL PROTECTED]
Hmmm...interesting... Let me cook up a test case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962987#3962987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962987 ___ jb

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread rupertlssmith
Yes, the ejb jar file has its MANIFEST class path set up for the shared .jars. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962986#3962986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962986

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread rupertlssmith
No particular reason for putting the -dm.xml in the .ear. Right now I'd be happy to get it working any old way. Regardless of neatness of the solution, it should still work when its in the .ear? I've now moved it out of the .ear and into the /deploy directory but I get an error: Do I need to be

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread [EMAIL PROTECTED]
Note, in using this scheme, your ejb-jar file will also have to include a MANIFEST.MF entry to reference the client jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962984#3962984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread [EMAIL PROTECTED]
If you remove the *-ds.xml file from the EAR, then you should be able to do: index-ra-0.1.rar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962983#3962983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962983 __

[jboss-user] [Beginners Corner] - Problem with web service client

2006-08-03 Thread trifonov
Hi, I followed adminguide.pdf and created simple web service similar to 'Hello, world'. I can see it in Registered Service Endpoints. I followed the same quide to create a simple client to test the web service. Here is the code: package org.jboss.ws.client; import java.net.URL; import javax.xm

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread rupertlssmith
The application.xml contains: | index-ra-0.1.rar | and the jboss-app.xml contains: | index-ra-ds.xml | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962981#3962981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread [EMAIL PROTECTED]
Any particular reason you want to include the *-ds.xml file in the EAR? Typically this isn't done because it limits your ability to change settings and have them hot deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962980#3962980 Reply to the post :

[jboss-user] [Security & JAAS/JBoss] - Re: JDBC Realm

2006-08-03 Thread zurchman
I suspect that you do not have the datasource defined correcly: the examples would have you use java:/jaasDS. And if there's no reference to jaasDS in jmx-console, you probably have not deployed it correctly. Read over my earlier post for details. View the original post : http://www.jboss.c

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-08-03 Thread rupertlssmith
Presumably you mean in the scenario where the .rar is put inside the .ear file? I wasn't but I have now changed my MANIFEST to include references to them. It is stil not working. To give a clearer picture, the relevant parts of my .ear file now looks like: index-ra-test-0.1.ear: | |-index-ra-ds

[jboss-user] [JBoss jBPM] - deploying portlets - changes between 2.2 and 2.4?

2006-08-03 Thread taiji3
I recently started experimenting with JBoss and installed a few months ago the 2.2 version. Through try and error and looking at samples, I figured out how to code simple portlets and successfully deploy them with the required xml files. Now I have downloaded the latest 2.4 version and find that

  1   2   3   4   >