[jboss-user] [JBoss jBPM] - Re: JBPM IDentity

2007-07-31 Thread cheets
hi OM, in order to use ur own tables for user mgmnt, u need to implement AssignmentHandler urself, and use it as: task-node name=TASK1 | task name=TASK1 | assignment class=a.b.c.d.TaskAssignmentHandler/ | /task | transition name= to=NEXT_NODE/transition | /task-node the class itself

[jboss-user] [JBoss Tools (users)] - Re: Seam Project on Jboss 4.0.5

2007-07-31 Thread [EMAIL PROTECTED]
it's fixed in svn - just waiting for the build to get stable again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068997#4068997 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068997

[jboss-user] [JBoss Seam] - Adding a dynamic UI component before a page is rendered

2007-07-31 Thread muralikri_bng
Hi All I have a page where in i have to display some UI components like textboxes which are dynamic in nature. What i am trying to do is i have a panel grid in the page for which I am trying to add these dynamic components. When a user clicks on a link to this page i am calling a method which

[jboss-user] [JBoss Tools (users)] - Re: Seam Project on Jboss 4.0.5

2007-07-31 Thread [EMAIL PROTECTED]
p.s. 4.0.5 is currently not supported for the seam wizards from eclipse.use 4.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068999#4068999 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4068999

[jboss-user] [EJB 3.0] - Re: ClassCastException when trying to merge an entity bean

2007-07-31 Thread fbenvegna
We have same error with Seam 1.2.1-GA and JBoss 4.0.5-GA. Our problem was double assignment in @OneToOne relationship. | A a = new A(); | B b = new B(); | a.setB(b); | b.setA(a); | Solution: set the the relationship only to the object that own the mapping (table with foreign key)

[jboss-user] [Messaging, JMS JBossMQ] - Re: Sequential processing of messages with the same Key

2007-07-31 Thread mzeijen
Thank you for your help and your patience. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069001#4069001 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069001 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-31 Thread gressho
Yes, that solved the problem with the portlet, now I'm back at the point, where I already was, when I tested my application with JBP 2.6.0: a ClassCastException when the narrow to the remote home object (EJB 2.1) takes place. It worked so far with JBAS 4.0.5 and JBP 2.4. anonymous wrote : |

[jboss-user] [JBoss jBPM] - Re: JBPM IDentity

2007-07-31 Thread mailinator
Hi, okay thanks A LOT for your help. Best thoughts, O.M. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069005#4069005 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069005

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-31 Thread gressho
It's the first narrow, that takes places causing the exception, the lookup works fine. Best wishes Werner View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069006#4069006 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-31 Thread mailinator
Hi, here are some news :) I changed in my jbpm.cfg.xml from . to The exception change : javax.servlet.ServletException: org.jbpm.JbpmException: problem closing services {persistence=org.jbpm.persistence.JbpmPersistenceException: hibernate commit failed}

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-31 Thread mailinator
oups from . to Regards, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069010#4069010 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069010 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - HUSTON WE GOT A PROBLEM. JSF, portal, jboss-container. Sun R

2007-07-31 Thread anders3
I upgraded my portal from 2.6-CR1 to 2.6.1.GA Then the portal told me that MyFacesGenericPortlet did'nt exist any longer. 1) Okay I could accept to add/change dependency lists when I upgrade. 2) Okay I could accept to add some factory thing to my application But then searched this forum

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-31 Thread mailinator
Sorry, the forum kept cuting my post from : service name=persistence factory=org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory to : service name=persistence factory=org.jbpm.persistence.db.DbPersistenceServiceFactory View the original post :

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-31 Thread [EMAIL PROTECTED]
It is not related to JBoss Portal then. If that worked on Portal 4.0.5 you can still have JBoss Portal 2.6.1 running with JBoss AS 4.0.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069013#4069013 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2007-07-31 Thread mailinator
forgot : i'm using Oracle9i thanks O.M. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069014#4069014 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069014 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: allowing users to access server-created files

2007-07-31 Thread wesomon99
No I didn't know about that method. Thank you for the tip I will try that tomorrow. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069015#4069015 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069015

[jboss-user] [JBoss Portal] - Re: HUSTON WE GOT A PROBLEM. JSF, portal, jboss-container. S

