[jboss-user] [JBoss Portal] - Re: ClassCastException when using MyFacesGenericPortlet

2007-09-03 Thread jaboj
That's correct - we are moving from JBoss AS 4.0.4 to 4.2.1. I have been looking at the wiki and trie to replace the RI JSF implementation with MyFaces but that doesn't seem to work when the Portal is deployet in the AS. We've also tried to bundle the MyFaces Implementation in our Portal War fil

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.1 bundled - null pointer exception

2007-09-03 Thread [EMAIL PROTECTED]
It's a known issue with a more recent version of JBoss Cache included in JBoss AS 4.2.1 than the one we embed. If possible for you try to delete the JBoss Cache library from server/default/lib and it will work View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBossWS] - Re: Error: Unable to createEndpointReference Provider

2007-09-03 Thread johnsoncqq
jboss-4.2.1.GA jbossws-native-2.0.0.GA JDK 1.6.0 wsrunclient EchoClient 'Hello World!' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080715#4080715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080715 ___

[jboss-user] [EJB 3.0] - Re: ejb-jar.xml file

2007-09-03 Thread pvelarde
thanks very much sandor, i'll try. see you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080712#4080712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080712 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging / Spring JMS compatibility?

2007-09-03 Thread stefa975
The real problem is that JBM don't pool the connectionFactory. The way Spring is using the connectionFactory is by design and the connectionFactory should be pooled and handled by the application server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080710#4

[jboss-user] [JBoss jBPM] - Re: Help required

2007-09-03 Thread muddsar
i am using ernie user and it is in oracle db as wellanything else i need to check? Thanks Muddsar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080707#4080707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBossWS] - Re: Axis vs Jboss compat issue

2007-09-03 Thread vashistvishal
Have you been able to resolev this probelm. If yes than it will be good if you can share how... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080703#4080703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080703 __

[jboss-user] [EJB 3.0] - Re: Please help me !!

2007-09-03 Thread changemylife
Hi! Thanks! I exported my project to Jar file (same as Java project) and it work fine! But I think that if I created a Java project and then I export Jar file, I must copy some libraries of EJB and edit ClassPath. Have a way can more quickly ? View the original post : http://www.jboss.com/i

[jboss-user] [Beginners Corner] - Re: How to create a POJO at the the start of application and

2007-09-03 Thread satya400
That will definitely help. Please give an example. I would be very grateful to you. Thanks Satya View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080701#4080701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080701 ___

[jboss-user] [Beginners Corner] - MDB Not working

2007-09-03 Thread shankha
Hi, I am able to control my deployed MDB programatically. Basically my code invoke the responsible MBean for that MDB and call the invoker.stopDelivery() method on that MBean. It will restrict the MDB to get the message from Queue. I can also withdrow the restriction of the MDB to get messa

[jboss-user] [JBoss Seam] - Re: please help me out of this problem

2007-09-03 Thread fernando_jmt
Yes your'e right. STATELESS @Factory means it will be called every time the name is referenced in the page. In this case returning the already instantiated class. And yes, the value change listener is invoked when the value is changed in the selectbox, enabling the @Factory method to reload wit

[jboss-user] [JBoss Seam] - Non-SMPC

2007-09-03 Thread monkeyden
I have an application which uses SMPC, but I need to implement a process that runs in its own thread. I've looked into Timers but for a couple different reasons I'd prefer to use a different thread. Where can I find an example of both SMPC and Non-SMPC running in the same application? Thank

[jboss-user] [JBoss jBPM] - Rules and BPM from the (nonprogrammer) analyst's POV

2007-09-03 Thread vhastings
Hello, I am working with a developer who is building a web application using JBoss Rules and jBPM. I'm not a programmer at all -- I'm simply developing the spec and scope of work for my developer to work from. I haven't found a lot of information (manuals, tutorials, etc.) geared towards help

[jboss-user] [JBoss Portal] - Re: where is the thirdparty libs of jboss portal 2.61

2007-09-03 Thread [EMAIL PROTECTED]
I got it . thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080693#4080693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080693 ___ jboss-user mailing list jboss-user

[jboss-user] [Beginners Corner] - Re: How to create a POJO at the the start of application and

