[jboss-user] [JBoss Seam] - How to configure persistenceContextName?

2007-02-22 Thread baz
Hello i have created a feature request http://jira.jboss.com/jira/browse/JBSEAM-902 This request was rejected with comment RTM I have not found a way to configure the persistenceContextName in the docs. All i found is to configure the entityManger or the HibernateSession for each and every (Hiber

[jboss-user] [JBoss Seam] - Re: Setting a

2007-02-22 Thread MikeDougherty
I'm sort of new here and still getting a feel for the community, and really do not know how open this community is to debate (especially from new-comers). So I'll make one last comment and let it go at that. I'm not saying outjecting a User session object is hard, or wrong. It is what I am doin

[jboss-user] [JBoss Seam] - Easy way to secure all pages in an app?

2007-02-22 Thread lawrieg
Hi, I'm just wondering whether there is an easy way to enforce that a user must be logged in to access any pages in an application (except, of course, the login page itself...) I basically want the login page to be the first page the user sees, and for them not to be able to access any other p

[jboss-user] [JBoss jBPM] - Re: Missing (config) files starters kit?

2007-02-22 Thread Johan.Parent
Hi Ed and Ronald, Thanks for your respective replies. I'll give it a shot and report my progress (if any here). Best regards, Johan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020632#4020632 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Performance Tuning] - Re: JBoss- How to big /incrase Heap size?