2007-07-31 Thread [EMAIL PROTECTED]
Hudson ? Calmed down now ? Ok we can talk. Your portlets can use different version of JSF (Some mYFaces 1.1.1, other myFaces 1.1.5, other myFaces 1.2.0, other Sun RI JSF 1.2 ...) Just embed them if you don't want to rely on the default embedded version. The bridges exist for myFaces and Sun

[jboss-user] [JBoss Seam] - Dynamically sized pop-up window

2007-07-31 Thread chrismalan
Any idea how to implement a pop-up window just big enough for an image? I don't know what size images are going to be uploaded. This is how I've done the pop-up, and it works: pages.xml | page view-id=/search.xhtml | navigation from-action=#{searchSessionBean.setPhoto} |

[jboss-user] [JBoss Messaging] - Re: DL(Q) Reason

2007-07-31 Thread aslak
This might be the wrong forum but.. I've had a look at the jboss 4.2.0 code and as far as I can see the DLQ handler never receives the exception, it only receives the Message again and has to figure out if it should be dlq'ed or not.. I haven't had a chance to look at Messaging 1.4.0.CR1

[jboss-user] [Security JAAS/JBoss] - org.jboss.deployment.DeploymentException: no protocol:

2007-07-31 Thread ambika
Hi, I am tesing the jboss 4.2.0.GA application platform. While doing specj2004 testing, i am getting following error. 12:33:45,953 ERROR [MainDeployer] Could not create deployment: file:/opt/jboss-eap-4.2/jboss-as/server/specj2004/conf/jboss-service.xml

[jboss-user] [JBossCache] - Re: JBC 2 performance

2007-07-31 Thread [EMAIL PROTECTED]
aditsu wrote : Hm.. I'm not sure how it's related, but it sounds very good. I don't bother protecting/synchronizing the maps in a node when accessed via the XXDirect() calls as I assume that any locking happens on a higher level (see javadocs on NodeSPI). So clearly this higher-level sync

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe

2007-07-31 Thread SmokingAPipe
I was too quick when I said it works. It works most of the time, but not all the time. I get errors like: javax.faces.FacesException: javax.el.ELException: /layout/menu.xhtml @12,51 rendered=#{s:hasRole('admin')}: Function 's:hasRole' not found | at

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe

2007-07-31 Thread SmokingAPipe
It seems to be happening when I invoke an action from that page by clicking a button, which hits some action in my FooHome extends EntityHome object. I can research this some more if it would help. View the original post :

[jboss-user] [JBoss jBPM] - how can i use Identity

2007-07-31 Thread galvino
hi, everybody, I download my identities on my database. Now i want to work with this, for example do a connection page that verify parameters . Have you an tutorial or an example ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069025#4069025 Reply to the

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

2007-07-31 Thread damianharvey
The preselection is determined by the value of the property in the Bean - ie. if carsBean.car is a list of Cars then those that are present in that list will be 'pre-selected' in your selectManyCheckbox. You can use s:convertEntity but have a read of Chapter 28 of the Seam Reference manual

[jboss-user] [JBoss Seam] - JBoss scheduler (processor) problem on Tomcat...

2007-07-31 Thread Stateless Bean
Hi, I got working app on JBoss 4.0.5 using Seam scheduler (also working fine). Now I try to run my app on tomcat 5.5. Everythink I think so far works, but when I try to start my scheduler i get null pointer exception on processor. Do I need to do some anythink special to run my scheduler on

[jboss-user] [JBoss Seam] - Re: EntityQuery Ajax update

2007-07-31 Thread damianharvey
You're almost there (assuming that the button refreshes the table correctly). In your a:support tag change it to: a:support event=onkeyup action=#{staffCourseList.find} reRender=dataTableStaffCourseList/ This will update the value of classTitle in your Bean with each keystroke. Assuming that

[jboss-user] [JBoss Portal] - Re: HUSTON WE GOT A PROBLEM. JSF, portal, jboss-container. S

2007-07-31 Thread [EMAIL PROTECTED]
anders3 wrote : Then the portal told me that MyFacesGenericPortlet did'nt exist any longer. | ... | The problem seems to be that the jboss-container has switched from myfaces to Sun RI. | Yes. anders3 wrote : One solution is to backport this change... Nice wiki

[jboss-user] [JBoss Seam] - Re: Changing SESSION-scoped instance in entityhome

2007-07-31 Thread uke
Thanks for your response. Sorry I haven't been able to get back to you sooner. Putting it in the request scope equals using request parameters throughout the page, right? Is there an easy way to do this, ie does s:link for example have an option to forward existing page parameters