2007-09-03 Thread viniciuscarvalho
You could try to create a sar archive to load your bean and then rebind it to the initial context. If that helps, I could post an example View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080692#4080692 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - A simple security problem

2007-09-03 Thread jiangliu
Hi guys, I am having a simple example in my application. In my xhtml page, i use: to restrict certain parts of the page to be displayed to logged users. I did notice that the URL after user's login has changed to: http://blah.xxx.seam?cid=3 However, when i manually change the cid number, s

[jboss-user] [JBoss jBPM] - How to Modify Designer Jpdl

2007-09-03 Thread pedroluppi
I download the source and I am trying to modify something, like a hello world. Fox example, I change in the constructor of the class TaskFormGenerationDialog, the line this.title = "Generate Task Form" for this.title = "Generate Task Form Test"; I run the "All" target and copy the generate files

[jboss-user] [Security & JAAS/JBoss] - Re: How to let

2007-09-03 Thread changemylife
I think that @SecurityDomain annotation can resolve this problem. You can declare it in your code or XML configuration file. Then, you edit login-config.xml inside xxx/server/conf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080687#4080687 Reply to the po

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS 4.2.1 GA does not work with SEAM in netbeans

2007-09-03 Thread purnendu9
Thanks for the reply. I also thought the same and now have switched to myeclipse. Let me see if i face any problem with it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080686#4080686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to secure beans ?

2007-09-03 Thread changemylife
Hi ! I declared SecurityDomain in XML configuration file. But my problem is: If the stranger has my bean. And he can extract it, and see XML configuration file and know SecurityDomain (and he can edit file login-config.xml on machine). How way to set he can't deploy my bean on his machine

[jboss-user] [JBoss Seam] - jbpmContext.getSession() queries requiring fully-qualified e

2007-09-03 Thread cjalmeida
In Seam 2.0.0.BETA1 (from CVS) I acquired a jbpm context from: @In private JbpmContext jbpmContext; the following code does not work: | Session session = jbpmContext.getSession(); | session.createQuery("select t from TaskInstance").list(); | It returns a "TaskInstance not mapped" except

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-09-03 Thread mgrouch
Mike, and other facelets developers, When is a new facelets release can be expected? Apart from this fix there are others which are long awaited Ex: https://facelets.dev.java.net/servlets/ReadMsg?list=users&msgNo=8106 Thanks View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen

2007-09-03 Thread atao
Vincent said. anonymous wrote : | The issue comes from the fact that when I hit the Save button, the onblur event from a:support fires at the same time and it breaks the save process. If I click outside the edited field, and then click the save button it works. | so I tried this workaround

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

2007-09-03 Thread minamti
This is what I have... The email page (regemail.xhtml) http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:h="http://java.sun.com/jsf/html"; | xmlns:f="http://java.sun.com/jsf/core"; | templ

[jboss-user] [JBoss Portal] - JBoss Portal 2.6.1 bundled - null pointer exception

2007-09-03 Thread vhortal
Hello, I am an absolute beginner in this field. I could not find any report on a similar problem so here I go. I deploy and run the bundled version of the JBoss Portal 2.6.1 GA (without any changes) on Windows XP Professional (spanish language), and everything mentioned in the quickstart guide

[jboss-user] [JBoss Seam] - EntityQuery - examples

2007-09-03 Thread pablodiablo
Do you provide any examples how to use EntityQuery and how to add restrictions to it? I'm trying to add search functionality to generated entities and I have a lot of errors - please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080674#4080674 Reply t

[jboss-user] [JBoss jBPM] - Re: Sender address rejected: need fully-qualified address

2007-09-03 Thread wadisnake
Excellent idea ! i searched for '[EMAIL PROTECTED]" and it worked just fine. Thanks again and again kukeltje for your your excellent contribution on this forum :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080673#4080673 Reply to the post : http://www.

[jboss-user] [JBoss Seam] - Re: Problem using seam 2 with firefox and jbpm

2007-09-03 Thread fredbene
Hmmm I found the problem I was writing here and test this: My action that I call the method that use the pageflow is this: | | | | So I just took off the a4j to h:commandButton and worked! I don't know why in this way didn't okay. Thank you a lot! View the original po

[jboss-user] [JBoss jBPM] - Re: Sender address rejected: need fully-qualified address

