[jboss-user] [Security] - Can different JBoss instances communicate?

2009-11-17 Thread oneworld95
Hi. We've got a simple Java servlet that handles file uploads, but resides in the "intranet" instance of JBoss. It needs to write files to a directory in the "internet" instance of JBoss. The Java servlet can't be moved to the other instance. Is there a way for this to happen? Can there be a s

[jboss-user] [JBoss AOP Users] - Re: Where does JBoss cache files?

2009-10-01 Thread oneworld95
I think I found the correct forum, though I don't know how to move a topic from one forum to another: http://www.jboss.org/index.html?module=bb&op=viewforum&f=287 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258192#4258192 Reply to the post : http://www.j

[jboss-user] [JBoss AOP Users] - Re: Where does JBoss cache files?

2009-10-01 Thread oneworld95
Sorry about that. Which forum for this topic? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258190#4258190 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258190 ___ jboss-use

[jboss-user] [JBoss AOP Users] - Where does JBoss cache files?

2009-10-01 Thread oneworld95
Hi. We're running into some odd behavior with an app on JBoss 4.2.3.GA: We can make modifications to it, put the WAR file on our server, see it deployed in the log, and not see the server-side changes when we load the pages. Does JBoss cache files somewhere? How can we be sure we're running the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5.1 question

2009-07-07 Thread oneworld95
Thank you, Jaikiran, for the quick reply. It's much appreciated. Let me collect some data for your questions and I'll post back here. Thanks again :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242201#4242201 Reply to the post : http://www.jboss.org/index

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 5.1 question

2009-07-07 Thread oneworld95
Hi. We've been experiencing the dreaded PermGen error using JBoss 4.2.3.GA and have heard that version 5.x resolves these. Is this true? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242173#4242173 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Global resource directory?

2009-07-06 Thread oneworld95
Thanks, PeterJ. Is it possible to use relative paths to access the global resources in either root or static if the apps are located on the same server? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242065#4242065 Reply to the post : http://www.jboss.org/in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - POJO in Seam app

2009-07-06 Thread oneworld95
Sorry for the very newbie question: I've created a class that implements the javax.faces.validator.Validator class. I've tried accessing it from my XHTML facelets in a Seam app, but it throws errors that it can't find it. I've got it included in the faces-config.xml file as well. If I take the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Global resource directory?

2009-07-06 Thread oneworld95
I've got multiple Seam apps that will use the same CSS, JavaScript, images, and other static content. Is there a global location I can put these under JBoss so all the apps can access them? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242040#4242040

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: PermGen error

2009-07-05 Thread oneworld95
Thanks for the reply. How do you track down the leak? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241777#4241777 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241777 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - PermGen error

2009-07-02 Thread oneworld95
We're getting this error when we redeploy a Seam application: 2009-07-02 10:11:30,745 WARN [org.jboss.system.ServiceController] Problem starting service jboss.web.deployment:war=forms_new_employee.war,id=-1855897005 | java.lang.OutOfMemoryError: PermGen space | | 2009-07-02 10:11:59,

[jboss-user] [JBoss Tools (users)] - Re: Load Seam example into Eclipse JBoss Tools?

2009-04-28 Thread oneworld95
Thanks, snjeza. After having pulled my hair out for more than a month, I'm giving up on Seam... for now. Haven't been able to make any headway with it. I've found tutorials, try to implement them in Eclipse as a new Seam Project, get to a certain point, and have 10,000 Java exceptions thrown in

[jboss-user] [JBoss Tools (users)] - Re: Load Seam example into Eclipse JBoss Tools?

2009-04-28 Thread oneworld95
Thanks, Max. I've had great difficulty manually creating these apps in Eclipse, so I've left Seam alone for now and am focusing on learning JSF/RichFaces. Seam is powerful, but as is the case with power, it's also a complex beast to tackle. View the original post : http://www.jboss.org/index.

[jboss-user] [JBoss Tools (users)] - Re: Load Seam example into Eclipse JBoss Tools?

