[jboss-user] [JBoss Seam] - Re: communicating between two seam applications

2007-09-06 Thread koenhandekyn
thanx for your very clear answer. i have worked with OSGi in the past. i still feel that it could be a great enhancement to application servers to provide dynamic loading and a controlled and fine grained 'exposure' mechanism. but it's def. not something you introduce in an infrastructure like

[jboss-user] [JBoss Seam] - class cast exception using managed persistence context

2007-09-06 Thread arussel
I am using jboss-seam-1.2.1.GA in jboss 4.0.5 . I followed the doc 8.3.1 on using seam managed persistence and get the following error when seam try to inject the entity manager: Caused by: java.lang.ClassCastException: org.jboss.ejb3.entity.InjectedEntityManagerFactory at org.jboss.seam

[jboss-user] [JBoss Messaging] - Re: JMS Bridge Question

2007-09-06 Thread mclu
Hmmm. Strange things happen. I followed the 2 Hints and added the / and changed the provider from localhost to my local fixed IP address... ( yes, both servers are currently on one machine (for development)). And surprise... It works... So I am happy again! The interesting part is while findin

[jboss-user] [EJB 3.0] - Re: Why is my jdbc/database not in the local ENC?

2007-09-06 Thread DeanoUK
I'm still not satisifed I know why there is a global directory and a local/ENC, and why you should use the latter? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081573#4081573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Locking data

2007-09-06 Thread zoran9707
I have problem with locking some record from ORACLE 9i DB. I create Entity Bean, Session Bean in JDeveloper 11g. My Persistant_Unit is: | | org.hibernate.ejb.HibernatePersistence | | | | | | |

[jboss-user] [JBoss Seam] - Re: facesMessages.addFromResourceBundle charset encoding

2007-09-06 Thread nickarls
To be more specific, my bundles work OK, except for overridden seam ones like org.jboss.seam.NotLoggedIn org.jboss.seam.loginSuccessful org.jboss.seam.loginFailed etc. They garble the iso-8859-1 chars. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081575#408

[jboss-user] [JBoss Seam] - Re: class cast exception using managed persistence context

2007-09-06 Thread arussel
my mistake, was trying to use jpa in with jboss manage em. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081576#4081576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081576

[jboss-user] [JBoss Messaging] - Re: org.jboss.jms.util.MessagingNetworkFailureException: Fai

2007-09-06 Thread gsoing
Yes, JBoss Messaging 1.3 is not supported on JBoss 4.0.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081577#4081577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081577

[jboss-user] [JBoss jBPM] - How to know who has started a process ?

2007-09-06 Thread lmichenaud
How can you know who has started a process instance ? Or, how can you can get all process instances started by a user ? The actor notion is only for tasks. The only way i see is to attach task on states with an assignment handler that uses the actor id in the jbpm context. View the original p

[jboss-user] [JBoss jBPM] - Re: using custom date picker in form within jbpm-console web

2007-09-06 Thread rossputin
no sorry I meant that you are right about the javascript hook not being needed, but still a nice idea, it is something I have been seeing a use for, for a while, cheers Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081582#4081582 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to know who has started a process ?

2007-09-06 Thread kukeltje
1: attach a swinlane to the starttask. It will be filled with the actorid of the one who started the process. 2: By a custom hibernate query View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081584#4081584 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Re: using custom date picker in form within jbpm-console web

2007-09-06 Thread kukeltje
oh btw, you *can* attach onchange eventlisteners to normal jsf components and have these do some javascript. It is on on the submit moment then, but real-time is even better and can be done *now* View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081585#40815

[jboss-user] [JBoss jBPM] - Re: is it possible to change identity file

2007-09-06 Thread galvino
you should find it here : | \jbpm-jpdl-3.2.1\examples\rulesAssignmentHandler\src\identity\identity.db.xml | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081586#4081586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Microcontainer] - NPE in Embedded Jboss when getCallerPrincipal method on Sess

