[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Performance with multiple connection pools

2006-09-11 Thread santschb
Does anybody have experience with multiple connection pools with Jboss 4.0.4? I'm interested in how jboss scales with about 20 datasources with a connection pool size of 20 (so 20x20=400 concurrent connections). Thank you for any suggestion, Bruce View the original post :

[jboss-user] [JBoss Portal] - how to connect one portlet with another

2006-09-11 Thread Deepanshu
Hi I am new user of Jboss Portal 2.4.0 so some questions may be very amateur . I have made changes in the index.html and linked the links with html pages i have created myself . all these things i have done under default tab .where i can see the index.html n uploaded all my html pages now i

[jboss-user] [Beginners Corner] - Re: jboss + seam + facelets - giving me an error with h:inpu

2006-09-11 Thread Di
Hmmm well it is definitely a problem with my getters and setters. I've got getUsername/setUsername as put above, but it seems to be failing whenever I need to call that value. Have I missed a step? I can't help but think I have, but I'm not sure where, and I've checked a few times.

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

2006-09-11 Thread timfox
This was fixed in CR4 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970659#3970659 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970659 ___ jboss-user mailing list

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

2006-09-11 Thread CptnKirk
What I figured. Thanks. Any plans to publish a protocol spec? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970660#3970660 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970660

[jboss-user] [EJB 3.0] - Re: Persistence Manager in the JNDI

2006-09-11 Thread mimra
Add the following property to persistence.xml to bind the entity manager in JNDI: property name=jboss.entity.manager.factory.jndi.name value=java:/ManagerFactory/ | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970661#3970661 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-11 Thread [EMAIL PROTECTED]
You can modify the theme or create your own View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970663#3970663 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970663 ___ jboss-user

[jboss-user] [Messaging, JMS JBossMQ] - Clean up queues

2006-09-11 Thread hoeft
Hi! My software is tested with unit-tests. After each test, some queues are containing testmessages. I would like to delete these messages automatically after each test. Exist a way to do this? The javax.jms.Destination doesn't have a removeAllMessages method :-(. Thank you M. Schwartau

[jboss-user] [EJB 3.0] - Clean up queues or topics

2006-09-11 Thread hoeft
Hi! My software is tested with unit-tests. After each test, some queues are containing testmessages. I would like to delete these messages automatically after each test. Exist a way to do this? The javax.jms.Destination doesn't have a removeAllMessages method :-(. Thank you M. Schwartau

[jboss-user] [EJB 3.0] - EJB 3.0 - Statlful Session Beans vs JSF Session

2006-09-11 Thread stephan.opitz
hello, i developed a application using javaserver faces (jsf) and ejb 3.0. primary i used stateless session beans for access to the entity beans. as session i declared a managed bean in jsf with an application scope session and saved my data in it. i thought it is the fastest and easiest way,

[jboss-user] [EJB 3.0] - Re: Persistence Manager in the JNDI

2006-09-11 Thread mzeijen
I tried that also but it didn't change either of the two problems. I did succeed to retrieve the EntityManager using a normal JNDI lookup or using the @Resource annotation. But I am affraid that there will be complications if I use one of those. For example: how do I get an extended

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - create sequencer or create table dynamicaly

2006-09-11 Thread topicfun
Hi, env: Jboss 4.0.3SP1 entity bean : BMP transacition: Container managed = Required I need to create ora sequencers and some tables dinamicaly assigned to some administration logic. the seq is the following: 1 create session data 2. create sequencer and create a new table (session bean =

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

2006-09-11 Thread kosmi
Hello Alain, its a classloader problem. I solved it by deleting the myfaces.jars from the projects lib folder. Another myfaces.jar is located under C:\appservers\bsp\jboss\server\bsp\deploy\jbossweb-tomcat55.sar\jsf-libs its used for the tomcat administration and contains a faces config which

[jboss-user] [Installation, Configuration Deployment] - Two application on different hostnames

2006-09-11 Thread Linuso
I am about to upgrade my jboss from 3.2.6 to 4.0.4 The scenario I have is one jbossAS the server has two ip-adresses and two different hostnames we can call them test1.linus.se and test2.linus.se I hade this in the server.xml file from the tomcat directory..

[jboss-user] [JBoss Seam] - Binding to existing conversation

2006-09-11 Thread igorl
Hi, Inside started conversation, one of pages contains applet, which sends HTTP requests to some servlet. The servlet invokes Session bean, but its actions are done outside of existing conversation. URL connection to the servlet is created as following: uc = servletURL.openConnection(); |

[jboss-user] [JBoss AOP] - Re: compiling aop with jbosside

2006-09-11 Thread stalep
hi, i misunderstood your question a bit, but if you test your subclasses on the inherited method you will see that they will be intercepted even though the subclass hasnt changed. For some transformation the subclass will also change, but not always. eg: aop | interceptor name=MethodInt

[jboss-user] [JBoss jBPM] - Re: swimlane and taskinstances

2006-09-11 Thread jits_1998
hi, Please post the process definition, for us to be able to help you better. If I am getting the problem right, then the task instances are hanging on after the node has executed. I think the problem is that the task instances are not ending. We need to explicitly set end-tasks to true for

[jboss-user] [Installation, Configuration Deployment] - Jboss Subdomain configuration

2006-09-11 Thread doubledutch
Hi, I am not sure if this is correct place to post this question but I'm not sure where else to go with it so I hope someone can help me. I run a Linux server with Apache and JBoss and I want to configure it in such a way that a subdomain is used to point to the jboss port so:

[jboss-user] [JBoss jBPM] - Re: Add Value to Control Variable from Application.

2006-09-11 Thread jits_1998
heyi Ani, How about using processInstance.getContextInstance() to store the variables as key value pairs ? cheers! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970680#3970680 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: swimlane and taskinstances

2006-09-11 Thread antitrust1982
hello, my process definition: processDefinition = ProcessDefinition.parseXmlString( | | | process-definition name='DeclarationSinistre'+ | swimlane name='FONCIA' + |

[jboss-user] [JBoss AOP] - Re: Call to Stateless Session Bean within interceptor ends t

2006-09-11 Thread firdaus
Any updates on this? I seem to be having the same problem. I'm intercepting a method of an entity bean and calling a session bean in the interceptor where I lookup the session bean using JNDI. It works under light load but under heavy load it yields the same error messages - Cannot open

[jboss-user] [Messaging, JMS JBossMQ] - MailListener MDB (EJB3)

2006-09-11 Thread burakbayramli
I am trying to EJB3'ify the MailListener MDB given by Scott Start based on the Wiki item below http://wiki.jboss.org/wiki/Wiki.jsp?page=InboundJavaMail I have deployed the code below to JBoss 4.0.4.GA. The MDB comes up, but it doesn't connect to the mailserver specified. |

[jboss-user] [JBoss jBPM] - Re: swimlane and taskinstances

2006-09-11 Thread jits_1998
Hi, I looked at your process definition, it appears that it needs some sorting to be done on itself. currently, ControlePrime node has 3 outgoing nodes from it, which do not make much sense if you are only using signal(). Can you please explain in steps as to what you want to achieve,

[jboss-user] [EJB 3.0] - Re: Entity EJBs, @Service Thread

2006-09-11 Thread galo.navarro
Any ideas please? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970685#3970685 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970685 ___ jboss-user mailing list

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

2006-09-11 Thread perrucci
Ok, I checked out the trunk and compiled succesfully the project. One last question: jboss 4.0.5.cr1 should include jbossws 1.0.3 but using the installer just created I see the 1.0.0 jbossws version. Is this the expected behaviour? Paolo View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Version checks against non-existent objects

2006-09-11 Thread areceeyou
Hi everybody, please forgive me, if I'm asking this question for the 10201th time, but I'm really new to this stuff. I've got some Entity-Beans, which are transferred to a couple of Swing clients. These beans are then existing as POJO's unmanaged on the clients. If one of these clients is

[jboss-user] [JBoss Eclipse IDE (users)] - How to Configuring and Launching a Server using eclipse 3.

2006-09-11 Thread atzipory
Hi and well-done for the 2.0.0 IDE Release. I'm looking for a tutorial or a guide how to Configuring and Launching a Server using eclipse 3.2/JBoss IDE 2.0.0. I can't define a launcher to my project and wasting quite time on it. In IDE 1.5 it was a specific jboss version launcher in the

[jboss-user] [JBoss AOP] - deploying aspectized application

2006-09-11 Thread sandello
Is there way to deploy aspectized aop-application (without *-aop.xml) to JbossAS-4.0.4GA? I wrote some aop-application with annotation only and can't deploy it to JBossAS. If I rename application.jar - application.aop Jboss throws exception no *-aop.xml found. View the original post :

[jboss-user] [JBoss jBPM] - Re: swimlane and taskinstances

2006-09-11 Thread antitrust1982
In this node, it is like a decision node. But at this time I want just execute my process with the task assign for each person. But when I execute my process and do signal() in order to execute and pass to the next task, the task wich must be already execute are in the current task :s. I just

[jboss-user] [EJB 3.0] - Re: Entity EJBs, @Service Thread

2006-09-11 Thread wolfc
How did you start the thread? I suspect that you're running a custom thread which has no transaction context. You could try using the EJB Timer Service, it starts business methods within the correct context. View the original post :

[jboss-user] [JBoss jBPM] - Disabling DBLoggingService

2006-09-11 Thread jbaton
Hi all, I'm facing a problem with the DBLogging feature. It seems not to get a working jbpmcontext. However, I can make it without this feature, I have not found in the documentation how to disable it. I tried to comment the service name=logging element but it did not work :) Does anybody

[jboss-user] [JBoss Portal] - What happened to all my portlet windows?

2006-09-11 Thread AndrewBoyd
Hi All, I was messing around with the context-root trying to change it so that I didn't have the portal in myDomain.com/portal. After a while I could not get it the way I wanted so I changed it back to what is was before. Then I tried my site again and none of the portlet windows appeared.

[jboss-user] [JBoss Portal] - Coding guidelines

2006-09-11 Thread nirmal_trt
Is there any coding guidelines availabe for Jbos Portal Developer???[/img] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970699#3970699 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970699

[jboss-user] [EJB 3.0] - Get MBean reference

2006-09-11 Thread hoeft
Hi! One of my stateless session beans must call a method on a MBean. Is it possible to inject a reference to that MBean into my stateless session bean? I tried this, but it doesn't work :-(: | public class My implements MyMBean { | public ObjectName preRegister(MBeanServer server,

[jboss-user] [JBoss Portal] - Re: Coding guidelines

2006-09-11 Thread [EMAIL PROTECTED]
What do you mean ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970701#3970701 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970701 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Coding guidelines

2006-09-11 Thread nirmal_trt
How different is the JSP we use in JBoss Portal Server than the normal jsp'sIn Websphere Pretal Server we wont include tags. In simple i am asking programming guidelines for ceating a Portlet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970702#3970702

[jboss-user] [JBoss Eclipse IDE (users)] - MS Sqlserver Identity not set for autogenerated column with

2006-09-11 Thread ponobhayedo
I used the following tags in my CMP entity class to generate jbosscmp deployment descriptor file. @jboss.unknown-pk * auto-increment = true * column-name = ID * filed-name=id * class = java.lang.Integer * jdbc-type = INTEGER * sql-type = INTEGER It seems to generate fine and when deployed also

[jboss-user] [JBoss Portal] - Re: Coding guidelines

2006-09-11 Thread [EMAIL PROTECTED]
I don't know how it works in Websphere (they still didn't send me a license) but we regarding this, we can just follow the spec. The tags that i guess you are talking about are part of the specs. So JSP's are not different except that we use a tag lib to add portlet features (To create portlet

[jboss-user] [JBoss Portal] - Re: Coding guidelines

2006-09-11 Thread nirmal_trt
Yes you got to explain the point what i required. Can i know the tag libs that has to be included View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970705#3970705 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970705

[jboss-user] [EJB 3.0] - Re: Entity EJBs, @Service Thread

2006-09-11 Thread galo.navarro
wolfc wrote : How did you start the thread? | | I suspect that you're running a custom thread which has no transaction context. You could try using the EJB Timer Service, it starts business methods within the correct context. In the start() method of my service: | public void

[jboss-user] [JBoss jBPM] - Installing JBPM without using starter kit

2006-09-11 Thread exhilarator
Is there anyway we can install jbpm without using the starter kit. Is it enough if I sownload the jbpm core alone? I already have a JBoss runnning. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970707#3970707 Reply to the post :

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

2006-09-11 Thread sbryzak2
CptnKirk wrote : What I figured. Thanks. Any plans to publish a protocol spec? I was actually thinking just the other day that it would be a good idea to document this stuff, so yeah it's on my list of things to do now :) View the original post :

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

2006-09-11 Thread igorarbizu
Yes , I've updated build.properties and generated the example via deploy.tomcat, and still can't guess what's wrong I´ve searched ij the forum and found another thread with the same problem but witout answer, any help please? I don't know how to continue Thanks View the original post :

[jboss-user] [JBoss Messaging] - Re: Wildcard support

2006-09-11 Thread jaink
Thanks for the quick reply. This seems to be part of 1.2.1 release. Any chance it will be done earlier? This is very crucial for us. Should we be using MQ instead and move to Messaging later next year. What does Jboss recommend? View the original post :

[jboss-user] [JBossWS] - JSR 181 @HandlerChain annotation w/ custom loader repository

2006-09-11 Thread deas0815
Hallo everybody, I'm running jboss 4.0.4 GA w/ jbossws 1.0.3 GA and I'm encountering Cannot process handler chain: resource://config/ServerHandlers.xml. It seems to be related w/ the custom loader-repository I'm using - the resource exists in the ejb-jar.

[jboss-user] [EJB 3.0] - Re: Multiple Persistent Units

2006-09-11 Thread coolin
core.jar, 1.jar, 2.jar and 1 persistence-unit finally I get the error message ...references an unknown entity... too View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970723#3970723 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Wildcard support

2006-09-11 Thread [EMAIL PROTECTED]
easy: help us implementing it :) It is not a difficult task I imagine. Cheers, sacha View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970724#3970724 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970724

[jboss-user] [JBoss jBPM] - Re: swimlane and taskinstances

2006-09-11 Thread antitrust1982
I have tried you had your line nothing change. :s. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970725#3970725 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970725 ___

[jboss-user] [JBoss Messaging] - Re: Wildcard support

2006-09-11 Thread timfox
Indeed, this is not a difficult task. It's especially easy with the code in HEAD since the clustering code I am currently writing has made some changes to how we route messages to queues that makes this quite simple and natural. BTW, JBoss MQ does not support this either, so using MQ is not

[jboss-user] [JBoss Messaging] - Re: Wildcard support

2006-09-11 Thread jaink
I wish I could. Currently working on gov. project with delivery this dec. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970727#3970727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970727

[jboss-user] [JBoss Messaging] - Re: Wildcard support

2006-09-11 Thread [EMAIL PROTECTED]
Well, in case you are bored during your week-ends, you know where you can spend some hours of your time :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970728#3970728 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970728

[jboss-user] [JBoss jBPM] - Re: JBPM-BPEL 1.1-beta1 and JBOSS AS 4.0.4 helloworldservice

2006-09-11 Thread KVAK_TNT
Some hints from a student: First: only use JDK 1.5.0_06 (plz jboss-guys: Say which version exactly you have installed... 1.5 is not enough!) Version 1.5.0_07 will definitely not work. I got some errors like you and later on an serialize-ID inkompatibility error ... Secondly: Its right: If you

[jboss-user] [JBoss jBPM] - Re: swimlane and taskinstances

2006-09-11 Thread jits_1998
okay.. Digging a little deeper and i found that all task instances will show up, that were created for this process definition. If you see taskInstance.hasEnded() for each task instance, then the one that was ended by end-tasks='true' will show as false. Try using

[jboss-user] [EJB 3.0] - Re: ejb3 remote client exception

2006-09-11 Thread jelda
HI, thx for your reply. By the replied, I figured it out.But now facing ClassNotFoundException on client side while deserializing.I am 200% sure that all classes are in classpath. could this be something more than just making available in classpath? Jelda View the original post :

[jboss-user] [JBoss jBPM] - Re: swimlane and taskinstances

2006-09-11 Thread jits_1998
sorry . the ones that were ended with end-tasks='true' will return true for hasEnded method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970732#3970732 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970732

[jboss-user] [JBoss Seam] - Re: No active application scope in long running process

2006-09-11 Thread asachde
If seam does not support async transactions, jBPM does... cant we just use the jBPM features instead once the process definition is kicked off from @CreateProcess? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970734#3970734 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: bpel on Jboss jbpm

2006-09-11 Thread KVAK_TNT
Hi! here is also a student :-) jbpm and bpel are process definition languages. You can modell something like this: First you have to connect to the database Secondly you have to logon to the database Thirdly you can start a select operation Lastly you have to logoff and disconnect the database