[jboss-user] [JBoss jBPM] - Re: Subprocess initiation fails

2007-07-31 Thread kukeltje
do you have a sub processresolver in your jbpm config? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069036#4069036 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069036 ___

[jboss-user] [JBoss Seam] - Re: Target Unreachable error w/ Seam 2.0.0.Beta1?

2007-07-31 Thread damianharvey
Is there anything further down your stacktrace eg. a caused by...? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069037#4069037 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069037

[jboss-user] [JBoss jBPM] - Re: how can i use Identity

2007-07-31 Thread kukeltje
I need more info to comment... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069038#4069038 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069038 ___ jboss-user mailing list

[jboss-user] [JNDI/Naming/Network] - VERY URGENT:Cant Invoke the Remote Method by REFLECTIOn

2007-07-31 Thread shah.gaurav
Please Help me in this issue...ITS VERY URGENT. I m migrating application from IBM WEBSPHERE to JBOSS 4.0.5. I was using PROVIDER_URL as corbaloc:iiop:loaclhost:2809 Nw for jboss I m using jnp://localhost:1099 with this i m able to get EJB's HomeObject and RemoteObject(after setting true in

[jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat...

2007-07-31 Thread [EMAIL PROTECTED]
I don't think thats due to scheduling, but a problem with injection. Check that your processor component exists in the Seam debug page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069042#4069042 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Classloader problems

2007-07-31 Thread gressho
You're right, it seems there is some bug in JBossAS 4.2.1. With 4.0.5 it's working. I just couldn't imagine. I've also deployed an EJB 2 application without JSF and Portlet code, that works fine... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069043#4069043

[jboss-user] [JBoss jBPM] - Re: JBPM IDentity

2007-07-31 Thread mailinator
Hi ronald, thanks for your advice. Look at my other post about commits problems. If you know where in the docs i can find the solution feel free to point :) Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069044#4069044 Reply to the post :

[jboss-user] [JBoss Portal] - Re: LDAPExtUserModuleImpl and userSearchFilter

2007-07-31 Thread roth
Hi, sorry for coming back to this so late, I got distracted by some other work. Maybe I am misunderstanding something, but I still think there is a bug around. The filter you posted works and all, but in a real-world scenario, that's not what one would use for a filter. The filter is

