[jboss-user] [JCA/JBoss] - Re: Regarding the No ManagedConnection error in jboss-4.0.3S

2006-07-20 Thread jaikiran
50 | 75 Thats a good enough pool size. What does your application do? Does it heavily use connections. How long are these connections kept open? If i remember correctly, using the jmx-console there is a way to find out the number of connection currently in use, for your datasource. Have you

[jboss-user] [Management, JMX/JBoss] - Re: Is snmp v3 supported ?

2006-07-20 Thread aftekuser
Hi, I am not aware much of snmp v3 feature differences with snmp version1,2. However in our project we will be requiring snmp v3 security and also will be sending snmp v3 get/set requests (dont know if they differ from v1,v2 though). I think though if we integrate third party snmp adaptor (like

[jboss-user] [Installation, Configuration & Deployment] - Re: Windows Explorer automatically pops up displaying C:\Pro

2006-07-20 Thread Markus.Wahl
Hi Peter, thanx. "PeterJ" wrote : I assume that you used the installer jar file to install JBoss and that you installed into the Program Files directory. Correct? I did use the jar file (jboss-4.0.4.GA-Patch1-installer.jar) but I installed in the Program directory rather than Program Files (read

[jboss-user] [JCA/JBoss] - Re: Regarding the No ManagedConnection error in jboss-4.0.3S

2006-07-20 Thread [EMAIL PROTECTED]
Please find the oracle-ds.xml file OracleDS jdbc:oracle:thin:@url oracle.jdbc.driver.OracleDriver USER Pswd 50 75 1 org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter Oracle9i View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Thread Zoombie

2006-07-20 Thread jaikiran
There are many reasons why you might get a OutOfMemoryError. Whats the scenario in which you get this error? Are you sure its because of infinite thread generation? Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptions See if it helps View the original post : http:

[jboss-user] [Beginners Corner] - Re: Implementing my own log4j.xml on jboss-4.0.3SP1

2006-07-20 Thread jaikiran
anonymous wrote : String log4jFile = "/WEB-INF/classes/log4j.xml"; Change this to: String log4jFile = "WEB-INF/classes/log4j.xml"; Note that there is no '/' before the WEB-INF. Try it out and see if it works. Alternately, you can try: InputStream inputStream = this.getClass().getClassLoader().

[jboss-user] [JBossWS] - Re: A class as a parameter in a webservice

2006-07-20 Thread nax32
anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959780#3959780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959780 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [Beginners Corner] - JBoss Plugin for Eclipse 3.2.0

2006-07-20 Thread dpratimbanerjee
Is there any plugin of JBoss for Eclipse 3.2.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959779#3959779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959779 ___ jboss-us

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-20 Thread jaikiran
After deleting the META-INF folder from the deploy directory, is this the only error that you are seeing. Are there any exception stacktraces when jboss is starting. If yes, post the same View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959778#3959778 Reply

[jboss-user] [JBoss Eclipse IDE (users)] - JBossIDE Web Service support ?

2006-07-20 Thread rksangubotla
Hi All, I have upgraded my JBoss IDE from : http://download.jboss.org/jbosside/updates/development I only see Web Service Test Client option available from webservices on right click of a .java . Can I create a web service from java class using JBoss IDE lastest update ? and can I deploy it to

[jboss-user] [EJB/JBoss] - Default Transaction Attribute in JBoss

2006-07-20 Thread Hari Prasad
Hai All, I am currently using JBoss-4.0.2 in my project.It works with a Default Transaction attribute of 'Required'. But since the Spec does not mandate any Default Transaction Attribute and also I read the Transaction attribute varies with different versions of JBoss..

[jboss-user] [JBoss Seam] - Re: $100.00

2006-07-20 Thread goose-dog
I'd love to have a seam book too View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959774#3959774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959774 ___ jboss-user mailing lis

[jboss-user] [Security & JAAS/JBoss] - Re: Cannot get my custom principal returned by sessioncontex

2006-07-20 Thread dweil
Sorry, I meant UsernamePasswordLoginModule, not UsersRolesLoginModule ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959773#3959773 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959773 _

[jboss-user] [JBoss Seam] - Re: @Begin and @End

2006-07-20 Thread baz
Hello Gavin. anonymous wrote : It makes it unclear what "null" means ... does null mean "no id", or does it mean "no object for the id". When getInstance is called and there is no Id in any context, session.get is not callable. So the if statement should ensure the pre condition for session.get

[jboss-user] [JBoss Seam] - Re: how to configure a session bean managing entity beans wi

2006-07-20 Thread justinwalsh
Where do you @Begin and @End your conversation in GroupManagerBean? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959771#3959771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959771 ___

[jboss-user] [EJB/JBoss] - Re: EntityManager merge and the seam-registration example.

2006-07-20 Thread justinwalsh
Persist is used to insert a new instance of an object to the database. The underlying persistence engine (most probably hibernate) needs to know if your object is is a new object, or if is a detached instance (an instance already present in the database but not associated with the session). Th

[jboss-user] [JBoss Seam] - Patterns and Seam

2006-07-20 Thread hchafi
I really am falling in love with seam, and I am building a prototype for a web-app that I will hope to launch as a service. I am bit fresh as far as patterns and j2ee. Seam does a lot to simplify and enable clean application, but do I need to follow additional j2ee patterns. If so, which ones do

[jboss-user] [JBoss Seam] - Re: Stateless search to stateful conversation

2006-07-20 Thread justinwalsh
Hi, Started from scratch again and working fine now. Thanks for your time. Was starting to get disillusioned - but back on the path to insight. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959768#3959768 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - persist vs merge in seam-registration

2006-07-20 Thread hchafi
I meant to post this here, I hope someone can answer my question. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=87237 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959767#3959767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [EJB/JBoss] - EntityManager merge and the seam-registration example.

2006-07-20 Thread hchafi
I have a question about merge and persist. I understand the basic difference between the two, but I am trying to undertand a bit more of the behavior of merge. I modified the User.java class in the seam-registration example and added an Id field. |@Id @GeneratedValue(strategy=Genera

[jboss-user] [JBossCache] - Re: TreeCache data integrity across cluster

2006-07-20 Thread [EMAIL PROTECTED]
No, we don't have an explicit mechanism of obtaining a cluster-wide lock. A local lock is obtained on method invocation and is maintained till your transaction ends (commits or rolls back). Locks on remote instances are obtained and released during the 2-phase commit. (The prepare call attem

[jboss-user] [JBossCache] - Re: JBossCache with Hibernate Transaction

2006-07-20 Thread [EMAIL PROTECTED]
Brian, You can use JTA TMs with Hibernate: http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#transactions-demarcation-jta http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#configuration-j2ee View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBossCache] - Re: JBossCache with Hibernate Transaction

2006-07-20 Thread [EMAIL PROTECTED]
Make sure both JBoss Cache and Hibernate are configured to use the same TM and then use the Hibernate transaction interfaces to begin/commit/rollback your transactions. Behind the scenes, both interfaces delegate transaction orchestration to the TM configured; just make sure they are both con

[jboss-user] [JBossCache] - Re: JDBCCacheLoader Problems

2006-07-20 Thread [EMAIL PROTECTED]
1) You should not construct a Cache Loader explicitly. When you start the cache, a cache loader is created and configured for you based on your configuration file. 2) Your configureCache() method is unnecessary. 3) Your getConfigFile() method should return the name of an XML file (as a Str

[jboss-user] [JBoss Seam] - Re: Problem starting converstaion and setting state from HTT

2006-07-20 Thread justinwalsh
Eric How did you resolve this using page actions? From your original post you seem to already have a page action What did you change? | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959760#3959760 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Book markability

2006-07-20 Thread goose-dog
Alright, I haven't looked at that yet. But before I came back to the forum I ended up using outputLinks with params enclosed. Then in the pages.xml I specifiy that a method gets invoked grabbing the params with @RequestParameter, then doing my stuff.. I'll look at the blog example to see how

[jboss-user] [JBoss Portal] - How can i set my portal as home page

2006-07-20 Thread Leonardpaul
Hi, By default (default portal) is comming as a home page. How can i change to my portal as home page. Regards A.peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959757#3959757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Installation, Configuration & Deployment] - Jboss Server: Status=No Host matches server name 192.168.0.1

2006-07-20 Thread grypho0
Hello, I got a problem when I trying to bind JBoss address for all services on the IP 192.168.0.102 over the port 8080. I try to find why I got this status and how I can solve that. My setting is: I run Fedora into VMware, my JBoss server is install under /usr/local/jbossServer and I have the sa

[jboss-user] [JBoss Seam] - Re: how to configure a session bean managing entity beans wi

2006-07-20 Thread dbatcn
So, about a thousand lines up from the bottom, I see that the LIE remains. I've tried to follow the instructions but admit that I must not be seeing something. I thought I understood that changing the scopes to CONVERSATION, having the group bean manager use a conversation-scoped instance, and

[jboss-user] [JBossCache] - Re: JBossCache with Hibernate Transaction

2006-07-20 Thread aashishvora
Thanks a lot for quick response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959754#3959754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959754 ___ jboss-user mailing lis

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

2006-07-20 Thread gus888
Hi all, I got the file upload works in Seam without facelets. You may try this. 1) Follow seam wiki fileUpload all steps, except the tomahawk.jar. 2) Put the tomahawk.jar into jboss-4.0.4.GA\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs; 3) Modify the web.xml under jboss-4.0.4.GA\server\

