[jboss-user] [Clustering/JBoss] - Sever Failover

2007-05-07 Thread sboying
Initially I want to use clustering to basically have a node backup. The primary node would have several threads collecting data from remote systems via JMS. The secondary would be idle. If the primary server is stopped or becomes unresponsive, I would like the secondary to take over. I thought th

[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread fhh
You have to specify the entity class for selectMany. See docs. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043715#4043715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043715 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - where to put ehcache in 4.0.5.GA now that its in lib dir

2007-05-07 Thread khelenek
Hi, i just upgraded to 4.0.5.GA with ejb3 support, and I deployed my ear file with ehcache.xml in the ear root. However i get the error that ehcache.xml is not found and that it is defaulting to /server/default/lib/ehcache-1.2.jar/ehcache-failsafe.xml. So it looks like ehcache is now bundled

[jboss-user] [Clustering/JBoss] - Re: Sever Failover

2007-05-07 Thread [EMAIL PROTECTED]
Deploy your service as an HASingleton. Easiest way to do this is discussed at http://wiki.jboss.org/wiki/Wiki.jsp?page=HASingletonDeployer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043719#4043719 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - s:hasRole doesn't work in seam cvs?

2007-05-07 Thread dustismo
I am using seam from cvs and jbossAS 4.2CR2. This worked fine with the previous seam release. pages.xml: | http://jboss.com/products/seam/pages-1.2.dtd";> | | | | | | #{s:hasRole('admin')} | | | throws this exception: | 09:53:10,2

[jboss-user] [JBoss jBPM] - Re: how list processes?

2007-05-07 Thread simonbaker
"kukeltje" wrote : please be explicit. You state 2 things: | - all processinstances | - all tasks of the manager | | For you they seam related because of your last statement. | | And you know what (sorry, an aggravated answer again) this is the default behaviour of jbpm. When you

[jboss-user] [JBoss jBPM] - Re: Interaction between two actors

2007-05-07 Thread estaub
Dan, The short answer is: it will work. You've fallen into a common newbie wrong-thought. Imagine that a deployment has a million processes running, but steps only happen once a day. A workflow engine that ran a separate Java thread for each process would be a pig. So instead, engines are al

[jboss-user] [JBoss Seam] - ICEFaces DR and Seam

2007-05-07 Thread monkeyden
Out of curiosity, has anyone been able to successfully upgrade ICEFaces to DR#3 or DR#4 to get it working with Seam 1.2? If so, I'd love to see the config files. There appears to be something missing in the 5-step "integration documentation." I'm convinced it's not as simple as I'm led to bel

[jboss-user] [JBoss Seam] - Re: Security - Define dynamic Role in application

2007-05-07 Thread markfoerstein
That did the trick, but now Im facing another problem. When the user authenticates, his roles and its permissions are loaded, and a new GrantedPermission object is asserted for each permission into the working memory: | public boolean authenticate() { | ... | | for (SphGru

[jboss-user] [JBoss Seam] - Re: ICEFaces DR and Seam

2007-05-07 Thread zzzz8
Have you tried the ICEfaces / Seam gen? That seems to work for me... up to a point. The server-side rendering in the ICEfaces / Seam gen project web page (in particular, the footer) of the time doesn't seem to work. Other than that, the project seems to be configured correctly. You may also

[jboss-user] [JBoss Seam] - Re: ICEFaces DR and Seam

2007-05-07 Thread monkeyden
No I haven't, because I already have a project. Generating a new project is not an option for most people who are already invested in the Seam/ICEFaces pairing. If the only way is to "start from scratch", then we're trying to mix oil and water. View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: ICEFaces DR and Seam

2007-05-07 Thread monkeyden
Incidentally, this integration has been frustrating at almost every pass. In my estimation, the combination of the two isn't production ready. But don't take my word for it, since I can't even get a post-1.5.3 version of ICEFaces to work with Seam. View the original post : http://www.jboss.c

[jboss-user] [Beginners Corner] - JBoss compatibility issue (Exception)

2007-05-07 Thread bbelagodu
In making a call to an MBean, I get this exception, I'm using SP1 as the server and GA as the client system. This potentially is a big problem but I'd like to confirm that this shouldn't be done due to changes to the EJB spec. 11:49:26,465 ERROR [STDERR] javax.naming.CommunicationException [Root

[jboss-user] [JBoss Portal] - JBoss WSRP consumer and file uploads

2007-05-07 Thread superfilin
Hello, JBoss Community! We are developing a portlet on BEA WebLogic Portal that is supposed to be consumed later by JBoss Portal. This portlet is used for file data upload. The thing is that portlet contains a form that has enctype attribute set to multipart/form-data to enable file sending. Wh

[jboss-user] [JBoss Seam] - Outjection and component instantiation question

2007-05-07 Thread zzzz8
I think I may have a misconception of some of the intricacies of outjection and Seam component instantiation. I have a Seam component that is created by Seam via the @In(create=true) annotation. Unfortunately, I cannot seem to inject another Seam component into this component. Here's what I'm

[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread hstang
Where do you do that? The docs says for s:convertEntity "Assigns an entity converter to the current component. This is primarily useful for radio button and dropdown controls." As well, ConvertEntity doesn't know anything about converting to a list, which is what I need in this case. View the

[jboss-user] [JBossCache] - Need 2.0.0.CR1 "Habanero" added to maven repo

2007-05-07 Thread ctaggart
Please add the 2.0.0.CR1 "Habanero" release to your Maven 2 repository. http://repository.jboss.com/maven2/jboss/jboss-cache/ Or is there another one? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043733#4043733 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBossCache] - Re: Need 2.0.0.CR1

2007-05-07 Thread ctaggart
I just took a look at the pom.xml for beta 2 of 2.0.0 and it would would be good if you made sure all the optional dependencies are marked as true. It beta 2 they don't appear to be marked optional. http://repository.jboss.com/maven2/jboss/jboss-cache/2.0.0.BETA2/jboss-cache-2.0.0.BETA2.pom Vi

[jboss-user] [JBoss Seam] - Creating a JSP Page Using Seam-Gen

2007-05-07 Thread jhimmel
How do we create a JSP page by using Seam-Gen? Is it possible to create a JSP page (for a JSF-Seam application) in Eclipse? How do we ensure that the Jboss server can "see" the JSP page once we deploy the JSF-Seam application to the server and we run the application? Thanks. View the origin

[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread petemuir
You used to have to, but you don't anymore. There is an example using a selectMany in the ui example (n.b. it doesn't matter if its checkboxes or a list - they are the same in JSF). Does a dropdown list work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss Seam] - Seam apps leaking memory?!

2007-05-07 Thread stephen.friedrich
My (not so large) app can be redeployed on JBoss 4.0.5 exactly two times before the deployment is failing. I know that the issue of OOME in PermGenSpace has been discussed before and the default answers were either "Sun JVM bug", "use jrockit" (which only increases the available redeploys a lit

[jboss-user] [Remoting] - Re: https with path and ejb3 can not be configured

2007-05-07 Thread rino_salvade
Hi Ron Thank you for your response anonymous wrote : 1. The problem in JBWS-1141 comes from the fact that Remoting versions 2.x require a call to org.jboss.remoting.Client.connect() before any calls to Client.invoke(), whereas earlier versions of Remoting didn't impose that requirement. The curr

[jboss-user] [Installation, Configuration & Deployment] - Re: How to redirect to SSL protocal?

2007-05-07 Thread 412
You may want to consider editing the JBoss's index.html page to do the rdirect. The file is within ROOT.war in your tomcat.sar directory. All you need to do is to add a refresh meta tag to the page's header: https://your_URL/";> View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Error reporting

2007-05-07 Thread MikeDougherty
I'm having a bit of trouble figuring out how error reporting is suppose to work. I have an exceptions.xml file to catch exceptions. | | | Unexpected error, please try again | | | | | | Unexpected error, please try again | |

[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread hstang
OK... I looked at the UI example, and fair-enough it works. However, it works for a List implementation. The conversion error I encountered was when I had a Set implementation (see above). So the quick fix was to change my implementation to List. Is this really necessary? View the origi

[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread petemuir
Can you add a jira issue, I'll take a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043746#4043746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043746 ___ jboss-user

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: ADF Problem with JBoss

2007-05-07 Thread JPagera
First : thankx for ur reply Second : i did what u told me to .. but i got another exception that is : . javax.servlet.ServletException: Cannot find FacesContext org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.jav

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: ADF Problem with JBoss

2007-05-07 Thread [EMAIL PROTECTED]
Looks like this issue: http://www.laliluna.de/115.html Stan http://jsf.jboss.org View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043748#4043748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043748

[jboss-user] [Installation, Configuration & Deployment] - Re: disabling CORBA....how ?

2007-05-07 Thread nico.ben
I found it :) http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming Thanx anyway, Nico View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043749#4043749 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043749 __

[jboss-user] [JBoss Seam] - Re: For Gavin to review

2007-05-07 Thread petemuir
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=108085 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043750#4043750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043750 ___

[jboss-user] [JBoss Seam] - Re: Seam apps leaking memory?!

2007-05-07 Thread petemuir
I've added this to the 'For gavin to review thread' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043751#4043751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043751 ___ jbo

[jboss-user] [JBoss Seam] - Re: conversion support for selectManyCheckbox?

2007-05-07 Thread hstang
Thanks Peter, appreciated. http://jira.jboss.com/jira/browse/JBSEAM-1302 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043752#4043752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043752 __

[jboss-user] [Messaging, JMS & JBossMQ] - Re: User log in notification

2007-05-07 Thread sbuberl
Quick question. Does anyone know the difference between JMSServerInterceptor's checkUser() and authenticate() methods? I know one returns a client ID and one a sesson ID but are there situations when one is called and not the other? Or are they both called at different phases? View the origi

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

2007-05-07 Thread petemuir
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ I've just added an entry at the bottom to answer this hopefully. Nice analysis! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043754#4043754 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Creating a JSP Page Using Seam-Gen

2007-05-07 Thread petemuir
I don't think seam-gen supports jsp - but the superior view handler facelets. File->New->File will get you a new file in eclipse (this isn't really the place for eclipse-beginner questions). Add the view to the root of the war, it will then be available in your app. View the original post : h

[jboss-user] [JBoss Seam] - Re: Outjection and component instantiation question

2007-05-07 Thread petemuir
This doesn't really look like a standard seam pattern. You would probably find it easier to use a component ma nager pattern for Connection - e.g. a @Factory, @Unwrap, or inject comp1 and do comp1.getConnection() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Re: s:hasRole doesn't work in seam cvs?

2007-05-07 Thread petemuir
Please file an issue in JIRA. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043757#4043757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043757 ___ jboss-user maili

[jboss-user] [Beginners Corner] - Re: JBoss compatibility issue (Exception)

2007-05-07 Thread genman
Perhaps you should post to the EJB forum? Likely, some serial version inadvertently changed in the SP release of the product. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043758#4043758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: Entity Query problem

2007-05-07 Thread petemuir
Yes, this is correct. Restrictions should be of the form a.b = #{a.b} - then you're query will be refreshed when the restrictions change. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043760#4043760 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Private configuration in Seam?

2007-05-07 Thread petemuir
components.xml/components.properties are a good way to configure an application at deploy time - if this is what you are after? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043761#4043761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

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

2007-05-07 Thread petemuir
I have no idea about SaaS. Ask some specific questions, or list your specific requirements and I'm sure people can help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043762#4043762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Re: Entities in many jars

2007-05-07 Thread petemuir
Try asking this on the hibernate.org forums. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043763#4043763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043763 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Help: problem with EntityHome

2007-05-07 Thread petemuir
Show your components.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043764#4043764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043764 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.0 CR2 Release

2007-05-07 Thread sweiss
Yes, right out of the box. I've tried blowing everything away and setting it up from scratch a couple more times, and the same thing happens every time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043759#4043759 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Messaging] - Re: Problem with JMS rollback

2007-05-07 Thread timfox
Are you using MDBs or creating your own consumers directly on the queue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043765#4043765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043765 __

[jboss-user] [JBoss Messaging] - Re: Problem with JMS rollback

2007-05-07 Thread keuller
Hi Tim, I'm using consumers directly using JMS API. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043766#4043766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043766 ___ jb

[jboss-user] [JBoss Messaging] - Re: Problem with JMS rollback

2007-05-07 Thread timfox
When you call rollback, any unacknowledged messages received in the current session will be redelivered automatically. If that sesion closes, then the messages will be put back on the queue and available to be consumed by other sessions. View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Seam component as a listener

2007-05-07 Thread zzzz8
I would like to have a Seam component used as a listener. Here's what I mean: @Name("myBean") | @Stateful | public class MyClassBean implements MyClass, PacketListener { | @In | Connection connection = null; | | @In | List messageList = null; | | @Create | public void create

[jboss-user] [JBoss Messaging] - Re: Problem with JMS rollback

2007-05-07 Thread keuller
Tim, But my aplication has a time interval when we check Queue and each verification is a new session. If I apply rollback in a Session s1, according with you another software has created session s2 and it will be consumes the message again, thats right ? Or if I shutdown my application I'll c

[jboss-user] [JBoss Messaging] - Re: Problem with JMS rollback

2007-05-07 Thread timfox
"keuller" wrote : Tim, | | But my aplication has a time interval when we check Queue and each verification is a new session. If I apply rollback in a Session s1, according with you another software has created session s2 and it will be consumes the message again, thats right ? | | Ac

[jboss-user] [JBoss jBPM] - Re: fault never reaches catchall

2007-05-07 Thread meghanai_99
After getting cvs trunk checked out locally, I built the jbpm-enterprise.ear locally and deployed to my JBoss 4.0.5.GA server. I could access jbpm-console and login to it. Then I followed steps given on the wiki page to deploy BPEL extension, I got ClassNotFoundException for JobExecutorServlet.

[jboss-user] [JBoss Seam] - Security broken in latest CVS build?

2007-05-07 Thread hstang
I'm trying to do a simple authentication in my application using #{authenticator.authenticate} usage as demonstrated in booking example, however I'm running into the following exception: | java.lang.ClassCastException: org.jboss.seam.core.Expressions$1 cannot be cast to org.jboss.seam.core.E

[jboss-user] [JBoss Seam] - Re: seam and jboss as 4.2

2007-05-07 Thread vladtwilight
Trying to run Seam 1.2.1GA with Jboss 4.2.RC2. I followed the instructions for porting Seam to SUN JSF RI 1.2. I added the commons jars. The myproject welcome page (http://localhost:8080/myproject/home.seam) appears but none of the JSF tags have been processed (in other words, view source rev

[jboss-user] [JBoss Seam] - Re: seam and jboss as 4.2

2007-05-07 Thread petemuir
Seam CVS runs on AS 4.2.0.CR2. This is your best bet for now (we'll have a Seam beta soon) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043778#4043778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043778 __

[jboss-user] [JBoss Seam] - Re: Security broken in latest CVS build?

2007-05-07 Thread petemuir
You need to run cleanall on your sources View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043780#4043780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043780 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: Security broken in latest CVS build?

2007-05-07 Thread hstang
Thanks. I needed to build the latest CVS seam because my old one was causing exceptions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043782#4043782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043782 __

[jboss-user] [JBoss Seam] - Re: Security broken in latest CVS build?

2007-05-07 Thread petemuir
It's always worth running cleanall build if CVS isn't working View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043784#4043784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043784 _

[jboss-user] [JBoss Seam] - Re: seam and jboss as 4.2

2007-05-07 Thread vladtwilight
Ok, thanks for the quick response! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043785#4043785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043785 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: seam and jboss as 4.2

2007-05-07 Thread petemuir
Oh, and look at the sticky thread just above this one ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043786#4043786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043786 __

[jboss-user] [JBoss Seam] - Re: s:hasRole doesn't work in seam cvs?

2007-05-07 Thread [EMAIL PROTECTED]
I cannot reproduce this so I've closed the JIRA issue. Can you please retry with the very latest CVS and if you still get the exception please re-open the issue and attach a working test case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043787#4043787 Re

[jboss-user] [JBoss Seam] - Re: Seam component as a listener

2007-05-07 Thread matt.drees
I ran into something like that. The problem is that in | connection.addPacketListener(this); | "this" is a reference to the actual bean, and not a reference to the bean's proxy. Interceptors (which are used for injection) are only called if you invoke a method on the proxy, not the bean i

[jboss-user] [EJB 3.0] - Same JNDI name in multiple EAR files: mix up?

2007-05-07 Thread mhassel
Hello, I have the same session bean library included in multiple EAR files - they perform the same functionality, just the persistence.xml for the underlying entity beans points to different databases. Code examples below! The web-middle tier (a jsf backing bean) now does a jndi lookup like thi

[jboss-user] [JBoss Seam] - Re: deploy jboss seam application on oc4j server

2007-05-07 Thread apushadow
Made a Jira ticket out of this: http://jira.jboss.com/jira/browse/JBSEAM-1304 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043790#4043790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043790 _

[jboss-user] [Beginners Corner] - JBoss lib loading sequence

2007-05-07 Thread jbossfann
Hi guys, I am new to JBoss 4.0.2, and I am trying to find some info on how JBoss loads library jars. Let's say I have 2 web applications in 2 WAR files that both need to use struts.jar library. It seems if I put it into .../server/default/lib directory it does not work and it only works when I

[jboss-user] [JBoss Seam] - Re: Seam component as a listener

2007-05-07 Thread zzzz8
Hi Matt, Thanks for the reply. I actually tried something similar to that: connection.addPacketListener(Component.getInstance("myBean")); and connection.addPacketListener(Component.getInstance("myBean", false)); Both didn't work for me though... View the original post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Problem Extending EntityHome with a SFSB

2007-05-07 Thread [EMAIL PROTECTED]
Hi, Sorry if someone has already asked this ... I am having a problem extending EntityHome with EJB3 SFSBs. So, basically, I have a interface to define the methods I want to use in EntityHome: | public interface PersonDaoInt { | EntityManager getEntityManager(); | Object getId();

[jboss-user] [JBoss Seam] - Re: Private configuration in Seam?

2007-05-07 Thread tonylmai
Can you give me an example on how to read a configuration out of component.xml? Thanks Pete View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043796#4043796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043796 __

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

2007-05-07 Thread amontobin
Hi ed, I've seen in the pluggable part of documentation that you can rewrite 'TaskManagementModule'. and that you can rewrite Authentication to change the default authentication. Is there already some sql-samples for migrating process ? If i create an ear, do i have to import the jbpm console

[jboss-user] [JBoss Seam] - Re: Seam component as a listener

2007-05-07 Thread matt.drees
Odd. Well, I'm not sure what's up. Sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043799#4043799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043799 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Eclipse Pageflow Designer for Seam

2007-05-07 Thread [EMAIL PROTECTED]
Hi, The Pageflow designer has indeed some issues with things that are not correctly supported. Currently, the jPDL designer is in the process of being completely reworked. It will be based on a common ground that will also serve the purpose of a next generation pageflow designer where these iss

[jboss-user] [JBossWS] - JBossWS 1.2.1 issues

2007-05-07 Thread tzhou
I've been using JBossWS 1.2.1 along with Sun's Wiseman API for WS-Management development. Let's say it's an eye-opening experience. After days of hard debugging, here are some of the issues (or non-issues) I found. Either case, I hope my time spent can be of some value. 1. WRONG_DOCUMENT_ERR wh

[jboss-user] [JBoss Portal] - Re: how to change JWS 80 port on jboss portal 26CR1

2007-05-07 Thread kevnlin
pls help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043809#4043809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043809 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Portal] - Threads and JBOSS

2007-05-07 Thread memurphyiii
I'm new to JBOSS and I've been trying to write a portlet. The application that I'm working with runs in a thread and it basically loops every 5 seconds and does something. Now, I'm not really having a problem with the code. I built the WAR file, deployed and I'm able to access a URL and sending

[jboss-user] [Installation, Configuration & Deployment] - jboss library loading sequence

2007-05-07 Thread jbossfann
Hi guys, I am new to JBoss 4.0.2, and I am trying to find some info on how JBoss loads library jars. Let's say I have 2 web applications in 2 WAR files that both need to use struts.jar library. It seems if I put it into .../server/default/lib directory it does not work and it only works when I

[jboss-user] JBoss AS 4.2.0 GA schedule changed?

2007-05-07 Thread thriller yan
Hi, I'm expecting to see the JBoss 4.2.0 GA, which was scheduled to release in early May. But now, I cannot see JBoss 4.2.0 GA info in Jboss roadmap here: http://jira.jboss.com/jira/secure/BrowseProject.jspa?id=10030&subset=-1 Is there anything change? Thanks. - Tommy _

[jboss-user] [Clustering/JBoss] - Re: Request not redirecting to the server in the cluster.. H

2007-05-07 Thread PriyaP
I changed the listener port from 8080 to 8009 and works fine.. Thanks for your help !!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043820#4043820 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043820 _

[jboss-user] [JBoss jBPM] - Re: Interaction between two actors

2007-05-07 Thread avivstav
Hi I understand the point but in chapter 9 in JBPM tutorial http://docs.jboss.com/jbpm/v3/userguide/processmodelling.html section 9.3.1 they talk about node responsibilitiesto propagate the execution, anonymous wrote : 1. not propagate the execution. In that case the node behaves as a wait state

[jboss-user] [Installation, Configuration & Deployment] - Multiple jboss instance - database lock

2007-05-07 Thread dwarakanathan
Hi, I have a multiple instance JBoss. I face this Database lock issue. Actually i dont need any database for my 2nd instance. How do i remove it ? WARN [ServiceController] Problem starting service jboss:service=Hypersonic,database=localDB java.sql.SQLException: The database is already in use b

[jboss-user] [JBoss jBPM] - Re: fault never reaches catchall

2007-05-07 Thread meghanai_99
Hello Alex, I have been struggling to get JBPM ear and JBPM-BPEL extension working on JBoss 4.0.5.GA. My current status is that after deploying ear and then bpel war, the deploy servlet is trying to deploy the sent zip as jpdl process instead of BPEL. That tells me my jbpm-cfg.xml is not foun

[jboss-user] [JBoss jBPM] - Assigning task to mutiple actors

2007-05-07 Thread naseem.k
Hi, I am using JBPM version 3 and I have a requirement where I need to assign a task to mutiple actor say to bert and ernie. This is how I did by swimlanes. A new swimlane I created whose Assignment type is expression. In the expression, I wrote user(bert, ernie). Process was also deployed co

[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-07 Thread hvram
Hi I am assuming you are referring to the Isolation and CallByAttribute values in the ear-deployer.xml It was false . I set both the values to true and it still did not make any difference . Should I also set the use JBossWebClassLoader to true in the jboss-service.xml ( It is fal

[jboss-user] [JBoss Portal] - Re: JBoss WSRP consumer and file uploads

2007-05-07 Thread superfilin
Just some details: JBoss Portal: 2.6.0-CR2-bundled View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043828#4043828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043828 ___ jb

[jboss-user] [Installation, Configuration & Deployment] - Re: Multiple jboss instance - database lock

2007-05-07 Thread [EMAIL PROTECTED]
You can't run 2 instances that look in the same files. You must need to have as many server configs as concurrent instances. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043829#4043829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

<    1   2