[jboss-user] [JBoss Seam] - Re: Best Seam Development Environment? (Switch from MC to EJ

2007-07-31 Thread damianharvey
The bug referred to by trickyvail also affects 4.2 (and most other J2EE App Servers). It is unavoidable (unless you're using JRockit I think - it doesn't have a PermGen space), but can be mitigated by setting your JVM memory settings as per Chapter 2.1 of the Seam ref. This guy also has a

[jboss-user] [JNDI/Naming/Network] - Re: VERY URGENT:Cant Invoke the Remote Method by REFLECTIOn

2007-07-31 Thread shah.gaurav
hi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069049#4069049 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069049 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Oracle9i, JTA, XA-DataSources

2007-07-31 Thread mailinator
Hi, is there something i should know about the JBPM Ear and an Oracle Database ? I have seen on the web that we should use xa-datasources instead of local-tx-datasources ? The fact is that i have a process definition, i deploy it on the database with the eclipse plugin but when trying to

[jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ?

2007-07-31 Thread samdoyle
Anyone else encounter this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069051#4069051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069051 ___ jboss-user mailing list

[jboss-user] [JNDI/Naming/Network] - Re: VERY URGENT:Cant Invoke the Remote Method by REFLECTIOn

2007-07-31 Thread shah.gaurav
hi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069052#4069052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069052 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Best Seam Development Environment? (Switch from MC to EJ

2007-07-31 Thread samdoyle
trickyvail wrote : Yes, running exploded will greatly decrease your build cycle. | | If you are running JBoss 4.0.5.GA please be aware of this bug: | http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptionWhenRedeploying Ah I have noticed this on GlassFish V2 as well. I wasn't

[jboss-user] [JBoss jBPM] - Re: JBPM IDentity

2007-07-31 Thread kukeltje
Guys lots of examples on these topics are in the source... just look at the testcases Reminder: source is part of the 'docs'... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069039#4069039 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Oracle9i, JTA, XA-DataSources

2007-07-31 Thread kukeltje
didn't you already post this question in another topic with a LOT more info. reposting with very little additional info will not help getting you an answer any quicker. Could even be the opposite that people get irritated and just ignore the posts. View the original post :

[jboss-user] [JBoss jBPM] - Re: how can i use Identity

2007-07-31 Thread galvino
i created my database and I load my identity with this metho: | public void loadIdentities() { | JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); |

[jboss-user] [JBoss Seam] - Seam from CVS with Jboss 4.2.0

2007-07-31 Thread trouby
Hey, I tried to upgrade seam (from beta to current cvs version), When jboss start, I get the following JBPM related exception, any clue? | 11:23:01,671 INFO [Contexts] starting up: | org.jboss.seam.remoting.remoting | 11:23:01,687 INFO [Contexts] starting up:

[jboss-user] [EJB/JBoss] - Cant Invoke remote methods by remote Object

2007-07-31 Thread shah.gaurav
Please Help me in this issue...ITS VERY URGENT. I m migrating application from IBM WEBSPHERE to JBOSS 4.0.5. I was using PROVIDER_URL as corbaloc:iiop:loaclhost:2809 Nw for jboss I m using jnp://localhost:1099 with this i m able to get EJB's HomeObject and RemoteObject(after setting true in

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-07-31 Thread [EMAIL PROTECTED]
andrewchukwu wrote : Your answer can be found on the Jboss wiki site: http://wiki.jboss.org/wiki/Wiki.jsp?page=Running2.6WithJBossAS4.2.xAndMyFaces | | JBoss 4.2.x ships with Sun JSF, replace as indicated in the wiki and it should work. This is correct, but this would replace the JSF

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS PM cannot delete message

2007-07-31 Thread atopolewski
It seems that I have hit the same problem. Oracle 10.2.0.3 (3 nodes RAC cluster) RedHat x86_64 2.6.9-34.ELsmp JBoss [Zion] 4.0.3SP1 There is no data replication of any kind in our database. When I connect JMS pool to the RAC service that is tied to one node then the problem does not occur.

[jboss-user] [JBoss Portal] - page security not working?

2007-07-31 Thread gressho
When I create a page (either by deploying a new portlet or by admin GUI) which should only be visible to certain roles, it's even shown to unauthenticated users (with no portlet in). Is this wanted or by accident? Best wishes Werner View the original post :

[jboss-user] [JBoss Seam] - Check if conversations are active before session invalidatio

2007-07-31 Thread rapowder
I implemented a very simple script to call a logout action: | !-- 10 minutes timeout -- | script type=text/javascript language=JavaScript!-- | setTimeout('Redirect()', 60); | function Redirect() { |

[jboss-user] [JBoss Portal] - Sounds good. I can still use myfaces 1.1.1

2007-07-31 Thread anders3
I changed the scope in the war file from provided to nothing (default) so the artifacts becomes members of my war WEB-INF/lib | dependency | groupIdorg.apache.myfaces/groupId | artifactIdmyfaces-api/artifactId | version1.1.1/version | /dependency |

[jboss-user] [JBoss Seam] - Exception while trying Seam CRUD Hibernate Gen Tutorial

2007-07-31 Thread Grandfatha
Hi folks, I have been a reader of this forum for some time and I stumbled upon this great flash tutorial on the JBoss website that shows every step to produce a Seam project skeleton from an existing database schema ( http://www.jboss.com/products/seam/SeamHBTools.html). In the tutorial

[jboss-user] [JBoss jBPM] - Re: building new node type, and including in designer

2007-07-31 Thread rossputin
I am sure I saw a blog post on this topic with diagrams and instructions, but I can not remember where I read it... Basically its the last piece of the puzzle before I implement some fairly large business processes with the designer and demo to a client, perhaps the blog post was from Matthews

[jboss-user] [Installation, Configuration DEPLOYMENT] - Cant Handle EJB for REMOTE INVOCATION

2007-07-31 Thread shah.gaurav
Please Help me in this issue...ITS VERY URGENT. Is this related with Configuration of JBOSS? I m migrating application from IBM WEBSPHERE to JBOSS 4.0.5. I was using PROVIDER_URL as corbaloc:iiop:loaclhost:2809 Nw for jboss I m using jnp://localhost:1099 with this i m able to get EJB's

[jboss-user] [Clustering/JBoss] - Load balancing with mod_jk - jk.shm File missed

2007-07-31 Thread elko
Hallo, for the loadbalancing I have installed apache2 and downloaded mod_jk-1.2xx..so. Now i try to configure mod_jk. In the mod-jk.conf file there is a reference at jk.shm: # Add shared memory. | # This directive is present with 1.2.10 and | # later versions of mod_jk, and is needed for

[jboss-user] [JBoss jBPM] - Re: Oracle9i, JTA, XA-DataSources

2007-07-31 Thread mailinator
Hi, not really the same question. In fact the other post is based on the exception. This one is more general, not exception focused. While searching for data about the other post, i found out that there were lots of implications behind the use of persistence in jbpm. im beginning to wonder

[jboss-user] [EJB/JBoss] - JSF managed bean has problem with PortableRemoteObject.narro

2007-07-31 Thread gressho
Hello, I've told this problem already in JBossPortal forum, but it's the wrong place. My description of the problem is to be found at http://jboss.org/index.html?module=bbop=viewtopict=114510postdays=0postorder=ascstart=10 I've also deployed an application where the EJB's (V2.1) are accessed by

[jboss-user] [JBossCache] - performance issue with JDBCCacheLoader

2007-07-31 Thread gmeroz
i use version 2.0.0CR1 running inside JBoss AS with PojoCache. i have a senario where i need to check for a list of nodes which of them are in the cache already (so i'll know if i need to add them to the cache latter). to check if a node is in the cache i use cache.find(...), but those calls

[jboss-user] [JBoss Portal] - Re: page security not working?

2007-07-31 Thread [EMAIL PROTECTED]
That's because your parent object (the portal) has view-recursive rights (meaning that all the children can be viewed) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069075#4069075 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Worker thread initialization failure

2007-07-31 Thread haribaasha
here is a thread discussing about the same problem http://lists.jboss.org/pipermail/jboss-development/2007-May/008622.html the thing is the jboss-remoting bundled with the 4.2.1 has this problem. try reverting the jboss-remoting.jar under server/all/lib with the previous version (from

[jboss-user] [JBoss Seam] - JBoss Seam UI - component/html components missing

2007-07-31 Thread dgallego
Hi all, where is the source code of the package: org.jboss.seam.ui.component.html I can't find it. Thanks ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069078#4069078 Reply to the post :

[jboss-user] [JBossCache] - Re: RC1-RC3 problems

2007-07-31 Thread supi
[EMAIL PROTECTED] wrote : | A cache is not a database. A database is, by definition, persistent storage so such behaviour is nonsensical for a db. And this is why caches delegate persistence to dbs - in JBC's case using a cache loader. Umm, persistence is a relative term, valid within a

[jboss-user] [JBoss jBPM] - Re: building new node type, and including in designer

2007-07-31 Thread [EMAIL PROTECTED]
Really? I haven't seen anything about it until now. But if you find it I am most interested. Sure let me know where I can find it then. In the meantime have a look at this JIRA issue: http://jira.jboss.com/jira/browse/GPD-111 Regards, Koen View the original post :

[jboss-user] [Beginners Corner] - JBoss problem: connection limit exceeded for non-superusers

2007-07-31 Thread puzz
Hi, Seems JBoss doesn't destroy idle connections - anyone know what might be the cause? I keep getting the message connection limit exceeded for non-superusers and our system goes down. This is a system which have been running for several years (we're using postgresql database). Any help as to

[jboss-user] [JBoss Seam] - Re: Exception while trying Seam CRUD Hibernate Gen Tutorial

2007-07-31 Thread [EMAIL PROTECTED]
That screencast is ancient. Please use seam-gen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069088#4069088 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069088 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: JBoss Seam UI - component/html components missing

2007-07-31 Thread [EMAIL PROTECTED]
It's generated. Run the build target. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069089#4069089 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069089 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Could not create Component : class is abstract!

2007-07-31 Thread doballve
Hi Stefano, As you might have figured out by now, Seam cannot instantiate your component class (defined w/ @Name(jwf_clifor)) because the class is marked as abstract. Looks like @Name can only be used in non-abstract classes. I got to the same situation when trying to define an abstract class

[jboss-user] [JBoss Seam] - I'm back

2007-07-31 Thread [EMAIL PROTECTED]
If there are any issues you want me to look at, please post a link to them in this topic. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069091#4069091 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069091

[jboss-user] [JBossCache] - Re: performance issue with JDBCCacheLoader

2007-07-31 Thread [EMAIL PROTECTED]
A find() will load the Pojo, potentially from the cache loader. Nodes are stored in the DB (when using the jdbc cache loader) as blobs, so that blob lookup is necessary to recreate the node in the cache, and then the Pojo before returning the Pojo when calling find(). Perhaps what you need is

[jboss-user] [JBoss Seam] - Re: Exception while trying Seam CRUD Hibernate Gen Tutorial

2007-07-31 Thread Grandfatha
Thanks for the advice. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069093#4069093 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069093 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Tomcat 5.5 - Jbpm 3.2 - Starting failed couldn't get a

2007-07-31 Thread dleerob
Okay, so I commented out the datasource, but then I get java.lang.UnsupportedOperationException: The user must supply a JDBC connection. Any suggestions? I've found somewhere on the intenet that mentioned it was a JBPM bug. If this is try, is there a workaround? View the original post :

[jboss-user] [JBoss Seam] - DataModel selection gives wrong value in multiuser/concurren

2007-07-31 Thread [EMAIL PROTECTED]
Hi, My DataModel or DataModelSelection is not behaving properly in multiuser operations. Lets say I have populated a DataModel with 5 entities. Now, I render this list with JSF DataTable on UI (for user 1) At the same time, user 2 starts the application and views the same list with 5

[jboss-user] [EJB 3.0] - Re: @EJB injection always injects remote object, why not loc

2007-07-31 Thread wolfc
http://jira.jboss.com/jira/browse/EJBTHREE-663 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069097#4069097 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069097 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: jBPM jPDL GPD 3.1.0 beta2 released

2007-07-31 Thread [EMAIL PROTECTED]
Forgot to mention that I wrote a blog entry yesterday in which I highlight how to configure tasks using the new GPD. If you're interested have a look at it : http://koentsje.blogspot.com/2007/07/configuring-tasks-in-jbpm-jpdl.html Regards, Koen View the original post :

[jboss-user] [JBoss jBPM] - Re: Cannot get JBPM + MSSQL to run together!

2007-07-31 Thread dleerob
I also have the error: java.lang.UnsupportedOperationException: The user must supply a JDBC connection. I do have the JDBC connection properties set. I am using JBPM 3.2.1 and Tomcat 5.0.28. Any ideas why I get this error? View the original post :

[jboss-user] [JBoss Portal] - Re: page security not working?

2007-07-31 Thread gressho
Thanks, it works now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069100#4069100 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069100 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Second Level Cache with JBoss TreeCache

2007-07-31 Thread JohnDoe2
Hi, we use the JBoss TreeCache for the Hibernate Second Level Cache. I found out that each Second Level Cache Entity is held in a separate node (for example, there are one node for OrderType[id-1] and one node for OrderType[id-2] '/com/sales/hibernate/OrderType/com.sales.hibernate.OrderType#1'

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss-ds.xml Deployment problem

2007-07-31 Thread broneo
Hello, I`m trying to deploy a simple EJB 3.0 application on Jboss 4.2.0GA. Until now everything worked fine. Now i added an Entity bean to the project. This bean uses hiberate to connect to an Oracle 10g database. My problem is the following error during the deployment. 11:55:08,485 ERROR

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

2007-07-31 Thread JUnkie
Thanks, actually this is the code I already have. It works fine, the only problem is that my checkboxes are not pre-selected with the current list status. It drives me crazy: h:selectManyCheckbox value=#{client.paymentmethods} required=true layout=pageDirection | s:convertEntity / |

[jboss-user] [JBoss jBPM] - Re: BPEL: Creating arrays and unbounded entities.

2007-07-31 Thread fresno
Sorry, the right link for the jira is http://jira.jboss.com/jira/browse/BPEL-272 Saludos. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069105#4069105 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069105

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

2007-07-31 Thread JUnkie
Oh, and user tompom = JUnkie ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069106#4069106 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069106 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: How to get the caller-principal in a message-driven bean

2007-07-31 Thread dkalna
Hi, AFAIK, there is no principal in onMessage() as there is no client calling onMessage() method. Regards. Dalibor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069108#4069108 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: building new node type, and including in designer

2007-07-31 Thread rossputin
Racking my brain trying to remember where I saw that, no luck so far, sorry. On a separate note, maybe you can help me with a question regarding licensing. I am looking at the sample jbpm-console webapp, which does more or less what we need for our project, minus a few css tweaks really, what

[jboss-user] [JBoss jBPM] - Re: building new node type, and including in designer

2007-07-31 Thread kukeltje
the webapp is, just like the rest of jBPM under LGPL. I think that CSS tweaks are not a problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069110#4069110 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069110

[jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ?

2007-07-31 Thread [EMAIL PROTECTED]
Can you please put together a deployable test case in JIRA? I'm guessing that some exception is occuring server-side but I'll need a test case from you to reproduce it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069111#4069111 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Cannot get JBPM + MSSQL to run together!

2007-07-31 Thread kukeltje
post the whole stacktrace, not just the exception View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069112#4069112 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069112 ___

[jboss-user] [JBoss jBPM] - Re: Tomcat 5.5 - Jbpm 3.2 - Starting failed couldn't get a

2007-07-31 Thread kukeltje
yes commment out the datasource, but UNCOMMENT the database properties then. You should use one or the other View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069113#4069113 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Examples: Code Police ;-)

2007-07-31 Thread stephen.friedrich
Thanks, Shane, you were right those were lots of changes ;-) I created JBSEAM-1742, but I can't assign the issue. There are a couple of issues I noticed, but did not really have a clue what to do about. Maybe you can comment/act on these: * mail, itext, takeaway: - screen.css is referenced

[jboss-user] [JBoss Seam] - Problem with manual flush mode for managed persistence conte

2007-07-31 Thread nickarls
Hi, I have a problem trying to delay my inserts using manual flush mode. I have followed the manual as far as possible but hibernate still insists on inserting in the middle of the conversation (verified using conversation observers) I have | persistence:managed-persistence-context

[jboss-user] [JBoss Seam] - Re: Is there a JBossWS client example for invoking a Seam ws

2007-07-31 Thread [EMAIL PROTECTED]
I've fixed the NPE in CVS, it was a bug. As for your other issue, does your web service client support cookies for propagating the session ID? We currently have a concern that a web service client without cookie support will have no session management, and are contemplating whether we should

[jboss-user] [JBoss Seam] - Re: File upload to application folder

2007-07-31 Thread [EMAIL PROTECTED]
Can't you just create a FileOutputStream and write the data to that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069117#4069117 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069117

[jboss-user] [JBossCache] - Re: performance issue with JDBCCacheLoader

2007-07-31 Thread gmeroz
yes, that's exactly what i'm looking for. It may perform queries to DB as long as it does not access the Blob column. (like select count(*)...). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069118#4069118 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Cannot get JBPM + MSSQL to run together!

2007-07-31 Thread dleerob
Hi, sorry, here is some more info... Stacktrace: | Exception in thread main java.lang.UnsupportedOperationException: The user must supply a JDBC connection | at org.hibernate.connection.UserSuppliedConnectionProvider.getConnection(UserSuppliedConnectionProvider.java:30) | at

[jboss-user] [JBoss jBPM] - Re: Cannot get JBPM + MSSQL to run together!

2007-07-31 Thread dleerob
Wait, sorry, forget about my post, I was being silly. I was using the wrong hibernate file, and as you can see above, the JDBC connection properties are still commented out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069122#4069122 Reply to the post :

[jboss-user] [JBoss Seam] - Re: DataModel selection gives wrong value in multiuser/concu

2007-07-31 Thread [EMAIL PROTECTED]
Hi, Got it solved. The problem occurs because my seam components (which own the DataModels) are in CONVERSATION scope. Before the actual method which fetches details of an entity gets executed, factory method is called which repopulates DataModel. Once I changed the scope to SESSION, I

[jboss-user] [JBoss jBPM] - Re: problem using jbpm with tomcat 5.5 and mysql 5.0

2007-07-31 Thread dleerob
Don't worry, I just did the exact same thing, and spent an hour trying to figure it out :) Silly me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069124#4069124 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069124

[jboss-user] [JBoss jBPM] - Re: Tomcat 5.5 - Jbpm 3.2 - Starting failed couldn't get a

2007-07-31 Thread dleerob
Thank you. I thought just the header/comment for the jdbc properties was commented out, and not the entire block. Didn't notice the end comment element was at the end of the block. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069128#4069128 Reply to the

[jboss-user] [JBoss Seam] - Seam conversations and third party JSF components libs

2007-07-31 Thread mgrouch
What is the way to send conversation id with third-party libraries ajax requests. For example, Quipukit library comes with data table pagination control which has ajaxed controls. Click on those controls submits ajax request without conversation id and causes exception on server side anonymous

  1   2   3   4   >