[jboss-user] [JBossWS] - Re: Handling anyType

2006-09-11 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1186 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970737#3970737 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970737 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - system properties in datasources

2006-09-11 Thread sba
Hi there Can I use system properties in datasource configs? Example of DS: ... xa-datasource-property name=Password${datafeed.usr.pwd}/xa-datasource-property ... db.properties: datafeed.usr.pwd=very_secret I don't seem to be able to. Would be a nice feature, though. Example: The system

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss Eclipse IDE 2.0.0.Beta bundle: JBoss Server configura

2006-09-11 Thread Smilidon
Hi, if try to add a server in preferences i get this error: The currently displayed page contains invalid values. http://img100.imageshack.us/my.php?image=errorww2.jpg thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970739#3970739 Reply to the post :

[jboss-user] [JBoss jBPM] - BPEL workflow - who to determine whats the next step?

2006-09-11 Thread KVAK_TNT
Hi there! I'm experimenting with your jbpm and now with your bpel (beta1) since a while and I have some questions: First: bpel saves the data of the process in the same database as jbpm (with some extensions). So wich of the functions of jbpm can I now reuse? I think somethink like

[jboss-user] [JBoss jBPM] - how i can integrate JBoss JBPM in ERP system

2006-09-11 Thread naeemahmad
Hi all, I have two queries in my mind regarding JBPM, 1:- can i integrate JBoss JBPM with ERP system? 2:- if yes , how we can do this? Please guide me in detail. Thank you Naeem Ahmad View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970741#3970741 Reply to the