[jboss-user] [JBoss Seam] - Re: Did somebody make fileupload works with no facelets?

2006-07-20 Thread gus888
Hi Gavin, I made it works for FileUpload on Seam + myface/tiles + myface(tomahawk). What I did is as follows: 1) Follow seam wiki fileUpload all steps, except the tomahawk.jar. 2) Put the tomahawk.jar into jboss-4.0.4.GA\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs; 3) Modify the web.xml

[jboss-user] [JBoss Seam] - Re: $100.00

2006-07-20 Thread jbpmndc
I'm ready to buy it too View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959751#3959751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959751 ___ jboss-user mailing list jboss-u

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-20 Thread seemap
I have deleted the Meta-INF folder from deploy folder but still got error --- Incompletely deployed packages --- [EMAIL PROTECTED] { url=file:/C:/jboss-4.0.4/jboss-4. 0.4.GA/server/default/deploy/day05_Signon.jar } deployer: MBeanProxyExt[jboss.ejb:service=EJBDeployer] status: null state: F

[jboss-user] [JBoss Seam] - Re: how to configure a session bean managing entity beans wi

2006-07-20 Thread dbatcn
I have already spent hours stepping through the code and thousands of lines of server logs and staring at the 147-page reference manual trying to make this work. If you already know my mistake, please kindly point it out rather than making this an exercise for the reader. The fact that the act

