[jboss-user] [JNDI/Naming/Network] - Re: jndi connecting problem

2008-02-17 Thread SunSpider
No, client doesn't have org.jnp.server.* package. this class should be downloaded from server dynamically during invocation. I bind jboss to 0.0.0.0 interface, the servlet problem seems solved. but I get another XPath problem. I can evaluate xpath standalone, but can't in the container

[jboss-user] [JBossWS] - Illegal XPath expression?

2008-02-17 Thread SunSpider
when suppling XPath expressions to subscription filter, following org.jboss.test.ws.jaxws.wseventing.EventingSupport sample code, some legal expressions are not allowed? I don't understand. FilterType filter = new FilterType();

[jboss-user] [JBoss Portal] - When user dashboard is created ?

2008-02-17 Thread ameo
Hello, I would like to know when a user dashboard is created ? I want to customize the theme of user dashboard depending on a role and some other user items. I don't want that the user customize his dashboard. I want to do all the cusomization automatically. I know that I can customize the

[jboss-user] [JBossWS] - Re: Illegal XPath expression?

2008-02-17 Thread SunSpider
after checking source code, org.jboss.ws.extensions.eventing.mgmt.SubscriptionManager supports one single expression. so I combined them into one using or. filter.getContent().add(/ns3:ticketsOperationResponse/ns2:ticketsOut/totalPrice0 or

[jboss-user] [JNDI/Naming/Network] - Re: jndi connecting problem

2008-02-17 Thread SunSpider
The first one is RMI codebase problem, but I haven't solved it. second one is OK now, I combined the two XPath into one, with or. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129885#4129885 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: JNDI looking up problem from servlet container

2008-02-17 Thread jaikiran
Looks like you have specified an incorrect jndi-name for the lookup string (Actually i am surprised as to how it worked with the test client using java:Hello jndi-name, since the java: is not available to remote clients). Follow the steps below to figure out what the jndi-name of the bean is

[jboss-user] [JBoss Seam] - Seam Tomcat Deployment: EJB beans contained in non-applicati

2008-02-17 Thread Nikolay.Chorniy
Hi everyone! I have a problem in project deployment. For technical requirements of Seam 1.2.1 GA based project I develop, Tomcat deployment with EJB3 enabled is used. The result war file structure looks like this: application.war | - WEB-INF | | | -components.xml |

[jboss-user] [JBossWS] - Re: WS-Security Newbie Question...

2008-02-17 Thread shashankjain
Hi, Is there anyway we can enable and disable WS Security during runtime. Since it is configured as an annotation how we can change it during runtime without changing the code and redeploying. Regards Shashank View the original post :

[jboss-user] [JNDI/Naming/Network] - JNDI looking up problem from servlet container

2008-02-17 Thread kmalinow
Hi, I made a very simple session bean which has only one for testing purposes business method 'saying': public String saying(String name) throws EJBException { | // rename and start putting your business logic here | return Have a nice day + name; | }

[jboss-user] [JNDI/Naming/Network] - Re: jndi connecting problem

2008-02-17 Thread SunSpider
I opened server firewall port 8083,1099,1098 and some more. I used ethereal to capture the socket syn packets. but I find my client freezed! I've no idea. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129895#4129895 Reply to the post :

[jboss-user] [JBoss Portal] - Using JBoss Portal and CAS to implement SSO for external app

2008-02-17 Thread Andergast
Greetings, I have setup JBoss Portal and CAS to authenticate against my LDAP system and everything is working well. Now I tried to integrate an external J2EE application running in a separate tomcat using the IFramePortlet from Portletswap. This application authenticates against the CAS using

[jboss-user] [JBoss Portal] - JBoss Portal 2.6.4 + JBoss Portlet Container 2.0 Beta 1 + JB

2008-02-17 Thread [EMAIL PROTECTED]
We released those three products for JBoss World: - JBoss Portal 2.6.4 : maintenance release of portal http://labs.jboss.com/jbossportal/download/index.html - JBoss Portlet Container 2.0 Beta 1 : first beta of our new standalone portlet container product

[jboss-user] [EJB 3.0] - Re: EntityManager is null

2008-02-17 Thread kgreene
When I tried the below, the dao object is null and I cannot call methods on it. InitialContext ctx = new InitialContext(); VPInfoDAOLocal dao = (VPInfoDAOLocal) ctx.lookup(VPInfoDB/VpInfoDAOBean/local); View the original post :

[jboss-user] [EJB 3.0] - entitymanager flush is not flushing

2008-02-17 Thread kgreene
Hi, I'm new to jboss and ejb. I am trying to have the EntityManager update the database immediately versus waiting until the code completes. I tried using flush, but the database does not get updated until after the code completes. Any ideas? Watcher.java @Stateless @Clustered public

[jboss-user] [JBoss Seam] - Re: Is it possible to handle Bean Managed Transactions in s

2008-02-17 Thread [EMAIL PROTECTED]
http://docs.jboss.org/seam/2.0.1.GA/reference/en/html/persistence.html#d0e5850 is up to date and correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129920#4129920 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129920

[jboss-user] [JBoss Seam] - Re: Long Running Web Call

2008-02-17 Thread [EMAIL PROTECTED]
Yes. But replace MDB/JMS with an @Asynchronous and a page reload with an ajax poll. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129921#4129921 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129921

[jboss-user] [JBoss Seam] - Re: Problems to Run SeamTest with SQLServer

2008-02-17 Thread [EMAIL PROTECTED]
Why an earth are you trying to alter the default data source for jboss? Just use a different datasource for your app. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129923#4129923 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Threads and @In JbpmContext

2008-02-17 Thread [EMAIL PROTECTED]
Post the jpdl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129924#4129924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129924 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Pageflow event type=

2008-02-17 Thread [EMAIL PROTECTED]
File a bug in JIRA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129925#4129925 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129925 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: EntityHome as base of all DAO classes

2008-02-17 Thread [EMAIL PROTECTED]
Yes it is Pros - you have CRUD methods available to you. You can define simple ones in components.xml or extension for complex ones. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129926#4129926 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Stateless EJB cant be invoked by POJO

2008-02-17 Thread [EMAIL PROTECTED]
Seam doesn't support injection by @EJB - and as you aren't declaring you bean an EJB3, you won't get the container to inject it either. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129927#4129927 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Bug? Outjected boolean changes value mid-template

2008-02-17 Thread [EMAIL PROTECTED]
tomstrummer wrote : I understand that I can't keep state in my SLSB, but I thought the point was that you could biject stateful values into your SLSBs. See http://books.google.com/books?id=h1madTvupB8Cpg=PA162vq=listing+6-2sig=gedSD8Cnzsm8Oj-tDxPWs7pmvkk Yes, correct. You explicitly set the

[jboss-user] [JBoss Seam] - Re: Validation Documentation Incomplete

2008-02-17 Thread [EMAIL PROTECTED]
File a JIRA, we can link to the validator docs in the manual I guess. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129919#4129919 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129919

[jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION

2008-02-17 Thread [EMAIL PROTECTED]
Dan, we outline why the session scope is a problem in the docs intro and every presentation we do :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129918#4129918 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129918

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

2008-02-17 Thread [EMAIL PROTECTED]
So, update your namepsaces. Use seam-gen to set up a correct project and compare it to your current one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129917#4129917 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129917

[jboss-user] [JBoss Seam] - Re: CONTEXTS MISSING DEPENDENCIES with SeamTest

2008-02-17 Thread [EMAIL PROTECTED]
What tag? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129915#4129915 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129915 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Validator causes InvocationTargetException

2008-02-17 Thread [EMAIL PROTECTED]
We need to see the stack trace - you may need to use a debugger to get that, or turn up logging. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129922#4129922 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129922

[jboss-user] [JBoss Seam] - Re: Configuring non-ssl connection to smtp server

2008-02-17 Thread [EMAIL PROTECTED]
There is also a ssl option ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129916#4129916 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129916 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-17 Thread [EMAIL PROTECTED]
To get the transaction do Transactions.instance() - you need to ask on e.g. an EJB3 forum about how to control transactions inside a CMT. You need to ask on the hibernate forum about why .flush() doesn't commit the transaction if you are curious. View the original post :

[jboss-user] [JBoss Seam] - Re: Injection of non-Entity bean failing

2008-02-17 Thread [EMAIL PROTECTED]
Should work. I don't really understand how you are examinging the values in the handler? What handler? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129932#4129932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129932

[jboss-user] [JBoss Seam] - Re: Annotation Interception Question

2008-02-17 Thread [EMAIL PROTECTED]
1) Its classlevel only - we have an ancient open issue for this, but with Web Beans on the way, I don't think this will see light before then. Your approach is the best workaround I know of. 2) You should be able inject other components using Component.getInstance/Contexts lookup. What is the

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-17 Thread tynor
I posted a solution on the new forum: Transactions.instance().commit(); | Transactions.instance().begin(); This works, but I am not confident that this is considered clean and proper. Posting to the EJB3 forum doesnt seem appropriate given that these are seam managed transactions and my

[jboss-user] [JBoss Seam] - Re: Proposed solution for lost faces messages after navigati

2008-02-17 Thread [EMAIL PROTECTED]
Yes, what you want work ootb. What you have done seems quite reasonable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129940#4129940 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129940

[jboss-user] [JBoss Seam] - Re: Outjected variables flawed.

2008-02-17 Thread [EMAIL PROTECTED]
Of course @Out doesn't cause @Create not to run. You have some other problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129938#4129938 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129938

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: (Please Reply)Facing problem while deploying servicemix

2008-02-17 Thread puneetjain
Please reply to this problem. I am stuck with problem from long time. Thanks, Puneet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129941#4129941 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129941

[jboss-user] [JBoss Seam] - Re: serializing access to resource

2008-02-17 Thread [EMAIL PROTECTED]
Ask on EJB3 forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129933#4129933 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129933 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Is @BypassInterceptors going to be removed for Validator

2008-02-17 Thread [EMAIL PROTECTED]
As we discussed no - as JSF controls the lifecycle, not us. Actually, Max Ross and I talked about this after you asked about it - of course, you can unit test this stuff, you just have to be careful about not calling Component.getInstance in your unit test - move out your validation logic

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-17 Thread [EMAIL PROTECTED]
Dustismo - yes, known problem - please open a JIRA for this as it is possible to fix IIRC View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129934#4129934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129934

[jboss-user] [JBoss Seam] - Re: NPE with migration to Seam 2.0.1- JBoss 4.2.2

2008-02-17 Thread [EMAIL PROTECTED]
But inconsistent with JSF converter names. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129935#4129935 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129935 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null

2008-02-17 Thread [EMAIL PROTECTED]
Nothing to do with Seam - ask on the hibernate or ejb3 forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129947#4129947 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129947

[jboss-user] [JBoss Seam] - Re: QueueSession is null when scheduler runs

2008-02-17 Thread [EMAIL PROTECTED]
surely you need @In(create=true) on those? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129948#4129948 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129948 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: s:decorate question

2008-02-17 Thread [EMAIL PROTECTED]
No they can't. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129950#4129950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129950 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: problem with https : tries to display the page and event

2008-02-17 Thread [EMAIL PROTECTED]
Don't think this is anything to do with Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129953#4129953 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129953 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: EntityManager not injected in onMessage method

2008-02-17 Thread [EMAIL PROTECTED]
You need to apply the Seam interceptors to your invocation properly - this would normally be done by making your Seam component an MDB. Otherwise, you need to make JMS call a proxy or something and set up Seam contexts and interception. View the original post :

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-17 Thread [EMAIL PROTECTED]
Thats just fine. They are seam managed but backed by JTA CMT which are EJB3 provided. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129949#4129949 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129949

[jboss-user] [JBoss Seam] - Re: ScopeType.PAGE question

2008-02-17 Thread [EMAIL PROTECTED]
Depends on if the jsf state is serialized to the client - if so no, otherwise, to the session. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129945#4129945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129945

[jboss-user] [JBoss Seam] - Re: seam-gen problem with generate-ui and repeated types

2008-02-17 Thread [EMAIL PROTECTED]
Yes, known issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129957#4129957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129957 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Validation patter - Invalid State

2008-02-17 Thread [EMAIL PROTECTED]
Yes s:validateAll only adds the hibernate validator if there is no other validator specified. Also nest s:validate and it will work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129958#4129958 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:decorate question

2008-02-17 Thread [EMAIL PROTECTED]
Can should be s:button so it doesn't submit the form. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129951#4129951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129951 ___

[jboss-user] [JBoss Messaging] - Re: JBoss messaging for non JAVA applications?

2008-02-17 Thread timfox
JBM currently only supports Java clients natively. Non Java native client support is scheduled sometime after 2.0. You may be able to use StompConnect though in the mean time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129963#4129963 Reply to the post :

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2008-02-17 Thread [EMAIL PROTECTED]
no. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129964#4129964 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129964 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Messaging] - Re: Tomcat and JBoss messaging

2008-02-17 Thread timfox
Just use the standard JCA JMS resource adaptor - this is available in the same VM: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJMSRA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129965#4129965 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Saving e-mails generated by Seam

2008-02-17 Thread [EMAIL PROTECTED]
You would need to configure javamail to write to a output stream. If this is possible, then yes, and we can write a hook into Seam. File a feature request in JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129962#4129962 Reply to the post :

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

2008-02-17 Thread [EMAIL PROTECTED]
Override equals on the entity. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129967#4129967 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129967 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Correct way to start conversation

2008-02-17 Thread [EMAIL PROTECTED]
Put propagation=begin on the s:link or begin-conversation on the navigation in pages.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129956#4129956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129956

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-02-17 Thread [EMAIL PROTECTED]
RTFM #{messages['org.jboss.seam.loginSuccessful']} View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129968#4129968 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129968 ___

[jboss-user] [JBoss Seam] - Re: Exception handling with interceptors

2008-02-17 Thread [EMAIL PROTECTED]
When do you mean the transaction has gone sour? after the exception? This is expected - you need a new transaction at this point. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129942#4129942 Reply to the post :

[jboss-user] [JBoss Seam] - Re: runtime errors from the startup project by seam-gen

2008-02-17 Thread [EMAIL PROTECTED]
There is a problem with the JDK - log4j bridge in JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129944#4129944 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129944 ___

[jboss-user] [JBoss Seam] - Re: Value is not Valid with s:entityConverter and equals an

2008-02-17 Thread [EMAIL PROTECTED]
No one put this in JIRA so that we can fix it - its a bug probably. If you want it fixed, put in JIRA, don't just complain. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129943#4129943 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Message redistribution

2008-02-17 Thread timfox
Please can you be more specific about what you have done, and what you have observed (step by step instructions). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129959#4129959 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Error running Seam Examples with JBoss-5

2008-02-17 Thread [EMAIL PROTECTED]
Use AS5 beta4. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129960#4129960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129960 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:decorate question

2008-02-17 Thread [EMAIL PROTECTED]
Oops, cancel should be... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129952#4129952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129952 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging RA configuration

2008-02-17 Thread timfox
kdeboer wrote : | Can the destination be reconfigured as a resource reference in jboss.xml deployment descriptor? | See my previous post. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129961#4129961 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Tomcat and JBoss messaging

2008-02-17 Thread timfox
I'm assuming you're trying to access JBM from a Servlet being running with the version of JBoss Web that comes bundled with JBoss AS. If you're not using that, I'd ask why you don't just use that! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129966#4129966

[jboss-user] [JBoss jBPM] - Exceptions after calling jbpmContext.close - Please Help

2008-02-17 Thread bloreguy
After business processing (creating a new process instance, and signalling twice), I close the jbpmContext and see these errors. Please help me in understanding what they might be about. I also have a Hibernate Session in the same class, injected by Seam and set this session in jbpmContext

[jboss-user] [JBoss jBPM] - Re: Exceptions after calling jbpmContext.close - Please Help

2008-02-17 Thread bloreguy
On a side note, if I dont close the jbpmContext, I dont see the taskinstances and processinstance jbpm tables updated in the database. They get updated only when I call jbpmContext.close. Alos, the processinstance and taskmanagementinstances are not autoSave entries - They are newly created

[jboss-user] [Messaging, JMS JBossMQ] - Re: Multiple persistence strategies in jbossMQ

2008-02-17 Thread thangle
[EMAIL PROTECTED] wrote : What you've done is to deploy two different JBossMQs so unless you are | looking up the correct connection factory for the correct topic it is not suprising | that you will get a topic not found error. | If changing code is not an option, how can we avoid error

[jboss-user] [JBoss Seam] - Re: seam spring tomcat without jboss

2008-02-17 Thread augba
Hi , thanks for the info... I made it to work with the below settings --- Components.xml ?xml version=1.0 encoding=UTF-8? components xmlns=http://jboss.com/products/seam/components; xmlns:core=http://jboss.com/products/seam/core;

[jboss-user] [JBoss Seam] - Re: SeamTest and JSFUnit and Selenium: When and Why?

2008-02-17 Thread [EMAIL PROTECTED]
I've never been convinced by using SeamTest for unit testing. Selenium and JSFUnit are a bit different - one is scriptable, one isn't. We plan to use JSFUnit for some integration tests in the future, and Selenium for release testing. Try to grab Stan Silvert's JSFUnit presentation, he gives a

[jboss-user] [JBoss Seam] - Re: Deploying to OC4J 10.1.3.1

2008-02-17 Thread chris.simons
Does anyone know if Jason's OC4J 10.1.3 instructions for Seam work with Seam 2.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129978#4129978 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129978

[jboss-user] [JBoss Seam] - Re: seam-gen problem with generate-ui and repeated types

2008-02-17 Thread jcg3
Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129979#4129979 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129979 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken

2008-02-17 Thread chris.simons
Does anyone know if this problem still exists in Seam 2.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129977#4129977 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129977 ___

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-17 Thread tynor
Most excellent! Thanks for putting my mind at ease. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129976#4129976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129976 ___

[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null

2008-02-17 Thread wiggy
Thanks pete will try to cross post and see igf any one can teel whats going on pretty frsutrating though. Thanks for the post View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129984#4129984 Reply to the post :

[jboss-user] [JBoss Seam] - Re: demultiplexing notifications from MDB

2008-02-17 Thread [EMAIL PROTECTED]
Yeah, that is probably the best approach View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129986#4129986 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129986 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Deploying to OC4J 10.1.3.1

2008-02-17 Thread [EMAIL PROTECTED]
Btw, create a JIRA request for OC4J 10 support so we can gauge the level of interest in it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129988#4129988 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129988

[jboss-user] [JBoss Seam] - Re: how to leave a long running conversation and start a new

2008-02-17 Thread marcelkolsteren
Thanks for presenting your solution to a similar problem. We share the hope for attention of the Seam team to these conversation switching issues. In your case, the new conversation only starts after the redirect, in the next request. That makes a big difference. I need to switch to another

[jboss-user] [JBoss Tools (users)] - cant get jboss tools 2GA to work with Ganymede build

2008-02-17 Thread wiggy
had a go at installing jboss tools ontop of ganymede m4 build When i go into seam projects i get errors though do i we need to wait for a compatible build of Jboss tools ? if so which release is this slated for ? reason for asking is i get silly problems with europa giving me errors on

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken

2008-02-17 Thread [EMAIL PROTECTED]
We now have a current version of Hibernate in 2.0.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129991#4129991 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129991 ___

[jboss-user] [JBoss Seam] - Re: Deploying to OC4J 10.1.3.1

2008-02-17 Thread [EMAIL PROTECTED]
AFAIK, yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129987#4129987 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129987 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: No application context active

2008-02-17 Thread [EMAIL PROTECTED]
Post the jpdl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129985#4129985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129985 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Bug? Outjected boolean changes value mid-template

2008-02-17 Thread tomstrummer
I expect Seam to re-initialize the value when it goes out of scope. How does Seam know when a context variable goes out of scope? If Seam sees a @Out variable go out of scope, then it sees the bijected field with no factory... It should just ignore it and leave whatever value happened to be

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Install issue:Using different port to 8080 from jboss 4.

2008-02-17 Thread JGF1
Oops this was article. Didn't type url correctly. No way to reedit message http://lkamal.blogspot.com/2006/09/jboss-4-how-to-change-port-8080-in.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129993#4129993 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Install issue:Using different port to 8080 from jboss 4.2.2.

2008-02-17 Thread JGF1
I already have port 8080 in use because of: Sun Java System Application Server 9.1_01 I am a newbie to JBoss Was hoping to be able to keep both JBoss Suns Servers... Have done a Google search and most solutions mention modifying as per:here Problem is the version I installed doesn't have

[jboss-user] [Datasource Configuration] - issues with JCA minimum connections

2008-02-17 Thread tvbinh
Hi, I am developing an in-house resource adapter for both inbound and outbound communications. I have specified min-pool-size2/min-pool-size in the -ds.xml but it seems do not work properly. The fillToMin method of InternalManagedConnectionPool class in JBoss does attempt to create 2

[jboss-user] [JCA/JBoss] - issues with JCA minimum connections

2008-02-17 Thread tvbinh
Hi, I am developing an in-house resource adapter for both inbound and outbound communications. I have specified min-pool-size2/min-pool-size in the -ds.xml but it seems do not work properly. The fillToMin method of InternalManagedConnectionPool class in JBoss does attempt to create 2

[jboss-user] [JBoss Seam] - Re: Outjected variables flawed.

2008-02-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Of course @Out doesn't cause @Create not to run. You have some other problem. Hi Pete hope its not too cold up there in Scotland. I think I should re-explain... I had a page that dragged in some Varibles that were @outjected from a Seam bean. I assumed that the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Using existing Tomcat with JBoss AS?

2008-02-17 Thread murthy64
I tried these: a) renamed jbossweb-tomcat55.sar to jbossweb-tomcat55.sar.old b) copied the Tomcat5.5.26 folder to JBOSS_HOME/server/all/deploy The deployment has failed. Looks like JBOSS uses some special code to integrate the Tomcat. The reason I want the latest Tomcat under Jboss is the nice

[jboss-user] [JBoss Seam] - Seam/JAAS/DatabaseServerLoginModule problens

2008-02-17 Thread skidvd
Hello, I am brand new to Seam and am sorry for the newbie question. However, I've been following what I have found in the forums and docs without any luck. I have a simple Seam/facelets webapp that I cannot get JAAS based security/authentication working for. I've used JASS form based

[jboss-user] [JCA/JBoss] - Dedicated connection without connection pooling

2008-02-17 Thread chavali
Hi I am unable to diable the connection pool setting and not able to communicate to legacy system on closure of connection. How do I dedicate a connection per user through the session and have control on closure of the connection. I am connecting to legacy c++ server port. When I close the

[jboss-user] [JCA/JBoss] - Re: issues with JCA minimum connections

2008-02-17 Thread vickyk
Couple of things we need to check 1) How are you getting the Connection Handle from the ConnectionFactory ? Are you passing the CRI details to the Connection Handle through the application code? eg | DemoConnectionFactory cf = (DemoConnectionFactory)ctx.lookup(JNDINAME); |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Plans for distributing an RPM