[jboss-user] [Installation, Configuration Deployment] - What happens to the session?

2006-09-11 Thread mzeijen
What happens to the users sessions if I redeploy an EAR archive that contains a War archive with my WebApplication? Are the sessions destroyed which results that the user gets logged out, for example, or does the user notice nothing? View the original post :

[jboss-user] [JBoss Portal] - Google Search Applicance

2006-09-11 Thread MMoudry
Hi All, Does anyone have experience with Jboss Portal and google search appliance integration? MMoudry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970743#3970743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970743

[jboss-user] [EJB/JBoss] - Re: Exception when running with JDK 1.6 Mustang

2006-09-11 Thread jelda
Hi, I am also getting similar exception even with jdk1.5 jboss 4.0.4G.A. I am sure, I set classpath in my client execution. I even tested loading class and doing dummy instantation just before actual ejb3 bean execution. working fine loading but returns same ClassNotFoundException while

[jboss-user] [JBoss Seam] - MyFaces Tomahawk schedule component does not work.

2006-09-11 Thread sidragon
I am having trouble using the Tomahawk schedule (see http://myfaces.apache.org/tomahawk/schedule.html ) component in a simple Seam application. The component renders the day view regardless of the mode or the addition of any entries to the ScheduleModel. Based on the lack of debugging

[jboss-user] [JBoss Seam] - Re: Long Running Conversation Timeouts are never occuring

2006-09-11 Thread knaas
Thanks for the clarifications on this. If I were developing a new application that allowed users to hold onto tickets for five minutes, I would have originally thought that I could simply use the Conversation timeout. But since this is not the case, it would be important that I understand

[jboss-user] [JBoss jBPM] - Re: swimlane and taskinstances

2006-09-11 Thread antitrust1982
ok this is the solution I saw the tasks which are finished and not the new task. thank you very much Now I will work on the assigment of each task but the tasks seems to ignored the assigment by swimlane. View the original post :

[jboss-user] [EJB/JBoss] - Re: Exception when running with JDK 1.6 Mustang

2006-09-11 Thread jelda
while searching jboss forums, just found this ticket.. http://jira.jboss.com/jira/browse/JBREM-450 I still have debug my application to see if my problem is also related to this issue.. :( Jelda View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970749#3970749

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

2006-09-11 Thread bfo81
I tried to deploy my Seam application to pure Tomcat 5.5. Of course, I used ant deploy.tomcat instead of ant deploy, too ;). And I even get that Local server is not initialized exception. I tried some stuff written in the forum and in a certain wiki, but it still didn't work... Someone had