[jboss-user] [JBossCache] - Re: Problems about updating an ArrayList in replicated TreeC

2006-07-20 Thread [EMAIL PROTECTED]
Marcel, Thanks for the detailed info. When we do putObject, internally we do check for the exisiting object. If it is, we return right away. So this is not just assignment of the same object, I'd imagine. Will it be possible that you can put together a simple test? That'd help greatly. Thanks

[jboss-user] [JBossCache] - Re: JBossCacheIDE 1.0 Released

2006-07-20 Thread [EMAIL PROTECTED]
Gurkan, Do you know when 2.0beta is coming out? Or where can I download the plugin specifically? Manik and I have been developing JBoss Cache 2.0 release now. The APIs have changed. And for PojoCache, the internal pojo mapping has new implementation as well. So we need to sync up on the Cache

[jboss-user] [JBossCache] - Re: JBossCache with Hibernate Transaction

2006-07-20 Thread [EMAIL PROTECTED]
JBoss Cache requires use of a JTA transaction manager; doesn't have to be JBoss', but must be JTA. Hibernate transactions are not JTA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959746#3959746 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Drools domain specific language files in Seam

2006-07-20 Thread joff
I've managed to deploy JBoss Rules using Seam quite happily, going along with the docs, but as soon as I try and use a Domain Specific Langage file (.dsl) things come apart: My components.xml has this: |drools/myrules.drl | | | myRules | I deploy my application EAR with b

