[jboss-user] [Beginners Corner] - configure application in NetBean

2007-08-14 Thread [EMAIL PROTECTED]
Dear Sir/Madam Currentlly I have one ejb module and one web module. Now i want to add another web module. At backend that new web module will also use same ejb module. I am using Netbeans 5.5 IDE. My question is how could i configure new web module to use existing ejb module. One possiblity is t

[jboss-user] [JBoss Tools (users)] - Re: Problem configuring server launch for Jboss 3.2

2007-08-14 Thread [EMAIL PROTECTED]
the 3.2.x driver is from Eclipse WTP and should work. But how come you need to add an external folder ? Could you report the issue in jira with the usecase ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074273#4074273 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Exception thrown on Stateful Session Bean lifecycle

2007-08-14 Thread gringalet
i am the same trouble View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074271#4074271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074271 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: how many layer can EL go down?

2007-08-14 Thread nickarls
and Limit.setValue(String) exists? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074270#4074270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074270 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: problem configuring SMPC

2007-08-14 Thread khatchad
Did you switch your faces-config.xml to use: | | org.jboss.seam.jsf.TransactionalSeamPhaseListener | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074269#4074269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features

2007-08-14 Thread [EMAIL PROTECTED]
1 - I think you need to set all the cell border widths to 0 2 - Add spacing before/after your elements? 3 - I don't think those are compatible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074268#4074268 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: extended persistence context with JavaBeans ?

2007-08-14 Thread [EMAIL PROTECTED]
If the session ends, all conversations in the session end. You'll need to verify that your conversation is being propagated. If it is, and you are still not seeing the correct persistence context behavior, then we can look and see where the problem might be. View the original post : http://

[jboss-user] [JBoss Seam] - Re: EL functions library

2007-08-14 Thread mgrouch
Here is sample of their usage http://www.w3.org/1999/xhtml"; |xmlns:ui="http://java.sun.com/jsf/facelets"; |xmlns:e="http://org.el.func/func";> |#{e:evalEl('true')} |#{e:isBlank(' ')} |#{e:getBeanProperty(identity, 'username')} |#{e:getEnv('PATH')} |#{e:to

[jboss-user] [JBoss Seam] - @In EntityManager is null when create an object from named b