[jboss-user] [EJB/JBoss] - How to use Group By Clause in JBOSS QL?

2006-09-11 Thread tiwari_p_k
Hi, I am using EJB 2.1 for my application using JBOSS 4.0.3 as Application server. Now I am using JBOSS Dynamic QL for group by clause as follows:- - public Collection ejbHomeSelectInStates(Set states) throws FinderException

[jboss-user] [JBoss jBPM] - using objects instead of parameters

2006-09-11 Thread sbuster
Is it possible to use actual classes or even XSD to represent parameters to a process or do I have to use a whole set of variables for all the interaction? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970752#3970752 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: swimlane and taskinstances

2006-09-11 Thread antitrust1982
I execute my process normally but the porblem is when I put a actorId wrong the swimlane task is ignored and my task continu to be executed. So for the swimlane where I must put my current actor Id in order to execute my task only by the poeple who are assign and not all people. I have tried

[jboss-user] [EJB 3.0] - RC9 Release

2006-09-11 Thread wconroy
Is there any update to the timeframe for the RC 9 release. It looks like the JIRA still has a ton of outstanding issues scheduled for RC 8. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970754#3970754 Reply to the post :

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

2006-09-11 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | - 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. | Point taken: All utility functions (add page, add content, edit page) should be defined as a region, so you can