[jboss-user] [JBoss Seam] - Re: Book markability

2006-07-20 Thread [EMAIL PROTECTED]
Look at the blog example in the Seam download. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959744#3959744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959744 ___ jboss-us

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

2006-07-20 Thread [EMAIL PROTECTED]
Um. Before you do that, however, can you see what happens if you use instead of ? Thanks. (I feel that it should by rights be a , but lets just check if this is the cause.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959743#3959743 Reply to the post :

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

2006-07-20 Thread [EMAIL PROTECTED]
Could you please file a bug in JIRA and attack a very simple, runnable testcase. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959742#3959742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959742 _

[jboss-user] [JBoss Seam] - Re: how to configure a session bean managing entity beans wi

2006-07-20 Thread [EMAIL PROTECTED]
Step through your code. The error you see is hiding the real error (this is due to a fixed bug in EJB3) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959741#3959741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395974

[jboss-user] [JBoss Seam] - Refactoring

2006-07-20 Thread gcowsar
I modified the Seam Messages example to use mySQL. In the process discovered that "read" as a column name won't work with mySql, their not-so-smart parser has a long list of reserved keywords that can't be used for table or column names, so I changed the name from "read" to "messageRead" and t

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

2006-07-20 Thread jasperbg
This seems to have been solved by adding: to my pages.xml. Why is this necessary? Shouldn't the 'propagation="begin"' on the tag do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959739#3959739 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Book markability

2006-07-20 Thread goose-dog
Hi, Seems like everything in seam(actually JSF to be exact) is a post. Is there a way to render the links on my application so that it is more search engine friendly ad bookmarkable? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959738#3959738 Reply to

[jboss-user] [JBoss Seam] - Re: $100.00

2006-07-20 Thread mjrpain
I appreciate that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959737#3959737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959737 ___ jboss-user mailing list jboss-user@l

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

2006-07-20 Thread ortimus
We have an issue with loadtime weaving due to EAR isolation. Our environment is: JBoss 4.0.3 + JBOSS AOP 1.5 GA Here's the scenario: We have a jar myaspects.aop with the following structure: myaspects.aop com |__aoptest |__aspects | |__ MyException |__interceptors

[jboss-user] [JBossCache] - JBossCache with Hibernate Transaction

2006-07-20 Thread aashishvora
Hello, I am trying to develop an application with Hibernate for persistence, Spring for transaction demarcation. I am also using JBossCache for data replication across 2 members in a cluster. The requirement is that the data should not be replicated unless the transaction is completed. Hen

[jboss-user] [JBoss Seam] - My fun SEAM project

2006-07-20 Thread goose-dog
Just wanted to share my fun project. I've had an online community for about 5 years, first written in ASP, then .NET, then scriplet filled JSPs, then JSTL with some light weight framework.. now I'm rewriting it using SEAM with facelet, jsf, ejb3. Heavily under contruction. http://vnl-online

[jboss-user] [JBoss jBPM] - Re: Ability to choose from determined values

2006-07-20 Thread ccelgun
"gkestor" wrote : I am new about jbpm. In processdefinition.xml, there are task instances. How can I obtain controller that has multiple values? Like combobox in html. | | for example : | task -> controller -> variable name = "color" | | variable color may has red,yellow, I found

[jboss-user] [JBoss jBPM] - Re: Ability to choose from determined values

2006-07-20 Thread ccelgun
[quote =gkestor]I am new about jbpm. In processdefinition.xml, there are task instances. How can I obtain controller that has multiple values? Like combobox in html. for example : task -> controller -> variable name = "color" variable color may has red,yellow, View the original post : htt

[jboss-user] [JBoss Seam] - Re: $100.00

2006-07-20 Thread [EMAIL PROTECTED]
We are already well advanced on a Seam book (it is at the review process) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959730#3959730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959730

[jboss-user] [JBoss jBPM] - Ability to choose from determined values

2006-07-20 Thread ccelgun
I am trying to make a JBoss jBPM application.While forming the process, i came across a problem. All I want is to force program user to choose one of the determined values in a given list instead of asking program user to enter a text into a textbox. In order to make it more clear, let me give

[jboss-user] [JBoss jBPM] - Re: Web console failing

2006-07-20 Thread lfaggioli
Hi Brad, actually I haven't tried the 3.1.2 yet, mainly beacuse, I guess, most of the new features will be only available with 3.2, therefore I'm waiting for the 3.2 I could be wrong, but I guess the date pickers will be in the new version as well, along with all the new form features. BTW Ron

[jboss-user] [JBoss Seam] - "pageflow has not yet started" when starting a pageflow

2006-07-20 Thread jasperbg
I have a pageflow with this as the first node: | | | | | I link to it from the homepage of my site with this: (/members/join.xhtml is the join form) The join form appears fine, but submitting it causes the exception "pageflow has not yet started". Vie

[jboss-user] [JBoss Seam] - Re: Can be used with facelets compositions?

2006-07-20 Thread phicorp
Getting a permanent long-term solution into the Seam codebase is a great solution, but for me patches outside the Seam codebase are not a solution. Are we sure that there is no way around the problem without changing Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss jBPM] - Re: Web console failing

