[jboss-user] [Security JAAS/JBoss] - Re: JBoss 4.0.5.GA LdapLoginModule - terminology confusion

2007-09-28 Thread matteg
It's unfortunate no one was able to suggest using an undocumented version of LdapLoginModule - I found the LdapExtLoginModule by searching the jboss source code. Once I found that, a search of the wikis led me to the excellent posting http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapExtLoginModule

[jboss-user] [JBoss jBPM] - No using SeamVariableResolver inside seam

2007-09-28 Thread arussel
Hi, I have a seam application inside an ear in JBoss 4.0.5. I uses jbpm and everything works fine. Inside the ear I also have a MBean. I need this MBean to talk with the jbpm process. The error I get is the following: Caused by: java.lang.IllegalStateException: No application context active at

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2007-09-28 Thread dleerob
anonymous wrote : Where is the Tokens.html page you are referencing there? I haven't created that yet. The jbpm-console has a link from the image to the token, so I was going to do something similair. You can just remove that link, or create your own link to a servlet or something that you might

[jboss-user] [JBoss jBPM] - Re: [Process Designer-3.1.0] Transition text position not sa

2007-09-28 Thread dleerob
Thanks Koen. I have filed a JIRA issue: http://jira.jboss.com/jira/browse/GPD-169 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089569#4089569 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089569

[jboss-user] [JBoss Seam] - isNull not working for one-to-one relation

2007-09-28 Thread knuwu
When I try to create a criteria like the following: | Criteria c = ((SessionImpl) entityManager.getDelegate()) | .createCriteria(Person.class); | | pCriteria.add(Restrictions.isNull(location)); | where location is the attribute of an one-to-one relation, i don't get any hit in

[jboss-user] [JBoss Seam] - Re: Stored procedure call causes connection close

2007-09-28 Thread nickarls
Tried it on the hibernate forum but apparently my question is so trivial that it isn't even worth answering over there ;-) So, I return: How do you call stored functions in the db from an entitymanager with hibernate? If I get the delegate and from the session a connection and use normal call

[jboss-user] [JBoss jBPM] - Re: jBPM in Websphere 6.0

2007-09-28 Thread sparklehorse
I've tried the approach of deploying jbpm-console.war under websphere 6.1.0.3 (previously i've modify WEB-INF/classes/hibernate.cfg.xml changing the db driver for my needs) i've added hibernate jars which was a documented suggestion Then i get [9/28/07 8:52:39:493 CEST] 001e WebApp

[jboss-user] [JBoss Seam] - Question about SFSB

2007-09-28 Thread Stateless Bean
Hi, I'm wondering about beans... If I got page like adminPanel, and two sub pages: 1. create new user, 2. manage roles What is better. Create 2 SFSB for each sub page like ActionServlets, or One big SFSB for whole adminPanel. This is pure abstract example, I'm just wondering where is difference

[jboss-user] [JBoss Seam] - Change Database Connection at Runtime

2007-09-28 Thread bravefencer
Hello, I want to change the Database at Runtime. I start with an initial Database Connection and read some data from it. The data Contains the Connection Data to another Database, which i would Connect. But i Don't know how it works. I think i must change the Connection via Hibernate and

[jboss-user] [EJB 3.0] - How to filter EJB3.0 Relations ?

2007-09-28 Thread Neiti01
Hi, I developed an application which uses ejb3.0 entity beans and logical delete (= it uses a delete NUMBER(1) column to determine if a row is deleted or not). Is there any possibility to tell ejb that the returned collection of a method marked with @OneToMany should only contain entities

[jboss-user] [JBoss Seam] - Re: Stored procedure call causes connection close

2007-09-28 Thread knuwu
Hi nickarls Read chapter 11.3.2. Extended session and automatic versioning of Seam Reference Manual Version 1.2.1 GA. You can chance the flushMode of a session by calling: | Session s = (SessionImpl) entityManager.getDelegate(); | s.setFlushMode(FlushMode.NEVER); | This prevents seam

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBOSS startup on W2000 SP4 : getnameinfo entry point not fou

2007-09-28 Thread olvin
Hello, I have this message on Win2000 SP4 server on startup : The procedure entry point getnameinfo could not be located in the dynamic link library WS2_32.dll but I have no problem with my web application. I know that this is because this entry point was added on WinXP and Win2003. I have