2009-04-27 Thread oneworld95
Thanks. But only 5 or 6 Seam projects are listed that way. What about the other 15 examples that come with Seam? There must be a way to successfully load those in Eclipse. Hmmm. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226659#4226659 Reply to the post

[jboss-user] [JBoss Tools (users)] - Load Seam example into Eclipse JBoss Tools?

2009-04-27 Thread oneworld95
I've been trying to load the examples that come with Seam into Eclipse JBoss Tools and don't have a clue how to do this. Searching on Google didn't yield much. How do you do this. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226645#4226645 Reply to

[jboss-user] [JBoss Tools (users)] - How do you create the db tables for the Seam examples?

2009-04-27 Thread oneworld95
Hi. I'm working on the Seam tutorial (http://docs.jboss.com/seam/latest/reference/en-US/html/tutorial.html) along with the JBoss Tools in Eclipse. I've manually created the tables in Oracle 10g based on the Java entity classes and guessing what length the VARCHAR2 fields need to be. Are there

[jboss-user] [Beginners Corner] - Re: JBoss tutorials

2009-03-23 Thread oneworld95
BTW, what's the difference between the "Stable Updates" and the "Development Updates"? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220234#4220234 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220234 ___

[jboss-user] [Beginners Corner] - Re: JBoss tutorials

2009-03-23 Thread oneworld95
Thanks, PeterJ, for all your invaluable help :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220231#4220231 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220231 ___ jboss-u

[jboss-user] [Beginners Corner] - JBoss CMS?

2009-03-21 Thread oneworld95
Does JBoss include a CMS package by any chance? We're interested in deploying a CMS and wondered if one is built in. Do you recommend any packages? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220060#4220060 Reply to the post : http://www.jboss.org

[jboss-user] [Beginners Corner] - Re: JBoss tutorials

2009-03-21 Thread oneworld95
Thanks, PeterJ. Is this the plugins URL? http://www.jboss.org/tools/download/stable/3_0_0_GA.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220059#4220059 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220059

[jboss-user] [Beginners Corner] - Re: JBoss tutorials

2009-03-20 Thread oneworld95
I downloaded JBoss Tools but wasn't sure how to connect it to Eclipse. Do you just drop the Tools items into the Eclipse plugins folder or something? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219976#4219976 Reply to the post : http://www.jboss.o

[jboss-user] [Beginners Corner] - Re: JBoss tutorials

2009-03-20 Thread oneworld95
Thanks. What's the JSF version used by JBoss 4.2.3.GA's RichFaces implementation? JDeveloper might not work with JSF 1.2 if that's what's being used. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219899#4219899 Reply to the post : http://www.jboss.

[jboss-user] [Beginners Corner] - Re: JBoss tutorials

2009-03-20 Thread oneworld95
Thanks for your quick response. We're running JBoss 4.2.3.GA on a Solaris box but I'll be building JSF Web apps on my Win XP Pro box via JDeveloper 10.1.3.4. I'm looking for a way to get the RichFaces components installed in JDeveloper and showing up in the components panel. Also, I'd like to fi

[jboss-user] [Beginners Corner] - JBoss tutorials

2009-03-20 Thread oneworld95
Hi. I'm new to JBoss and am looking for tutorials on building Java web apps in JBoss. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219845#4219845 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219845

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Connect app to static content folder

2009-03-04 Thread oneworld95
Hi. I'm new to JBoss and have installed version 4.2.3.GA on my WinXP Pro system to match our server. The Java servlet needs to write an uploaded file to a folder on my machine. The app's is located in this folder: C:\jboss\jboss-4.2.3.GA\server\default\deploy\premupload.war Its structure is lik

[jboss-user] [Beginners Corner] - Integrating JBoss with JDeveloper

2009-02-24 Thread oneworld95
We're running JBoss 4.2.3 on our Solaris system and have JDeveloper 10.1.3.4 and were wondering if there are articles on how to integrate the two. We'd like to be able to deploy the app to the server from within JDeveloper and also do debugging/breakpoints from JDeveloper. Your help is appreci