2007-09-03 Thread kukeltje
the source is open. Did you try searching it for the string '[EMAIL PROTECTED]' ? I just did and surprise, surprise, it is hardcoded. So the easy way is to change that and recompile the code. Another option is to create your own implementation of the class, the third option is to make it configu

[jboss-user] [JBoss jBPM] - Re: Sender address rejected: need fully-qualified address

2007-09-03 Thread wadisnake
I am using JBPM 3.2.1 My problem is that my smtp server doesn't accept incorrect mail forms, so as said from the author for 848 i need to change the sender's mail. Again, my question is : how to change the sender adress ([EMAIL PROTECTED]) to another value ? thanks again kukeltje for taking the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Unable to run Jboss on linux

2007-09-03 Thread umailkamal
Scott/Kiran: Please help us!... I'm also getting the same error... Do i need to re-install the java on the LINUX system. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080668#4080668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Beginners Corner] - Failed to boot JBoss: ::: Please Help!

2007-09-03 Thread umailkamal
Hi All: I'm getting the following error, when i'm starting the JBOSS... I'm using the Jdk1.5 and JDK version details are as per below. java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed

[jboss-user] [JBoss Seam] - Re: Problem using seam 2 with firefox and jbpm

2007-09-03 Thread fady.matar
can you manage to get the content of the two pages so we can debug? I'm quite sure the problem isn't from the pageflow definition neither from jbpm. Let's dig into the details. Try using the webdeveloper plugin for firefox. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Problem using seam 2 with firefox and jbpm

2007-09-03 Thread fredbene
The content of the page is just a hello, nothing calling a component. If I access direct the page, it's okay. Using firebug shows the tags from the html and my content, but I cannot select the page, even I use the "inspect" from firebug, it can't find the elements from the page, but as I said, m

[jboss-user] [JBossCache] - Searching a Pojo Cache?

2007-09-03 Thread roja
I am a little new to the JBOSS world and am just getting started after finding PojoCache (which i have to say is utterly excellent!) I do however have a small problem. Is there any simple method for performing searches for specific pojo instances? I am aware that each pojo is stored within the t

[jboss-user] [JBoss jBPM] - Re: Sender address rejected: need fully-qualified address

2007-09-03 Thread kukeltje
??? JBPM-848 is fixed in 3.2.1. So what is your problem/question? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080660#4080660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080660 _

[jboss-user] [JBoss jBPM] - Re: attach javascript to jpdl generated task form save butto

2007-09-03 Thread kukeltje
hmm. if this is true it surely is a bug. I cannot imagine that save has become a separate operation and not happening when ending a task via a button. If this realy is true for 3.2 (what version are you using) file a jira issue. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [EJB 3.0] - EJB 2.1 and 3 coexisting?

2007-09-03 Thread goldrimtang
Hi there, Can you have some EJB's 2.1 and some 3.0 (all session beans, many stateless, one statefull), in the same JAR file? Is that deployable? I don't have problems deploying the JAR file when all the EJBs are 2.1, but when one is 'switched' to 3, then there is plenty of exceptions at deploym

[jboss-user] [JBoss Seam] - Re: Problem using seam 2 with firefox and jbpm

2007-09-03 Thread kukeltje
- it is a pageflow, not jpdl - what is the content of the page? Sure there is no problem there? - turn on debug and see if the appropriate page is send to the client - View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080656#4080656 Reply to the post : http://w

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

2007-09-03 Thread kukeltje
One of the beauties of open source is that you *can* develop extensions. Yes, they are a little difficult to maintain, but at least you *can* do it. Instead of changing the current API, you can extend it which is a little less worry to maintain ;-) But you can always file a jira issue for this

[jboss-user] [JBoss Seam] - Re: Page begin-transaction flushmode=manual didn't work

2007-09-03 Thread tim_ph
I probably have to wait for next drop then. I got the workaround at wire() call, so it's no biggie for now. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080653#4080653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: EntityQuery hints map string value

2007-09-03 Thread [EMAIL PROTECTED]
Please add a JIRA issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080652#4080652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080652 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: Page begin-transaction flushmode=manual didn't work