2007-09-06 Thread bjolletz
I'm running tests using testNG and embedded Jboss. In the SLB which I am testing, I want to do the following: | @Resource | SessionContext ctx; | | public void foo() { | ctx.isCallerInRole("someRole"); | } | The isCallerInRole method, however, results in a NPE. There seems to b

[jboss-user] [Installation, Configuration & DEPLOYMENT] - File Upload Permissions

2007-09-06 Thread stephenwilliams
Hi I have a "file upload" Servlet that works fine on Tomcat. On JBoss (jboss-4.0.5.GA) the received value of the file parameter is null. I assume this is due to a security setting but I can't seem to find it. Can someone please tell me how I can enable a Servlet to receive files? Cheers, Steph

[jboss-user] [Microcontainer] - Re: NPE in Embedded Jboss when getCallerPrincipal method on

2007-09-06 Thread alesj
What's the reason of NPE? No ctx injected or NPE in ctx.isCallerInRole execution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081595#4081595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081595 _

[jboss-user] [JBossWS] - how to return an empty http response instead of soapmessage

2007-09-06 Thread kukeltje
Hi, I'm implementing an ebMS 2.0 Message Service Handler with JBossWS 2.0.0 and related frameworks. According to the ebMS 2.0 spec, In all cases a soapmessage is received and in many cases a soapmessage has to be returned. Therefor I choose the 'message' way of communicating. However in some ca

[jboss-user] [JBoss Seam] - Re: hibernate validator: how to access seam component

2007-09-06 Thread [EMAIL PROTECTED]
Not AFAICS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081602#4081602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081602 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - "could not discover transaction" despite transaction-managem

2007-09-06 Thread cba2
I have set in components.xml but I still get errors like the following: 10:51:04,521 ERROR [Contexts] could not discover transaction status Should I disable seam transaction management somewhere else as well or is this rather a (minor) Seam bug? >From Contexts.java (package org.jboss.seam.con

[jboss-user] [JBoss Seam] - Re: seam 2.0 offline mode??

2007-09-06 Thread tkalactomo
"[EMAIL PROTECTED]" wrote : Can you be more specific about which schema/dtd Seam can't find? I downloaded first this schema/dtd from here ,then tried the next one from here. I'm really confusing because i don't know which one(where to find) schema/dtd should I use. So, I'm using seam 2.0, jbos

[jboss-user] [JBoss Seam] - Re: wrong application.xml file within Seam registration exam

2007-09-06 Thread [EMAIL PROTECTED]
All examples in CVS should use ejb rather than java. Are you seeing some that aren't. Quite simple, jboss-seam.jar contains EJB modules so should be declared like that. We changed our minds on this recently. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=408

[jboss-user] [JBoss Seam] - Re: working with a dynamically sized Datamodel with JSF/SEAM

2007-09-06 Thread [EMAIL PROTECTED]
You can wrap your h:column in a c:forEach View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081609#4081609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081609 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: seam 2.0 offline mode??

2007-09-06 Thread [EMAIL PROTECTED]
Have you thought about looking at the examples or a seam-gen generated skeleton application? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081610#4081610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081610

[jboss-user] [JBoss Seam] - s:selectDate startYear problem

2007-09-06 Thread pdhaigh
Hi, | | | | | | Does not appear to honour the startYear attribute... (This is Seam 2 from CVS ~2 weeks ago) View the original post : htt

[jboss-user] [Beginners Corner] - Error during start of JBoss AS

2007-09-06 Thread lecrimosa
Hi, I'm new in JBoss. I want to install and configure a jndi-provider. I use jdk in the version 1.5.0_12-b04. I have downloaded and extracted the JBoss AS 5.0.0.Beta2 and I have downloaded and extracted the file "jboss-messaging-1.4.0.CR2.zip". After this, I have set environment variable "JBOSS_H

[jboss-user] [JBoss Seam] - How to specify a custom CallbackHandler for JAAS

2007-09-06 Thread lorenz.fischer
Hi all I'm quite new to Seam and JAAS, so please don't get offended if I ask stupid questions ;) I'm trying to implement a web application using SEAM, JSF, and EJB3 on a weblogic server. Weblogic has it's internal LDAP server and security realms which are accessible over JAAS. I managed to con