2006-07-20 Thread brado
luca, Thanks for the reply -- do you happen to know if the same benefits mentioned in 3.2 (the date pickers working as Ronald mentioned) are available in 3.1.2? Thanks, Brad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959723#3959723 Reply to the post :

[jboss-user] [JBoss Seam] - Re: how to configure a session bean managing entity beans wi

2006-07-20 Thread dbatcn
I tried to follow all the instructions in the reference, but using the bean (see GroupManagerBean.create) causes a rollback/synchronization problem (which see at bottom of post) I wouldn't be surprised if there were issues in how the @Role stuff was done, but I couldn't find a single example of

[jboss-user] [JBoss Seam] - Re: Double click handling

2006-07-20 Thread ngolovin
Are there any news on this issue? The JIRA entry http://jira.jboss.com/jira/browse/EJBTHREE-313 has been rejected, because concurrent calls on stateful session beans are not allowed by the EJB specification. The double click problem however stays. Has anybody found a good workaround for th

[jboss-user] [JBossCache] - TreeCache data integrity across cluster

2006-07-20 Thread magicmac
Hey, These are my first steps with JBossCache, but it seems like I already face some basic problem Simple example: 2-node cluster, each with instance of treeCache. Out of AS. REPL_SYNC, locking PESSIMISTIC, state is replicated on startup. run the following algorithm on to machines concurrently:

[jboss-user] [JBossCache] - JDBCCacheLoader Problems