2007-09-03 Thread [EMAIL PROTECTED]
This is working correctly in CVS (and should have been in the beta release, but you probably want to try upgrading to CVS) e.g. in the seamdiscs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080651#4080651 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Problem using seam 2 with firefox and jbpm

2007-09-03 Thread fredbene
Hello, I'm using this simple jpdl | | | | | | | | | | | | When my firefox access the page editNews (sure, using jbpm) it only shows a blank page while in IE shows the correct page. I can see only the correct page using firefox wit

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

2007-09-03 Thread Manuel Palacio
You have to remove the EcheancePret from the EcheancePrets collection in Pret before you can delete it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080648#4080648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408064

[jboss-user] [JBoss Seam] - Re: TransactionSuccessEvent and TransactionCompletionEvent

2007-09-03 Thread [EMAIL PROTECTED]
transaction success is occurs when the transaction completes successfully, transaction completion occurs when the transaction ends successfully or not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080644#4080644 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: s:graphicImage and images being shared by users!

2007-09-03 Thread [EMAIL PROTECTED]
I need a bug report in JIRA with reproduction instructions against an example or a runnable app. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080642#4080642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080642 _

[jboss-user] [JBoss Seam] - Re: Bug with EVENT scope

2007-09-03 Thread [EMAIL PROTECTED]
This is due to differences between EVENT scoped POJOs and Stateless EJB3s. SLSBs are drawn from a pool for each method invocation, and no guarantee is made about whether this bean has been used before. Whilst an EVENT scoped POJO is created for each request. No bug. View the original post :

[jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen

2007-09-03 Thread [EMAIL PROTECTED]
Vincent, yes, I understand your patch better now :) So, I want to understand better what you guys *want* the behaviour to be. I've attempted to summarise the current behaviour: Each received ajax request is processed by Seam in serial. If concurrent calls occur, Seam queues the action event fo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss on JDK to use JSR199

2007-09-03 Thread Grandfatha
You need to compile java code inside an EJB? That sounds... unusual. ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080633#4080633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080633 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS 4.2.1 GA does not work with SEAM in netbeans

2007-09-03 Thread Grandfatha
If i remember correctly, the Seam Plugin is said to work under Netbeans 5.5 with Seam 1.2.1 GA which works on JBoss 4.0.5 (JEMS Installer with ejb3 profile). I think you are using incompatible versions. With JBoss 4.2, they threw out Myfaces to put the Sun reference implementation in there ins

[jboss-user] [JBoss jBPM] - Re: Sender address rejected: need fully-qualified address

2007-09-03 Thread wadisnake
http://jira.jboss.com/jira/browse/JBPM-848 so i tried another smtp server and it works fine, so i guess all i need is to change the sender's mail ([EMAIL PROTECTED]) to a correct form [EMAIL PROTECTED] Any ideas please ? View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Seam] - Re: h:messages on modalPanel

2007-09-03 Thread damianharvey
You can always create most of these components server side and bind them to a page using the binding attribute but the basic tag (+ binding) will have to be present on the page. This would suit your purposes if you wanted to build up a list of errors to be rendered by the modal. Cheers, Damian

[jboss-user] [EJB 3.0] - Re: EJB lookup problem in EAServer 6.0

2007-09-03 Thread wolfc
Please download JBoss AS 4.2.1.GA from http://labs.jboss.com/jbossas/downloads and try again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080618#4080618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080618

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

2007-09-03 Thread simonbaker
Unfortunately wild card doesn't work because the query in "hibernate.queries.hbm.xml" is: | | | | I tried changing the anonymous wrote : where ti.actorId = :actorId to anonymous wrote : where ti.actorId like :actorId in the "hibernate.queries.hbm.xml" file embedded in the "j

[jboss-user] [JBoss Seam] - Re: Seam Text and \n

2007-09-03 Thread demetrio812
Thanks, I will try, isn't there a way to add rules dynamically? I also want to add some application-related rules and this would be very cool... I'm not an expert on this but if you give me the start I will try... Thanks... Demetrio View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: h:messages on modalPanel

2007-09-03 Thread kgoedert
Thanks, I´ll give it a try... Would it be possible to create this modal panel in server side and show it as a result of the method? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080614#4080614 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Absolute application path