[jboss-user] [JBossWS] - JbossXB bindings

2006-09-11 Thread mauro.mellino
Hi I've been looking into serializing custom java objects based on JBoss 1.0.2 using rpc style services. AFAIK, the jboss XB framework is being used. Furthermore i have seen from the wiki that this framework supports custom serialization based on schema annotations. Has anyone tried this

[jboss-user] [JCA/JBoss] - Seemingly random connection issues?

2006-09-11 Thread znbailey
Hi all, We have recently run into a rather strange problem. One of our clients is experiencing a database connection issue when they begin using our webapp after a period of inactivity. The connection error they receive is the following: | 2006-08-24 11:09:12,406 WARN

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

2006-09-11 Thread mzeijen
I found a solution for both problems. Now I deploy my entities in a jar file into the deploy directory. This makes sure that the entities get deployed before the EAR package with the portlet does. I am also using the Seam-managed persistence context to avoid the problem when redeploying the

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

2006-09-11 Thread mzeijen
I read that a Seam-managed persistence context returns a manager that is the same for the whole conversation. So that is definatly not the same as a (Extended) persistence context using the @PersistenceContext annotation. But how do I get an entity manager that works the same as a normal

[jboss-user] [Messaging, JMS JBossMQ] - Manually Acknowlegeing a message