2007-08-14 Thread cftdanny
If there is a bean named database, which @In entity manager: @Name("database") | @AutoCreate | public class Database { | | @In | private EntityManager entityManager; | | public Table createTable() { | return new Table(this); | } | |

[jboss-user] [JBoss jBPM] - Re: About the task

2007-08-14 Thread foolpcman
Sorry,I mean that ,What 's the use of creating more than one task in task-node? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074263#4074263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074263 ___

[jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types

2007-08-14 Thread ALRubinger
Sorry everyone for the delayed response, I must not have set this Thread to send emails when updated. The Extended Persistence Context is 1/2 the equation, because if your EM is flushing automatically on any select/update/insert/delete events or when the Tx is committed, you're still going to h

[jboss-user] [JBoss Seam] - EL functions library

2007-08-14 Thread mgrouch
Here are few additional EL functions I couldn't live without. (Might be they could be included into Seam code base) | package org.el.func; | | import java.lang.reflect.InvocationTargetException; | import java.text.SimpleDateFormat; | import java.util.Collection; | import java.util.Da

[jboss-user] [JBoss Seam] - Re: @Create in base abstract class

2007-08-14 Thread mgrouch
So who is right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074259#4074259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074259 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings?

2007-08-14 Thread [EMAIL PROTECTED]
workround (barely) is to remove my refernce to my jsfstandarderrors in faces-config.xml and then I gut really nice messages like: j_id15:login_username: Validation Error: Value is required. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074257#4074257 Reply

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Atomic Transaction Help!!

2007-08-14 Thread lemboy4
Hi, this question is a bit involved; though all I can offer is my eternal gratitude to somebody who helps me avoid wasting even more hours on understanding this... I am avoiding using Entity beans for now, and created a set of methods that directly call SQL, something like class DBAccess {

[jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings?

2007-08-14 Thread [EMAIL PROTECTED]
It actually throws a lot of these when the server runs up (am hooking into MissingResourceException!). I get it to fire by not entering anything into a text field and presumably forcing a "required" validation message to be generated. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [Management, JMX/JBoss] - Re: Managing JBoss programmatically?

2007-08-14 Thread BogusException
PeterJ, Thanks for writing. anonymous wrote : Because your code is running within the server, you can always look up the name of the deploy directory and then copy the resulting EJB jar file to that directory and let the hot deployer pick it up on the next scan. I like this idea, but I think t

[jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings?

2007-08-14 Thread [EMAIL PROTECTED]
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6041281 ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074253#4074253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074253 _

[jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings?

2007-08-14 Thread [EMAIL PROTECTED]
This related? http://forum.java.sun.com/thread.jspa?threadID=660477&tstart=0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074252#4074252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074252

[jboss-user] [JBoss Portal] - Resource forbidden after deploy

2007-08-14 Thread pucky
Hi I'm running Portal 2.6.1 with JBoss AS 4.2.0 and MySQL and I'm having an issue after I do a hot deploy. I've removed the portal-server.war and have implemented the same in my own war within an ear. pretty much everything is stock JBoss Portal except the above change. When I do a build (ma

[jboss-user] [Beginners Corner] - Call a program outside the container from within?

2007-08-14 Thread BogusException
I am curious if it is possible with the standard JBoss AS installation to call an external program from a deployed EJB. If not, what is required? TIA! Bogus Exception View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074250#4074250 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Re: Adding permissions to Identity

2007-08-14 Thread matt.drees
I haven't tried it, but I think you do something like this. | |#{authenticator.authenticate} | | If it's not that, then it's something close to that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074249#4074249 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings?

2007-08-14 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : I've picked it up and fixed it. Thanks for the bump. What was the fix for this... I am getting the same but being in the NZ locale its looking for a local version of my properties... | 14:39:54,375 WARN [lifecycle] Can't find bundle for base name nz.co.selwyne

[jboss-user] [JBoss Seam] - Application config file outside the EAR

2007-08-14 Thread SmokingAPipe
Simple question: What is the way to store application configuration information outside the EAR file? For example: my app allows users to upload lots of content. I'll be storing this in the filesystem, not the DB (I know, there are pros and cons to both approaches). There are a few other run-

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 4.2.0 with MySQL

2007-08-14 Thread fmi2
Hi I am having the same deployment error, but I have the right file name and I think I have taken all the required steps as suggested in the documentation/posts/articles etc that I have read. These are the configuration files that I have Jboss-web.xml in my WEB-INF | | http://www.jboss.or

[jboss-user] [JBoss Seam] - Re: @Create in base abstract class

2007-08-14 Thread matt.drees
EntityHome has a @Create method. So I bet it does. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074244#4074244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074244 ___ jbo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss as a windows service cannot stop

2007-08-14 Thread PeterJ
sagiman, I apologize. I didn't see that explorer had appended a question to your post or I would have asked explorer to start a new post. Anyway, my answers were to exlorer's questions, not to your posts. Unfortunately, I have never used 4.0.1 (I skipped from 3.2.7 to 4.0.2), and have never use

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: can i change the default root location?

2007-08-14 Thread PeterJ
Check out the URLs attribute at the end of server/xxx/data/jboss-service.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074239#4074239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074239 _

[jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki

2007-08-14 Thread jeffcwang
I found a workaround for this problem. It seems that there is a bug here. If you have a task in the start-state and try to assign it via a swimlane, it will create a swimlane instance that always maps to "manager". For example, if the swimlane name is "shipper" and the actor_id is "shipper in

[jboss-user] [JBoss Seam] - Re: Validation facesmessages not showing up.

2007-08-14 Thread momochone11
sorry to bump this up... but can someone from the development team comment on having or not for Seam 2.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074234#4074234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=407

[jboss-user] [Messaging, JMS & JBossMQ] - Re: UsingWebSphereMQSeriesWithJBossASPart4

2007-08-14 Thread rosama77
As I just said, I have to installed the OpenLdap for windows and a client, configure and now it's working the LDAP module, so now I'm gonna test in the appl. Greetings View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074233#4074233 Reply to the post : http:/

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to use EntityManager for SELECT COUNT(1)?

2007-08-14 Thread tonylmai
Hello, Would someone help me on how to perform a "select count(1) from TableA"? I have the following code but that it does not seem to work. int rowCnt= (Integer) em.createQuery("SELECT count(1) FROM TableA").getSingleResult(); I am using JBoss 4.2.1GA. Much appreciated. -tony View the orig

[jboss-user] [JBoss jBPM] - swimlane task assignment in process definition not working

2007-08-14 Thread jeffcwang
Hello, I searched the forum and couldn't find any answer. I have created a new process definition (based on the websale example) along with tasks and forms. However, when I try to assign an actor to a task via a swimlane, it doesn't work. The assigned actor is always "manager", even when i s

[jboss-user] [JBoss Seam] - Encoding issue (what tier is responsible for that ?)

2007-08-14 Thread rcherchi
Hi guys, I'm using JBoss Seam 1.2.1GA on JBoss AS 4.0.5GA (EJB3) and Facelets for the View (as recommended in JBoss Seam Book by Michael J.Y. and Thomas H.) I have a problem with character encoding and I can figure out what tier is responsible for that. My database encoding is UTF-8. Then, I

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

2007-08-14 Thread monkeyden
If by "off topic" you mean "right in the sweet spot" then yeah, I agree. Great news! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074229#4074229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074229

[jboss-user] [JBoss Seam] - Re: @Create in base abstract class

2007-08-14 Thread monkeyden
Pretty sure Seam doesn't search the hierarchy for the @Create annotated method, particularly if @Name exists in the concrete class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074228#4074228 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Portal] - Portal 2.6.1 and JDK 1.4.2

2007-08-14 Thread luke.mclean
The Reference guide included with the 2.6.1 bundle includes the system requirements and mentions that both JDK4 and JDK5 are supported. I am constrained to JDK4 and when I install and run jboss-portal-2.6.1.GA.zip on my machine I get an UnsupportedClassVersionError. This would appear to proclu

[jboss-user] [JBoss Seam] - Re: Adding permissions to Identity

2007-08-14 Thread wiberto
I tried using the class attribute in the components.xml, but it still creates an Identity object and not mine. How can I have seam use my own Identity object? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074226#4074226 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - @Create in base abstract class

2007-08-14 Thread mgrouch
Can I have @Create on create() method in base abstract class only without overriding it in a subclass? RedHat Developers Studio gives me an erro in eclipse code anonymous wrote : @Create method "create" must be declared in component class (I do not annotate base ablstact class with @Name) Th

[jboss-user] [JBoss Tools (users)] - Problem configuring server launch for Jboss 3.2

2007-08-14 Thread Disemboweler
Hello, I am attempting to replace a MyEclipse setup with the new JBoss Tools, but I am running into a problem. I downloaded Europa, and the new JBoss Tools 2.0.0 beta 3. I created a new server configuration using the JBoss AS 3.2 server type (I'm running 3.2.7). So far so good, but I need

[jboss-user] [JBoss Seam] - how many layer can EL go down?

2007-08-14 Thread tim_ph
Well, I got a JSF code like this | | | | | but I keep getting the error said it can't set value | sourceId=application:application_Test_limit[severity=(ERROR 2), summary=(/policy/ApplicationEdit2.xhtml @58,123 valu

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

2007-08-14 Thread thinkblue
If I put rendered = "false" wouldn't that cause the input field not to display? I still need the user to see what they have picked from the calendar control. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074222#4074222 Reply to the post : http://www.jboss.c

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

2007-08-14 Thread ellenzhao
rendered="false"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074220#4074220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074220 ___ jboss-user mailing list jboss-user@li

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

2007-08-14 Thread mgrouch
A bit off-topic, but since it has Seam support: Red Hat Developer Studio 1.0 Beta 1 is now available for Linux and Windows http://www.redhat.com/developers/rhds/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074218#4074218 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: feature idea - conversation names

2007-08-14 Thread ellenzhao
The more I think about it, the more I'd like to have named conversation. Since I can mentally map a named conversation to a use case. What I get from named conversation is more than just "exit to the entry point". For now, in my own application, the "named conversation (use case)" is implement

[jboss-user] [JBoss Tools (users)] - JBossTools 2.0.0.beta3 released

2007-08-14 Thread [EMAIL PROTECTED]
Today we are officially announcing the release of JBossTools 2.0.0.beta3, the long-awaited follow up to JBossIDE 2.0.0.beta2, and the sister release of RHDS 1.0.0.beta1. Firstly, here are all the pertinent links: Sourceforge release area: http://sourceforge.net/project/showfiles.php?group_id=22

[jboss-user] [JBoss Seam] - Re: Hibernate Search / Compass Gps

2007-08-14 Thread epbernard
Hi Hibernate Search today relies on Hibernate Core. If someone is interested in constributing, abstraction might be a doable task and certainly a good exercise for JPA 2.0 Integrating Compass and Seam is different. Hibernate Search extends both the Sesison and EntityManager API to provide a uni

[jboss-user] [EJB 3.0] - Parameters by context

2007-08-14 Thread Andre1001
Hi, I'm a beginner and my question is simple (i guess :) ). I need a language parameter in all my EJB methods, but I don't want to polute their signatures. Is there a way to pass it by context!? I spent the day reading documentation and found stuff about Interceptors and InvocationContext clas

[jboss-user] [JBoss Seam] - h:commandLink behaviour - decode, encode

2007-08-14 Thread msznapka
Hi, I have very simple Seam application: numberGuess.jspx: | | | | | NumberGuess.java | @Name("numberGuess") | @Scope(ScopeType.EVENT) | public class NumberGuess implements Serializable { | |private String input; | |public String getInput() { |

[jboss-user] [JBoss Seam] - Re: Seam & binary content downloads

2007-08-14 Thread [EMAIL PROTECTED]
Take a look at the wiki example, Christian does file downloads there. Longer term I'm working on a s:download component/framework, but have got delayed with the impl. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074208#4074208 Reply to the post : http://

[jboss-user] [JBoss Seam] - Seam & binary content downloads

2007-08-14 Thread alexg79
There may be an obvious solution to this that I've completely missed, but here goes: What's the best way to allow the user to download arbitrary generated binary content (forum file attachments)? I was thinking of a servlet based solution, but getting hold of an entity manager instance in a pre-

[jboss-user] [JBoss Seam] - Seam selectDate

2007-08-14 Thread thinkblue
Hey, I was wondering if there is a way to force the user to use the calendar control button instead of allowing them to enter a date free hand...I tried making the inputText readonly to true as well as disabled to true neither worked correctly...So if anyone knows how to do this please share yo

[jboss-user] [JBoss Seam] - Re: s:fileUpload when used along with h:selectOneMenu

2007-08-14 Thread [EMAIL PROTECTED]
I'm not having any issues in IE, at least non that I know of. :) Firefox still causes intermittent issues. It appeared to be the way that Firefox and seam interact on the multi-part form submission. I can neither confirm nor deny this though. So, in short. No, I have not been able to resolv

[jboss-user] [JBoss Seam] - Re: Logger object nulled after passivation

2007-08-14 Thread alexg79
I'm no Seam dev, but this looks like a bug to me. Log injection should happen during post-activate. Is Seam re-injecting any other components then? Perhaps you should create an issue in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074204#4074204 Reply

[jboss-user] [JBoss Portal] - Re: JAAS/JACC...help...please....

2007-08-14 Thread [EMAIL PROTECTED]
Indy- You will need integration inside of tomcat to achieve this, using Valve/Authenticator approach. Krish from previous thread successfully did this. Krish, can you share some of your insight with Indy on this issue. Thanks View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Starting arbitrary jPDL pageflows from a

2007-08-14 Thread IGx89
I still need the param element to pass the value onto the page handler for page1.xhtml, so that just rearranges things without reducing code. And, unfortunately, not even that works: the action attribute is needed, otherwise the navigation rules are never evaluated. View the original post : ht

[jboss-user] [Messaging, JMS & JBossMQ] - Need Help - JBossMQ message persistence with Oracle

2007-08-14 Thread gao_x2002
I got a problem when I try to persist the messages into oracle DB The AS is 4.0.5.GA I have oracle-jdc2-service.xml and oracle-jdbc-state-service.xml under [server]/deploy-hasingleton/jms The files for hsqldb have been deleted. When the jboss starts, the jms_* tables are created if they are not e

[jboss-user] [JBoss Seam] - Re: s:validate ignores annotations if custom validator speci

2007-08-14 Thread [EMAIL PROTECTED]
No, I don't think so. You could always use version of s:validateAll that did add validators even if there are some already added. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074197#4074197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [EJB 3.0] - Re: @local @remote

2007-08-14 Thread wolfc
How do you propose to reference these methods client side? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074196#4074196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074196

[jboss-user] [JBoss Tools (users)] - Re: Facelets support in WTP

2007-08-14 Thread [EMAIL PROTECTED]
yes, it is called visual page editor and included in rhds and jboss tools ;) joking aside then we would love to help on it, but right now we are fully working on providing facelet support to the current version of WTP. We can't wait for WTP 3.x to add it. View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: feature idea - conversation names

2007-08-14 Thread matt.drees
"[EMAIL PROTECTED]" wrote : (but Gavin convinced me it is better) | Hi Christian, Would you mind summarizing why it's better? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074193#4074193 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: s:fileUpload when used along with h:selectOneMenu

2007-08-14 Thread rsmithaa
James, Were you able to resolve the issue you identified? I'm running across the same issue. I'm seeing this on both IE and Firefox. It is intermittent as you described, and seems to be related to other JSF objects on the page. It appears to be fine when creating a new record, and only when up

[jboss-user] [Installation, Configuration & DEPLOYMENT] - can i change the default root location?

2007-08-14 Thread kingsz1
I installed the JBOSS 4.2.1.GA and it work. I followed the tutorial to create a war file and place my project war file to server\...\deploy\ and it work too. Can I place my project war file somewhere else to run? i hope it will work like the Apache Virtual Host. In Apache we can create the vhost

[jboss-user] [JBoss Seam] - Re: s:validate ignores annotations if custom validator speci

2007-08-14 Thread ASavitsky
Looks like I mixed up the two. It's the validateAll that I used (with s:decorate, as per Seam examples), and yes, it now works with s:validate - thanks. Now, I take it, there's no way to incorporate s:validate in s:decorate template (as it goes inside the input field), is there? :( View the or

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tomcat Native library

2007-08-14 Thread kingsz1
Check the readme.html file in the jboss folder download JBOSS Native from http://labs.jboss.com/jbossweb/downloads/ unzip and copy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074188#4074188 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Adding permissions to Identity

2007-08-14 Thread wiberto
Then how do I make Seam use my Identiy class instead of it's own? Do I use the class atribute in the tag in components.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074187#4074187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: s:validate ignores annotations if custom validator speci

2007-08-14 Thread [EMAIL PROTECTED]
It shouldn't be ignored (n.b. s:validateAll won't attach a ModelValidator if there is another one specified). I think you need: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074186#4074186 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [EJB 3.0] - @local @remote

2007-08-14 Thread jdijkmeijer
Hi, I'm just wandering since a long time, and I can't imagine I'm the only one with this question: why do sessions beans in ejb 3 still need an interface to expose methods? What would be wrong with just putting an @local or @remote as method tags in the bean itself? Jeroen. PS I tried google b

[jboss-user] [JBoss Seam] - Re: validation and persisting

2007-08-14 Thread [EMAIL PROTECTED]
AS you write. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074184#4074184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074184 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Seam] - Re: Missing exceptions within asynchronious methods

2007-08-14 Thread [EMAIL PROTECTED]
Sorry, my cody is at my business, no access at home, giving examples: | @Stateful | @Name("someComponent") | public class someComponent implements SomeComponentLocalInterface { | | @Logger private Log log | | @Observer("myEvent") | public void checkSomething(Some some) { | t

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Eclipse/WTP versions

2007-08-14 Thread [EMAIL PROTECTED]
Yes - that project is called JBoss Tools. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074181#4074181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074181 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: Starting arbitrary jPDL pageflows from a

2007-08-14 Thread [EMAIL PROTECTED]
Currently supported, you could do this (which helps a bit): | | | | | | | | | | | | or | | | | | ... | | Will look at the rest later. Vi

[jboss-user] [JBoss Seam] - s:validate ignores annotations if custom validator specified

2007-08-14 Thread ASavitsky
I have an entity that contains email property: @Email private String email; This property is also subject to a unique constraint, which is coded in the backing bean: public void validateEmail(FacesContext context, UIComponent component, Object value) { |// some custom code that validates

[jboss-user] [JBoss Seam] - Validator with SLSB - No ClassLoader Found

2007-08-14 Thread NyQuest
Library Used JBoss AS 4.0.5 JBoss Seam 1.2.1 GA I've been searching the forums for a while now but I can't seem to find a solution to my problem. I have a SLSB that will be doing all of the validation code: The local interface | import java.io.Serializable; | | import javax.ejb.Local;

[jboss-user] [JBoss Seam] - Re: validation and persisting

2007-08-14 Thread miloslav.vlach
Where can I read some about manual flushing ? Only set @Begin(flushMode) and em.flush() ? Or something special ? Thanks Mila View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074175#4074175 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: seam 2.0 Tomahawk

2007-08-14 Thread ASavitsky
I successfully used both 1.1.5 and 1.1.6 Tomahawk versions (mostly dataTable and dataScroller components), though later switched to RichFaces anyway - it delivers more functionality and less bugs in a smaller footprint. Mind you, some Tomahawk components (such as saveState) shouldn't even be use

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2007-08-14 Thread micah_gideon
The jBPM Getting Started Documentation has been updated (as of last week) to reflect the new features and feel of 3.2.1 and it's new and improved admin console. Still at the same address ( http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted ), the previous version has been moved ( htt

[jboss-user] [JBoss Seam] - Re: save the transient instance before flushing

2007-08-14 Thread squ1rr3l
I'm getting a similar error, and as a SEAM newbie, I can't figure out how to fix it. I used seam-gen to create a new project, then used new-entity. The resulting components allow me to create and edit, but the "delete" button produces the TransientObjectException: 16:08:25,384 ERROR [Exceptio

[jboss-user] [JBoss Seam] - Re: Missing exceptions within asynchronious methods

2007-08-14 Thread [EMAIL PROTECTED]
Post the code for your async method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074169#4074169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074169 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: validation and persisting

2007-08-14 Thread [EMAIL PROTECTED]
Throw an exception which causes a roll back, or, IMO a better option is to use the manual flush mode pattern./ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074168#4074168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

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

2007-08-14 Thread [EMAIL PROTECTED]
Seam mail and icefaces have not played well together in the past. I'm happy to try to work around the problems in Seam Mail, but I need help doing so. Any fixes made will be against CVS (so Seam2) therefore I suggest upgrading and reporting bugs against Seam2 beta or CVS. View the original po

[jboss-user] [JBoss jBPM] - assign swimlane dynamically according to previous transition

2007-08-14 Thread rossputin
Hi guys, for my project, designing a process definition in eclipse graphically, it turns out that our clients want a swimlane assigned dynamically, according to an earlier transition choice, is it possible to do this using variables in the eclipse designer, or does it require custom nodes, not

[jboss-user] [JBoss Messaging] - Re: Failed to write packet - Error

2007-08-14 Thread monk2005
On a related note, I see the problem and the solution for the same error at the server side here - http://www.jboss.org/index.html?module=bb&op=viewtopic&t=110380 jboss-4.2.1.GA and jboss-messaging-1.4.0.CR1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074

[jboss-user] [JBoss Seam] - Re: feature idea - conversation names

2007-08-14 Thread Delphi's Ghost
anonymous wrote : This "exit to the entry point" conversation handling is actually already available with a slightly different model (but Gavin convinced me it is better) in any seam-gen produced application. Just curious, but how? I posted about it a while back, and I think Gavin pointed me t

[jboss-user] [JBoss Seam] - validation and persisting

2007-08-14 Thread miloslav.vlach
Hi, I have problem with validation on the server side. Let's imagine I change data on the web form and submiting. On the call I decide that combination is wrong and add message to the FacesMessage and return null. But problem is, that some changes are saved to the database. Have I to throw so

[jboss-user] [JBoss Seam] - Re: feature idea - conversation names

2007-08-14 Thread [EMAIL PROTECTED]
Didn't read the whole thread, but what the last poster is looking for is not named conversations. This "exit to the entry point" conversation handling is actually already available with a slightly different model (but Gavin convinced me it is better) in any seam-gen produced application. View

[jboss-user] [JBoss Messaging] - Failed to write packet - Error

2007-08-14 Thread monk2005
Hello All, Has any one come across the following exception when sending JMS over SSL on the client side? The message seem to be getting to the server, but see this exception periodically. Thanks for any advice in advance ERROR 15:28:11 (org.jboss.jms.wireformat.JMSWireFormat.java:243) Failed t

[jboss-user] [JBoss Portal] - Re: LDAP Authentication problem

2007-08-14 Thread Valdier
seem to have figured out my initial problem... rather than the user name that will be used to login it wants the full CN= string. Now I just have to figure out why it is not seeing users in my AD tree. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074159#407

[jboss-user] [Security & JAAS/JBoss] - Re: 403 error with custom JAAS login Module.

2007-08-14 Thread jflf83
Hi, I have the same problem in my application. I´m using the databaseServerLoginModule too. SOMETIMES, when a user try to log on, happen a 403. The same problem doesn´t happen all the time, sometimes the same user can log on in the application without problems. I can´t find the problem in the

[jboss-user] [EJB 3.0] - Re: Foreign key error

2007-08-14 Thread waynebaylor
i just put together this example which mirrors your entities, and i was able to save without FK errors. Entity Code: @Entity | @SequenceGenerator(name="child_seq", sequenceName="child_seq") | public class Child | { | | private Long id; | | private Parent parent;

[jboss-user] [JBossCache] - Invalidation and replication

2007-08-14 Thread mraccola
When using INVALIDATION_SYNC it appears that when one node initially puts an object in the cache, the cache is trying to replicate the data. Is this correct behavior. I assumed that no replication would occur, only invalidation. Is there a way to disable this. The size of the data I am putt

[jboss-user] [JBoss Portal] - Re: JAAS/JACC...help...please....

2007-08-14 Thread indyJones
Thats the one i have been trying to follow... I am very new to this so I apologize... I get the user authenticated and get their Principals (Roles)... What I don't understand is how to tell the Portal framework that this user is "Authenticated". I tried using the JACC Portal Permission factor

[jboss-user] [JBoss Seam] - mail unsupported

2007-08-14 Thread gstacey
Hi, I am trying to send a simple email from Seam, following the example in the examples directory and I'm getting an UnsupportedOperationException. I'm using JBoss 4.2.0, Seam 1.2.1GA, and IceFaces 1.6.0. My stack trace: | java.lang.UnsupportedOperationException | at javax.faces.con

[jboss-user] [JBoss Portal] - Re: JAAS/JACC...help...please....

2007-08-14 Thread [EMAIL PROTECTED]
Indy- If you seek enlightenment please follow this forum thread ;) http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073177#4073177 Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074150#4074150 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: Adding permissions to Identity

2007-08-14 Thread matt.drees
No, out-of-the-box, there's no way to use hasPermission without using RuleBasedIdentity. If you want, though, you can extend Identity and override the hasPermission() method to do whatever you want it to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss Portal] - JAAS/JACC...help...please....

2007-08-14 Thread indyJones
Portal: 2.6.1 JBoss AS: 3.4 MySQL I want to write a portlet that authenticates and authorizes the user. I can authenticate just fine... | | UsernamePasswordHandler handler = new | UsernamePasswordHandler(this.username, this.password.toCharArray()); |

[jboss-user] [JBoss Seam] - Missing exceptions within asynchronious methods

2007-08-14 Thread [EMAIL PROTECTED]
Hi! I did an asynchronious event today, being raised inside a conversation. The observer method throwed a custom RuntimeException and a Seam Excption that a injected component could not be found. At least it should have, because it was misspelled for sure and the RuntimeException was mine. But

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Eclipse/WTP versions

2007-08-14 Thread dmailhot
So, if I understand correctly, we will be able to get the equivalent of the JBoss IDE plugin separately and deployed to our Eclipse 3.3 instance? Like we were able to do with older version of the JBoss IDE and Eclipse? View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - Re: Ending a Task.

2007-08-14 Thread jgreiner
Well to be honest with you I did not believe your suggestion was any different than what I was doing since I was checking the end date to make sure the TaskInstance was not ended. However after trying your suggestion it worked perfectly. I will now have to dig through that source and see if I

[jboss-user] [EJB 3.0] - Re: Foreign key error

2007-08-14 Thread neisann
Hi, I added the Column(name =?id?) annotation before the getId() method of Person and Address ejb but I?m getting the same error message about the foreign key violation. My Oracle tables have the following fields: * Person Name Type Nullable Default - ---

  1   2   3   >