2007-02-22 Thread PeterJ
I would advise against setting the heap to 5GB (or 10GB), because when you hit your first major garbage collection, you will find that it will take several minutes during which time all of the application processing will be suspended. (If you have multiple CPUs, you could look into the mostly-co

[jboss-user] [JBoss Portal] - Management Portlet - Destroy Page

2007-02-22 Thread hemmer
Hello, I'm having the following problem with the jboss portal 2.4.1. After deploying the portal server on Windows machine everything works out fine and I can use every function of the management portlet. But if I copy exactly the same jboss server and jboss portal server on a linux machine som

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-22 Thread andrew.rw.robinson
http://jira.jboss.org/jira/browse/JBSEAM-903 I put in @Bidirectional. @Bi doesn't sound any less perverted than @InOut :-). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020637#4020637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: Setting a

2007-02-22 Thread petemuir
So I think the thing is here that unless Seam actually started providing a basic User class (which would be a bad thing as this is domain model specific) there is no sensible way to store any information about the user on Identity. FWIW I just extend Identity and add get/setUser methods to it (

[jboss-user] [JBoss Seam] - Re: Easy way to secure all pages in an app?

2007-02-22 Thread petemuir
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020640#4020640 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020640 ___ jboss-user mailing list jboss-user@lists.jboss.org htt

[jboss-user] [JBoss Messaging] - 1.2CR1 - AS 4.0.5 Install - ClassNotFoundException on Failov

2007-02-22 Thread jeanbobby
Hello, Im trying to setup 1.2CR1 on a 4.0.5 default. Im running a co-located test sar that's already running with a 1.0.1SP4 / 4.0.5 install (to work with Tim on case 00014299). It just requires a simple non clustered config and a test queue. My 1.0.1SP4 / 4.0.5 install is the default patch with

[jboss-user] [JBoss AOP] - change interceptor chain sequence ?

2007-02-22 Thread waffels
Hi all, i'd like to know if it's possible to change the sequence of interceptors at a particular binding ? Thanks in advance ! regards, Birgen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020643#4020643 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Performance Tuning] - Number of webcontainer threads and connection pools used ???

2007-02-22 Thread [EMAIL PROTECTED]
Hi all, I am new to jboss administration, Could any one of you help me with my question, How can I monitor the number of webcontainer pools and jdbc connection pools used by the application? Is there any command to find out the usage or do we have any monitoring tools like what we have for WebS

[jboss-user] [JBoss jBPM] - Re: Missing (config) files starters kit?

2007-02-22 Thread kukeltje
no progress may also be reported ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020645#4020645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020645 ___ jboss-user mailing

[jboss-user] [Messaging, JMS & JBossMQ] - Remote JMS integration with SJSAS

2007-02-22 Thread robertonavarro
Hello, I want to make a Message Driven Listener to get JMS messages from a SJSAS server, how could I do it? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020646#4020646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: Entities Get Updated--Screen Doesn't (Usually)

2007-02-22 Thread gzoller
Play the happy music--I found it! I really hate when people solve their own problems and don't post their solutions. Then when I search the forum and say "Hey, I've got the exact problem... but where's the solution?" So after a couple hours of line-by-line combing through code the answer lay

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HQL and enum constants

2007-02-22 Thread andydale
Hi. try this: SELECT DISTINCT m FROM Material m, IN(m.suppliers) s WHERE m.unit <> Material$MaterialUnit.SQUARE_METRES AND s.id = :id I am not sure if you will need the package name before Material. Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Beginners Corner] - Re: External WAR Configuration

2007-02-22 Thread PeterJ
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=94921 and http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91359 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020651#4020651 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - problem with the rendered attribute

2007-02-22 Thread ask4saif
dear fellows, the problem is i am using nested dataTables. the outer data table is displaying the heading of category of users, and the inner dataTable is displaying the users in that category. Now the problem is the inner dataTable is not displaying the column headers given in the respective f

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HQL and enum constants

2007-02-22 Thread alexg79
Tried that, and "com.foo.Material$MaterialUnit.SQUARE_METRES", no dice. Gives the same error still. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020654#4020654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020654 __

[jboss-user] [Installation, Configuration & Deployment] - Re: Deployment Problems on Linux

2007-02-22 Thread PeterJ
Assuming all of your JVMs came from Sun, and are at the same release level (e.g., all 1.5.0_10) they should all behave the same. Therefore, without a stack trace showing the problem, it is impossible to diagnose (for example, I could assume you are getting a class not found error and give you wa

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-22 Thread [EMAIL PROTECTED]
The PromiscuousTraffic bug is still listed as open in the Sun database: http://bugs.sun.com/bugdatabase/view_bug.do;:YfiG?bug_id=4701650. Since the exact cause of this issue is not clear, for safety reasons we recommend using different ports. If you've tested your environment thoroughly and ar

[jboss-user] [JBoss Seam] - Re: How to configure persistenceContextName?

2007-02-22 Thread [EMAIL PROTECTED]
You can config any persistence context you like for a home, using entity-manager="#{mine}". Or, if you dont like that, you can alias any name you have to "entityManager", using . Or, you can extend EntityHome, and override getPersistenceContextName() or even getPersistenceContext(). And you

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HQL and enum constants

2007-02-22 Thread alexg79
For the record, here's the code for the MaterialUnit enum inside the Material class: | public enum MaterialUnit { | SQUARE_METRES("m\u00b2"), | ROLLS("rll"), | PIECES("kpl"), | KILOGRAMS("kg"); | | private final String name; |

[jboss-user] [JBossCache] - Re: 1.4.1.SP1 in Maven2 repository?

2007-02-22 Thread [EMAIL PROTECTED]
JBoss Serialization is a dependency, yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020662#4020662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020662 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: injection into stateless bean (which is called from an M

2007-02-22 Thread [EMAIL PROTECTED]
Correct, @In works in an MDB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020663#4020663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020663 ___ jboss-user mailing list j

[jboss-user] [JBossCache] - Re: One node in two clusters?

2007-02-22 Thread [EMAIL PROTECTED]
This is very close to what you are trying to achieve. Perhaps instead of making them unshared, you could create a singleton cache loader? This will solve the problem of "A ignoring the packets it creates", as you say? anonymous wrote : | Also, it looks like the true tag is ignored for the

[jboss-user] [JBoss Seam] - Re: Easy way to secure all pages in an app?

2007-02-22 Thread lawrieg
Hi Pete, Just tried this and can't seem to make it work - IE just hangs indefinitely and Firefox gives me the following message: anonymous wrote : The page isn't redirecting properly | | Firefox has detected that the server is redirecting the request for this address in a way that will nev

[jboss-user] [JBossCache] - Re: binding of DummyTransactionManager failed javax.naming.N

2007-02-22 Thread [EMAIL PROTECTED]
Don't use the dummy transaction manager in production. It is called a "dummy" transaction manager for a reason! :-) Use one of the many open src TM impl's instead, and write your own TransactionManagerLookup impl to get a hold of the TM. Keep in mind that Tomcat's JNDI is read-only. View th

[jboss-user] [JBossCache] - Re: Cache Inspector / Admin-Frontend

2007-02-22 Thread [EMAIL PROTECTED]
If you are running JBoss Cache from within JBoss AS and this is bound to the MBean server, you could access it as an MBean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020668#4020668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: DataModelSelection property not set after using the back

2007-02-22 Thread pnorman4
Actually, I'm using four different @DataModel. Three of these have their own @DataModelSelection. The page is composed of a page with a table (uses mainListItems). and a small list of selected items (populated by selectedListItems). The page uses a facelet template, which contains a menu (popul

[jboss-user] [JBoss Seam] - Re: injection into stateless bean (which is called from an M

2007-02-22 Thread [EMAIL PROTECTED]
(As long as the MDB has an @Name annotation, and is in an EAR with a Seam WAR, of course.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020664#4020664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020664 ___

[jboss-user] [JBossCache] - Re: hibernate 3.2.2 + Jalapeno SP1 treecache.xml best prac

2007-02-22 Thread [EMAIL PROTECTED]
anonymous wrote : | | 1-the hibernate-recommended treecache xml (merci Manik!) head revision declares the MBean as a org.jboss.cache.CacheImpl instance. are there any (I suppose so) diffs between the good old org.jboss.cache.TreeCache and the CacheImpl? | Yes, a lot! :-) Don't use i

[jboss-user] [Beginners Corner] - Re: A new understanding of ClassLoaders...

2007-02-22 Thread PeterJ
You have to be very careful on who is is invoking whom. Spring tends to want to instantiate classes, and if those classes are defined in your war file, then unless you place the Spring jars in your war file, it will not be able to see them. What I have been able to do is place all of the classes

[jboss-user] [EJB 3.0] - Embedded JBoss protocol unknown vfsfile. URLStreamHandlers

2007-02-22 Thread apill
Bill, I checked out the Embedded JBoss code and built it from the source today. I have set up JUnit tests to deploy and test my EJBs. When I run the tests in Eclipse they work, but when I build the project in Maven it fails. I have done a lot of investigating and debugging in the embedded code,

[jboss-user] [JBossCache] - Re: Performance expectations

2007-02-22 Thread [EMAIL PROTECTED]
anonymous wrote : | After changing to pessimistic locking, our test results have dramatically improved. It turns out to be a known issue in 1.2.4 SP1. | What is a known issue? Optimistic locking did not exist till 1.3.0. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBossCache] - Re: Weird TreeCache.printDetails()

2007-02-22 Thread [EMAIL PROTECTED]
It doesn't matter if you use a cache loader or not. If you have an eviction policy set up, it will start to clear stuff from memory if it fills up. Usually this involves removing a node, but if the node has children, then it will just remove the data in the node and mark the node as uninitial

[jboss-user] [JBoss Messaging] - Re: 1.2CR1 - AS 4.0.5 Install - ClassNotFoundException on Fa

2007-02-22 Thread jeanbobby
I re installed CR1 from scratch and it seems to work fine. I dont see anything special in my previous install except cleaning all test queues/topics, Ill and try and reproduce the same step to see if how I get to the same error. BTW the memory seems to be still present in CR1. Regards, Olivier

[jboss-user] [JBoss Seam] - Re: Seam 1.1.6 Security with ICEFaces

2007-02-22 Thread Jump
I dont use ICEFaces, but I have the same problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020679#4020679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020679 ___ jboss-

[jboss-user] [JCA/JBoss] - Re: Connection closed problem after DB restart.

2007-02-22 Thread [EMAIL PROTECTED]
How about reading this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=59031 and this http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp And then try posting again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020680#4020680 Reply to the post

[jboss-user] [Performance Tuning] - Re: Number of webcontainer threads and connection pools used

2007-02-22 Thread PeterJ
For connection pools, use jmx-console (or twiddle) to look at the mbean named jboss.jca:service=ManagedConnectionPool,name=XXX where XXX is the JNDI name of your data source. For web app threads look at the mbean jboss.web:name=http-0.0.0.0-8080,type=ThreadPool (note that the ip address and po

[jboss-user] [JBoss Seam] - Re: Easy way to secure all pages in an app?

2007-02-22 Thread [EMAIL PROTECTED]
Use a wildcard view idd. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020684#4020684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020684 ___ jboss-user mailing list jboss-

[jboss-user] [JNDI/Naming/Network] - Re: Proxy ClassCastException after successful EJB lookup

2007-02-22 Thread venkatesh_s5
I too have the same problem pls any one suggest me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020685#4020685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020685 ___ jbo

[jboss-user] [JBoss Seam] - Re: Easy way to secure all pages in an app?

2007-02-22 Thread [EMAIL PROTECTED]
You also need < pages login-view-id="..." >. And you need to be using current CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020687#4020687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020687 ___

[jboss-user] [JBossCache] - Re: problem when using new Fqn with Integer

2007-02-22 Thread [EMAIL PROTECTED]
anonymous wrote : | When I put my user hat(not design hat) I think IMHO that the FQN API should be String only until this design issue is resolved | I agree, there is a thread about whether this should be the case. See http://jboss.org/index.html?module=bb&op=viewtopic&t=101146 anonymous

[jboss-user] [JBossCache] - Re: how do i clean (remove) all nodes from a cache loader?

2007-02-22 Thread [EMAIL PROTECTED]
I'd recomend trying out BETA1, which should be out in a few days - the JDBC cache loader has been changed a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020691#4020691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Beginners Corner] - Re: A new understanding of ClassLoaders...

2007-02-22 Thread mbabauer
So, let me see if I can sum up what you are saying. Stuff in the JBoss lib and the server lib "should" be visible globally (JBoss lib across all servers, server lib across just that server), and things in the EAR should be visible to everything in the EAR *Except* the WAR(s). This leads into a

[jboss-user] [JBossCache] - Re: Listener receives both a nodeCreated AND nodeModified fo

2007-02-22 Thread [EMAIL PROTECTED]
This is correct behaviour, as per the documentation. First a node is created (and is empty) and it is then modified to apply it's state. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020694#4020694 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBossCache] - Re: Merge replication?

2007-02-22 Thread [EMAIL PROTECTED]
anonymous wrote : | Is it possible to create one big cache and configure regions that are shared by a subset of members only? | Why? Shouldn't consumers see everything? Perhaps what you need is each producer uses a STANDALONE cache, using a TCPCacheLoader. The consumers create a cache

[jboss-user] [JBossCache] - Re: Jboss cache 1..4.1 on jboss 3.2.3

2007-02-22 Thread [EMAIL PROTECTED]
Pls see the compatibility matrix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020697#4020697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020697 ___ jboss-user mailing lis

[jboss-user] [JBossCache] - Re: is it possible by using JBoss Cache accessing a value fr

2007-02-22 Thread [EMAIL PROTECTED]
Replication queue is only for async comms. From what I gather, you want replication to be synchronous, so this will happen immediately when the changes are made. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020699#4020699 Reply to the post : http://www.j

[jboss-user] [JBoss Eclipse IDE (users)] - Re: could not define a configuration

2007-02-22 Thread *alexandre*
Well thanks for your support, I will try the beta. Does the IDE include EJB 3.0 tools ? Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020703#4020703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020703 ___

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-22 Thread meghanai_99
Any idea why I am getting the null pointer exception there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020704#4020704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020704 ___

[jboss-user] [JBossCache] - Re: Optimistic DataVersioningException on read-only objects

2007-02-22 Thread [EMAIL PROTECTED]
This is expected behaviour. If you have concurrent threads changing the same node at the same time, one of the threads will fail. In pessimistic locking, the 2 threads are NOT ALLOWED to change nodes at the same time and one thread waits. This leads to poor concurrency. Optimistic locking

[jboss-user] [JBossWS] - NullPointerException in WSDL11Reader.processOperationInput

2007-02-22 Thread meghanai_99
Hello, I have JBoss 4.0.5GA and JBPM and trying to deploy my BPEL process to JBoss. I could generate the Java classes for my BPEL using wscompile after replacing with . However when I deploy it over to JBoss I get following exception - 11:44:16,567 ERROR [MainDeployer] Could not create deploy

[jboss-user] [JNDI/Naming/Network] - Re: Proxy ClassCastException after successful EJB lookup

2007-02-22 Thread PeterJ
venkatesh_s5, did you read all of the posts on this topic? Especially the first line of my reply to skymic? Also, without providing details on your exact problem, we cannot help you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020709#4020709 Reply to the

[jboss-user] [JBoss Seam] - Re: Conversation @Begin

2007-02-22 Thread [EMAIL PROTECTED]
@Begin is conditional upon the return value of the method. Use Conversation.instance().. instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020710#4020710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020710

[jboss-user] [EJB 3.0] - Re: Embedded JBoss protocol unknown vfsfile. URLStreamHandle

2007-02-22 Thread apill
FYI I came across a maven plugin bug... http://jira.codehaus.org/browse/SUREFIRE-104 I have half remedied my problems with the following code and setting the java protocol system property... | org.jboss.net.protocol.URLStreamHandlerFactory factory = new org.jboss.net.protocol.URLStreamHandl

[jboss-user] [JBoss Seam] - Latest CVS seam-gen..."The page isn't redirecting properly"

2007-02-22 Thread sjmenden
Using latest code in CVS, when I generate a basic project with seam-gen and two enties, upon hitting http://localhost:8080/myapp for the first time I receive: "The page isn't redirecting properly" I tried this by generating another project with existing entities, same issue. My previous apps th

[jboss-user] [Beginners Corner] - Re: A new understanding of ClassLoaders...

2007-02-22 Thread PeterJ
Not quite. Things in the WAR can see everything, but nothing can see into the WAR. Other than that, everybody can see everybody else. Everything in the lib, deploy, ear, sar are in the same class repository (thus they all have visibility to each other) by default, though you can configure an ea

[jboss-user] [EJB 3.0] - Re: Embedded JBoss protocol unknown vfsfile. URLStreamHandle

2007-02-22 Thread apill
Problems all fixed. The final error was a stupid mistake on my behalf! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020718#4020718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020718

[jboss-user] [JBoss Seam] - Re: Latest CVS seam-gen...

2007-02-22 Thread sjmenden
btw, running 4.0.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020724#4020724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020724 ___ jboss-user mailing list jboss-user@l

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-22 Thread lludlow2
Brian, thanks for all of your help. I do have another question regarding on how we are setting up the 3 nodes. I am using apache with mod_jk and want to setup the cluster as follows. | Node1Node2Node3 | Active Standby Active | Buddy node2 Buddy nod

[jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching

2007-02-22 Thread eiben
OK, thanx. So I got this thingy working. But now I have something like this, which also gives me an error, that the items are not yet fetched ... | Itemgroup myItemGroup = getItemDispatcher().findItemGroup(Integer.parseInt(request.getParameter("id"))); | | Collection myig = myItemGroup.

[jboss-user] [Clustering/JBoss] - Re: HAJNDI.list() broken on JBoss 4.0.X?

2007-02-22 Thread schaefera
I am using an external context 'org.jboss.naming.ExternalContext' which federates in the JNDI context of a remote JBoss AS. Because I am using HA-JMS on that remote JBoss AS I need to use the HAJNDI rather than a local JBoss Naming Server because I do not know which server does actually host the

[jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching

2007-02-22 Thread [EMAIL PROTECTED]
So, Itemgroup has an items relationship that is lazy loaded. Your findItemGroup is only loading in the Itemgroup entity without doing any fetch joining or eagerly loading of that relationship, hence your error. you will need to have another method, "findItemGroupWithItems" or something like th

[jboss-user] [JBoss Seam] - Re: Latest CVS seam-gen...

2007-02-22 Thread lawrieg
I'm seeing this as well on apps previously generated with seam-gen (although I just generated a very basic new app with seam-gen and it seems to work ok). Confused... Regards, Lawrie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020735#4020735 Reply to

[jboss-user] [JBoss Seam] - Re: Latest CVS seam-gen...

2007-02-22 Thread [EMAIL PROTECTED]
Seam was temporarily broken in CVS. You just got lucky. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020736#4020736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020736 _

[jboss-user] [JBoss Seam] - Re: persist() / remove() at end of long running conversation

2007-02-22 Thread mgombocz
Hi, I have similar problems, so I did further tests based on - JBoss AS 4.0.5.GA - Seam CVS nightly build of 02/18/2007 (based on 1.1.6.GA) - Hibernate as (preconfigured) JPA provider My initial situation is the same like the one of m_hess (using SMPC and flushMode=FlushModeType.MANUAL): anonymo

[jboss-user] [Beginners Corner] - Re: A new understanding of ClassLoaders...

2007-02-22 Thread mbabauer
This is were my confussion lies. In my example I have 4 units: - HG-DataAccess.jar, which has the DOAs (model) and a spring context called componentContext.xml defining the "parent" context for Spring, and a beenRefFactory.xml that setups up the DataSources and all the hibernate stuff, in the

[jboss-user] [JBoss Seam] - Re: persist() / remove() at end of long running conversation

2007-02-22 Thread mgombocz
I have to add: I used HSQL DB for the 2 scenarios. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020739#4020739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020739 ___ jbos

[jboss-user] [JBoss Seam] - Re: persist() / remove() at end of long running conversation

2007-02-22 Thread [EMAIL PROTECTED]
Hibernate always does an immediate INSERT when you use generated ids. This is something we need to fix in Hibernate. I have a feeling that this might not be the case if you use HEM instead of plain Hibernate, but I'm not sure about that. View the original post : http://www.jboss.com/index.html

[jboss-user] [EJB 3.0] - Re: Custom LoginModule and ClassCastException

2007-02-22 Thread cuoz
While I haven't done this type of stuff in a login module, I generally find I need to use scoped class loading by specifying loader-repository elements in the jboss-app.xml file to keep things separated. With scoped class loaders, I am able to hot-deploy any parts of my app without having probl

[jboss-user] [JBoss Seam] - Re: persist() / remove() at end of long running conversation

2007-02-22 Thread [EMAIL PROTECTED]
Steve says I'm wrong and that this now works in Hibernate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020742#4020742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020742

[jboss-user] [Messaging, JMS & JBossMQ] - Message delivery stopped after a while (using HTTPIL)

2007-02-22 Thread srouil
Hi, my application sends JMS messages in a queue that a remote client reads. This client is accessing JBossMQ by using HTTPIL. Everything is working fine for some time but after a couple of hours, messages sent in the queue are no more delivered. If I open the MBean name=myQueue,service=Queue i

[jboss-user] [JBoss jBPM] - Cannot deploy my simple BPEL. Please help!

2007-02-22 Thread meghanai_99
I am pasting my BPEL and WSDL files here. Hello.bpel --- http://Hello/0"; suppressJoinFailure="yes" xmlns:tns="http://Hello/0"; xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"; xmlns:xsd="http://www.w3.org/2001/XMLSchem

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDB login for topic subscriber

2007-02-22 Thread pacwest
I also have similar issues. The application was working without any issues with HSQL. But when I ported the JMS tables to Sybase, I started getting the following error:- 2007-02-22 10:41:48,683 WARN {Timer-3} [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable while att

[jboss-user] [Beginners Corner] - Re: A new understanding of ClassLoaders...

2007-02-22 Thread PeterJ
Now I am confused. Your text seems to imply that applicationContext.xml is OK but componentContext.xml cannot be found. But the error message states that applicationContext.xml is not found, and since you indicate this file is located in the WAR file, I would not expect Spring to find this fil

[jboss-user] [JBoss jBPM] - Re: Cannot deploy my simple BPEL. Please help!

2007-02-22 Thread meghanai_99
After posting my message, I realized that some of the tags from BPEL and WSDL did not make it to the post so I am pasting them again. --- Hello.bpel http://Hello/0"; suppressJoinFailure="yes" xmlns:tns="http://Hello/0"; xmlns="http://schemas.

[jboss-user] [JBoss Seam] - Re: persist() / remove() at end of long running conversation

2007-02-22 Thread mgombocz
Thanks for your quick reply! A few more questions: anonymous wrote : Hibernate always does an immediate INSERT when you use generated ids. This is something we need to fix in Hibernate. | Steve says I'm wrong and that this now works in Hibernate. 1) Does this mean, that with the new Hibernate

[jboss-user] [JBoss Portal] - Drag and drop Not enable

2007-02-22 Thread works
When i´m logged with any user the drag and drop are not enable, why this not enable? The drag and drop only enable in dashboard or when don´t have user logged. How do i habilite drag and drop for my portal, and for any pages? thanks View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - Portlet being called when other portlet is maximized

2007-02-22 Thread frontline
I have two portlets on a page, portlet A and portlet B. If both are visible on the page (not minimized), and I then maximize portlet A, portlet B is still receiving calls. This is probably wrong? If the portlets are minimized this works as it should. View the original post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Page redirect after login not working in CVS

2007-02-22 Thread dustismo
Hi, I upgraded to the cvs version in order to fix a bug in the selectItems convertEntity (that part works now :) ). But now, after I login the page does not get redirected, (it just redisplays the login page with a welcome message. | | |

[jboss-user] [JBoss Seam] - Re: Page redirect after login not working in CVS

2007-02-22 Thread [EMAIL PROTECTED]
Change "success" to "loggedIn". Sorry about that one, but "success" was *such* a bad idea... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020762#4020762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020762 _

[jboss-user] [JBoss Seam] - Re: persist() / remove() at end of long running conversation

2007-02-22 Thread [EMAIL PROTECTED]
Wait for Steve to answer, he's actually not sure about the details of this now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020765#4020765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020765 ___

[jboss-user] [JBoss Seam] - Re: injection into stateless bean (which is called from an M

2007-02-22 Thread codelion
Gavin rules! Indeed, my MDB didn't have a @Name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020767#4020767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020767 ___ jboss

[jboss-user] [JBoss Seam] - Re: Easy way to secure all pages in an app?

2007-02-22 Thread lawrieg
I'm now using the latest CVS version, have ensured all the settings suggested above are correctly set, but I'm still getting the problem. Seam appears to be trying (but failing) to redirect to: http://localhost:8080/customerbuilder/login.seam?cid=1&clr=true It seems perhaps that using a wildcar

[jboss-user] [JBoss Seam] - Re: persist() / remove() at end of long running conversation

2007-02-22 Thread [EMAIL PROTECTED]
What I said was correct :) The questions: 1) Yes 2) Hibernate 3.2 3) Wait for a new E-EJB3 release View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020769#4020769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020769

[jboss-user] [JBoss Seam] - Re: persist() / remove() at end of long running conversation

2007-02-22 Thread [EMAIL PROTECTED]
And I did test this with something later than 3.2.0 GA and it worked with HSQL DB, tested 'identity' and 'sequence'. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020771#4020771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Installation, Configuration & Deployment] - Possible URL logging into IIS logs

2007-02-22 Thread chuckboucher
I have an aplication that uses JBOS 3.2.6 and we use IIS 6 as the front end web server. What I'm wondering if there was a way to have the URL requests made in the application log into the IIS log? Currently, all I see in the IIS log is the requests of the isapi_redirect.dll. View the original

[jboss-user] [JBossWS] - Re: Can not javax.xml.bind.JAXBContext in which jar file.

2007-02-22 Thread alexsun
Thank you, Thomas. Does that mean I need wait for jboss ws 1.20 if I'd like use any jsr222 annotation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020774#4020774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=402077

[jboss-user] [JBossWS] - Re: NoSuchMethodError on TypeBinding.setBeforeMarshallingCal

2007-02-22 Thread joshlam
Thanks Heiko! You are right, somehow there was an 'extra' jboss-xml-binding.jar. Now I ran into another problem while executing the code when I call call.invoke(new Object[]{stdAddr});. | java.rmi.RemoteException: Call invocation failed; nested exception is: | java.lang.IllegalArgume

[jboss-user] [Installation, Configuration & Deployment] - Re: Possible URL logging into IIS logs

2007-02-22 Thread chuckboucher
Also, is there a way to have a custom error page configured so that when JBOSS is down, the custom error page shows? BTW, I'm a JBOSS newbie, but have worked with application servers in the past. ATG Dynamo, for example has a configuration through it's IIS connection module that allows for the

[jboss-user] [EJB/JBoss] - interface javax.ejb.EJBLocalObject is not visible from class

2007-02-22 Thread javierdac
I need jboss execute ear files in isolate way so I change the file ..\server\backend\deploy\ear-deployer.xml Isolated from false to true CallByValue from false to true | | true | true | | | My EJB is: @Stateless | @Remote(WorkflowService.class) |

[jboss-user] [JBoss Seam] - Re: Easy way to secure all pages in an app?

2007-02-22 Thread [EMAIL PROTECTED]
Right, you are not supposed to set login-required on *, only on /secure/*. But I guess I can account for your usecase by *not* requiring login on the login-view-id ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020785#4020785 Reply to the post : http://

[jboss-user] [Performance Tuning] - Re: Number of webcontainer threads and connection pools used

2007-02-22 Thread [EMAIL PROTECTED]
Hi Peter, Thanks once again, this was really what I was looking for. jboss.jca:service=ManagedConnectionPool,name=bloomDataSource Type Access Value MinSize intRW 5 MaxConnectionsInUse

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JDBCStore and clustering

2007-02-22 Thread edavis
Hello, is it posible to have Tomcat clustering within jboss using apache as the load balancer and have the session data stored in a database using the JDBCStore Persistant Manager?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020787#4020787 Reply to t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JDBCStore and clustering

2007-02-22 Thread edavis
I forgot to tell, im using Jboss 4.0.5GA using a context.xml inside the WEB-INF of my .war | | | | | org.jboss.web.tomcat.security.RunAsListener | | | and works like a charm in a single server environment, will it work in a cluster environment? View the

[jboss-user] [JBoss Seam] - Re: Easy way to secure all pages in an app?

2007-02-22 Thread [EMAIL PROTECTED]
Done in CVS. That should fix your prob. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020790#4020790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020790 ___ jboss-user mail

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations

2007-02-22 Thread apk2072
I found some sample in examples folder. Here is the piece of java code, which works good. public static void deployQueue(String jndiName) throws Exception { System.out.println("Deploying the queue - " + jndiName); MBeanServerConnection mBea

[jboss-user] [EJB 3.0] - Re: relationship does not prevent from deleting referenced e

2007-02-22 Thread micho
for point 1, the double Exception, I detected, that only one exception was thrown. the loggger.error produces double output, logger.debug doesnot. But I still don´t know, why this happens and wyh I can´t catch the exception when calling em.remove View the original post : http://www.jboss.c

<    1   2   3   >