[jboss-user] [JBoss Messaging] - Re: Closing Consumer Causes Hang

2006-09-10 Thread toddjtidwell
Tim, Thanks! YOu're right, under normal circumstances, I would just use auto-acknowlege if I was going to immediatly acknowlege the message. However, the test code that I used in my sample was also the same test code I was using to test some message expiration and redelivery behavior, and the

[jboss-user] [EJB 3.0] - Message-Driven POJOs and JBoss Messaging

2006-09-10 Thread lhoriman
Do Message-Driven POJOs work with JBoss Messaging, or are they tied to JBoss MQ? When I switch to Messaging 1.0.1.RC4, my consumers complain that jboss.mq:service=DestinationManager is not registered. Is this expected behavior until JBoss 5? Thanks, Jeff View the original post :

[jboss-user] [JBoss Seam] - Re: ui:repeat shows only one item with high conversation sta

2006-09-10 Thread Basel
Associated JIRA issue: http://jira.jboss.org/jira/browse/JBSEAM-350 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970600#3970600 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970600

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

2006-09-10 Thread zzzz8
I'd like access a JSF DataModel from my JSP using EL. Normally, this is a very easy thing to when one doesn't use multiple roles. But in this case, I'm assigning multiple roles to a component and I can't seem to figure out the correct syntax for accessing the DataModel. For example, here's a

[jboss-user] [EJB 3.0] - Entity Cache Question

2006-09-10 Thread mrohad
I've a DB table that we only add rows to it , we never update nither delete from this table. what kind of caching strategy do you recommend? CacheConcurrencyStrategy type I guess.. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970602#3970602 Reply to

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

2006-09-10 Thread mzeijen
Has no one any idea? Is it such a strange thing I want? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970604#3970604 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970604 ___

[jboss-user] [JBoss Seam] - Re: Interface from C app to Seam?

2006-09-10 Thread chuaky
Thanks Raja for the advice. I'm building a web app using seam + portal + facelets, so i wanted the C app to interface with the java beans written in seam. Sorry, i'm a newbie so some of the terms may be incorrectly used. Cheers. View the original post :

[jboss-user] [EJB 3.0] - Re: How to avoid specific Hibernate config in EJB3 source co

2006-09-10 Thread [EMAIL PROTECTED]
they are only needed at compile time, not at run time. if you don't want mapping details in source code use jpa xml overriding or hbm.xml's. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970606#3970606 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Entity Cache Question

2006-09-10 Thread laszlo.fogas
READ_ONLY i guess View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970609#3970609 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970609 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: deleting entities from a Collection

2006-09-10 Thread laszlo.fogas
define a hibernate specific annotation, because this kind of deleting ejb3 spec does not support. In hibernate it's delete_orphan cascade type.. use | @OneToMany(fetch = FetchType.LAZY, mappedBy = felhasznalok) | @org.hibernate.annotations.Cascade( { |

[jboss-user] [Installation, Configuration Deployment] - Re: Installer for 4.0.5.CR1

2006-09-10 Thread perrucci
Thank you Alex, I'm trying to build the latest version but the svn url doens't work. I found the same url here http://wiki.jboss.org/wiki/Wiki.jsp?page=JEMSInstaller so I think there is a problem on svn. Can you confirm the problem? Thank you Paolo View the original post :

[jboss-user] [Installation, Configuration Deployment] - Need JBoss consultant in Denver area

2006-09-10 Thread [EMAIL PROTECTED]
Hi; We need a JBoss consultant in the Denver area to walk us through the best way to install JBoss and get a simple servlet running on it. And the best way to get a database connection. This should be a 3 - 6 hour job at most as what we need is very straightforward - the trick is knowing what

[jboss-user] [EJB 3.0] - Re: Entity Cache Question

2006-09-10 Thread mrohad
but if I set the cache to be READ_ONLY how will the cache know I added a new row? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970613#3970613 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970613

[jboss-user] [EJB 3.0] - Re: deleting entities from a Collection

2006-09-10 Thread aberezin
Thanks for the tip. I could seem to get CascadeType.DELETE_ORPHAN to work in 4.04ga with a Set (didnt try with a List). I saw a bug related to this, http://opensource.atlassian.com/projects/hibernate/browse/EJB-53 but it appears fixed long ago. I made a little test case that persists the

[jboss-user] [EJB 3.0] - Re: Entity Cache Question

2006-09-10 Thread laszlo.fogas
You cache only the entity, not the query result. And you don't update the entity that's why you can use read_only cache which supposed to be the fastest. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970617#3970617 Reply to the post :

[jboss-user] [JBossCache] - Re: Eviction - forcibly?

2006-09-10 Thread [EMAIL PROTECTED]
Not sure. Can you post your log? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970618#3970618 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970618 ___ jboss-user mailing list

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

2006-09-10 Thread [EMAIL PROTECTED]
Can you try out TreeCache only first so we can isolate the problem further? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970619#3970619 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970619

[jboss-user] [EJB 3.0] - Re: caching onetomany relation