[jboss-user] [JBossWS] - difference rpc webservice and ws webservice

2007-09-28 Thread Fantagir
Can any of you explain me the difference between rpc webservice and ws webservice? Or tell me any web that I can look up? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089608#4089608 Reply to the post :

[jboss-user] [JBoss Seam] - Re: rendering of UI component based on identity roles

2007-09-28 Thread stephen.friedrich
Phew - and again I am deep into the foreign land of JSF internals. Any idea what could have caused this? I see that in MyFaces ApplicationImpl.createValueBinding(String) is hardcoded to return an instance of org.apache.myfaces.el.ValueBindingImpl Is this already incorrect? Or should the

[jboss-user] [JBoss Portal] - Re: Is this a JBP 2.6.1 bug? (403 Error From Dashboard Link)

2007-09-28 Thread NM-156
That is exactly what I am researching now. If I use form based authentication to the portal, everything works fine because IdentityLoginModule AND my custom JAAS LoginModule are activated. But now, I am trying to implement a Tomcat valve so that I will be able to bypass the portal login form

[jboss-user] [JBossWS] - Re: Problem with inheritance and JBossWS

2007-09-28 Thread [EMAIL PROTECTED]
Hi mrokka, I encourage you to investigate this further. Please work with our testsuite and bring your usecase into it. If you find a solution that you can contribute - even better. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089701#4089701 Reply to the

[jboss-user] [EJB 3.0] - Re: Inheritence and EJBQL

2007-09-28 Thread tynor
Thanks Wolfgang, that's very helpful! I don't see anything obviously different in your code vs. mine, but knowing that this works for you, I'll now start getting serious about finding my error. I'll report back to the thread when I fix it. Thanks again, Steve View the original post :

[jboss-user] [JBoss Seam] - Re: core:resource-bundle and how to use it

2007-09-28 Thread iakneissl
I found the JIRA JBSEAM-1045 and perhaps it's a solution for my problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089698#4089698 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089698

[jboss-user] [JBoss Seam] - Maven, Seam, TestNG - IntegrationTests

