[jboss-user] [Beginners Corner] - Re: Getting Server's 'Config Name' to display in JSP

2009-08-13 Thread jaikiran
There's a simpler way. You can use the system properties that JBoss sets http://www.jboss.org/community/wiki/JBossProperties: System.getProperty("jboss.server.name"); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249549#4249549 Reply to the post : http://w

[jboss-user] [Beginners Corner] - Re: Getting threw load() exception java.lang.InstantiationEx

2009-05-20 Thread PeterJ
Unfortunately, this stack trace doesn't help. Try this. Stop the app server, remove your web app, start the app server, wait until you see the "started in xx seconds" log message. Then deploy your web app. Post everything that appears in the console log from the "started in xx seconds" message o

[jboss-user] [Beginners Corner] - Re: Getting Management conosle to display applet

2009-04-28 Thread DanG1968
bump View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227082#4227082 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227082 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Beginners Corner] - Re: Getting

2008-03-14 Thread jaikiran
"eightmd" wrote : I am running into a problem with JBoss 4.2.2GA, front-ended with Apache 2.2.6 were JBoss or the webserver seems to be hanging on to connections and leaving them in the CLOSE_WAIT state. Then my application gets "Too many open files". | | I personally, have not worked wit

[jboss-user] [Beginners Corner] - Re: Getting rebooted: migration from Middlegen to Hibernate

2007-12-27 Thread mjhammel
Finally - success. There were two problems. The first was a brain fart on my part. I wasn't calling the Ant task that checked if the mysql-connector was installed. Once called, the connector was properly installed to server/default/lib, which is the correct location (at least it works for m

[jboss-user] [Beginners Corner] - Re: Getting rebooted: migration from Middlegen to Hibernate

2007-12-27 Thread mjhammel
Well, that one was easy, thanks to this post: https://www.manning-sandbox.com/message.jspa?messageID=56075 I just added the configuration to my persistence.xml file: | | java:/CrunchDS | | | | | |

[jboss-user] [Beginners Corner] - Re: Getting rebooted: migration from Middlegen to Hibernate

2007-12-27 Thread mjhammel
The DataSourceBinding problem turned out to be another config file location change between 4.0.5GA and 4.2.2GA. In 4.0.5GA the mysql-ds.xml file was copied to server/default/conf. In 4.2.2GA it needs to go into server/default/deploy. Once I made this change, I got further along - now I'm bei

[jboss-user] [Beginners Corner] - Re: Getting rebooted: migration from Middlegen to Hibernate

2007-12-27 Thread mjhammel
Lacking any help from the masses, I'll post my own follow ups for those in a similar situation as myself. Maybe someone else will find this useful. I found two pieces of information that helped me get past the migration from Middlegen to Hibernate. The first is the O'Reilly text "Enterprise Ja

[jboss-user] [Beginners Corner] - Re: Getting started, No Topic Bosses, Just wana Help

2007-12-03 Thread PeterJ
jahid_wana_jboss, welcome to the community. You can download JBossAS from http://labs.jboss.com/jbossas/downloads/. Select the latest version (4.2.2), download the binary zip file, unzip it, 'cd' to the bin directory and enter 'run' (on linux: './run.sh'), open a browser and enter the url: http

[jboss-user] [Beginners Corner] - Re: Getting system time from JBoss

2007-10-08 Thread jaikiran
Where do you have to show the server time? You can get the server time using: new Date(System.currentTimeMillis()); This piece of code, when run on the server will give you the server time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092422#4092422 Repl

[jboss-user] [Beginners Corner] - Re: Getting error while migrating from Jboss3.2.7 to Jboss 4

2007-04-22 Thread Sami Java Architect
http://www.programmingtutorials.com/ForumPostRead.aspx?fid=3&pid=3590 www.java2oracle.com www.taragroup.ir/AboutTARA.aspx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039650#4039650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Beginners Corner] - Re: Getting error while migrating from Jboss3.2.7 to Jboss 4

2007-04-21 Thread [EMAIL PROTECTED]
Have a look at http://jira.jboss.com/jira/browse/JBAS-1616 Quite a fex fixes were backported to 3.2.8. You may want to consider upgrading. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039544#4039544 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [Beginners Corner] - Re: Getting error while migrating from Jboss3.2.7 to Jboss 4

2007-04-12 Thread xalperte
I have the same problem trying to run a Jboss 4.0.4+Derby configuration. Have you solve your problem? how? Thanx Javier View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036642#4036642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Beginners Corner] - Re: Getting java.lang.reflect.UndeclaredThrowableException w

2007-01-09 Thread PeterJ
Did you see the root cause: Caused by: java.io.UTFDataFormatException: encoded string too long: 270422 bytes Looks like the object is too big. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999688#3999688 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [Beginners Corner] - Re: Getting java.lang.reflect.UndeclaredThrowableException w

2007-01-09 Thread vganesh_76
Yes, I am reading huge clob data ...I can pull the same data when I use non-ejb logic ...but this error is thrown in ejb. that's why I serialized my Response object. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999703#3999703 Reply to the post : http://ww

[jboss-user] [Beginners Corner] - Re: Getting Started Tutorial Needs Updating

2006-11-13 Thread PeterJ
As far as I can tell, the only problem with Duke's Bank on 4.0.5 is the the back-slash dollar-sign character combo that appears in the atmAck.jsp and accountList.jsp files. That character combination is being interpreted as an ESC character. See http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [Beginners Corner] - Re: Getting Started Tutorial Needs Updating

2006-11-12 Thread bobufuller30004
Numerous people have submitted specific problems with the tutorial on this and other forums. I'm not going to waste my time pointing them out yet again. The tutorial is simply out of date. Someone from JBoss needs to update it and the supporting code to work with the latest JBoss AS and Duke's B

[jboss-user] [Beginners Corner] - Re: Getting Started Tutorial Needs Updating

2006-11-12 Thread genman
If you could take a moment to explain what needs changing in the example and possibly submit a documentation bug, that would be more helpful than stating "it doesn't work." View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985257#3985257 Reply to the post : h

[jboss-user] [Beginners Corner] - Re: getting started

2006-08-28 Thread PeterJ
Try the Getting Started Guide at http://docs.jboss.org/jbossas/getting_started/v5/html/ Also, I have found the following books to be helpful: JBoss at Work: http://www.jbossatwork.com/ JBoss, A Developer's Notebook: http://www.oreilly.com/catalog/jbossadn/ View the original post : http://www.