[jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner?

2007-08-02 Thread [EMAIL PROTECTED]
Ok, I'm starting to get an understanding of your requirements. Let's address the issues separately. First of all, redirection - I'm not a fan of having the JAAS login module performing a redirect, I think this is a bad thing. Instead, how about you use login-view, and simply have this view do

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-08-02 Thread [EMAIL PROTECTED]
Seam support for portlets has always been experimental: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamPortlet You can try to use it at your own risks (and eventually report the bugs). We have 2 choices: - We wait till everything works perfectly together and we restrict people from using new feat

[jboss-user] [JBoss Seam] - Exception Handling Error -> redirect URL is wrong

2007-08-02 Thread maku01
Hi, I've a problem with redirection after an Exception. (Seam 2 CVS ) When an exception occurs, e.g. javax.persistence.OptimisticLockException, and the active URL is e.g. http://localhost:8080/hcare/resident/residentDetail.seam than the redirection URL is wrong --> http://localhost:8080/hcare/

[jboss-user] [Performance Tuning] - Re: JNDI datasource connection pooling

2007-08-02 Thread lorenz.fischer
thanks Mark if i find a good tool for that manner i'll post it here again. so long lorenz View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070397#4070397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070397 ___

[jboss-user] [JBoss Seam] - Re: I'm back

2007-08-02 Thread Sammy8306
I'm still having problems with my *.page.xml files: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=109752&start=20 and my question about a JavaAssist failure (possible Seam bug?) keeps getting drowned without answer, so if you have the time: http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Deployment: Where to put richfaces-*.jar for rich:tree?!

2007-08-02 Thread sunil.su
I declared richfaces.jar as a module in application.xml and copied the richfaces.jar into my ear. Its working now Dont know if this was implied in the posts Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070395#4070395 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to implement Transaction and Rollback

2007-08-02 Thread [EMAIL PROTECTED]
Hii, could not work out how to use Seam annotations for transactions ... we are using EJB3 transactions instead .. Regards, Suraj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070394#4070394 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [Beginners Corner] - Before Start we need your advice

2007-08-02 Thread j_lalith
Hi, We are going to introduce the JBoss application server and a Persistant mechanism to our institute. Following are the questions I got. 1) What is the exact difference between Hybernate and Ejb 3.0, Which one should we select for our Persistent mechanism. Reason is we can see both Hypernate a

[jboss-user] [JBoss Seam] - pages.xml navigation rules?

2007-08-02 Thread tonylmai
Hi, I have the following method declared in one of the backing bean: @Name("wcQuotesMgr") | public class QuotesManagerBean implements QuotesManager { | public String viewNews(Quote quote) { | return "success"; | } | ... | } | ... How would I tell the pages.xml to na

[jboss-user] [JBoss/Spring Integration] - dynamic jndiName in @Spring

2007-08-02 Thread Firedragon
We need to support multiple versions of the same ear in a single JBoss instance. In our session bean, we inject a Spring bean: @Spring(jndiName="xyzBeanFactory-1.0", bean="manager") private Manager manager; This is okay as long as someone remembers to update the session bean by changing jndiNam

[jboss-user] [Beginners Corner] - Re: classCastException when doing JNDI lookup