2007-09-28 Thread motte79
what libraries are needed to get the integrationtest running ? I added all jars contained in 'lib' of the current cvs into test of my parent-project. this did not work ... thats my testcase | public class BarInputManagerTest | extends SeamTest | { | | @Test |

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-09-28 Thread djfjboss
Thanks - you beat me to it - I was just about to reply to Jacob to say that, although I thought I had put a description in pages.xml, on closer inspection (!) I realized I hadn't - when I did put them in I get to see the conversations. In my defence, this seems to be very fragile behaviour but

[jboss-user] [JBossWS] - Re: Ant doesn 't Recognize WSConsumeTask

2007-09-28 Thread ebonnett
Hmm, looks like my script got stripped from the previous message. Let me try that again... | | path id=jbossws.classpath | fileset dir=C:/jboss-4.2.1.GA/client | include name=**/*.jar/ | /fileset | fileset dir=C:/jboss-4.2.1.GA/lib |

[jboss-user] [JBoss Portal] - Re: Is this a JBP 2.6.1 bug? (403 Error From Dashboard Link)

2007-09-28 Thread gspillman
After trying your procedure, it does seem to suggest that the JaasLounge NtlmLoginModule is the culprit. Now the question becomes what is the Dashboard looking for that JAAS login modules are suppose to provide, but NtlmLoginModule does not? View the original post :

[jboss-user] [JBoss jBPM] - Re: cypted password in database

2007-09-28 Thread fady.matar
You can override this functionality by replicating the add user action, you can do it using the normal JSF approach or by creating your own tag to make this functionality happen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089658#4089658 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: HA-JMS

2007-09-28 Thread ratrask
Just to clarify here are some snipits of a log that show the problem. Install 2 virgin copies of Jboss on separate nodes. Then bring up the first node with the all configuration (run.bat ?c all). Note that is elected the Master 2007-09-24 06:48:09,718 DEBUG

[jboss-user] [JBoss Seam] - Re: h:commandButton not working on RichFaces tab

2007-09-28 Thread [EMAIL PROTECTED]
You'll need to read a good JSF book/tutorial to find out all about the JSF lifecycle. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089647#4089647 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089647

[jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is

2007-09-28 Thread [EMAIL PROTECTED]
As Damian says. Unfortunately the content assist on JSF tags is also broken on a Mac as its tied to the visual editor in some way. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089624#4089624 Reply to the post :

[jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is

2007-09-28 Thread damianharvey
Both. But IMO they're a waste of time anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089610#4089610 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089610 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Stored procedure call causes connection close

2007-09-28 Thread nickarls
I'm already in a manual-flush-mode conversation. And I've tried all of | getConversation().changeFlushMode(FlushModeType.MANUAL); | and | sessio.setFlushMode(FlushMode.MANUAL); | and | sessio.setFlushMode(FlushMode.NEVER); | but it still insists on closing: |

[jboss-user] [JBoss Seam] - Re: Problem using seam example in websphere 6.1

2007-09-28 Thread antoni.jakubiak
I have the same problem to. Do you find solutions? Antoni Jakubiak View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089599#4089599 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089599

[jboss-user] [JBoss Messaging] - Re: jms message sent to another cluster picked before transa

2007-09-28 Thread timfox
navjeetc wrote : Tim, | | In that case is there any point in trying with JBoss messaging 1.4.0 CR3 as suggested earlier or not? No. This is just normal JTA behaviour, not a JBM bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089592#4089592 Reply to

[jboss-user] [JBoss AOP] - Please add missing artifactories to the JBoss maven reposito

2007-09-28 Thread afloom
I've noted that the JBoss maven repository is missing some aop artifactories. For the the 1.5.x range, only the 1.5.0.GA version exists for instance. I guess this is more a question for the JBoss staff and not the users, but I know there are some active JBoss people here at the forum. Also, I

[jboss-user] [JBoss Seam] - Re: Stored procedure call causes connection close

2007-09-28 Thread knuwu
Ups! The mentioned chapter is in Hibernate reference documentation version 3.2.0 GA which is used in seam 1.2.1. There is even a better way if you are working with annotations. See chapter 22.4. Annotations for context demarcation (Seam ref doc 1.2.1 - really ;-)) Just annotate the methode

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-09-28 Thread gus888
Hi Jacob, Thank you very much for your quick reply. I am still confused about the long-running conversation. You means that, if I start a long-running conversation SFSB, I cannot start another long-running conversation SFSB unless I @End the first one or @Begin(nested=true) to start a nested

[jboss-user] [JBoss jBPM] - JBPM Deployment Process SQL error

2007-09-28 Thread Olivier.ch
Hello, I am workin with JBPM 3.2 and mysql 4.1 My schena of database is created by JBPM's script I did not change the JBPM script or database. I am tying to deploy my process with ant script : | target name=deploy.process depends=jarizer | taskdef name=deployprocess

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-28 Thread magoicochea
I someone would tell me which of the examples is the one that is layered I would appreciate it a lot, I downloaded a couple of them, but they were made like the ones on the tutorial. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089713#4089713 Reply to the

[jboss-user] [JBoss Seam] - Re: core:resource-bundle and how to use it

2007-09-28 Thread iakneissl
Sounds fine, thank you. I tried several ways: e.g. factory name=msg auto-create=true value=#{messages} / factory name=msg auto-create=true value=#{org.jboss.seam.core.messages} / Is it the correct way? Is it also possible with: core:resource-bundle bundle-names=msg core:bundle-names

[jboss-user] [JBoss Seam] - Re: Business process injection doesn't work in a Seam compon

2007-09-28 Thread chawax
I solved my problem ! In fact my Seam component with action methods was both a JBPM listener and JSF listener. It had methods with @StartTask end @EndTask annotations, that were called from a JSF page. I finally thought that it was not a good architecture choice, so I splitted my Seam component

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-09-28 Thread arunprasathav
Please send me your war file to [EMAIL PROTECTED] thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089672#4089672 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089672 ___

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-09-28 Thread arunprasathav
Can you please give me the war file of your sample app? Because, I tried , but i couldn't find what mistake i have done. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089671#4089671 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Mapping a URL to a local store

2007-09-28 Thread PeterJ
Two possibilities. 1) If you want to serve only static content (no servlets or JSPs, only images, documents, files), you can set up an external directory. See http://wiki.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories 2) If you need the ability to run dynamic contents (JSPs, EJBs, ect), then

[jboss-user] [JBoss Seam] - SeamFilter, NTLM and

2007-09-28 Thread ancica1234
Hi everyone, I am using ajax4jsf 1.1.1, seam 1.2.1 and jcifs1.2.17.jar with NtlmHttpFilter for single sign on capability. I was getting the famous Stack must not be null error : ERROR [ExceptionFilter] uncaught exception javax.servlet.ServletException: Stack must not be null at

[jboss-user] [EJB 3.0] - Can't load @Service in JBoss 4.2.1

2007-09-28 Thread oskar.carlstedt
Hello! I asked this question in an earlier thread (http://www.jboss.com/index.html?module=bbop=viewtopict=119784), but it is another topic so a new thread i better. So, the problem is when I deploy a simple POJO annotated @Service inside an ear-file. My implementation is as follows:

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-09-28 Thread trickyvail
I agree that a short sentence describing this requirement added to the documentation at 6.7.3 would be helpful to people using the conversationList or switcher. You may also be able to set the conversation description programatically. Something like this I think:((Conversation)

[jboss-user] [JBoss Seam] - Why cannot I run more than one concurrent conversation SFSB

2007-09-28 Thread gus888
Hi all, I am very frustrated by my conversation problem. I don't know where is wrong in my project settings. It seems that my environment only allows one conversation exist concurrently. For example, after I click @Begin to create a conversation SFSB, then when I try to click @Begin to start

[jboss-user] [JBoss Seam] - Facelets 1.1.14 released (I think)

2007-09-28 Thread IGx89
There's a 1.1.14 versino of Facelets, dated September 27th, available in Java.net's Maven repository, though it's not listed on the Facelets site. There's no changelog either, though browsing through their issue tracker it appears that the fix for the nested ui:insert/ problem people here have

[jboss-user] [JBoss Seam] - Re: Complex EL Expressions in JPDL decisions aren't being ev

2007-09-28 Thread chawax
This has not been filed in JIRA, so I did it : http://jira.jboss.com/jira/browse/JBSEAM-1994 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089697#4089697 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089697

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-09-28 Thread trickyvail
In order for the conversationList to display your conversations they must have descriptions set in pages.xml. Please refer to this post: http://www.jboss.com/index.html?module=bbop=viewtopicp=4049848#4049848 View the original post :

[jboss-user] [JBoss Seam] - Re: h:commandButton not working on RichFaces tab

2007-09-28 Thread szaccaria
Hi Pete and Damatrix, I 've the same problem of Damatric... where I must looking for? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089748#4089748 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089748

[jboss-user] [JBossCache] - Problem with ShutdownHook

2007-09-28 Thread lembrand
Hi. I found possible problem in class org.jboss.cache.CacheImpl.java in method internalStart() at line ~820: Runtime.getRuntime().addShutdownHook(shutdownHook); It works perfectly in stand-alone environment, but in MBeanServer it may cause problems. MBean server has internal life-cycle

[jboss-user] [JBoss Seam] - Re: Maven, Seam, TestNG - IntegrationTests

2007-09-28 Thread [EMAIL PROTECTED]
I don't know how to best set this up in a maven project, but as I just added to the seam-gen src/test/readme.txt file you need to make sure your test classpath looks like this lib/test/jboss-embedded-all.jar lib/test/hibernate-all.jar lib/test/thirdparty-all.jar lib/test/jboss-deployers.jar

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Not identify network printer when JBoss start as windows

2007-09-28 Thread PeterJ
Login with the account the service is running in, and enter the commands by hand. If that will not work, it will not work from the service. If it does work, it should work from the service, because things like this should depend only on the account permissions. Also, check your syntax, I think

[jboss-user] [JBoss Seam] - Re: Seam2 CR1 - javax.faces.FacesException: #{identity.login

2007-09-28 Thread seamdev
Just wanted to mention that this app worked fine on same WLS cluster before upgrading to Seam 2 CR1. It was using seam 1.2.1 GA earlier. I am not sure this is a WLS issue or seam issue. I am also working with BEA support on this. However, it will be great if someone can give insight on what

[jboss-user] [JBossWS] - Re: Ant doesn 't Recognize WSConsumeTask

2007-09-28 Thread ebonnett
No, I hadn't included that. Thanks! That definitely got me farther along. But, now I'm seeing a NoClassDefFoundError on WSConsume. It looks like this class is also in jbossws-spi.jar. So, WTF? I tried building a classpath that includes just about everything related to JBoss and JBossWS and got

[jboss-user] [JBoss Seam] - Re: Security: Better support for single sign on?!

2007-09-28 Thread bsmithjj
[EMAIL PROTECTED] wrote : You could probably define a navigation rule in pages.xml for your login page that uses isLoggedIn(true) to attempt an authentication and if successful redirect to another page without displaying the login page. You may need to extend Identity (or RuleBasedIdentity)

[jboss-user] [JBoss Seam] - Framework and EJB3 bugs

2007-09-28 Thread supernovasoftware.com
Looks like EJB3 team finally took notice of these and plans on getting them into the 4.2.2 release. Thanks for the help motivating them Pete. http://www.jboss.com/index.html?module=bbop=viewtopict=119281 View the original post :

[jboss-user] [Beginners Corner] - how to include external jars in jbpm

2007-09-28 Thread amybasu
hi all, I want to include an external jar(Axis 1.0) in my jbpm implementation. When I create the process definition in eclipse, i have included ithe Axis 1.0 jars in my project build path, where else do I need to include it, for jbpm to access it in the run time. thanks, Amy View the original

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

2007-09-28 Thread ancica1234
http://www.jboss.com/index.html?module=bbop=viewtopicp=4089753#4089753 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089754#4089754 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089754

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-09-28 Thread NM-156
Just a clarification for you - struts-blank.war comes with your struts download. You will find it in the webapps directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089719#4089719 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Facelets 1.1.14 released (I think)

2007-09-28 Thread amitev
Actually 1.1.13 is released. 1.1.14 is a draft View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089769#4089769 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089769 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Complex EL Expressions in JPDL decisions aren't being ev

2007-09-28 Thread chawax
It looks like the problem is not limited to JPDL conditions ... The following EL expression is used in a task description : task name=Validation d'un des responsables finals description=[Validation RP] #{infosDemandeur} (#{datesDemandeAbsence}) It used to work with Seam 2.0.0.BETA1. But with

[jboss-user] [JBoss jBPM] - Where can i find documentation for the jpdl

2007-09-28 Thread dingo001
such as allowed attributes? Is there an xsd or dtd for jpdl somewhere? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089763#4089763 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089763

[jboss-user] [JBossWS] - Provider com.sun.xml.ws.spi.ProviderImpl not found

2007-09-28 Thread Fantagir
Hi! I have a simple client of a web service implemented in java using eclipse with a plugging for JBossWS. In this client I use the library javax.xml.ws.* But when I run it the next problem appears: javax.xml.ws.WebServiceException: Provider com.sun.xml.ws.spi.ProviderImpl not found I put the

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-09-28 Thread jacob.orshalick
This is correct behavior since if you are in a long-running conversation, you can only join that conversation or nest another conversation. Nesting may be a good option if you want to have the potential for multiple conversations within the parent conversation. If nesting is not appropriate,

[jboss-user] [Clustering/JBoss] - Re: Out of the box cluster problem

2007-09-28 Thread tim.shaw
Working ... once sysadmin managed to climb out of bed and remember he'd disabled something in the ip tables! Thanks for the pointer tho' - the test programs are a boon, and i will (no doubt) be using them again. View the original post :

[jboss-user] [Security JAAS/JBoss] - JBoss 4.0.5: [JAASRealm] No ClassLoaders found for: ...

2007-09-28 Thread tfromm
Hi, I've got a problem in configuring a JAAS LoginModule inside a .war. In Tomcat standalone I have configured the realm inside context.xml like this working example: | Realm | className=org.apache.catalina.realm.JAASRealm | appName=PortalRealm |

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-09-28 Thread gus888
Thank you very much, Jacob. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089761#4089761 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089761 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: HA-JMS

2007-09-28 Thread [EMAIL PROTECTED]
anonymous wrote : 2007-09-24 07:37:55,512 INFO [org.jboss.ha.framework.interfaces.HAPartition.lifecycle.DefaultPartition] New cluster view for partition DefaultPartition (id: 1, delta: 1) : [127.0.0.1:1099, 127.0.0.1:1099] Something is strange with your environment; both members of the view

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

2007-09-28 Thread [EMAIL PROTECTED]
For the second issue (JBSEAM-1916) you should do something like this @Name(mdrCases) | public class MdrCasesQuery extends EntityQuery { | |private boolean allCases; | |public void executeSearch() { | String ejbql = from MdrCase c.concat(allCases? : where

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Mapping a URL to a local store

2007-09-28 Thread yj4jboss
Hi all, I am using jboss 4.0.5 and need to provide a repository where all my files are uploaded. For example C:/myrepo/. From my web application, i need to display images contained in this repo. How can i map a url from within my web app context so that this link is correctly mapped onto

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-09-28 Thread gus888
Hi Jacob, This time I got a little clear, but I still don't know how to use it in my following code. In my previous studyList, the more codes like this: (I think this is typical search bean)@Stateful | @Scope(CONVERSATION) | @Name(studyList) | public class StudyListAction implements

[jboss-user] [EJB/JBoss] - transaction problem

2007-09-28 Thread Sukar1205
I am testing a session bean class. and when I run my client .. I keep getting this exception | xception in thread main javax.ejb.EJBTransactionRolledbackException: EntityManager must be access within a transaction | at

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Closing a result set you left open!, MySQL

2007-09-28 Thread MarcusDidiusFalco
Hi, I am just beginning to experiment with JPA. I have jboss-4.2.1.GA and MySQL 5.0.45 community installed and I am using mysql-connector-java-5.0.6 as JDBC driver. With @Stateless | public class TestBean implements TestRemote { | | @PersistenceContext(unitName=ejbbuch)

[jboss-user] [JBoss Seam] - Re: Small Seam code optimization suggestion

2007-09-28 Thread ylazzari
So, do you guys still disagree with my second suggestion or can I create a separate JIRA issue for that? I'll copy the class on change the code on my side if you don't but before doing so I wanted to know if you were going to do that on your end. Thanks. View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem with the decision making node

2007-09-28 Thread tellierj
use a DecisionHandler and just return Yes or No View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089664#4089664 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089664 ___ jboss-user

[jboss-user] [JBoss jBPM] - Problem with the decision making node

2007-09-28 Thread ashusri000
Hi All , I am a new user to the jBPM tool and quite in a fix with it . I am trying a simple process as this : | START | | | Set Check Account Type |

[jboss-user] [JBoss Seam] - Re: Multiple role privelege with s:hasRole

2007-09-28 Thread stephen.friedrich
#{s:hasRole('admin') or s:hasRole('admin'} ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089659#4089659 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089659 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Multiple role privelege with s:hasRole

2007-09-28 Thread stephen.friedrich
Oops, second admin should be manager, of course. Or did I misunderstand your question? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089661#4089661 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089661

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-09-28 Thread shilpak
Hi, I am using jboss portal 2.6.0 bundle version. I made the changes in jboss-service.xml to use ldap server as storage. And in login-config.xml I uncommented SynchronizingLoginModule module. So i will be using SynchronizingLoginModule and IdentityLoginModule for authentication. I

[jboss-user] [JBossCache] - JBoss Cache 1.4.1.SP5 released!

2007-09-28 Thread [EMAIL PROTECTED]
JBoss Cache 1.4.1.SP5 was released yesterday. See details of the release on the JBoss Cache blog. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089656#4089656 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089656

[jboss-user] [Security JAAS/JBoss] - Re: problem creating a new tomcat authentication method

2007-09-28 Thread antoniofer
I think we're talking about different topics. Let me explain a bit more... A LoginModule seems to manage user identity and credentials once collected, but doesn't allow to control how you collect them. This is what we want to control and so we need to create a new Tomcat Authenticator (You know

[jboss-user] [JBoss Messaging] - Re: Receiving IllegalStateExceptions in client

2007-09-28 Thread Craig2007
timfox wrote : I've just been informed by the remoting team that the attributes need isParam=true to ensure they're passed to the client side. Hi Everybody ... We also got the same exception .We are using JBoss 1.0.1.GA (Prod Environment -not possible to upgrade to latest JBM). There are

[jboss-user] [JBoss Seam] - Re: Unable to bootstrap testNG...

2007-09-28 Thread joeyxxx
anybody? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089756#4089756 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089756 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: SeamFilter, NTLM and

2007-09-28 Thread ancica1234
I forgot to add that the exception happens after session times out and after I reload the page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089774#4089774 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089774

[jboss-user] [JBoss Seam] - Re: Facelets 1.1.14 released (I think)

2007-09-28 Thread IGx89
Then why is 1.1.13 dated (both in the repository and the file dates in the download from the official site) June 16th, while 1.1.14 is dated September 27th? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089773#4089773 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-09-28 Thread NM-156
Check out section 2.2 here. http://www.coreservlets.com/Apache-Struts-Tutorial/Installing-Struts.html struts-blank.war is the sample you seek. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089717#4089717 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Navigating between portal instances

2007-09-28 Thread [EMAIL PROTECTED]
Ooops, found it in the docs today. Url should be like: /portal/portal/NAME ~Matt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089752#4089752 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089752

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-09-28 Thread jacob.orshalick
No, you would not want to do something like that. I think looking at an example might help... Take a look at the seam-booking example that ships with Seam. Review main.xhtml and book.xhtml as well as the actions they use to see how conversations are started and ended. Then look at the

[jboss-user] [JBoss jBPM] - Re: Where can i find documentation for the jpdl

2007-09-28 Thread kukeltje
Even if you have not visited the jbpm project site (which clearly has links to docs which contain references to attributres) google is always your friend.. http://www.google.nl/search?q=jbpm+docsie=utf-8oe=utf-8aq=trls=org.mozilla:nl:officialclient=firefox-a

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-28 Thread Grandfatha
There is a not so trivial example delivered in Seam 2 CR1 called wiki under the examples folder in your seam distribution. I think you can learn a lot from that beast. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089794#4089794 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-28 Thread magoicochea
That's great I'll check it later at home. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089797#4089797 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089797 ___

[jboss-user] [JBoss Getting Started Documentation] - installing jBoss

2007-09-28 Thread LordALMMa
Hy everyone. I used to have Apache Tomcat but I wanna try JBoss for my new app. How can I install it? I have downloaded and unzipped it under C:\jboss-4.2.0\ but when i try to run the service is says that service started and stopped. this might happen to some services that are not in use. (I

[jboss-user] [JBoss Seam] - Re: h:commandButton not working on RichFaces tab

2007-09-28 Thread szaccaria
I solved in my code, I think that the problem is in the tabPanel switchType=ajax, if I use the switchType=client it make do! I suppose that the problem be the ajax switch I hope help you Damatrix. Ciao View the original post :

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2007-09-28 Thread Fantagir
Hi! I have the same problem of M.Schumpa but I don't have the jaxws-rt and jaxws-tools. What can I do? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089704#4089704 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089704

[jboss-user] [JBoss Seam] - Re: Security: Better support for single sign on?!

2007-09-28 Thread stephen.friedrich
Brad, thanks for spotting that. No particular reason other than I have been through quite some trial and error until I arrived at this code. I'll switch completely to Identity.instance(). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089694#4089694 Reply to

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

2007-09-28 Thread [EMAIL PROTECTED]
Added javadoc to Query and EntityQuery making the contract of refresh explicit. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089741#4089741 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089741

[jboss-user] [JBoss jBPM] - Re: named catch branch on scope throws exception

2007-09-28 Thread meghanai_99
My mistake :p The fault name attribute is supposed to be 'QName'. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089788#4089788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089788

[jboss-user] [Beginner's Corner]Session Scope - War Only?

2007-09-28 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings. Due to a recent requirement change for the (growing) project I am on, I am splitting the single WAR into Mutiple WARs. All WARs are still inside the same EAR file. I was stunned to find that the scope of the Session object was limited to

[jboss-user] [JBoss Seam] - Re: h:commandButton not working on RichFaces tab

2007-09-28 Thread szaccaria
Other person have the same problem... http://www.jboss.com/index.html?module=bbop=viewtopict=119233postdays=0postorder=ascstart=0 http://www.jboss.com/index.html?module=bbop=viewtopict=119558 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089787#4089787 Reply

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-09-28 Thread NM-156
Your classes may not be packaged inside of your .war file correctly. You might want to make sure that your sample Struts app can be deployed correctly to the AS as a simple web application first. After you can deploy it successfully as a normal web application, then try adding the portlet

[jboss-user] [JBoss Getting Started Documentation] - Re: installing jBoss

2007-09-28 Thread PeterJ
To run, and see if it is working: 1) Open a command prompt 2) enter: cd C:\jboss-4.2.0\bin (or possibly cd C:\jboss-4.2.0\jboss-4.2.0.GA\bin) 3) enter: run 4) Open a browser, point it at http://localhost:8080 and you will get the home page. View the original post :

  1   2   3   >