2006-09-10 Thread laszlo.fogas
anyone? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970620#3970620 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970620 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Getting Conversation Id in javascript. Is there a better way

2006-09-10 Thread nicola9000
Is there e better way to get conversation ID ? I need it for remoting calls | var conversationId= -1; | | window.onload=function() | { | } | | /* Check conversation id */ | function checkConversation() | { | if ( conversationId == null || conversationId == -1 ) |

[jboss-user] [JBoss jBPM] - Re: Alfresco has embedded jBPM

2006-09-10 Thread [EMAIL PROTECTED]
Hi David, Also congratulations from my part. The more success stories about jBPM the better? I already heard many great things about your product, so I am convinced it will also be a success story... Thanks, Koen View the original post :

[jboss-user] [Beginners Corner] - sources

2006-09-10 Thread sviluppatorefico
where are sources of jboss as 4.0.4 GA patch 1? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970624#3970624 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970624 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Accessing the underlaying hibernate session / transactio

2006-09-10 Thread [EMAIL PROTECTED]
Harry, Committing a transaction inside an action handler like you do is not always bad. The only thing that you should be aware of is that from a client perspective, you have now really two transactions. The first transaction will do the business behaviour of your node, the second will move

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBOSS-IDE ignoring run.conf when starting JBoss?

2006-09-10 Thread dbs
[EMAIL PROTECTED] wrote : You're 100% correct. Starting JBoss from inside eclipse does not execute the .bat or .sh files. It directly executes the main class of run.jar. For the time being, double-clicking on the server instance and editing it's launch configuration should allow you to add the

[jboss-user] [Installation, Configuration Deployment] - Re: Installer for 4.0.5.CR1

2006-09-10 Thread [EMAIL PROTECTED]
anonsvn is http only. the following URL works fine: svn co http://anonsvn.jboss.org/repos/installer/jems-installer/trunk let me know how it works out -Alex View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970627#3970627 Reply to the post :

[jboss-user] [EJB 3.0] - Could not dereference object on Remote Server

2006-09-10 Thread mlandwehr
Hi! I'm a newby in ejb3.0 and startet with the tutorials. The first step was testing the Stateful-ShoppingCart-Example. I used the JBoss4.0.4 (ejb3-installer) on a local machine - the same machine from where i started the client-app.everything works! The next step was using an

[jboss-user] [JBoss Seam] - TROUBLE RUNNING BOOKING EXAMPLE ON TOMCAT

2006-09-10 Thread igorarbizu
Hi, I've deployd on tomcat the booking example as explained in 1.0.1 distribution, and it starts ok but when I try to make any action I get errors I, m not able to solve. This is the lod starting tomcat: INFO 10-09 21:21:54,203 (Log4JLogger.java:info:94) -Reading standard config

[jboss-user] [JBossWS] - problem with web service through SSL

2006-09-10 Thread peiguo
I have SSL connector (port 8443) defined for my jboss application server. In server\default\deploy\jbossweb-tomcat55.sar\server.xml, I added: Connector port=8443 address=${jboss.bind.address} |maxThreads=100 strategy=ms maxHttpHeaderSize=8192 |

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

2006-09-10 Thread ShareMe
Hello, Originally I was using MySQL5 mis confugred ie was not in strict mode however my data soruce was not correct and thus got could not create tables first time.. So I than corrrect the datasource and restarted with could not log in as user or admin.. SO I than stopped server and deleted

[jboss-user] [JBoss Portal] - Re: MyFaces 1.1.2 Portal 2.4

2006-09-10 Thread alain_fr
i've got the same problem, i have an application that use jsf, spring whic is working well bu when i want to put it into a portlet, i've got that error View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970632#3970632 Reply to the post :

[jboss-user] [Beginners Corner] - problem of tutorial from tusc.com.au

2006-09-10 Thread aaronyeo22
I have test the chapter3 , after deploy and test client. Failed!!! anyone can help. thanks a lot. the below are the message from server: Request from client : java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.ServerException:

[jboss-user] [JBoss jBPM] - why am i getting a null ProcessDefinition from graphSession.

2006-09-10 Thread james1969
I'm very new at jBPM. I'm trying to get a DecisionHandler working in a new workflow I've defined: | ?xml version=1.0 encoding=UTF-8? | | process-definition | xmlns=urn:jbpm.org:jpdl-3.1 | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [JBoss jBPM] - Re: why am i getting a null ProcessDefinition from graphSess

2006-09-10 Thread james1969
Ah, this was my error, the workflow was named 'jpgWorkflow'. My mistake. I simply had to rename the name of the workflow. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970636#3970636 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Getting Conversation Id in javascript. Is there a better

2006-09-10 Thread sbryzak2
| script type=text/javascript | Seam.Remoting.getContext().setConversationId(#{conversation.id}); | /script | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970637#3970637 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Interface from C app to Seam?

2006-09-10 Thread sbryzak2
Remoting was built for exactly this scenario, and even though we only provide a Javascript implementation of the remoting client, there is nothing stopping anyone from building a C (or whatever) client that integrates with the remoting servlet. It uses a simple XML-based structure for its

[jboss-user] [JBoss Seam] - Re: TROUBLE RUNNING BOOKING EXAMPLE ON TOMCAT

2006-09-10 Thread CptnKirk
If I recall the JNDI lookup for Tomcat/embedded EJB3 is different than regular JBoss. I don't have time right now for a full doc/forum search, but try that first. The root cause appears to be a naming problem. View the original post :

[jboss-user] [JBoss Seam] - Re: TROUBLE RUNNING BOOKING EXAMPLE ON TOMCAT

2006-09-10 Thread CptnKirk
Also, make sure you've updated your Seam's build.properties and generated the example via deploy.tomcat? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970640#3970640 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970640

[jboss-user] [JBoss Messaging] - Messaging client hangs on exit

2006-09-10 Thread PeterJ
I have a simple messaging client that opens a topic as both a subcriber and publisher, with a listener on the subscriber. Once I send and receive one message on the topic, the program hangs when I try to exit. I know that there must be something I am doing wrong but cannot see it.

[jboss-user] [JBoss Seam] - Re: Interface from C app to Seam?

2006-09-10 Thread CptnKirk
Not to knock the work done by the remoting team, but is there a reason a custom protocol was chosen vs a Seam RemotingEndpoint that would handle remoting via some version of SOAP? I would have a thought the benefits of a standard transport protocol would outweigh the down side. Since

[jboss-user] [JBoss jBPM] - Re: rhino script rather than beanshell?

2006-09-10 Thread StrayAlien
Cool. Thanks. Does JSR 223 have any impact here? The java 6 JRE has interfaces for plugging in script engines. Does one imagine that JBPM will use JSR 223 rather than just beanshell? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970643#3970643 Reply to

[jboss-user] [JBoss jBPM] - Re: Forms.xml with the jBPM web app

2006-09-10 Thread kukeltje
almost all the posts that refere to forms.xml also refere to the cvs-head version of jBPM. Look there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970644#3970644 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970644

[jboss-user] [JBoss Seam] - Re: TROUBLE RUNNING BOOKING EXAMPLE ON TOMCAT

2006-09-10 Thread rmemoria
Hi, I had the same problem days ago, but everything worked fine after I downloaded the latest EJB3 profile of JBOSS (JEMS Installer). Don't use the JBOSS AS version from the main download page. Use this link to get the latest version to work with SEAM.

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBOSS-IDE ignoring run.conf when starting JBoss?

2006-09-10 Thread [EMAIL PROTECTED]
That part of the UI is run by the eclipse project webtools (upstream of us), however I will either put in a feature request to them or find some other way to ensure the UI is more user friendly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970646#3970646

[jboss-user] [JBoss Portal] - Re: User Input Req for 2.6 Usability and UI enhancements

2006-09-10 Thread [EMAIL PROTECTED]
Comments on the UI mockup: - add content and collapse all should be within pages, probably in a reserved area at the top since it is confusing to find it outside of a page. - edit mode should use icon, not text: using text is not consistent, takes too much space and can cause problems with

[jboss-user] [Security JAAS/JBoss] - effect of removing HTTP/JMX invokers

2006-09-10 Thread dbatcn
I want to put a JBoss AS instance out on the Internet securely. I can follow the explanations at http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch8.chapter.html#d0e21402 about the consoles but wanted to make sure I really understand what's going on in the discussion about the HTTP and JMX

[jboss-user] [Installation, Configuration Deployment] - Re: jboss not logging any further

2006-09-10 Thread jiwils
Not sure that your post contains enough information to help us help you. The conf/log4j.xml file plus the error code that logs the information you think you should be seeing might be helpful. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970651#3970651

[jboss-user] [Beginners Corner] - Re: Two sars and class loader question.

2006-09-10 Thread jiwils
wichka wrote : (1) I was wondering if the two sars in a deploy directory find jars in each others sar. Yes. wichka wrote : (2) Can a sar in a deploy directory find the jar in the lib directory? Yes. wichka wrote : My view is that sars are loaded in different class loaders and hence they

[jboss-user] [EJB 3.0] - Re: Dynamic Named Query?

2006-09-10 Thread hotat27
Please help. Doesn't anyone expert on this? Please help... Many thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970653#3970653 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970653

[jboss-user] [Beginners Corner] - Re: sources

2006-09-10 Thread visolvejboss
Hello, See http://sourceforge.net/project/showfiles.php?group_id=22866package_id=16942release_id=416591 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970654#3970654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970654

[jboss-user] [JBoss Seam] - Re: Interface from C app to Seam?

2006-09-10 Thread sbryzak2
CptnKirk wrote : Not to knock the work done by the remoting team, but is there a reason a custom protocol was chosen vs a Seam RemotingEndpoint that would handle remoting via some version of SOAP? | | I would have a thought the benefits of a standard transport protocol would outweigh the