2008-02-17 Thread gabewong
There are various RPMs for various Linux distros. JBoss is also referred to as RedHat Application Server. That said, the deluge of RPMs related to JAVA have given rise to many a problem. The main issue is that most JAVA applications are dependent on a specific version of JDK and or Application

[jboss-user] [JCA/JBoss] - Re: Dedicated connection without connection pooling

2008-02-17 Thread vickyk
chavali wrote : Hi | How do I dedicate a connection per user through the session and have control on closure of the connection. | You need to use PoolByCri which can be configured by putting application-managed-security in the -ds.xml file

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Install issue:Using different port to 8080 from jboss 4.

2008-02-17 Thread jaikiran
anonymous wrote : Problem is the version I installed doesn't have a jbossweb-tomcat55.sar In JBoss-4.2.x its named jboss-web.deployer and is located in the deploy folder. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130007#4130007 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: issues with JCA minimum connections

2008-02-17 Thread tvbinh
Hi Vicky, Thank you very much for your help, anonymous wrote : 1) How are you getting the Connection Handle from the ConnectionFactory ? Are you passing the CRI details to the Connection Handle through the application code? | No, I declare all the properties in -ds.xml file e.g. and JBoss

[jboss-user] [Security JAAS/JBoss] - Re: How does the Authorization delegate access the sharedSta

