[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-05 Thread modoc
This is a good news/bad news situation. By adding the 1.6.0 quartz jar to my ear, and declaring it as a java module, the exception is gone. However it's replaced with this doozy: | 16:05:37,947 ERROR [ExceptionFilter] exception root cause | javax.faces.el.EvaluationException: java.lang.

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-05 Thread modoc
Michael, I didn't add it in explicitly. It looks like the one in JBoss 4.2.2 is 1.5.2, and the current one with seam is 1.6.0. I will try adding it to my ear and defining it in application.xml. I'll let you know if it works. Thanks! Devon View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-05 Thread modoc
A user initiated action. I want a user to create a site, and at the end of the create process I kick off the async monitor. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102006#4102006 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-04 Thread modoc
To be more specific (I only copied the exception from the thread earlier, what I get is: org.quartz.JobPersistenceException: Couldn't recover jobs: Couldn't store trigger: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-04 Thread modoc
I'm using JBoss 4.2.2, and an ear deployment. The quartz example I see only uses a Ram store. When I had my application using the Ram store it worked fine. It's only when I changed over to persist the jobs that the error occurred. Thanks! View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-04 Thread modoc
You could also use RewriteCond and RewriteRule on the apache instances (if you're using apache with ssl after the BigIP, otherwise I think the F5 can be configured to do this as well) to enforce this. Obviously it would be nice to have this handled with in the application, but if you need a qui

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-04 Thread modoc
Michael, thanks for your reply. Yes, I have done that, however I get this error: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation My application is very simple, and I've only recently started building it. It's using a seam-gen created

[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-02 Thread modoc
Why not use SSL between the BigIPs and Jboss? The overhead is pretty small on modern hardware, plus it's generally good form to encrypt the user traffic the whole way through your first layer at least. We used BigIPs in this very way. they provided the SSL endpoints, inspected the incoming re

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-02 Thread modoc
I am also having trouble with this error: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvoca tion On a pretty basic Quartz usage. I'm not clear from the rest of the thread: is there a fix for this? Or is persisting quartz jobs not supported

[jboss-user] [JBoss Seam] - Re: Odd Errors and OutOfMemory

2007-11-01 Thread modoc
Using a profiler and driving up the load I was unable to reproduce the out of memory situation. It seems to recover all the memory when the sessions die down. I have a new theory, I think my async timer driven thread is either getting locked up, or dying, or something, letting the inbox back

[jboss-user] [JBoss Seam] - Re: Seam with multiple web pages

2007-10-26 Thread modoc
I'm unsure as to why you want pages to live outside of the ear? If you have multiple sites or applications sure, but pages? If there are logical groupings why not just deploy multiple wars in the ear? I know that doesn't answer your question, but I'm not sure what probably you're really tryin

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread modoc
Also, a simple Google for the UTF-8 sequence error shows several hits, with suggestions and information. It also further backs up my guess above. Please see this thread, and your own Google searches. [url]http://osdir.com/ml/java.ibatisdb.user/2005-04/msg00291.html [/url] View the original po

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread modoc
I would rather think the issue is with the char set encoding differences between the English OS and the Chinese OS, given the error. Windows does not use unicode by default afaik (I don't use Windows myself). I suspect if you copy a non-unicode xhtml file from the english OS, the chinese OS wi

[jboss-user] [JBoss Seam] - Re: Odd Errors and OutOfMemory

2007-10-26 Thread modoc
Pete, thank you very much! The component could be conversation scoped if I extend a conversation across the the whole user experience. Would that help? A given session component should never be under high load, as it's only accessed from a page within the session. How do I set the timeout?

[jboss-user] [JBoss Seam] - Re: Odd Errors and OutOfMemory

2007-10-26 Thread modoc
Here are my JAVA_OPTS: JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 -Djava.net.preferIPv4Stac | k=true Here is the complete stacktrace from the first error: | 02:06:42,562 ERROR [STDERR] Oct 24

[jboss-user] [JBoss Seam] - Re: Is there a plan to fix fileUpload issue in Seam-ICEfaces

2007-10-25 Thread modoc
Is there an example or docs on that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099096#4099096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099096 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: EJB vs POJO (I don't need transactions)

2007-10-25 Thread modoc
I think you've answered your question Go with POJOs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099036#4099036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099036 _

[jboss-user] [JBoss Seam] - Odd Errors and OutOfMemory

2007-10-25 Thread modoc
I have some odd errors showing up in my Seam app. I am hoping that someone here can provide a little guidance. Caused by: java.lang.IllegalStateException: could not acquire lock on @Synchronized component: mailQueue the mailQueue component is session scoped, isn't synchronized by me, nor can

[jboss-user] [JBoss Seam] - Re: java.lang.OutOfMemoryException occuring in our growing t

2007-10-25 Thread modoc
I've been getting OutOfMemory errors in production. It started after upgrading to seam 2 and jboss 4.2. It happens somewhat randomly. I use @Async as well, although no hibernate or db at all. Do you see any other error before the out of memory errors? View the original post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: Tutorial: Handling images in your Seam application

2007-10-24 Thread modoc
Very cool! Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098614#4098614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098614 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Re: Application path

2007-10-24 Thread modoc
I'd go with a configured external directory myself. I agree with Pete, writing new files inside your ear isn't the way I'd go at all. Ears are really meant to be immutable deployment objects. I'd define a configurable path for the file storage like /opt/myapp/data/ or whatever makes sense to

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

2007-10-22 Thread modoc
What parameters, specifically? Conversations must pass their ids as params, as the http model does not have intrinsic support for conversations (and obviously cookies would not work, as they do with sessions). If you mean params other than "cid", which ones are they? View the original post :

[jboss-user] [JBoss Seam] - Re: Seam and Ajax Blueprints JSF -- Does it work?

2007-10-22 Thread modoc
You had to bump your own thread after an hour? Man things move a little more slowly around here. Relax. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097639#4097639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Re: How to omit page restriction?

2007-10-22 Thread modoc
Have you tried the obvious: ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097579#4097579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097579 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: getting the id of the object inserted...

2007-10-22 Thread modoc
Actually @GeneratedValue and AUTO_INCREMENT are two different ways of setting up your IDs. I don't think I'd want seam-gen marking columns with GeneratedValue just based on an auto_increment in the database. However I'm glad you found the solution to your problem! View the original post : h

[jboss-user] [JBoss Seam] - Re: Using Captcha

2007-10-22 Thread modoc
rerendering the section should work, although I'm not sure partial submit on the captcha is the way to go. You'll probably want to track failed attempts to lock out brute force style attacks (which don't make sense mathematically in this situation, but bots aren't always that clever). Anyhow,

[jboss-user] [JBoss Seam] - Re: JBoss Seam in production?

2007-10-22 Thread modoc
I know this probably isn't the 200 server cluster you were looking for, but I run a Seam site that gets 100k+ hits/day with very little load on the server. I HAVE been having some out of memory errors after a couple weeks up lately (relatively new issue), but I"m hoping by upgrading the jvm to

[jboss-user] [JBoss Seam] - Re: Claim: Seam is not for large Java EE applications

2007-10-22 Thread modoc
@norman.richards: I absolutely agree. Thanks for the info about the production support! @amitev: this may be a place to start hammering them out, but they need to be published somewhere less fleeting I think. @hubaghdadi: well, could you be more specific about what you heard? Also, we'll n

[jboss-user] [JBoss Seam] - Re: Hide J2EE Seam Server

2007-10-22 Thread modoc
true:) That's why I put "for the most part". But as far as a simple "make this site look like a normal html or php site" it's very doable. If people start pouring through your source code, and poking around at your server headers and error pages, they can always find more. View the original

[jboss-user] [JBoss Seam] - Re: Very slow initialization of Captcha

2007-10-22 Thread modoc
I'm on a Mac without antivirus. I've just added Captcha to one of my projects and I now see a 17 second pause during startup that was not there before. This is out of 39 second total start time, so it's a significant pause. 00:01:13,660 INFO [Contexts] starting up: org.jboss.seam.captcha.ca

[jboss-user] [JBoss Seam] - Re: getting the id of the object inserted...

2007-10-21 Thread modoc
I'm pretty sure it should:) Can you post your object code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097327#4097327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097327 ___

[jboss-user] [JBoss Seam] - Re: Junk characters after validation.

2007-10-21 Thread modoc
Can you post your xhtml file and also the backing objects which are referenced for the form fields? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097326#4097326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4097326 __

[jboss-user] [JBoss Seam] - Re: Claim: Seam is not for large Java EE applications

2007-10-21 Thread modoc
Well that's an open ended question isn't it? I think any valid response would have to be to a specific set of complaints. I definitely do see some potential maintainability issue with a large project and a large team using annotations to name components, for instance. Obviously you can stand

[jboss-user] [JBoss Seam] - Re: Using Captcha

2007-10-21 Thread modoc
The documentation is pretty good, but I have just posted a more detailed walkthrough in setting it up here: http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/captcha-with-seam-in-three-minutes.html I hope that helps. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Hide J2EE Seam Server

2007-10-21 Thread modoc
PHP and Java (Seam) are totally different languages. If you mean you just want the page extensions to be .php or .html that is easy, as gagool said. In your web.xml you use this: Faces Servlet *.html If you aren't using a lot of AJAX stuff (RichFaces, IceFaces, etc..) the

[jboss-user] [JBoss Seam] - Re: Redirect on value change

2007-10-21 Thread modoc
Have you tried having your submit method return a string driving a navigation action from your pages.xml? I haven't done exactly what you're attempting, by why would a auto-submit be handled any differently than a manual submit? View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Messages bundle problem

2007-10-06 Thread modoc
If you use eclipse this free plugin makes things pretty easy and does the escapes/encoding for you: http://www.resourcebundleeditor.com/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092308#4092308 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: seam-gen setup and maven

2007-09-23 Thread modoc
I'm getting this error from the current head trying to use seam gen: | Alita:~/Documents/workspaces/digitalsanctuary/jboss-seam modoc$ ./seam setup | Buildfile: build.xml | | init: | [artifact:dependencies] Downloading: org/jboss/seam/jboss-seam-gen/2.0.0.BETA1/jboss-seam-gen-

[jboss-user] [JBoss Seam] - Errors leading up to an out of memory situation

2007-09-06 Thread modoc
My Seam app has been running for almost a month without issue. This morning it ran into any out of memory situation. As it was a live site I had to just reboot instead of trying to figure out where the memory was being allocated or doing any diagnostics. In the logs I see the following errors

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: mod_jk intermittently loosing connection to jboss 4.2

2007-08-28 Thread modoc
Well, you can always use mod proxy_http, but yes, I still haven't been able to get AJP working properly under load. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078953#4078953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: wiki example and captcha

2007-08-21 Thread modoc
You may also want to look at Simple Captcha: http://simplecaptcha.sourceforge.net/index.html jCaptcha is VERY hard to read I find. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076505#4076505 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out

2007-08-20 Thread modoc
http://jira.jboss.com/jira/browse/JBIDE-804 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076084#4076084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076084 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out

2007-08-20 Thread modoc
Bug opened with the resource bundle editor here: http://sourceforge.net/tracker/index.php?func=detail&atid=701316&aid=1777814&group_id=125041 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075997#4075997 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out

2007-08-20 Thread modoc
Okay, I think I've found the problem. It's not a problem with the Red Hat Properties Editor. Sorry for the false alarm, although I am confused about things now. Basically, the resource bundle editor creates property files with the following format: "key = value" The Red Hat editor, identifi

[jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects

2007-08-20 Thread modoc
http://jira.jboss.com/jira/browse/JBSEAM-1824 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075963#4075963 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075963 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Starting up Asynchronous Method at startup

2007-08-20 Thread modoc
You can always use @Startup on the class and @Create on your method. I know this works. Is there an advantage to using the postInitialize observer annotation instead? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075951#4075951 Reply to the post : http://

[jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out

2007-08-20 Thread modoc
This is the plugin that I use: http://www.resourcebundleeditor.com/ It may be specific of OS X? I can reproduce it any time I open a properties file with the Red Hat editor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075926#4075926 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam-gen generate-entities has detectmanytomany=

2007-08-20 Thread modoc
Ah okay! Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075920#4075920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075920 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects

2007-08-20 Thread modoc
Sure will! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075917#4075917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075917 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out

2007-08-20 Thread modoc
1) It definitely breaks the resource bundle editor plugin. I know properties files can have the property names and values seperated by a space (and I think a colon if I remember right), but I've never seen anyone NOT use the equals sign. Any reason you've moved to spaces as default? 2) will d

[jboss-user] [JBoss Tools (users)] - Property File Editor strips out "=" signs

2007-08-19 Thread modoc
I am running Eclipse 3.3, on OS X 10.4.10, and just installed JBoss Tools via the update site here: http://download.jboss.org/jbosstools/updates/development When I open a properties file it now defaults to using the Red Hat Properties Editor. Any properties file I open with that editor immedia

[jboss-user] [JBoss Seam] - Re: is there a way to get rid cid=... from url

2007-08-19 Thread modoc
doesn't google pretty much ignore query params that change crawl-to-crawl? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075627#4075627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075627

[jboss-user] [JBoss Seam] - Re: unique=true attribute of primary key in generated class

2007-08-19 Thread modoc
AFAIK, it is an oracle specific constraint to not allow both a unique and primary key constraint on the same column. It certainly works fine with postgresql and DB2. As for where the bug actually lies, that's a good question. Probably need to file a bug against hbm2ddl to drop the unique co

[jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects

2007-08-19 Thread modoc
http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/seam-gen-and-multiple-projects-part-two.html Sorry, I wish I could edit previous comments. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075593#4075593 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects

2007-08-19 Thread modoc
atao: haha, I was just drafting my reply when you posted your comment:) Well, my solution is almost identical to yours:) It works very well, thank you very much for the idea! I have the full write-up and modified files here: http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/seam-gen-

[jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects

2007-08-19 Thread modoc
I'm going to play with atao's approach now. If I get something working, I'll post it up for everyone. Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075580#4075580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects

2007-08-18 Thread modoc
Yes, that would work as well. You'd have to modify the seam-gen templates a bit to make that work, but it should be doable. Either approach: is this something that would make a good feature as part of seam-gen? If so, how do we submit the changes? View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Enhancing seam-gen to support multiple projects

2007-08-17 Thread modoc
I am usually work on more than one project at a time. A couple existing applications in maintenance mode, a couple projects under development, and maybe a project or two to test something out in. Since seam-gen does not support that out of the box, and in fact I've seen people suggest that you

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

2007-08-17 Thread modoc
Yes, JBoss Tools works pretty well now. The update site is: http://download.jboss.org/jbosstools/updates/development There are a few things that do not work on the Mac, for instance the Red Hat HTML editor preview, etc... What I've done is pair the JBoss Tools (for things like seam-gen and the

[jboss-user] [JBoss Seam] - seam-gen generate-entities has detectmanytomany="false". why

2007-08-17 Thread modoc
Why is the detectmanytomany flag set to false for the hibernate reverse engineering? Is there a reason you wouldn't want them detected as the default state? Thanks! Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075427#4075427 Reply to the post : h

[jboss-user] [JBoss Seam] - Re: Build system

2007-08-17 Thread modoc
Have you tried seam-gen and the build script that it creates for your project? It has the nice auto-deploy of altered view assets (if you're using eclipse), and is pretty handy. I can't help on the facelet file validation front. View the original post : http://www.jboss.com/index.html?module=

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

2007-08-17 Thread modoc
The issue, in my mind, is that using mbeans doesn't lend itself to the scenarios I had in mind, with environment (dev, test, stage, etc...) and server (app01, app02, etc...) specific configs. However, I'm glad it worked for your situation! Can you put up an example of how you're using the SA

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

2007-08-17 Thread modoc
It may be the best option currently, however, this is an issue that is near and dear to me. My day job has me working on a pretty nice commercial Java web application framework, which includes a really well thought out (in my opinion) configuration mechanism involving a config path (like a clas

[jboss-user] [JBoss Seam] - Re: Seam nightly builds

2007-08-17 Thread modoc
Pete, great news! Thank you! Is there any information on why Hudson was selected over the other tools in the space? I haven't heard of it before, so I was wondering where JBoss saw it shine above the rest of the tools. Thanks! Devon View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Google Maps and application/xhtml+xml mime type

2007-08-04 Thread modoc
have you tried this: Your issue may be similar to the issue that I was having with Google Ads: http://www.digitalsanctuary.com/tech-blog/archives/19 Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070891#4070891 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: Implement VNC/RDP/NetMeeting-like desktop sharing for he

2007-06-20 Thread modoc
DG: very cool. If I can get some time, I might take a stab at hacking something in:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056274#4056274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056274 ___

[jboss-user] [JBoss Seam] - Re: Implement VNC/RDP/NetMeeting-like desktop sharing for he

2007-06-19 Thread modoc
Has there been any thought about moving the seam state into a managed component keyed by session id, etc...? That way session scoped component could be accessed via normal JNDI from other apps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055848#4055848

[jboss-user] [Installation, Configuration & Deployment] - Re: mod_jk intermittently loosing connection to jboss 4.2

2007-06-18 Thread modoc
I haven't tried changing back to AJP yet. I hate impacting my users with errors when I don't absolutely need to. Your statement makes me even more leery. devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055453#4055453 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: new session navigation question

2007-06-10 Thread modoc
Got it. Had to go get rid of my simply a href links to keep everything working nicely, but I have it all working now. Finally got me to use pages.xml instead of the old faces-config.xml so it's a good thing. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: new session navigation question

2007-06-10 Thread modoc
Sounds perfect. Thanks!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052964#4052964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052964 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Seam] - new session navigation question

2007-06-10 Thread modoc
I'm hoping for a simple method of forcing page requests which do not have a session/conversation to be redirected to the main landing page. Basically I want to prevent deep linking, and force people to the landing page before going into the site. Is there a simple way to do this using faces na

[jboss-user] [Installation, Configuration & Deployment] - Re: mod_jk intermittently loosing connection to jboss 4.2

2007-06-07 Thread modoc
FYI: I've switched over to mod proxy_http connecting to the http connector in JBossWeb and that works fine, so the issue is specific to the AJP connector in the JBossWeb side. Either a code change or a config change from tomcat 5.5 (in Jboss 4.0.5) to JBossWeb. If anyone has the same issue, I

[jboss-user] [Installation, Configuration & Deployment] - Re: mod_jk intermittently loosing connection to jboss 4.2

2007-06-06 Thread modoc
More information: This appears to be related to open connections. mod_jk was holding connections open to the JBoss web server on 8009, and the number of ESTABLISHED connections kept growing until tomcat started rejecting new connections. Some of the connections would get reused, but not th

[jboss-user] [Installation, Configuration & Deployment] - Re: mod_jk intermittently loosing connection to jboss 4.2

2007-06-06 Thread modoc
This just happened again after one hour. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051819#4051819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051819 ___ jb

[jboss-user] [Installation, Configuration & Deployment] - mod_jk intermittently loosing connection to jboss 4.2

2007-06-06 Thread modoc
I have a Debian (stable) server which is running Apache 2.2.3, and using mod_jk to connect to my application running within JBoss. I have been running with this using JBoss 4.0.5 for many months, without issue. I just upgraded to JBoss 4.2.0. Things start off fine, however after running for

[jboss-user] [JBoss Seam] - Re: Why avoid HTTP Authentication?

2007-06-04 Thread modoc
The lack of logoff ability (short of closing the browser) is one issue. You also have to pass the auth headers with each request, instead of having auth linked to a session (is this true with jboss? I don't know for sure.) And for customer/user facing applications, having a login form integr

[jboss-user] [JBoss Seam] - Re: sessionId cookie: man-in-the-middle attack

2007-06-02 Thread modoc
Awesome! That's what I love about open source. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050730#4050730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050730 __

[jboss-user] [JBoss Seam] - Re: org.jboss.seam.core.Dispatcher startup error

2007-06-02 Thread modoc
Cool. no rush:) I'll check out the new docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050725#4050725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050725 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: org.jboss.seam.core.Dispatcher startup error

2007-06-02 Thread modoc
perfect! Thanks Gavin. Is there docs on the ScheduledThreadPoolExecutor stuff in Seam? On another note: did you get my e-mail re: configuration? Regards, Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050723#4050723 Reply to the post : http://www.

[jboss-user] [JBoss Seam] - org.jboss.seam.core.Dispatcher startup error

2007-06-02 Thread modoc
I just updated from cvs and ran ./seam update-project. I now get the following exception during application startup: 16:50:39,109 INFO [Component] Component: org.jboss.seam.core.Dispatcher, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Dispatcher | 16:50:39,110 ERROR [[/MinuteMa

[jboss-user] [JBoss Seam] - Re: sessionId cookie: man-in-the-middle attack

2007-06-02 Thread modoc
@avbentem: Yes, sorry, pre-login. @Gavin: sounds like a good solution to me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050714#4050714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050714 ___

[jboss-user] [JBoss Seam] - Re: sessionId cookie: man-in-the-middle attack

2007-06-02 Thread modoc
I think the most likely scenario where this could be an issue and the proposed solution would help is if some of your site is http, but post-login, it changes to https to deal with more secure/personal information and features. I wouldn't tie this session swapping to the login process, but rat

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread modoc
No problem. Let me know if you have any other questions. Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044756#4044756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044756 __

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread modoc
Tony, you are right. You need to put the @Startup annotation at the class level. This will create the object at the time the app is loaded/deployed, without user interaction. If when the object is created, at that time, you ALSO want to run the init method, you need to annotate that method

[jboss-user] [JBoss Seam] - Re: Requirements for using @Startup annotation?

2007-05-10 Thread modoc
Tony, you may be mixing up @Startup and @Create. @Startup is a class level/component level annotation which tells Seam to start the component when the ear/war is started. @Create is a method level annotation which tells Seam to execute the method once the component is started. So if you want

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

2007-05-03 Thread modoc
Haha. Ok. Updated. At the W at 8:30 PM. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043032#4043032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043032 ___ jboss-user m

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

2007-05-03 Thread modoc
Well crap:) I made dinner plans on wednesday, not knowing about the JBoss party. Maybe I"ll move dinner. Anyhow, would people be up for hanging out after the JBoss party at the W? I can change the evite for that. Or whatever works. View the original post : http://www.jboss.com/index.html?

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

2007-05-03 Thread modoc
Ok. I setup an evite here: http://www.evite.com/app/publicUrl/[EMAIL PROTECTED]/seam There's three dates/times, so pick which works best for you. I also picked my hotel's bar as the location since I don't know the area. If there's a better place, let me know and I'll move it. Regards, Dev

[jboss-user] [JBoss Seam] - Re: WS into seam application that don't call seam components

2007-04-17 Thread modoc
You can. I haven't tried annotating the web service object with Stateless, but a simple web service object runs happily within my Seam application (I even have it referencing Seam components). Are you packaging it any differently between the seam app and the non-seam app? View the original po

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

2007-04-16 Thread modoc
@Michael: already signed up for them both:) It'll be nice to meet you. @Gavin: count me in for drinks/meetup. There's a ton of nice hotel bars in the area. You want to setup an evite or something? Or I can? Whatever works. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - JavaOne

2007-04-10 Thread modoc
I was wondering who from this forum would be at JavaOne. I know Gavin will be there, but how about the rest of you guys? I'm in the JavaOne Event Connect as modoc1. Maybe we can pull together a casual Seam focused meet up some where? Modoc View the original post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: How do I call Seam code from a web service?

2007-03-18 Thread modoc
Got it. I changed the url filter to: /costService | And it works now. Thanks! Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029176#4029176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029176 __

[jboss-user] [JBoss Seam] - Re: How do I call Seam code from a web service?

2007-03-18 Thread modoc
If you mean like this: | | Seam Servlet Filter | org.jboss.seam.servlet.SeamServletFilter | | | | Seam Servlet Filter | /costService* | | Then it isn't working for me. If you mean something else, can you be m

[jboss-user] [JBoss Seam] - How do I call Seam code from a web service?

2007-03-18 Thread modoc
I'm trying to call some seam components from a JBoss web service class. When I use: Component.getInstance() I get the "java.lang.IllegalStateException: No application context active" error message. I can't seem to find anything in the examples, documentation, or the seam book which will he

[jboss-user] [JBoss Seam] - Seam and Web Services

2007-03-11 Thread modoc
I was trying to expose some methods on a Seam component as web services using the @WebMethod annotations as per the JBoss WS documentation. It almost worked, except that the web service called a non-instantiated class, so all the seam stuff didn't work. Which makes sense. (It's my first time

[jboss-user] [JBoss Seam] - Seam Users in the Northwest-USA?

2007-01-29 Thread modoc
This may not be the most applicable forum, but it's the only one I know. Are there any Seam users in the Seattle area who might be up for a periodic hack session, knowledge sharing, etc...? If so, let me know and I'll set something up. [EMAIL PROTECTED] Regards, Devon View the original po

[jboss-user] [JBoss Seam] - Re: Does Seam File Upload Component support very large files

2007-01-29 Thread modoc
That sounds great! I can't wait. Thanks guys! Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008075#4008075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008075 ___

[jboss-user] [JBoss Seam] - Re: Seam, EJB3, POJOs, nested one to many relationships

2007-01-02 Thread modoc
Oh ok. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997356#3997356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997356 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: Seam, EJB3, POJOs, nested one to many relationships

2007-01-02 Thread modoc
Oh thanks! Good point. Is that timeout from last activity in the conversation or from the Beginning? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997353#3997353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997353

[jboss-user] [JBoss Seam] - Re: Seam, EJB3, POJOs, nested one to many relationships

2007-01-02 Thread modoc
By starting a conversation at login, and ending it when the session is destroyed it seems to let me do lazy loading without issue. Thanks! Sorry I didn't get it before. Modoc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997346#3997346 Repl

  1   2   >