2007-08-02 Thread Quake4Ialdaris1
1 more thing.. looking at my global JNDI namespace I see this... +- NewsApp (class: org.jnp.interfaces.NamingContext) | +- NewsEntityFacade (class: org.jnp.interfaces.NamingContext) | | +- local (proxy: $Proxy110 implements interface ejb.NewsEntityFacadeLocal,interface org.jboss.ejb3.JB

[jboss-user] [Beginners Corner] - classCastException when doing JNDI lookup

2007-08-02 Thread Quake4Ialdaris1
Hey guys, so I'm trying to do a JNDI lookup on a simple EJB. I'm following these instructions: http://www.netbeans.org/kb/50/jboss-getting-started.html Inside my listNews servlet I do the following: private NewsEntityFacadeLocal lookupNewsEntityFacade() { try {

[jboss-user] [JBoss Seam] - seam nightly build

2007-08-02 Thread georges.goebel
Hi, Because i am behind a firewall i cannot checkout cvs repositories nor does maven work correctly with remote repositories :-( Some monthes ago there where nightly builds available on jboss.com. What happened to them ? (http://cruisecontrol.jboss.com/cc/artifacts/jboss-seam-builds) Can you b

[jboss-user] [JBoss Seam] - Re: Bind a string property by reference

2007-08-02 Thread jbuechel
Thank you matt! Actually, i implemented SimpleInputDialog by my self. So i can easily change it.. Ok, it seem's there is no way around this approach. I was looking for an easy generic one. So i think i'll go with calling the entr.setText() by reflection (must be generic). That means i have t

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-02 Thread jazir1979
Hi Shane, thanks for looking at this. I took a debugger to it and it seems it is the JSF processUpdates in the UIFileUpload component: | Contexts.lookupInStatefulContexts(String) line: 192 | Component.getInstance(String, boolean) line: 1722 | Component.getInstance(String) line: 1717

[jboss-user] [JBoss Seam] - Re: Deployment: Where to put richfaces-*.jar for rich:tree?!

2007-08-02 Thread jbuechel
Hmm.. as i remember i did exactly this to make it working. Did you undeploy and deploy it again? restart? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070385#4070385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070

[jboss-user] [JBoss Seam] - Re: Deployment: Where to put richfaces-*.jar for rich:tree?!

2007-08-02 Thread sunil.su
Hi, I have made the changes suggested by Kruno to ...\jboss-4.2.1.GA\server\default\deploy\jboss-web.deployer\META-INF\jboss-service.xml I have downloaded latest richaces-3.0.1.jar and is in WEB-INF/lib of my war However, I still get a NoClassDefFoundError | WARN [org.jboss.system.ServiceCo

[jboss-user] [JBoss Seam] - Re: File upload to application folder

2007-08-02 Thread [EMAIL PROTECTED]
+1 on what Pete said, that's what I'd do too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070383#4070383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070383 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-02 Thread [EMAIL PROTECTED]
File uploads are handled by MultipartRequest, which doesn't interact with any Seam components (in fact, while it is doing its work there aren't even any active Seam contexts). Is it possible for you to use a debugger to pinpoint where all those log messages are coming from? View the original p

[jboss-user] [JBossWS] - WS import failed.

2007-08-02 Thread Amold
Hi, I am new to webservices and unable to debug the following exception ServerUtilityPlatform\workspace\Build\buildWebService.xml:61: wsimport failed at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539) at org.apache.tools.ant.taskdefs.Ant.execute

[jboss-user] [JBoss jBPM] - Re: Sample jBPM Applications

2007-08-02 Thread jagbalan
By business module, I want to differentiate from an application which is wholly built inside a workflow engine (eg., holiday request). Rather I would like to know the complexities involved with wiring in workflow APIs to handle some processes inside an application View the original post : http

[jboss-user] [JBoss Messaging] - Re: Manage queues

2007-08-02 Thread arnold.maderthaner
and in which version of jboss will this new implementation be integrated (atm using jboss4) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070376#4070376 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070376 __

[jboss-user] [JBoss Messaging] - Manage queues

2007-08-02 Thread arnold.maderthaner
Hi 2 all ! I asked a question for the old jbossMQ implementation and they redirected me to this new version (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114819). Will these features be implemented in the new version of jbossMQ ? yours arnold View the original post : http://www.

[jboss-user] [JBoss jBPM] - Re: webconsole interface

2007-08-02 Thread msandoz
if you just want to change the style or brand the interface, you can do that by changing the images in the images directory. also under the ua directory there's a style sheet called jbpm.css that can be used to change fonts colors etc. to do much more i would recommend looking at the xhtml fil

[jboss-user] [JBoss Seam] - Re: Ajax + Seam Advice

2007-08-02 Thread [EMAIL PROTECTED]
I have been using ICEfaces with great success however I moved to Seam 2 and this has totally broken ICEfaces! The ICEfaces team are working on it as fast as they can but it made your experience of ICEfaces very unpleasant. ICEfaces have provided a icefaces-seam-gen to the Seam team, which may b

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2.1 web app?does not display deployed process

2007-08-02 Thread msandoz
i dont know if this would help but is it possible to post your process? also if instead of using the suite, you can get the code from cvs and import it into eclipse and then debug the editor as an eclipse app, that might give you more insight into whats going on. View the original post : http:

[jboss-user] [JBoss jBPM] - Re: Sample jBPM Applications

2007-08-02 Thread msandoz
hi what do you mean by "business module"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070371#4070371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070371 ___ jboss-user ma

[jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception

2007-08-02 Thread msandoz
theres also always remote debugging of the appserver...its pretty simple as you just have to uncomment one line in the run.conf and then connect to port 8787 in the remote debugger in eclipse... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070370#4070370 R

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code

2007-08-02 Thread msandoz
as far as the "meat" of the console app, it uses the jbpm4jsf jar, which is built from code in the jbpm.3/jbpm4jsf project under src/main/java/... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070368#4070368 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Seam Security

2007-08-02 Thread paksegu
when using the simple security in Seam, as far as the role based authentication goes, do I have to create a database table for the roles or is it done programtically? an example will be in a case where paid subsribed customers can access certain pages. Can you give some tips on how to go about t

[jboss-user] [JBoss Seam] - opensymphony clickstream

2007-08-02 Thread paksegu
I am evaluating Jboss Seam framework and I am wondering if the services offered by opensymphony clickstream (Utility to track the current users on your site) is built into the framework or I will just to follow the example documentation and add that to my site? View the original post : http:/

[jboss-user] [JBoss Seam] - @DataModel to dataTable problem/question

2007-08-02 Thread mpw
Hello all: i need some help with an error rendering my DataModel to the JSF datatable component the page takes textinput "card_id" passes it to the Action method for a query that joins 2 tables and ouputs the results into a List. the problem is that the Page does not resolve my @DataModel List

[jboss-user] [JBoss Seam] - File upload - performance has taken a dive

2007-08-02 Thread jazir1979
Hi all, I *think* this has happened since upgrading to Seam2, but I can't be sure of that. Anyway, this is what's happening: Whenever I upload a file with the file upload component, it is taking an extremely long time. It's also resulting in a huge number of the following logging statements

[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

2007-08-02 Thread desropolis
Darn. I was successful only in getting the JSF tutorial to run, not Seam. This stinks. I was hoping to select the JBoss stack for my next implementation. Maybe I still can. It seems as though things are really in flux, here. I think it is a good kind of flux, but it is still flux. I notice

[jboss-user] [JBoss Seam] - Re: I'm back

2007-08-02 Thread matt.drees
Hi Pete, Could you look at this? Shouldn't be a big deal to fix. http://jira.jboss.com/jira/browse/JBSEAM-1731 Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070350#4070350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Help with passing data back to the backing bean using Seam's

2007-08-02 Thread tonylmai
Hello all, Can someone help me to look through this piece of code in which I can't seem to pass a data back to the backing bean using Seam's EL. Perhaps the error is in my data model for the DataModelSelection. I have a page that display quotes that belong to an account which belongs to a cust

[jboss-user] [JBoss Seam] - Re: @DataModel on Stateful beans (broken?)

2007-08-02 Thread sannegrinovero
I made a three-line patch on the booking example, still a trivial change; here is the patch: --- booking/src/org/jboss/seam/example/booking/HotelSearchingAction.java 2007-06-27 08:37:23.0 +0200 | +++ booking-broken/src/org/jboss/seam/example/booking/HotelSearchingAction.java 20

[jboss-user] [JBoss Seam] - Re: dynamic dataTable

2007-08-02 Thread damianharvey
There are 2 ways that I can think of right now (a bit late for me so sorry if missed some): 1. Build up a list of Beans where the bean has a property that determines whether a value is present or not. 2. Use the EL to figure out if the row is new. #2 would be my choice. You could so something

[jboss-user] [Management, JMX/JBoss] - Re: To change the

2007-08-02 Thread ag03902
Peter, I have a question also, my app is remedy web-tier and it uses the Jboss/jboss tomcat ... I am on 4.0.4 and I cannot keep jboss up and running, also .remedy support told me that if I wanted to run on port 80 that I would need to edit the server.xml file which I did, it comes up and stays

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

2007-08-02 Thread BogusException
PeterJ, Firstly, thanks for all your help (to at least me) over the past year. It has made things easier for me. I'm still looking for the same thing, even after all these months. I'm still trying to deploy files in arbitrary locations to the JBoss server. They may be services or JAR, EAR or S

[jboss-user] [JBoss Seam] - Re: Ajax + Seam Advice

2007-08-02 Thread damianharvey
If you are using Seam 2.0.0 Beta then I don't think you even need that config - it's even easier. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070337#4070337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070337 __

[jboss-user] [JBoss Seam] - Re: File upload to application folder

2007-08-02 Thread [EMAIL PROTECTED]
Yes, this is what I would do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070336#4070336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070336 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Re: Bind a string property by reference

2007-08-02 Thread matt.drees
So, it looks like your intention is that entr.text to be changed from whatever it is to SimpleInputDialog.input when accept() is called. You can't do that by passing 'source' as a method parameter into SimpleInputDialog.init(). 'source' is simply a copy of a reference. In particular, if 'sour

[jboss-user] [JBoss Seam] - Re: how to use a defined query in a POJO

2007-08-02 Thread [EMAIL PROTECTED]
Or better @In("#{queryName.resultList}") List foos; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070331#4070331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070331 ___ jb

[jboss-user] [JBoss Seam] - Re: Use more than 1 DataModel/DataModelSelection in a form?

2007-08-02 Thread [EMAIL PROTECTED]
That should be fine, what problem do you see? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070330#4070330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070330 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: @DataModel on Stateful beans (broken?)

2007-08-02 Thread [EMAIL PROTECTED]
I've tried to reproduce this problem and can't. So we're going to need a testcase I think. A patch on an example would be best. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070329#4070329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - Can't find Stateful Bean...

2007-08-02 Thread pdpantages
Seam 1.2.1 GA Tomahawk - 1.1.6 Hello Seamers, Wrt my stateful bean error, I am still struggling with this. One of my scenarios follows: - I have an SFSB, CONVERSATION scope, containing a @DataModel @Name("serviceMgmt") - The Datamodel is used to render a data table using t:dataTable - I ha

[jboss-user] [JBoss Portal] - Re: where should i include my javascript file?

2007-08-02 Thread saigon_man
I found the problems 1. there should be no line as specified in jboss reference document 2. I mistyped the jboss-portlet.xml name. Kinda silly action made by me )-- View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070324#4070324 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code

2007-08-02 Thread burrsutter
Run the build on it. Worked for me. Burr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070322#4070322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070322 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Use Seam to generate XML documents

2007-08-02 Thread mgrouch
I've solved my problem by looking at the code of FeedServlet in Seam wiki example. Injection doesn't work so I had to use org.jboss.seam.Component.getInstance() calls within a servlet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070320#4070320 Reply to th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JSR-88 Deployment - Target configuration

2007-08-02 Thread alauer
In the folder "deploy" exists a "jsr88-service.xml" file. Here you can specify the "UploadDir". Greets Achim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070317#4070317 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-08-02 Thread ericcart
I didn't try sem-gen command line. I used all the others tools. For example Jboss IDE Beta, creating a JBoss IDE Project (EAR, WAR and EJB... and adding the libraries and files). I thought Seam was supported... It's very tricky to configure and the environment does not help. I just checked sem

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code

2007-08-02 Thread dleerob
Okay I am probably being stupid, but I have downloaded the source (jbpm.3). I looked for the jbpm-console source code under jbpm.3/console/src, but there isn't much there. A few xhtml files and .properties files, and some .xml files, and an index.jsp, but where are all the .java files? Where is

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

2007-08-02 Thread jknotzke
Thanks.. that's what I ended up doing.. The swap was a PITA though but it's all working.. J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070310#4070310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070310 ___

[jboss-user] [JBoss Seam] - Re: Ajax + Seam Advice

2007-08-02 Thread harpritt
Damienn i think ive sorted it... 30 min not bad aye add this to my web.xml | | Ajax4jsf Filter | ajax4jsf | org.ajax4jsf.Filter | | | | ajax4jsf | *.seam | | | | org.ajax4jsf.VIEW_HANDLERS |

[jboss-user] [JBoss Seam] - Re: Client-side Seam remoting calls from a static web page o

2007-08-02 Thread art_jones76
Figured it out. samdoyle is correct. You can't make "cross-domain" calls. The definitions of acceptable and unacceptable differences in "domain" can be found here. (e.g. in Firefox, even different port numbers are unacceptable). http://www.mozilla.org/projects/security/components/jssec.html Mor

[jboss-user] [JBoss Portal] - Re: Calling JAAS

2007-08-02 Thread indyJones
I would like to get the complete registration from the portlet... Going to keep trying...if anyone gets the complete registration to work...POST IT... :) thanks Indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070305#4070305 Reply to the post : http://

[jboss-user] [JBoss Portal] - Access UserModule from a portlet when not authenticated

2007-08-02 Thread indyJones
Portal: 2.6.1 JB AS: 4.0.5 MySQL: 4.2 I am still trying to understand the security... For some reason i get a Hibernate class cast exception when trying to access the UserModule from a portlet in a session that is not currently authenticated... I am trying to implement a "Forgot My Password" f

[jboss-user] [JBoss Seam] - Use more than 1 DataModel/DataModelSelection in a form?

2007-08-02 Thread tim_ph
What can I do if I have to use 2 or more DataModel and DataModelSelection in a form? each map to a DataTable and selected item. Is it possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070302#4070302 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss jBPM] - Re: Bypass Form Validation For Certain Operations?

2007-08-02 Thread khamburg
One of the reasons I'm using the JSF form validation is that the "required" attribute isn't enforced in the process definition, e.g. : | | | | | | | | | | | | You can open the corresponding form for this node in the jbpm

[jboss-user] [JBoss Seam] - Re: @DataModel on Stateful beans (broken?)

2007-08-02 Thread tim_ph
I see similar problem before. You need a @Factory on the call to initialize @DataModel list. There's no other way. I spent couple days trying to figure that out with the help of Pete. Check out the link http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114929 but here's short answer |

[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-08-02 Thread [EMAIL PROTECTED]
so how could calling seam gen not work for you in eclipse ? you don't have to do anything different than from command line nor netbeansI don't get it ;) (and i don't recall any bugreports ? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070298#4070298

[jboss-user] [JBoss Seam] - Re: Seam/Shale Namespaces

2007-08-02 Thread hun1997
hey guys - I did mean prefix, sorry. But thanks - it ended up being a dumb question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070296#4070296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070296

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - unable to delete process definitions

2007-08-02 Thread amybasu
hi, i want to delete some of the process definitions which are redundant. My task list after logging in has become huge, so want to delete the redundant ones. From the monitor screen, all i can delete are the instances for the various versions running, but i can't delete the process definitions

[jboss-user] [JBoss Seam] - Re: Red Hat Seam training???

2007-08-02 Thread asookazian
has it been decided what version of Seam will be used to teach the material in the course(s)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070294#4070294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070294

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EAR deployment listener

2007-08-02 Thread genman
The JBoss way is to create a .sar file and an MBean that receives lifecycle events. Here's an article I found quickly on creating services. http://blog.platinumsolutions.com/node/85 Your .sar gets bundled with your .ear ... View the original post : http://www.jboss.com/index.html?module=bb&op=

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

2007-08-02 Thread [EMAIL PROTECTED]
Please note Seam2 has chart support built in. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070292#4070292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070292 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Dynamicaly loaded selectonemenu in table

2007-08-02 Thread [EMAIL PROTECTED]
Try | | | | Spec: | | | | | Value: | | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to set substitution values?

2007-08-02 Thread genman
You can set these properties using this: http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/Server_Configuration_Guide/Additional_Services-System_Properties_Management.html Your properties can be changed from the JMX console or in the file, if you have access to it. Once set, you can the

[jboss-user] [JBoss Seam] - Re: Conditional @CreateProcess

2007-08-02 Thread [EMAIL PROTECTED]
I think this sounds reasonable, please add a feature request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070288#4070288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070288 _

[jboss-user] [JBoss Portal] - Re: where should i include my javascript file?

2007-08-02 Thread saigon_man
I already removed the tag but it does not make any different. Are you using the same version 2.6 as well? I read something off from sourceforge for JBoss bug [JBPORTAL-1246] Error while creating javascript includes using jboss-portlet.xml I dont' know if this is true or not, but even if I incl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Inner bean should have scope=

2007-08-02 Thread genman
This looks like a Spring error, not to do with JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070286#4070286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070286 ___ j

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

2007-08-02 Thread matt.drees
Thanks Pete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070285#4070285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070285 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Seam] - Re: Red Hat Seam training???

2007-08-02 Thread [EMAIL PROTECTED]
When we finish developing the material. I know, I know, this has taken far, far too long, something I'm very upset about. All I can say is: hassle sales. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070284#4070284 Reply to the post : http://www.jboss.com/

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Rollback not happening

2007-08-02 Thread vphagura
Sorry forgot to mention that, I'm running JBoss 4.0.5 and JDK5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070283#4070283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070283

[jboss-user] [EJB/JBoss] - Re: Roll back not happening

2007-08-02 Thread vphagura
Sorry forgot to mention that, I'm running JBoss 4.0.5 and JDK5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070282#4070282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070282

[jboss-user] [JBoss Seam] - Re: Seam/Shale Namespaces

2007-08-02 Thread [EMAIL PROTECTED]
Huh?? I'm sure they don't have the same namespace. Perhaps you mean they use the same s: prefix? Well, you can use whatever you like for the prefix. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070281#4070281 Reply to the post : http://www.jboss.com/index.

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

2007-08-02 Thread [EMAIL PROTECTED]
Please add a feature request to JIRA asking for a way to disable TLS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070280#4070280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070280 _

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-02 Thread Newlukai
Hehe. OK. I'll test it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070279#4070279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070279 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Re: Seam/Shale Namespaces

2007-08-02 Thread matt.drees
really? What namespace do they share? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070278#4070278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070278 ___ jboss-user mailin

[jboss-user] [JBoss Portal] - Re: where should i include my javascript file?

2007-08-02 Thread tufla
tag * View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070276#4070276 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070276 ___ jboss-user mailing list jboss-user@lists.jboss.o

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

2007-08-02 Thread [EMAIL PROTECTED]
I've picked it up and fixed it. Thanks for the bump. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070275#4070275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070275 ___ j

[jboss-user] [JBoss Portal] - Re: where should i include my javascript file?

2007-08-02 Thread tufla
I think that should be a stupid problem... Are you restarted the server after change on jboss-potlet.xml ?? because at least, after include the header-content in this file, should appear the line into source code...could be wrong the path, but the line should appear... The only difference with

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Rollback not happening

2007-08-02 Thread vphagura
I have a Stateless session bean on which a method is called from a servlet. The method in the Bean does a bunch of stuff and then when it want to access the Db it creates Dao objects by passing the EnitityManager which has been injected in this bean. This Bean is supposed to write 4 different

[jboss-user] [EJB/JBoss] - Roll back not happening

2007-08-02 Thread vphagura
I have a Stateless session bean on which a method is called from a servlet. The method in the Bean does a bunch of stuff and then when it want to access the Db it creates Dao objects by passing the EnitityManager which has been injected in this bean. This Bean is supposed to write 4 different

[jboss-user] [JBoss Portal] - Re: Calling JAAS

2007-08-02 Thread creative77
This is correct exactly as I have done it. Just a note I was not sure which authentication context to use. I used a different handler but the result is the same. To those who need to know I used the JAAS context from the login-conf.xml file. gersonjohan, this is part of the solution you are aut

[jboss-user] [JBoss Portal] - Re: where should i include my javascript file?

2007-08-02 Thread saigon_man
yes, it printed out the text "i ma default" along with the button. But when I view the source, I can not see the line for my javascript included in the header. I think I am missing some steps here. Any idea how to solve it? Thanks, TL View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - Re: where should i include my javascript file?

2007-08-02 Thread tufla
Well, I've done that procedure few time ago and that works for me... Can you see the inclusion of your js file in the source code generated when you access your page ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070266#4070266 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-02 Thread [EMAIL PROTECTED]
No, the reason to upgrade is I completely redid the way entity converter works for seam 2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070265#4070265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070265

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss 4.0 support Java SE 6.0

2007-08-02 Thread [EMAIL PROTECTED]
Does jboss 4.0.5 support Java SE 6.0? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070264#4070264 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070264 ___ jboss-use

[jboss-user] [JBoss Portal] - Re: URL to access content into CMS Portlet

2007-08-02 Thread tufla
OK, I understand, I'll try modifying the portlet ...thank you so much !!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070263#4070263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070263 _

[jboss-user] [JBoss Portal] - Re: Change order of tabs

2007-08-02 Thread creative77
In v.2.6 from the admin screen you can use the page property link to add the property "order" and the index. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070262#4070262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Seam/Shale Namespaces

2007-08-02 Thread hun1997
hey guys - i want to use the shale validator with seam, but they both share the same namespace! has anyone successfully implemented this? or does anyone know how I can change the namespace for shale? Just manually changing the namespace in the code obviously does not fix the issue. Thanks V

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

2007-08-02 Thread jknotzke
Here's my code: chartProcessor.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"; | x

[jboss-user] [Messaging, JMS & JBossMQ] - org.jboss.mq.SpyJMSException: Exiting on IOE

2007-08-02 Thread ppradhan
Hi, I am using jboss 4.0.2 with cache. I use JMS to send log messges to be saved to a database. No special configuration, however, over some time period ( e.g. a month or more) I get this exception: 2007-07-27 11:17:31,318 WARN [org.jboss.mq.Connection] Connection failure, use javax.jms.Conn

[jboss-user] [JBoss Seam] - Re: Seam conversation propagation

2007-08-02 Thread Stateless Bean
I mean | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070256

[jboss-user] [JBoss Seam] - javax.faces.el.ReferenceSyntaxException: Functions not suppo

2007-08-02 Thread andrew.rw.robinson
When I use #{s:hasRole('test')} in a facelet view it works. However, when I try to use facesContext.getApplication().createValueBinding("#{s:hasRole('test')}"); I get the following error: ... | Caused by: javax.faces.el.ReferenceSyntaxException: Functions not supported in expressions. Functi

[jboss-user] [JBoss Portal] - Re: Change order of tabs

2007-08-02 Thread nidhi_hs
Specify the order property under each page in *-object.xml. For example under Home page give property name as "order" and value as "1" for "Home" tab to appear first. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070254#4070254 Reply to the post : http:

[jboss-user] [JBoss Seam] - Seam conversation propagation

2007-08-02 Thread Stateless Bean
I learn conversations and looking for somethink like that: if ("success") retirect to else if("error"){ end current conversation redirect to... } is this good idea? | | | | | |

[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-08-02 Thread ericcart
Yes, just an editor. a wrapper to the command line. But It works. I'm reall mean it. I put the best of me to work with the Eclipse solution with all the stuff ... but It's too unstable. I'll be waiting for RHDS. PD: I've even been trying to work just with makefiles and vi

  1   2   3   4   >