2006-07-20 Thread chicago_pool_dude
I am trying to use the JDBC Cache Loader to persist TreeCache to DB, Here is how i do it public void configureCache(){ try { System.out.println("Inside configureCache"); Properties properties = new Properties();

[jboss-user] [JBoss Seam] - Re: Did somebody make fileupload works with no facelets?

2006-07-20 Thread gus888
Hi Gavin, I found a post in Seam forum (I remember I ever saw it, but could not find it before) about the integrating tomahawk.jar into JBoss, and modification to the conf/web.xml as follows: | MyFaces tlds | tagLibJar1 | | jsf-libs/tomahawk.jar | I will t

[jboss-user] [JBoss Seam] - Re: Double click handling

2006-07-20 Thread [EMAIL PROTECTED]
It should be very easy to write an errorpage. The root cause exception is always a ConcurrentAccessException. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959718#3959718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Security & JAAS/JBoss] - Strange interpetation of a CSS link inside login page

2006-07-20 Thread nvanevski
Hi all, I ran into a pretty strange issue with CSS links inside the login page, using FORM authentication method. Take a look at this page header : | | | |Main login page | | | | --- rest of the page --- | This code works fine when the page is shown standalo

[jboss-user] [JBoss Seam] - $100.00

2006-07-20 Thread mjrpain
I've got $100 for the first person that writes a "JBoss Seam for Dummies" book. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959711#3959711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959711 __

[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

2006-07-20 Thread ccelgun
Well...I examined my code according to the things @newbie007 has said and found out that i'm trying to get the data that contains nothing at the beginning. I have users and some abilities assigned to them. At the beginning no ability is assigned.I am sure that the program connects to the databas

[jboss-user] [Performance Tuning] - Setting different priorities on EJBs

2006-07-20 Thread adarshgosu
I have a requirement where i have to set different priorities for beans that are part of the same EAR file. Lets say i have EJB1 & EJB2 that is part of the same EAR file. I need to run EJB1 at priority 10 and EJB2 at priority 5 inside the container. Can this be accomplished in JBoss, if so can

[jboss-user] [Security & JAAS/JBoss] - Re: In valve getRemoteUser value returned as NULL always

2006-07-20 Thread [EMAIL PROTECTED]
twittemb- Here is the CustomAuthenticator code that we use in the JBoss Federated SSO project. I am pasting the code for the FormAuthenticator | /* | * JBoss, Home of Professional Open Source | * Copyright 2005, JBoss Inc., and individual contributors as indicated | * by the @authors ta

[jboss-user] [EJB/JBoss] - Setting Priority on EJBs

2006-07-20 Thread adarshgosu
I have a requirement where i have to set different priorities for beans that are part of the same EAR file. Lets say i have EJB1 & EJB2 that is part of the same EAR file. I need to run EJB1 at priority 10 and EJB2 at priority 5 inside the container. Can this be accomplished in JBoss, if so can

[jboss-user] [JBoss jBPM] - Where is jBPM 3.2?

2006-07-20 Thread brado
Hello, I am currently using jBPM 3.1.1. I have had jBPM 3.2 recommended to me, but I need some clarification on how to obtain 3.2. On the download link for jBPM, there is a 3.1.2 version that was released a couple of days ago. Is this 3.1.2 release actually the 3.2 version that has been recomm

[jboss-user] [Clustering/JBoss] - HA Singleton Schedulable not starting!

2006-07-20 Thread honest.length
Hi, I'm currently migrating to jboss 4.0.4 and have a number of singleton schedulables which where using the old method in the descriptors. I have added the new HASingletonDeployer barrier but the never run at all when this element is present! I am missing something? jboss.ha:service=HA

[jboss-user] [JBoss Seam] - Re: Did somebody make fileupload works with no facelets?

2006-07-20 Thread gus888
Hi Gavin, Thank you for your reply. I want to try to integrate the tomahawk.jar in JBoss to see whether it works. I plan to copy the tomahawk.jar into "C:\jboss-4.0.4.GA\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs", but I don't know how to modify the web.xml file in the "\jboss-4.0.4

[jboss-user] [JBoss.NET] - Strange problem with MessageContext

2006-07-20 Thread jvandusen
I've written a web service that makes calls out to another web service, and I'm having trouble getting it to work. I'm quite new to using JBoss.net so I'm kind of lost. The environment is JBoss 3.2.6 with a patch to fix a bug in JBoss.net. When I go to http://localhost/jboss-net/servlet/AxisSer

[jboss-user] [JBoss jBPM] - Re: How to use faultVariable in fault handler?

2006-07-20 Thread jiehuan_li
Created BPEL-199. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959700#3959700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959700 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Seam] - Re: Did somebody make fileupload works with no facelets?

2006-07-20 Thread [EMAIL PROTECTED]
Um, not much I can do to help, I have never used tiles, or the fileupload stuff in tomahawk. Perhaps someone else can help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959699#3959699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: how to stop unknown user from seeing a page

2006-07-20 Thread dbatcn
Having the forceLogin method return null if no redirection was required fixed the problem. Thanks, Captain! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959698#3959698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [Security & JAAS/JBoss] - Re: In valve getRemoteUser value returned as NULL always

2006-07-20 Thread twittemb
my authentiction methods are BASIC or FORM ... How a CustomAuthenticator would fix my problem ? have u an example of use ? thx for your answers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959697#3959697 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [EJB/JBoss] - Problem reusing an EJB infrastructure layer

2006-07-20 Thread ekrisjo
Example: A large organization uses ejb's to provide an infrastructure layer (messaging, persistence) to all of its products. Products which are realized as appliction ears. They might choose a buildning tool like Maven. Maven lets each project produce at most one artifact (good practice?), whi

[jboss-user] [JBoss Seam] - Re: Inject EL Results

2006-07-20 Thread MSchmidke
anonymous wrote : | Yes, ofcourse. This is a definite Good Thing. Sorry for my stupidity, but I don't understand. The backing bean is part of the view, in this case, and I do not understand why it is not a good idea when the Java part of the view has the same knowledge as the xhtml part of it

[jboss-user] [JBoss Seam] - Re: Did somebody make fileupload works with no facelets?

2006-07-20 Thread gus888
Hi Gavin, Could you please give me a help on this? I spent several nights but failed to fix it. Since I want to keep myfaces/tiles in the project, I could not use the facelets. Thank you very much. Gus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959694#3

[jboss-user] [JBoss Seam] - Re: Injection problem on form submit.

2006-07-20 Thread [EMAIL PROTECTED]
Your class does not have an @Stateless or @Stateful annotation, so it is not a session bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959693#3959693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959693 _

[jboss-user] [JBossWS] - Type definition exception (bug?)

2006-07-20 Thread sbalmos
Hi everyone, I believe this is an issue with how WSDL files are written by the JSR-181 deployer. I have a function that returns a class User, which is a subclass of class SecurityEntity. The deployer gives the following Exception: | 16:11:29,332 ERROR [JBossXSErrorHandler] JBossWS_soap.snx.

[jboss-user] [Beginners Corner] - Re: Implementing my own log4j.xml on jboss-4.0.3SP1

2006-07-20 Thread PeterJ
Try this one change: String log4jFile = "log4j.xml"; The web application class loader looks in WEB-INF/classes automatically so you don't have to specify that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959691#3959691 Reply to the post : http://www.jbo

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Frequent

2006-07-20 Thread znbailey
I have been starting the server in debug mode all day and I am happy to report that the server has not once cut out on me which is quite nice - there is still the small issue of it always reporting "starting..." even once it has started, though, but this is much more liveable. View the original

[jboss-user] [JBoss Seam] - Injection problem on form submit.

2006-07-20 Thread mjrpain
I have a page that displays several select boxes whose content was acquired from an oracle datasource that was injected using @Resource(mappedName = "java:/myDatasource"). The submit button calls a different action class that is to instantiate the correct DAO, get the data and forward to the ap

[jboss-user] [JBoss Seam] - Re: Building a JBoss Seam website in 2 hours for our JUG

2006-07-20 Thread [EMAIL PROTECTED]
cool :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959688#3959688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959688 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Seam] - Building a JBoss Seam website in 2 hours for our JUG

2006-07-20 Thread dhinojosa
I just want to invite anyone in the Albuquerque area to ABQJUG meeting on July 26th. We are going to try to create a JBoss Seam based Java Users Group app in 2 hours. It will show how quickly you can set up a website using Seam. This is unscripted, and will be loads of fun. For more info you

[jboss-user] [JBossCache] - Re: Global caching

2006-07-20 Thread [EMAIL PROTECTED]
FYI - http://jira.jboss.com/jira/browse/JBCACHE-708 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959686#3959686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959686 ___ jbo

[jboss-user] [Beginners Corner] - Implementing my own log4j.xml on jboss-4.0.3SP1

2006-07-20 Thread heather
Hi I am trying to implement a RepositorySelector using my own log4j.xml contained in my WEB-INF/classes in the WAR. I have not changed anything in the EAR or added a jboss-app.xml with my own class loader. When I run the line: Thread.currentThread().getContextClassLoader().toString() - I find

[jboss-user] [JBossCache] - Re: Global caching

2006-07-20 Thread [EMAIL PROTECTED]
Glad to know you got it working well for you. Thanks for the detailed info, will certainly look into the exception you posted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959684#3959684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBossCache] - Re: Configuring multiple roots within JBoss cache

2006-07-20 Thread [EMAIL PROTECTED]
You will end up with multiple instances with what you are doing, not necessarily what you want - especially if they form a cluster between themselves! Simply organise your Fqns to create 2 separate regions. E.g., /region1/stuff and /region2/stuff View the original post : http://www.jboss.c

[jboss-user] [JBossCache] - Re: Isolation level in detail

2006-07-20 Thread [EMAIL PROTECTED]
I would just focus on the JBoss Cache sites: 1. The wiki - http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCache 2. The official docs - http://labs.jboss.com/portal/jbosscache/docs/index.html 3. These forums 4. The source code! View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [EJB 3.0] - Re: application-defined resources for MDBs

2006-07-20 Thread ekrisjo
I guess I continue my monolog :-) Let's take an example: A large organization uses ejb's to provide an infrastructure layer (messaging, persistence) to all of its products. Products which are realized as appliction ears. They might choose a buildning tool like Maven. Maven lets each project pro

[jboss-user] [Security & JAAS/JBoss] - Re: In valve getRemoteUser value returned as NULL always

2006-07-20 Thread [EMAIL PROTECTED]
twittemb- If you have a JAAS LoginModule setup that is doing the authentication, You can programatically extract the LoginContext from the environment and invoke the authenticate method on the Realm. You can also consider using a CustomAuthenticator that extends one of the four BASIC,FORM,CERT

[jboss-user] [JBossCache] - Re: Jgroups errors using TreeCache

2006-07-20 Thread [EMAIL PROTECTED]
Do you have any other JGroups applications running on your network, perhaps with a different JGroups version? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959678#3959678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Installation, Configuration & Deployment] - Re: Windows Explorer automatically pops up displaying C:\Pro

2006-07-20 Thread PeterJ
I assume that you used the installer jar file to install JBoss and that you installed into the Program Files directory. Correct? Did you set up JBoss as a service? Download the Autoruns utilities from Sysinternals http://www.sysinternals.com/Utilities/Autoruns.html and run the command line ve

[jboss-user] [JBossCache] - Re: JDBCCacheLoader

2006-07-20 Thread [EMAIL PROTECTED]
[url] http://fisheye.jboss.com/viewrep/~br=Branch_JBossCache_1_4_0/JBoss/JBossCache/etc/jdbcCacheLoader-service.xml [/url] Also packaged with the distributions in the /etc directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959677#3959677 Reply to the p

[jboss-user] [JBossCache] - Re: JBossCacheIDE 1.0 Released

2006-07-20 Thread gurkanerdogdu
Hi; In fact, I finished the development on JBoss Cache IDE 2.0 version that is fully compatible with the JBoss Cache 1.4.0. This new cache ide have lots of new functionality for example; cache editor with code completion, view statisitcs on the remote cache instance etc... This new release

[jboss-user] [Security & JAAS/JBoss] - Re: In valve getRemoteUser value returned as NULL always

2006-07-20 Thread twittemb
hello all ... i'm facing exactely the same problem. I've developed my own clustered sso mecanism. I have an SSO Valve that gets the Principal from a distributed authentication cache (handle by JGroups) and call the request.setUserPrincipal() in order to authenticate it. But when the request is

  1   2   3   >