[jboss-user] [Security & JAAS/JBoss] - Re: Cannot see DatabaseServerLoginModule exceptions with JBo

2007-09-06 Thread Wolfgang Knauf
Does anybody have an idea about this ? Thanks Wolfgang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081620#4081620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081620 __

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

2007-09-06 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : http://jira.jboss.com/jira/browse/JBSEAM-983 - will be resolved once it is done. Any update on this yet? It would solve LOTS of problems for us. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081621#4081621 Reply to the p

[jboss-user] [JNDI/Naming/Network] - Re: basic JNDI beginners problems - cant do look up from app

2007-09-06 Thread jaikiran
In addition to what sandor mentioned, your bean with the @Remote annotation is going to be bound by default in the global jndi namespace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081629#4081629 Reply to the post : http://www.jboss.com/index.html?module

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

2007-09-06 Thread [EMAIL PROTECTED]
We are still deciding how to best approach this. We'll have something for 2.0.0.GA I hope! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081624#4081624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081624 __

[jboss-user] [JBoss Seam] - Re: Client side validation

2007-09-06 Thread gonzalad
Sorry sorry, forgot to raise JIRA issue. Here it is : http://jira.jboss.org/jira/browse/JBSEAM-1906 N.B : it's priority is Major status, don't think this is allright. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081631#4081631 Reply to the post : http://w

[jboss-user] [JBoss AOP] - Problem with org.jboss.aspects.asynch.Future