2006-09-11 Thread tnine
Manually acknowledging a message Jboss 3.2.6 Hi all, I?m trying to find some documentation on Jboss MQ message acknowledgement, but I can?t seem to find it anywhere. We have the following setup. Tomcat Web Servers (Server A) JBoss MQ Queue (Server B) JBoss MQ Remote Queue MDB (Server C) Our

[jboss-user] [JBoss Messaging] - Re: Cannot connect to JMS from Service MBean

2006-09-11 Thread oleznew
Hi, did this work? I have the same error messages when deploying a sar in deploy.last. I used the loader-repository tag as described by ovidiu. Does not work. What else could I try? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970780#3970780 Reply to the

[jboss-user] [EJB 3.0] - Are EntityListener's part of the transaction...

2006-09-11 Thread mfishman
Hi, I have some code where I have a EJB3 entity bean with an EntityListener on it. In my post methods in the EntityListener (e.g. postPersist, postRemove, postUpdate) a handler attempts to serialize the entity bean and transfer it to a remote location. During the deserialization at the

[jboss-user] [JBoss Seam] - Re: Seam in production (Tomcat, JSF RI, Hibernate, Tomahawk,

2006-09-11 Thread bfo81
Die you have this problem: http://www.jboss.com/index.html?module=bbop=viewtopict=90343(Exception Local server is not initialized)? If yes, how did you solve it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970783#3970783 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: XMLLoginConfig: JMX Updating

2006-09-11 Thread [EMAIL PROTECTED]
Maybe you can write an XMBean that interacts with the XMLLoginConfig and uses standard JMX persistence. You should expose the xmbean to your GUI application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970784#3970784 Reply to the post :

[jboss-user] [JBoss Seam] - Re: MyFaces Tomahawk schedule component does not work.

2006-09-11 Thread gus888
You need to add something according to following codes, or refer to http://www.nabble.com/Schedule-component%2C-mouseListener-is-not-triggered-At-all-tf2213732.html public class ScheduleComponentHandler extends HtmlComponentHandler { | //private static final Log logger =

[jboss-user] [Installation, Configuration Deployment] - Re: Obfuscate

2006-09-11 Thread PeterJ
I think what you want to do is precompile the JSPs. Basically, you precompile the JSPs and obfuscate them. Package the resulting class files in the same war file with the rest of the classes of the application (I think you omit the JSPs - don't place then in the war file). Deploy the war to

[jboss-user] [Security JAAS/JBoss] - Mixing Axis (BASIC) and web browser (form-based) authenticat

2006-09-11 Thread mjhammel
I'm pretty new to Java/JBOSS (I'm a C developer by trade), so forgive me if some of what I say seems nonsensical. Background: I've got an application running under JBOSS 4.0 that requires both browser based and remote Java client based logins. I've got the browser based interfaced working

[jboss-user] [JBoss Eclipse IDE (users)] - Configuring custom naming service port in Eclipse IDE

2006-09-11 Thread heapifyman
Hello. I've changed the naming server port in jboss_home/server/all/conf/jboss-service.xml of my JBoss 4.0.4, since I was getting these enerving error messages that port 1099 was already in use (although sometimes netstat told me that port 1099 was really NOT in use). However, I couldn't find

[jboss-user] [JNDI/Naming/Network] - client libraries to connect to jboss 4.0.3

2006-09-11 Thread litalh
Hi all, I'm trying to connect to jboss version 4.0.3. Since I'm using its client libraries I've replaced them with the ones sutiable for version 4.0.3. The list is as follows: jboss-client.jar jboss-common-client.jar jboss-j2ee.jar jboss-remoting.jar jbosssx-client.jar

[jboss-user] [EJB 3.0] - persistence.xml: tag jar-file

2006-09-11 Thread Juergen.Zimmermann
In persistence.xml there is a tag jar-file to specify JAR files with additional EJB3 classes. It looks like these JAR files are expected to be in $JBOSS_HOME/bin. Is there a possibility to specify that a JAR file is encapsulated in a deployed EAR file? View the original post :

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

2006-09-11 Thread dhartford
anonymous wrote : | - edit mode should use icon, not text: using text is not consistent, takes too much space and can cause problems with respect to internalization | | No. When we had icon, users were confused. | Icons would work well, once users understood what the icon meant (i.e.

[jboss-user] [JBoss Seam] - Drop Down Menu Using Seam and Facelets

2006-09-11 Thread jcranwellward
Can anyone tell how to implement a drop down menu from a database query using seam and facelets? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970801#3970801 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970801

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

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

[jboss-user] [Clustering/JBoss] - JBAS-3639 -- Lookup fails duringfailover

2006-09-11 Thread [EMAIL PROTECTED]
Please confirm that your service makes more than one attempt to find the connection factory. The factory gets bound to JNDI as part of the failover of the HA-JMS service. HA-JMS is also running as an HA singleton. If your mbean does the lookup before the deployment of HA-JMS is complete,

[jboss-user] [JBoss jBPM] - Re: BPEL workflow - who to determine whats the next step?

2006-09-11 Thread javilaalonso
HI, Thank you for your answer. I really understand the differences between BPEL and jbpm and Bpel is my choice since I want to get Web services orchestration. The problem is that it seems to me that jbpm is much more developped and many of the features ::: - user task assignaments - web

[jboss-user] [JBoss Seam] - Scope/Context feedback

2006-09-11 Thread texan
Just a followup from my adventures with http://www.jboss.com/index.html?module=bbop=viewtopict=90169. My root problem turned out to be the Seam practice of redirecting to the displayed page when you return the page itself from your action (see below). My reading of the reference manual led

[jboss-user] [JBoss Seam] - Re: Drop Down Menu Using Seam and Facelets

2006-09-11 Thread CptnKirk
Take a look at the Seam wiki. There are a couple third-party selectItems DataBinders there. These will let you take a list returned from your DB and use it within your JSF menu. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970806#3970806 Reply to the post

[jboss-user] [JBoss Seam] - Re: Scope/Context feedback

2006-09-11 Thread CptnKirk
Take a look at the RESTful section in the documentation and the blog example for tips on your mostly stateless apps. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970807#3970807 Reply to the post :

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

2006-09-11 Thread [EMAIL PROTECTED]
Yes, I think Chris was speaking in the context of the code I checked in to 2.6. It currently uses the word Edit for editMode and Cancel to return to viewMode. This is managed via the css, so you can use icons if you still want to. Just know that the default theme will have text for edit/view

[jboss-user] [Security JAAS/JBoss] - getAuthenticationCachePrincipals always returns empty list

2006-09-11 Thread cdecarlo
Hi, We have a Swing based GUI application that connects to a JBoss EJB server and we need to know if a user is already logged into the server. I'm looking at the getAuthenticationCachePrincipals method in the JMX bean JaasSecurityManager to return me a list of authenticated users. I've got

  1   2   >