2007-09-03 Thread damianharvey
check out the tip in this thread http://www.jboss.com/index.html?module=bb&op=viewtopic&t=101708 it'll give you a place to start. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080613#4080613 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Identity component and support of multiple users

2007-09-03 Thread zzzz8
Because the identity component is session scoped, this doesn't seem to be possible - e.g. I open multiple tabs on a single browser, where each tab represents a different user logging into my application. How can I make this work to support multiple users (other than rewriting the identity compo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - ClassNotFoundException when using annotations

2007-09-03 Thread goldrimtang
Hello forums, I am porting an application form Jboss 3.2.6 to 4.2.1. After some minor tweaks, the application runs well. Then, I want to start taking advantage of new features, such as the usage of annotations instead of xdolcet. I started with just one stateless session bean, removing the xdoc

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Connecting to web application on JBoss AS via remote comput

2007-09-03 Thread mladen.babic
Hi, I'm using JBoss AS 4.2.0 on Ubuntu. I have tried access to web application via IP connection of remote computer.On remote computer(LAN) I have JBoss AS 4.2.0.An example: remote computer has IP 192.168.0.103.On this computer I have JBoss AS and some web application which works fine on l

[jboss-user] [JBoss Seam] - Re: h:messages on modalPanel

2007-09-03 Thread damianharvey
Are you reRendering the modal panel when you display it? It exists on the page like any other component and all you are doing it making it display. | .. | .. | | | | Cheers, Damian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080608#408

[jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen

2007-09-03 Thread damianharvey
Maybe it needs a similar mechanism to the eventsQueue used by ajax4jsf (ironically). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080605#4080605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080605

[jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen

2007-09-03 Thread vincent.latombe
Pete : I think you misread my patch. Concurrent calls don't get parallelized. I didn't really understand what this concurrent request timeout really represents, but it seems awkward to me that a request has to fail because an existing request is already being processed. I changed the behaviour f

[jboss-user] [JBoss Seam] - h:messages on modalPanel

2007-09-03 Thread kgoedert
Hi, I want to display faces error messages in a rich faces modal dialog. I did the following:

[jboss-user] [JBoss Seam] - Re: Multiple DataModels in an SFSB

2007-09-03 Thread jbuechel
"[EMAIL PROTECTED]" wrote : void @Factory methods should not have a scope. The scope is defined on the attribute that does the outjection. Hi, i'm struggling with a similar issue as fernando did: Here some code snippets: DataModel declaration: @DataModel(scope=ScopeType.PAGE) | priv

[jboss-user] [JBoss jBPM] - Re: attach javascript to jpdl generated task form save butto

2007-09-03 Thread rossputin
Hi I checked in the database after ending the task, and the variable is not in the variable instances table. When I press save, it both checks I have filled in the field, and saves the value entered into the database, cheers Ross View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [Security & JAAS/JBoss] - How to let "the system" access secure beans?

2007-09-03 Thread bjolletz
Hello everybody! I'm quite new to JBoss, so please excuse me if I'm missing something obvious, but I have the following problem: I am trying to secure some beans using the @RolesAllowed annotation. When doing this, I realized that some methods should only be able to be called by "the system",

[jboss-user] [JBoss Seam] - Re: Seam Text and \n

2007-09-03 Thread [EMAIL PROTECTED]
Edit seam-text.g, run 'ant clean' and 'ant' in the Seam distribution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080589#4080589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080589

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

2007-09-03 Thread simonbaker
Thanks, I'll try... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080587#4080587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080587 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Re: DataModel and DataModelSelection

2007-09-03 Thread [EMAIL PROTECTED]
N.B. You can do @In("#{dataModel.rowData}") | private Foo selectedFoo; anywhere in Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080586#4080586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080586 _

[jboss-user] [EJB 3.0] - Re: Invoke remote EJB3 from JVM 1.4 client

2007-09-03 Thread bdecoste
The problem is that the final version of the EJB3 API is dependent on Java 5 constructs. For example, javax.ejb.SessionContext.getBusinessObject() returns a Generic. So we cannot compile some client classes using JDK1.4. The earlier versions of the specification were not dependent on Java 5 cons

[jboss-user] [EJB 3.0] - EJBQL in JBoss 4 / EJB3 ?

2007-09-03 Thread baronDodd
Just a quick question: When defining @NamedQueries for jboss ejb3 entities, can I use old EJB-QL from our EJB2 Entity Beans e.g @NamedQuery(name="findAllApplications", query="SELECT OBJECT(application) FROM Application application") Seem to be getting a lot of sytax errors reported: No data t

[jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen

2007-09-03 Thread damianharvey
Thanks Pete. Nice to know that it's on the radar and even nicer to have this finally pinned down to a reproducible bug. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080583#4080583 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: NotLoggedInException and no redirect to login page again

2007-09-03 Thread gena777
Ok, with s:button the redirection to login works properly also on method invocations, but not with h:commandButton, any idea why?! I'm using trinidad 1.2.1 on the jsf-ri-1.2 latest with latest cvs build of jboss Seam2 Gena View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen

2007-09-03 Thread [EMAIL PROTECTED]
Damien: yes, I can reproduce. I don't think Vincent's patch will make it into Seam. Currently Seam serializes concurrent requests to Conversational scoped beans (failing if it has to wait longer that the concurrent-request-timeout). Vincent's patch (afaics) alters this to allow concurrent

[jboss-user] [JBoss jBPM] - Re: deploy jbpm3.1.2 to tomcat5.0.28 with oracle9i

2007-09-03 Thread kukeltje
Muddsar, Please do not post duplicate requests... and certainly not in a totally unrelated topic View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080580#4080580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080580

[jboss-user] [JBoss Seam] - Re: DataModel and DataModelSelection

2007-09-03 Thread wschwendt
opened a fresh JIRA case http://jira.jboss.com/jira/browse/JBSEAM-1895 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080579#4080579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080579 ___

[jboss-user] [JBoss Seam] - Re: Seam Text and \n

2007-09-03 Thread demetrio812
but if I just want a line break (I mean a < br / >, in the first post it was hidden)? without a new paragraph like this line I'm writing...I can't... how can I do to extend it? I need it coz all ppl that are using my app when they put a new line they aspect a new line in the result too so they

[jboss-user] [JBoss jBPM] - Re: Help required

2007-09-03 Thread kukeltje
and is he in the participant role? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080576#4080576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080576 ___ jboss-user mailing l

[jboss-user] [JBoss jBPM] - Re: Help required

2007-09-03 Thread kukeltje
is user ernie in the database? if it is not, this error occurs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080575#4080575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080575

[jboss-user] [JBoss jBPM] - Re: attach javascript to jpdl generated task form save butto

2007-09-03 Thread kukeltje
Ross, ending a task, saving data and validation are separate steps. Does the data get saved when a task is ended and just not validated? Or is it not saved at all? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080574#4080574 Reply to the post : http://www.

[jboss-user] [JBoss Seam] - Re: Seam Text and \n

2007-09-03 Thread [EMAIL PROTECTED]
This is expected, you need to two \n to create a new paragraph. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080571#4080571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080571 __

[jboss-user] [JBoss Seam] - Re: Problem with JBPM nodes and transitions

2007-09-03 Thread chawax
I have another problem with transitions. I have a task-node with 2 transitions "Accepter" and "Refuser". These transitions can be fired from two command buttons in a JSF. These transitions go to nodes with Seam actions binded to them. But when JBPM calls these actions, the processInstance I get

[jboss-user] [JBoss Seam] - NotLoggedInException and no redirect to login page again

2007-09-03 Thread gena777
Hello, i'm trying to use the built-in security handling. With the pages.xml it works fine. But, if i try to restrict some controller action, no redirect occurs and the application just throws an exception | 17:34:57,328 ERROR [[default]] Servlet.service() for servlet default threw exception

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException in remote EJB3.0 lookup from tomcat w

2007-09-03 Thread [EMAIL PROTECTED]
A similar symptom occurs, when you are using different version of jboss server and tomcat client. With server=jboss4.2.1 and client=jboss-client-all.jar (4.0.3) I got a Caused by: java.lang.ClassCastException: javax.naming.Reference for SFSBs (SLSBs worked fine). After fixing this, all works a

[jboss-user] [JBoss jBPM] - Help required

2007-09-03 Thread muddsar
Hi i have configured jbpm-starters-kit-3.1.4 with oracle 9i...when i try to run example process websale...it gives me following exception Caused by: org.jbpm.identity.assignment.ExpressionAssignmentException: couldn't interpr first term in expression 'user(ernie);' at org.jbpm.ide

[jboss-user] [JBoss Seam] - Bug with EVENT scope

2007-09-03 Thread andreigh.ts
Hi, I have a search button in a page, that executes an action in the EVENT scoped component and then redirects to the same page. If the component is a POJO, then Seam instantiates 2 components (one for executing the action and one for displaying the page after redirect). If the component is a

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Java heap size problem

2007-09-03 Thread nicdo77
Hi, I'm using JBoss 4.0.5 and i have two applications deployed on it: the application i'm developing and JIRA. Since i have installed JIRA, i have had performance problems, such as gettin this in the log: 15:20:37,984 ERROR [STDERR] Exception in thread "ScannerThread" | 15:20:38,703 ERROR [ST

[jboss-user] [JBoss jBPM] - Re: Group Assignment(Very Urgent Plz)

2007-09-03 Thread kukeltje
yes it it possible with a custom fork where you create as many tasks as there are users in the group. This custom fork is described in the wiki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080557#4080557 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Seam Text and \n

2007-09-03 Thread demetrio812
Hi, I noticed that if I put a \n in the text rendered by it doen's put a so I have to put \n\n to have a new paragraph but this is not the formatting I want... is it a bug or a "feature"? Can I implement some extension by myslef to add to standards one? Thanks Demetrio Filocamo View the or

[jboss-user] [JBoss Seam] - Re: s:graphicImage and images being shared by users!

2007-09-03 Thread g.blanco
Hi, We're developing a Seam application for a community (similar, in some aspects, to MySpace). The application renders lots of images using s:graphicImage, among them face photos of supporting members. The problem is that, sometimes, in the place of a face, appears another. I saw the posts abo

[jboss-user] [JBoss jBPM] - Re: Sample Process taking wrong transitions when using 3.2.1

2007-09-03 Thread fuligj
I have tried the patch, but the error was the same. Not the function getTransition() may be the trouble? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080547#4080547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080

[jboss-user] [Management, JMX/JBoss] - jmx - remote clients.

2007-09-03 Thread pfinnegan
Where is the best place to look for documentation about managing Jboss from a remote Java client via Java Jmx? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080546#4080546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Main entry

2007-09-03 Thread AleksI
Hi, I have to do some configuration for Java application At the moment I keep all classes in Client Module in Eclipse Enterprise Application project. I still have to be able to run application from my main method in choosen startup-class. I was not able to do so defining such in MANIFEST.MF file.

[jboss-user] [Beginners Corner] - Re: jboss 2.4 + netbeans 5.5

2007-09-03 Thread robertosoto
The JBoss version 4.2.1 is for the Application Server (AS) and version 2.4 stands for the JBoss Portal 2.4 which is correct since JBoss Portal 2.4 runs under JBoss Aplication Server 4.2.1. The latest version of JBoss portal is 2.6. I am having the same problem. I would like to develop portlets i

[jboss-user] [JBoss Seam] - Re: DataModel and DataModelSelection

2007-09-03 Thread matt.drees
Yeah, I've wanted this too. Often I'll have a search/listing page with delete buttons on each row. But I want to do the delete action in a different backing bean than the search backing bean, which has the @DataModel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: problems with refreshing view after entity change

2007-09-03 Thread przadka
hello, unfortunately i did not manage to solve the problem. in the end i redesigned the UI so the problematic situation does not even occur. im not happy with it though... regards, michal przadka View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080529#4080529

[jboss-user] [Beginners Corner] - Main method

2007-09-03 Thread AleksI
Hi, I have to do some configuration for Java application At the moment I keep all classes in Client Module in Eclipse Enterprise Application project. I still have to be able to run application from my main method in choosen startup-class. I was not able to do so defining such in MANIFEST.MF file

[jboss-user] [JBoss Seam] - Re: please help me out of this problem

2007-09-03 Thread mnrz
thanks Fernando, it works fine :) with relaod, it works, but would you please tell me how this works? as I understood, this @Factory will be called when at client-side an attribute of that name is referred (for example "tempUser") and "relaod" flag compels loading the user only when my combobox

  1   2   >