2007-09-06 Thread studie
Hi, I am trying to make use of the JBoss EJB3 extensions to allow Asynchronout calls of Stateless Session Beans (see http://docs.jboss.com/ejb3/app-server/reference/build/reference/en/html/jboss_extensions.html). In my code I can create a asynchronous proxy for my bean using org.jboss.ejb3.asy

[jboss-user] [JBossWS] - Re: how to return an empty http response instead of soapmess

2007-09-06 Thread RomeuFigueira
I had a similiar problem to the one you're having, but instead of a simple "http 200 ok" message I needed the actual empty SOAPMessage to be returned, like this one: http://schemas.xmlsoap.org/soap/envelope/";> | | | | | To make the actual message above, all I had

[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-09-06 Thread sebcio
Please move the WS-Wiki to a working server. Has anyone guides about JBoss-WS as PDF? If so, please post links here. Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081634#4081634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-09-06 Thread sebcio
sorry, found this: http://labs.jboss.com/jbossws/docs/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081638#4081638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081638 __

[jboss-user] [JBoss Portal] - Re: JBoss Portal : Integrating Plain Old Web Application

2007-09-06 Thread wichan
Hi NM-156, thanks for your response. I've checked out those two links you posted. It's very helpful. I have also tried portlet bridge. Some of my applications have strange behaviors with portlet bridge. For basic servlet/jsp web applications, portlet bridge work just fine. But with ejb/seam/jsf

[jboss-user] [JBossCache] - putForExternalRead very slow

2007-09-06 Thread Cyberax
I'm using JBoss Cache with Atomikos Transaction Manager and "putForExternalRead" method is VERY slow (about 20 times slower than 'put') because it has to suspend and resume the current transaction (and this is not a cheap operation in Atomikos). Is it possible to have transactional 'put' which

[jboss-user] [JBoss Seam] - Re: Client side validation

2007-09-06 Thread stephen.friedrich
Yes, I am using Trinidad. Yet now again I have to specify my constraints in two different places. Exactly what seam validation aims to void. Maybe Seam can "borrow" the Trinidad javascript. Or maybe there could be some hooks to integrate the two closer. View the original post : http://www.jboss

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

2007-09-06 Thread lcoetzee
Hi Pete. No problem re. the delayed reply. I have rebuilt the latest Seam from CVS today (Sept 6). Somewhere along the line Seam has actually resolved this problem (or it appears that way from my testing ;-). I will deploy this version and keep an eye on the log files and report back if I s

[jboss-user] [JBoss Seam] - s:formattedText problem

2007-09-06 Thread dexjam
Hello all, maybe this got lost, because it's now shown on page 3, so i repost my question, sorry for that i try to use s:formattedText, but what happens if the Input Syntax is not correct, e.g. i forgot to set a second (or third) * i retrieve an XML error like this: Hello World | --

[jboss-user] [Remoting] - DBConnections in JbossRemiting

2007-09-06 Thread kalyanbikkani
Hi, I am using jbossRemoting as a server , I establish a db connection from this server, while the server is on the db connections are not closed, when the server is stopped immediately connections are closed, In coding i immediately closed connection when used. I can't understand whats the prob

[jboss-user] [JBossCache] - Re: Write lock is not released

2007-09-06 Thread vitamin-c
"[EMAIL PROTECTED]" wrote : | It looks like the current WL holder and the RL requestor are not the same: | | | ... could not be acquired by :162303 ... | | | and | | | ... Write lock owner: Thread[ReportDataTaskRunner-20521017-1,5,jboss] ... | | | Is it OK that RL

[jboss-user] [JBoss Messaging] - Bridge under load throws IllegalStateException

2007-09-06 Thread mclu
Hi again! I have my bridge up and running. 2 servers (A and B) and a middleware server (M). on both servers there are 3 queues. The middlewareserver bridges them to its local queues. I am using QOS 2 (Transacted) Messageflow is like -A send to lokal. -Bridged from A to M -M processing and send pr

[jboss-user] [JBoss Seam] - Re: Christian Bauer gives a talk about Seam in Berlin (5th o

2007-09-06 Thread jseider69
Unfortunately too briefly nevertheless a great event. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081660#4081660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081660 __

[jboss-user] [JBoss Messaging] - Re: Bridge under load throws IllegalStateException

2007-09-06 Thread mclu
Hi again I don't know if this will help, but in those error cases the SessionAspect.handlePreDeliver() called isXAAndConsideredNonTransacted(state) which returns true because the SessionState.sessionListener is null !?! The Comment of isXAAnd sais: http://jira.jboss.org/jira/browse/JBMESSA

[jboss-user] [JBoss Seam] - Re: Christian Bauer gives a talk about Seam in Berlin (5th o

2007-09-06 Thread [EMAIL PROTECTED]
You can find the slides here: http://in.relation.to/Bloggers/SeamPresentationAtObjektForumInBerlin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081663#4081663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081663 ___

[jboss-user] [JBoss Seam] - EL enhancements and EntityQuery

2007-09-06 Thread hispeedsurfer
Hi, I use a rich:datatabel component to display data from an class extending the EntityQuery class | @Name("recipientsList") | public class RecipientsList extends EntityQuery { | from datatable i use method expression | | | | |

[jboss-user] [JBoss Portal] - Re: JBoss Portal : Integrating Plain Old Web Application

2007-09-06 Thread roth
Hi Please keep us updated on how that works out for your seam application. Thanks, Tobias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081673#4081673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081673 ___

[jboss-user] [JBoss Seam] - Re: best practice for handling double-click during a long-ru

2007-09-06 Thread eghchang
thanks, increasing the timeout does help address our double-click within the same long-running conversation problem. i realize that we still need to figure out how to handle a double-click when the action expression called ends the long-running conversation (via @End) ... in this case, the seco

[jboss-user] [JBossWS] - Re: wsconsume schema type reference problem

2007-09-06 Thread Maffewl
bump, i'm having the same issue, any thoughts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081679#4081679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081679 ___ jboss-us

[jboss-user] [JBoss jBPM] - Re: How to know who has started a process ?

2007-09-06 Thread dleerob
Using a swimlane on the start task does work, as Ronald mentioned. Perhaps call it "Initiator", as I've done. Make it a standard on all your processes. Eg, at the top of you processdefinition.xml there should be this: That swimlane will be filled with the actorId that started the process, again

[jboss-user] [JBoss Messaging] - Re: Detected failure on control connection

2007-09-06 Thread bob_walker99
Can anyone help with this? I'm really struggling here, and I'm no nearer even understanding what the error means? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081684#4081684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Microcontainer] - Re: How do I programmatically declare a JNDI name dependency

2007-09-06 Thread wolfc
Why does MC not spit out an exception when KernelRegistryPlugin fails!!!??? Wasted a day just to find out that something is going wrong. 2007-09-06 15:56:04,209 TRACE [org.jboss.ejb3.kernel.JNDIKernelRegistryPlugin:87] get entry for jndi:WSHandlerTest_wsejb_vehicleHome | 2007-09-06 15:56:04,2

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-09-06 Thread Zerg-Spirit
Another revival since I still can't find a way to make my 'dirty' thing works. I don't know where to hook to change the code in order to reload the resourceBundle from the database. I tryed some different things using the messageFactory class, but couldn't work out with it. Basically, I'd need

[jboss-user] [JBoss jBPM] - java.lang.OutOfMemoryError

2007-09-06 Thread tinico
hi !! I've a big problem... I use jbpm to create an application witch using workflow. I deploy my app on weblogic server (in Vignette portal) and oracle. All my application work fine and jBPM to. However, when I devellope my app, I always change de classe of portlets and weblogic must to rede

[jboss-user] [EJB 3.0] - Re: Why is my jdbc/database not in the local ENC?

2007-09-06 Thread waynebaylor
global JNDI names are app. server specific--the default global name for a bean deployed to Glassfish will not be the same as if it were deployed to JBoss. if you don't care about hard-coding JBoss specific names into your classes, then there's no need to worry about it. View the original post

[jboss-user] [JBoss Seam] - Client-id : _id5 is duplicated in the faces tree.

2007-09-06 Thread jsfMan
Hello, I have a big problem in my page xhtml, when I add a component(commandButton), it shows a bug : java.lang.IllegalStateException: Client-id : _id5 is duplicated in the faces tree, | javax.faces.webapp.FacesServlet.service(FacesServlet.java:121) | org.apache.catalina.core.ApplicationFil

[jboss-user] [JBoss Seam] - Pb Initializing database on app startup with postInitializat

2007-09-06 Thread zdaler
I launch a method on application startup using the org.jboss.seam.postInitialization event. It work fine except if I access the database (and I need to) : using seam managed entity manager : @In | private EntityManager em; | | @Observer("org.jboss.seam.postInitialization") | private vo

[jboss-user] [JBoss jBPM] - Re: How to know who has started a process ?

2007-09-06 Thread lmichenaud
Thanks for help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081694#4081694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081694 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS Deployment Error

2007-09-06 Thread PeterJ
Java 1.4.3? 1.4.4? The latest 1.4 version I know of is 1.4.2. Also, without seeing the stack trace of the error, I could not guess as to the cause of the problem. It has been a long time since I ran 4.0.3, but I recall using JDK 1.4.2 with it. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Pb Initializing database on app startup with postInitial

2007-09-06 Thread [EMAIL PROTECTED]
em.getTransaction() is for resource-local transaction demarcation, i.e. Java SE. In Java EE you need to use JTA, either through the javax.transaction.UserTransaction API (Seam has a wrapper component, or do a JNDI lookup) or through CMT on an EJB. View the original post : http://www.jboss.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: File Upload Permissions

2007-09-06 Thread PeterJ
We use the Apache Commons FileUpload JAR in our application and have not had any problems uploading files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081699#4081699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408

[jboss-user] [JBoss jBPM] - Need jsf tag : listProcessInstancesInitiatedByActor

2007-09-06 Thread lmichenaud
Hi, I need a tag that lists all the process instances initiated by a user. Does anyone has already developped it ? Or maybe, i can just do it with and add some filters. If this tag doesnot exist, i think i will code it. NB: for this tag, a task is necessary on the start node. Later, i will

[jboss-user] [JBoss Messaging] - Re: Detected failure on control connection

2007-09-06 Thread [EMAIL PROTECTED]
This was the same failure I saw while testing http://jira.jboss.com/jira/browse/JBMESSAGING-1012 I bet this was fixed as part of CR2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081702#4081702 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Portal] - CMS Admin portlet

2007-09-06 Thread qwerty979
I would want to configure a folder so that a appartente customer to the group users can modify the files but she cannot any create some of new cancelling some. This is possible? Thanks Sergio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081703#4081703 Re

[jboss-user] [Beginners Corner] - Re: Error during start of JBoss AS

2007-09-06 Thread PeterJ
It appears that the release-admin.xml script failed to create the "messaging" configuration. Looking in Explorer, do you see the directory G:\JBoss\jboss-5.0.0.Beta2\server\messaging, and does it appear to contain almost the same set of directories and files as G:\JBoss\jboss-5.0.0.Beta2\serv

[jboss-user] [JBossCache] - Error when stopping cache.

2007-09-06 Thread aliher
I've encountered a prolem when switching from JBossCache 2.0.0-RC3 to 2.0.0-GA. When I stop cache the logs are flooded with warnings like that: 2007-09-06 16:34:59,069 WARN + : replication failure with method_call MethodName: _put; MethodIdInteger: 3; Args: (null, /Server3/3829

[jboss-user] [EJB 3.0] - Re: Unknown entity exception when Entities are in multiple j

2007-09-06 Thread slotos
I have the same problem using 2 jars in an ear file. But neither the class nor the jar-file tag in a persistence.xml of the META-INF directory of the ear file works. The aim is to have a basic.jar where general entity classes exist. In the concrete.jar I would like to have derived entity classe

[jboss-user] [JBoss jBPM] - How to take a decision in java code

2007-09-06 Thread Jean-LucT
I'm new to jBPM 3.2.1 but I didn't find anything on this subject either in doc/examples and this forum : still my question seems to me very basic. I want to be able to decide the transition I will follow in a piece of Java Code according to the data previously entered. I'm using a Decision node

[jboss-user] [JBoss Seam] - Re: Client-id : _id5 is duplicated in the faces tree.

2007-09-06 Thread [EMAIL PROTECTED]
You need to post much more information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081709#4081709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081709 ___ jboss-user mail

[jboss-user] [JBoss Seam] - java.lang.NoClassDefFoundError: org.drools.WorkingMemory and

2007-09-06 Thread dkane
Hello After 20 minutes of inactivity (I guess, session is being serialized after that), JBoss throws the following exception to console. The application is quite simple Seam one, containng one session-scoped component. No Drools are used explicitly, no jBPM. The only specific feature is Seam

[jboss-user] [JBoss Seam] - EL "model validation failed:null" / modelInstance evaluates

2007-09-06 Thread pwoj
Hi, I' have custom facelets components in taglib named fc. They can be included in one another. form .xhtml contains person component with parameter person passed in using the seam component. | ... | | ... | person component include address component | ... | | ... | ...a

[jboss-user] [JBoss Seam] - Invoking a Seam component method from pages.xml?

2007-09-06 Thread tonylmai
Hello, I have a few pages where the contents are fetched from a database. I would like to have these contents refreshed when the user return to these pages (within a session). I have a .refresh() method on Seam components that is used as the backing bean for these pages. I also have a navigat

[jboss-user] [JBoss Portal] - Re: CMS Admin portlet

2007-09-06 Thread [EMAIL PROTECTED]
anonymous wrote : | I would want to configure a folder so that a appartente customer to the group users can modify the files but she cannot any create some of new cancelling some. This is possible? | Yes. If I understand you correctly what you need to do is, For the files that you need t

[jboss-user] [JBoss Portal] - Struts bridge - Necessary to modify web.xml?

2007-09-06 Thread NM-156
Hi. According to the Apache Portal web site: http://portals.apache.org/bridges/index.html JBoss 2.0 has Struts bridge support. For an existing web application, do I have to replace org.apache.struts.action.ActionServlet with org.apache.portals.bridges.struts.PortletServlet inside of web.xml on

[jboss-user] [JBoss Portal] - CachedConnectionValve

2007-09-06 Thread tellarsrinivasprabhu
Hi all, I am using jboss portal 2.6.1. I built if from source code and deployed on jboss Application server 4.0.5. I want to assign contextual roles to user. socreated new table called contextual_roles. where i mapped user role to jbp_uid i. i have created a domain class corresponding to con

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Value of identity column with JBoss 4.0.5 JPA entity manager

2007-09-06 Thread earniedyke
Greetings all, I have an EJB3 stateless bean that defines the following entity manager: @PersistenceContext | @PersistenceUnit(unitName = "SimPersistence") | EntityManager em; When I persist a new object via em.persist(o) I need to get the value of the identity column back. How can I do tha

[jboss-user] [JBoss Seam] - Re: Invoking a Seam component method from pages.xml?

2007-09-06 Thread fernando_jmt
I think you should use a page action. | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081724#4081724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081724 ___

[jboss-user] [JBoss Portal] - Admin portlet error

2007-09-06 Thread k3nnymusic
I am using jboss portal 2.0.2 in AS 4.0.5 GA. When i am going to admin panel i see: | occured while rendering window 'default.Admin.ManagementPortletWindow' | /WEB-INF/jsp/management/index.xhtml @41,58 rendered="#{!empty node.children}": Exception getting value of property children of base

[jboss-user] [JBossWS] - Re: Secure Webservice

2007-09-06 Thread rbellia
I have the same probelm with JBoss AS 4.2.1 ... The endpoint: | @Stateless @WebService | @RolesAllowed({"clerk"}) | public class CalculatorBean implements CalculatorRemote, CalculatorLocal { | | @Resource SessionContext sessionCtx; | | public Integer sum(Integer a, Integer

[jboss-user] [EJB 3.0] - Re: handling ejb3 injection failure

2007-09-06 Thread ALRubinger
The @EJB Annotation does more than injection; it also establishes a dependency. For a JBoss-specific solution, you can also annotate your instance variable with @IgnoreDependency like: @EJB | @IgnoreDependency | MyBeanClass myBean; ...which I believe should work, though I've never tried thi

[jboss-user] [Security & JAAS/JBoss] - JBoss and Windows ACL

2007-09-06 Thread jc7442
My JBoss runs on a Windows system. I develop an intranet application. USers are authenticated using the LDAPExtLoginModule plugged on the active directory of my company. Some of the services hosted in JBoss needs to access to windows resources such as file servers, printers, ... Access to this

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-09-06 Thread [EMAIL PROTECTED]
Observer org.jboss.seam.localeSelected View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081734#4081734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081734 ___ jboss-user maili

[jboss-user] [JBoss jBPM] - Asynchronous Continuations

2007-09-06 Thread nvrprasad1
I have created a process flow application which will can be used by multiple users concurrently. As these users may decide to save the work in between and it may take a long time like a week to reach the end point - I am trying to use asynchronous continuations. As there is only a single Command

[jboss-user] [JBoss jBPM] - Possible to restart a ProcessInstance

2007-09-06 Thread justin.zhou
For an existing ProcessInstance, is it possible to restart it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081736#4081736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081736

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

2007-09-06 Thread supernovasoftware.com
I have seen charts integrated in PDF, but how is this integrated now within HTML pages? Please point me to an example or provide assistance. I now have Trinidad, Richfaces, and Tomahawk playing nicely together. I need charting support and started to evaluate the chart component in Trinidad. I

[jboss-user] [JBoss Messaging] - Re: Detected failure on control connection

2007-09-06 Thread bob_walker99
Sounds promising. I mailed Tim a test which reproduces the behaviour, but was intermittent at the time. I've just done 2 clean installs: 1 of 4.2.0/1.3.0GA, and consistently got that error when creating a connection, I then did a clean 4.2.0/1.4.0CR2 install, and didn't see the error. Howeve

[jboss-user] [EJB 3.0] - Re: handling ejb3 injection failure

2007-09-06 Thread ajay662
Thanks for your suggestions ALR. I have tried @IgnoreDependency in my other jboss-specific app and it does work fine. In this case however, I am actually looking for a portable solution and not something thats specific to a vendor. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - Re: Using struts-portal-bridge with jboss portal 2.2 , with a

2007-09-06 Thread NM-156
No offense, but you posted to this forum in English. Why would you resolve the problem and then say regarding your blog: "I write it in Chinese. " That doesn't help much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081742#4081742 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: Client-id : _id5 is duplicated in the faces tree.

2007-09-06 Thread jsfMan
Here is my page xhtml : http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; | xmlns:s="http://jboss.com/products/seam/taglib"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:f="http://java.sun.com/jsf/core"; | xmlns:h="http://j

[jboss-user] [Clustering/JBoss] - Cluster members don't see each other

2007-09-06 Thread nitesh
Hello, I'm using JBoss AS 4.0.3 SP1 with JDK 1.5.10. I've setup a cluster of two JBoss instances with the partition name "DefaultPartition" and I pass the same IP Multicast address using the '-u' switch. However, the two JBoss instances don't see each other. I've not made any changes to the cl

[jboss-user] [JBoss Messaging] - Re: Detected failure on control connection

2007-09-06 Thread [EMAIL PROTECTED]
We found few bugs on the Bisocket implementation... on the StressTest shown at JBMESSAGING-1012. Ron had fixed lots of bugs, and JBossRemoting 2.2.2.GA fixed the problem. So, you will also need to replace jboss-remoting by the newer version to make sure the error won't happen. View the origina

[jboss-user] [JBoss Portal] - Re: Admin portlet error

2007-09-06 Thread k3nnymusic
I use jdk 1.5 and now its ok View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081746#4081746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081746 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Client-id : _id5 is duplicated in the faces tree.

2007-09-06 Thread Stateless Bean
this is typical problem when U use facelets. I had same problem, adding manyally id where it was possible solved problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081747#4081747 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - problem using entityqueries

2007-09-06 Thread jamesjmp
hello, This issue is somehow strange, so I provide you with the related code to make my explanation clear. I´ve defined this entity-query in my components.xml file. | If I use it directly from a view xhtml file it works ok. For example | |

[jboss-user] [JBoss jBPM] - Re: Error introduced in 3.2.1

2007-09-06 Thread tms
Hi, does it have any solution? I've the same problem. Tomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081750#4081750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081750 __

[jboss-user] [JBoss Seam] - Re: Trouble Deploying Seam App To Tomcat

2007-09-06 Thread nkhilnani
Theres an issue in JIRA to track this. http://jira.jboss.com/jira/browse/JBSEAM-1663 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081751#4081751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081751 _

[jboss-user] [JBoss Seam] - Re: Client-id : _id5 is duplicated in the faces tree.

2007-09-06 Thread jsfMan
Add manually id in all my page View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081752#4081752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081752 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Jboss unmarshalling

2007-09-06 Thread vitor_b
Hello I created a class which uses jboss Unmarshaller. It works just fine, but i cannot unmarshall xml file which does not contain the main element from schema. That means when file i want to unmarshall contains some element from schema, but this is not a global element i receive exception: Ex

[jboss-user] [JBoss Seam] - Re: begginer question - request parameters

2007-09-06 Thread przadka
thanks for the answer. i did some experiments which seem to confirm it. the source of my question is in the paging example in the documentation: http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/framework.html#d0e5897 in the example, the paging parameter (firstResult) is passed as a request

  1   2   3   >