2008-02-17 Thread barramundi
Found a way by using Authenticator to set an attribute to HttpSession in Request object and getting back the attribute in Authorization Delegate class via WebResource's getServletRequest() Still couldn't find a way for Authentication Module to do this. View the original post :

[jboss-user] [JCA/JBoss] - Re: Dedicated connection without connection pooling

2008-02-17 Thread chavali
Hi, The exception we are getting is during the managed connection close to the backend EIS(legacy c++) system. Can you please help us in making the managed connection close to the backend system. Please help us in avoiding the problem. We are using JBoss4.2.0-GA. Please help us. We are

[jboss-user] [Security JAAS/JBoss] - Re: Using database for authorization ONLY?

2008-02-17 Thread barramundi
Try to set under the database login module to bypass authentication module-option name=password-stackinguseFirstPass/module-option If this doesn't work, then you've to modify the db login module to only lookup roles and skip authentication View the original post :

[jboss-user] [JCA/JBoss] - Re: issues with JCA minimum connections

2008-02-17 Thread vickyk
try { | tc = (SMPPConnectionImpl) manager.allocateConnection(factory, | smppInfo); | return tc; | } catch (ResourceException ex) { | // doing something Put the log statement and see if the smppInfo does contain the

[jboss-user] [JBoss jBPM] - Re: Re-entering a StartState

2008-02-17 Thread dleerob
In my JBPM system, I have implemented the ability to re-route tokens to where ever you want. I also got errors when trying to route if back to a start state. So as a solution, I have put in some validation which doesn't allow you to route it to the start state. Instead, it tells you to rather

  1   2   >