[jboss-user] [Beginners Corner] - Re: Noob in EJB3 :D

2009-08-06 Thread jwenting
Never trust roseindia. That site is terrible! It does indeed matter whether the client is in- or outside the container. The creation of the InitialContext for example is quite different, requires more parameters when doing so from outside the container (things like where to find the

[jboss-user] [The Lizzard's corner] - Re: test

2009-02-23 Thread jwenting
sacha.labou...@jboss.com wrote : hey, it seems to work!!! That would depend on the requirements. Maybe one or another had intended nothing to happen ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212186#4212186 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: READ THIS FIRST: The actual JBoss/Spring integration mea

2009-02-23 Thread jwenting
Updated URL for the JBoss Wiki entry: http://www.jboss.org/community/docs/DOC-10783 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212191#4212191 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212191

[jboss-user] [Beginners Corner] - Re: Q: Using Hibernate with the jdbc:odbc bridge

2008-05-05 Thread jwenting
It's been over a year, what do you think? Simplest solution (and the best) is to not use that POS bridge driver. It's rubbish. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4148608#4148608 Reply to the post :

[jboss-user] [EJB 3.0] - Re: serialVersionUID mismatch using remote client and jboss-

2008-04-28 Thread jwenting
that's one option. Far more convenient is to just use jbossall-client.jar which contains everything you need in one handy little (in comparison) package. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4147106#4147106 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: Call jbpm process from Jsp

2008-04-25 Thread jwenting
you don't call business logic from JSP. You call it from servlets and use JSP to show the results. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146722#4146722 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146722

[jboss-user] [Beginners Corner] - Re: jboss 4.0.2 rc1 download

2008-04-24 Thread jwenting
why? It's been long replaced by other versions. At the very least get the production release of 4.0.2, but better get either 4.0.5 or 4.2.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146400#4146400 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Not enable JavaEE 5

2008-04-23 Thread jwenting
this has nothing whatsoever to do with the appserver. Check your IDE documentation, or ask in their support forum if you don't understand the documentation and they happen to understand you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146050#4146050 Reply

[jboss-user] [EJB 3.0] - Re: complete and working ejb3 hello world session bean examp

2008-04-23 Thread jwenting
yup. Or any decent book, or a score of existing web based tutorials. Or the JBoss getting started documentation. Looks like this is just another plug for someone's website. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146051#4146051 Reply to the post :

[jboss-user] [EJB 3.0] - Re: how to use a database sequence as a table column which i

2008-04-22 Thread jwenting
just use a JDBC call to the sequence to determine the next value. How to do that is database dependent, so see the sql manual for your database on how to call sequences. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145687#4145687 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Will JBoss 4.2.0 work on Vista ?

2008-04-22 Thread jwenting
no need to turn off UAC, as long as the user under which JBoss is run has rw(x?) access to the directories JBoss needs (so itself, any deployroots, and logging directories). Same as running it under Unix really. View the original post :

[jboss-user] [Beginners Corner] - Re: Will JBoss 4.2.0 work on Vista ?

2008-04-20 Thread jwenting
no problems with 4.0.5, 4.2.1 and 4.2.2 that I can find. Mind I use it only for local testing and development work, not to run a site on. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145337#4145337 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Newbie problem with persitence

2008-04-18 Thread jwenting
Vector shouldn't be used in any code written past circa 1999 anyway, except for code that needs to talk to legacy classes like some Swing components (and even then, I'd sooner implement my own subclasses than use the Vector based ones). View the original post :

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread jwenting
JBoss messaging in JBoss 5 beta 4 is fundamentally broken due to missing classes from the core JBoss messaging libraries (known problem, see JIRA for JBM). You'd need to transplant a new standalone JBM version into JBAS 5b4 and hope for the best. View the original post :

[jboss-user] [EJB 3.0] - Re: concurrently modifying entity instance

2008-04-17 Thread jwenting
have you tried it? What makes you think a lock won't propagate to the database (not saying it won't, but I'd be surprised if it didn't)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4144717#4144717 Reply to the post :

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-15 Thread jwenting
no need to first crosspost your question and next quote yourself if you don't get a reply inside of 5 minutes. That's not going to make you very popular... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4144122#4144122 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: I cann't find jbossj2ee-src.zip file! Please help.

2008-04-14 Thread jwenting
next time check the dates when posting... You're half a year late replying ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143764#4143764 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143764

[jboss-user] [EJB 3.0] - Re: Reference-Problems within an ear

2008-04-14 Thread jwenting
the persistence context exists within the context of its entities. Without those entities it has no real meaning. That means those entities need to be packed with the persistence context. You might be best off restructuring your project to have a single persistence module containing all your

[jboss-user] [Beginners Corner] - Re: Which JBoss AS version is right for me?

2008-04-10 Thread jwenting
For the vast majority of people the latest production release (so at the moment 4.2.2GA) is the one to use. Only reason to use something else would be to retain commonality in client libraries with another server running another version, or wanting to live dangerously and experiment with the

[jboss-user] [Beginners Corner] - Re: First EBJ: Session Bean, Eclipse, JBOSS AS

2008-04-09 Thread jwenting
JBoss 4.2 doesn't support @EJB injection in servlets. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142592#4142592 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142592 ___

[jboss-user] [JNDI/Naming/Network] - Re: NameNotBoundException

2008-04-09 Thread jwenting
the jndi name you supply is different from the one under which it is mapped, with a NameNotBoundException as the predictable result. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142732#4142732 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Connection not bound final solution

2008-04-07 Thread jwenting
The correct name is java:OracleDS. That's why the first call gives a NameNotFoundException. The second error indicates a failure to get a bean factory in Spring. This is a problem with your Spring configuration or the Spring integration with JBoss, not the JNDI lookup. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: *-ds.xml not being bound to JNDI Name

2008-04-07 Thread jwenting
There is no standardised way to create and maintain datasources, that's left to the appserver implementors. JBoss does it through these xml configuration files, others might store the data in an internal database accessible only through a frontend of some sort, others again might use properties

[jboss-user] [EJB 3.0] - Re: ClassCastExeption while invoking a Bean

2008-04-07 Thread jwenting
He's not using JBoss (or is but has gotten his jndi parameters from something completely different). He's not using EJB3, so he's asking his question in the wrong forum. He's hijacking a dead thread for an unrelated message. And finally he's trying to narrow his EJB stub to the home interface

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-07 Thread jwenting
remember that jndi lookups are case sensitive. It's remote, not Remote for example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142246#4142246 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142246

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-06 Thread jwenting
You're right. That would show up later. And of course he should change his code to use the remote interface rather than the local one unless it's running inside the ear. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141877#4141877 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-06 Thread jwenting
the client doesn't know you want to talk to JBoss... And it will never need to know, all it needs to know is that it has a jar file with client libraries and some properties telling it where to get an InitialContext. Plug in OAS jars and properties and you're talking to Oracle, plug in BEA jars

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-04 Thread jwenting
A remote EJB client using an EJB local interface? Might be the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141714#4141714 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4141714

[jboss-user] [EJB 3.0] - Re: Is this a JBoss bug?

2008-04-04 Thread jwenting
doesn't look like this has anything to do with JBoss. Looks like it's either something with Hibernate, the JDBC driver, the database, or a combination of them. Can you use the same versions of Hibernate and your JDBC driver to talk to that database using JPA from outside JBoss? View the

[jboss-user] [Beginners Corner] - Re: JBoss is caching JSPs and not detecting changes

2008-04-03 Thread jwenting
that's why servers should always be set to use UTC internally rather than local time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141220#4141220 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4141220

[jboss-user] [EJB 3.0] - Re: @EJB Annotation

2008-04-03 Thread jwenting
yes, forcing a jndi lookup should work, just as it would have with the J2EE 1.4 spec. You do of course have to supply the correct jndi names. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141216#4141216 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-03 Thread jwenting
that's a network error. Make sure the URI you refer to in your naming.properties is correct and can be reached from your client. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141215#4141215 Reply to the post :

[jboss-user] [Beginners Corner] - Re: max DB connections

2008-04-03 Thread jwenting
configure a pooled datasource and you can define how many connections the pool can contain. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141431#4141431 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4141431

[jboss-user] [EJB 3.0] - Re: Problem Starting Jboss with ejb3

2008-04-03 Thread jwenting
looks like a problem in either your persistence unit, your datasource, or all those EJBs. As it's not happening to anyone else, I think we can rule out an error in JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141475#4141475 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Why interceptors can't be deployed using ejb-jar.xml?

2008-04-02 Thread jwenting
you're probably missing the section of the ejb-jar. Something like | interceptors | interceptor | interceptor-classyour_interceptor_class_name/interceptor-class | post-construct | lifecycle-callback-methodmethodName/lifecycle-callback-method | /post-construct |

[jboss-user] [Beginners Corner] - Re: Starting problem

2008-04-02 Thread jwenting
check your hosts file on the server. It may well contain a faulty line linking localhost to your actual LAN ip address rather than 127.0.0.1 And make sure you call the server from other systems with its real address, not with http://localhost:8080; (you'd be astounded when you see how often

[jboss-user] [Beginners Corner] - Re: Running JbossAS

2008-04-02 Thread jwenting
yes, check your hosts file. But that should probably not prevent you from accessing localhost (unless of course that was mapped to something weird, like a disconnected network card). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141043#4141043 Reply to the

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread jwenting
ugly, a dirty hack to get around a restriction imposed by JEE for security reasons. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4140025#4140025 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4140025

[jboss-user] [EJB 3.0] - Re: @EJB Annotation

2008-03-31 Thread jwenting
The failure of @EJB binding in JBoss 4 in servlets is documented. JBoss 4 does not fully implement the JEE5 standard, and that's one of the omissions. What happens when you remove the ejb/ from the JNDI names? Check (with that new bean not included in the application of course so it deploys)

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread jwenting
no, I'm saying that the way JBoss does things (i.e. disallowing you from accessing the resources in one application in another unless they're packed together in an ear-file) is correct. That's the way things should be, hacking around that restriction is a bad idea. View the original post :

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-31 Thread jwenting
you are confusing 2 use cases. When deploying your exploded jars you're effectively deploying 2 enterprise applications. Those don't share resources, including persistence units. When deploying them both packaged into a single ear file they are part of a single enterprise application and can

[jboss-user] [EJB 3.0] - Re: New Install--DB connection

2008-03-30 Thread jwenting
there's a lot in the configuration guide about that. Basically you have to provide a (or more if you have multiple databases) xxx-ds.xml files in the deploy directory, and associated jar files for the drivers in the lib directory of the server (xxx/server/default/lib and

[jboss-user] [Beginners Corner] - Re: Running JbossAS

2008-03-30 Thread jwenting
just a question: are you trying to access localhost:8080 from the same computer you have JBoss running? If not it will of course never work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4139913#4139913 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: Can't build using ant

2008-03-30 Thread jwenting
those are all classpath issues. Resolve those (both linking to your own and JBoss files and things should start to look brighter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4139915#4139915 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Exploded jar containing persistence.xml with jar-file el

2008-03-30 Thread jwenting
if I understand the rules correctly, once you put resources in an earfile they're accessible from all components inside that earfile. When deployed outside of the content of that earfile, those resources are no longer so available, instead becoming local to the application that deploys them.

[jboss-user] [The Lizzard's corner] - Re: Ruby versus Java

2008-03-28 Thread jwenting
treespace wrote : I bought a Ruby book and flipped through some others. One thing struck me was the amount of time they generally spend saying how great the language is with hardly a word on how the language is great. In fact they appear to deliberately dodge what's good about it and fail to

[jboss-user] [The Lizzard's corner] - Re: binding problem

2008-03-28 Thread jwenting
check your port assignments. Some IDEs will open ports for things like remote debuggers and autoupdate options that can conflict with ports needed by other applications. See if JBoss will start when Notbeans is shut down, then try to start Notbeans with JBoss running. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - missing jboss_xmbean_1_1.dtd in jboss.com DTD repository?

2007-09-21 Thread jwenting
When trying to deploy an application on JBoss 3.2.7 we get (since today, could start the server yesterday) the following error (with the application failing to deploy): anonymous wrote : 15:30:45,293 ERROR [MainDeployer] Could not initialise deployment:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: missing jboss_xmbean_1_1.dtd in jboss.com DTD repository

2007-09-21 Thread jwenting
Thanks for the quick reaction. The discovery caused quite a bit of panic in our office (we're running something like a dozen production servers and a similar number of development/test machines on 3.2.7 still, not quite done yet converting everything to run flawlessly under 4.x). View the

[jboss-user] [The Lizzard's corner] - Re: On the quality of user posts.

2007-08-07 Thread jwenting
Often the problem isn't that the user doesn't know he's posting incomplete questions or posting them in the wrong place but that the user doesn't care. This may be less prevalent here than in other forums (like the Sun forums for example). Combine that with an attitude of expecting instant

[jboss-user] [JBossWS] - Re: problems using wsconsume

2007-08-07 Thread jwenting
wstx.jar is missing. I found the project here: http://woodstox.codehaus.org/ Haven't tried (yet) if simply plugging it in is enough though View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071494#4071494 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Startup errors on Ubuntu, can't access localhost:8080

2007-03-11 Thread jwenting
Ubuntu by default doesn't like you to run servers (more specifically, open serverports). It's configured out of the box as a client operating system for endusers, and many things that when endusers do them are security risks (or more often done to them by trojans) are simply not allowed. You

[jboss-user] [EJB 3.0] - Re: EJB 2.1 and 3.0 in one web-app

2007-03-11 Thread jwenting
the container can take EJB3 and EJB2 at the same time, but they can NOT be part of the same deployment archive (EJB Jar, maybe even EAR). That's per the spec btw. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026939#4026939 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Calling Jboss 3.2.3 EJB from 4.0.2

2007-03-11 Thread jwenting
that's almost always a problem when you try to call EJBs in application servers running a different version of the same software. You may be able to deploy the clientside archives from JBoss 3 into your ear file that you deploy on JBoss 4, but mind that this could lead to problems trying to

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.5 installation

2007-03-01 Thread jwenting
the installer can install support for things like EJB3 so most likely contains newer (and possibly more) jars than the zip. You can just zip the installation directory created by the installer and have your own zipped version. JBoss 4.0 works very well with 1.5, in fact it requires it for some

[jboss-user] [Beginners Corner] - Re: Detecting client disconnects

2007-02-25 Thread jwenting
no, at least not without some custom plumbing. The bean is removed either on a client request or on a connection timeout. You could code some sort of keepalive service that polls a client for a connection regularly. But that would require a custom client library as well which would respond to

[jboss-user] [Beginners Corner] - Re: java.lang.IllegalStateException: A CMR collection may on

2007-02-24 Thread jwenting
It sounds like you're trying to either access a collection that has fetch set to lazy, or are trying to modify a collection that's guarded by a transaction outside the scope of that transaction. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021592#4021592

[jboss-user] [Installation, Configuration Deployment] - Re: Urgent:Error while accessing deployed application in JBo

2007-02-23 Thread jwenting
Your JSP page is calling ANT? Sounds like a very strange configuration you have there, and hardly surprising it fails, especially if you didn't take care to have ANT available in the lib directory of the web application. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Urgent:Error while accessing deployed application in JBo

2007-02-23 Thread jwenting
in the lib doesn't mean anything really. What lib for example? If that lib on the classpath for the servlet? And even if it is, that doesn't mean the required classes are as ANT has of dependencies of its own. You'd best read the ANT documentation on how to integrate ANT tasks into your

[jboss-user] [Installation, Configuration Deployment] - Re: redirect the first screen

2007-02-23 Thread jwenting
just replace it with a servlet or JSP that just does a forward or redirect of the request to the new address. If you change the contentroot you may loose the admin and jmx consoles. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021515#4021515 Reply to the

[jboss-user] [Installation, Configuration Deployment] - Re: redirect the first screen

2007-02-23 Thread jwenting
just replace it with a servlet or JSP that just does a forward or redirect of the request to the new address. If you change the contentroot you may loose the admin and jmx consoles. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021514#4021514 Reply to the

[jboss-user] [Beginners Corner] - Re: Server Configuration for none database

2007-02-21 Thread jwenting
The server itself has an embedded database, but you're not required to use it. So just create your application without using any DataSources or other database related resources, and Bob's your uncle. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019882#4019882

[jboss-user] [Beginners Corner] - Re: Server Configuration for none database

2007-02-21 Thread jwenting
no, it's not. A database is REQUIRED for JMS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4020422#4020422 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4020422 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: Server started but not working

2007-02-19 Thread jwenting
And that's completely wrong, as I've seen in other default Linux installations. Should be just (at least that line): 127.0.0.1 localhost and make sure localhost isn't mapped to anything else (when I set up my box sometime 2005 it inserted a line mapping localhost to my actual network

[jboss-user] [Beginners Corner] - Re: Application Server basics

2007-02-18 Thread jwenting
Information in general about application server architecture, or information specific to JBoss? If the latter, check the documentation (and/or the codebase). If the former, a more general purpose forum would be a better place to start. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: jboss not running on ubuntu

2007-02-18 Thread jwenting
would have been more secure to give full access to just your account or accountgroup, yes. But seeing the number of machines that have only a root account which is used for everything it's no less secure than the majority of servers out there. View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: JBoss 4.05 GA Stateless Session Bean JNDI lookup ClassCa

2007-02-18 Thread jwenting
The reason for that is simple: the object you get back is not the actual bean but a proxy to the bean that implements the same interface. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018454#4018454 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Server not Starting

2007-02-18 Thread jwenting
and make sure you set $JAVA_HOME/bin at the very front of your $PATH or it still will try to use that blasted gcj. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018455#4018455 Reply to the post :

[jboss-user] [Beginners Corner] - Re: IllegalStateException problem on running jboss

2007-02-18 Thread jwenting
one more reason to NOT use scriptlets in JSPs. All that code belongs in a servlet, NOT a JSP (in fact no Java code at all should be in JSPs). What you're trying to do is extremely illegal. It will never work. The outputstream is after all private to the JSP and created implicitly when it's

[jboss-user] [Beginners Corner] - Re: IllegalStateException problem on running jboss

2007-02-18 Thread jwenting
P.S. this has nothing to do with JBoss, it's servlet/JSP basics. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018457#4018457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018457

[jboss-user] [Beginners Corner] - Re: Is JBoss right for the job?

2007-02-18 Thread jwenting
You would certainly have to rewrite the whole thing (or at least greatly modify it) if you want to do something like that. Load balancing and clustering is done on a request/response basis, with the cluster admin server determining which member of the cluster gets to handle a request. If I

[jboss-user] [Beginners Corner] - Re: Error while running JBoss server

2007-02-17 Thread jwenting
Seems you're trying to debug the servlet by running it as an application. That's not the way to do it. You need to connect to the web application (the servlet module) running inside JBoss and set some breakpoints. Then do an HTTP request to the servlet (using a web browser usually) and see the

[jboss-user] [EJB/JBoss] - Re: Probleme java/Jboss ?

2007-02-17 Thread jwenting
Don't put that there. An array isn't a valid serializable object (and putting fields in an interface is an established Bad Thing (tm) according to Josh Bloch, though sometimes handy for cases like this). Best change that array to 2 separate String fields (I assume they're allowed values for

[jboss-user] [Installation, Configuration Deployment] - Re: Publish on internet

2006-09-21 Thread jwenting
You'll have to get it running on a machine that can be seen outside your own network, that's all there is to it. Of course the devil is in the details, like security, probably getting a DNS name for it, where to host the server, etc. etc. etc. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Listen to different IP address in URL?

2006-09-18 Thread jwenting
That's a function of the firewall. It probably forwards requests to DNS entries to the proper machine, but if you give the IP address of the firewall itself it will try to resolve them to itself. foo in your case will be a URL that maps to the machine your appserver is running on in the DNS

[jboss-user] [The Lizzard's corner] - Re: Are Open Source Software Tools Better than Commercial?

2006-09-13 Thread jwenting
There doesn't have to be a problem, yet I do in my own experience notice that those OS tools that have (large) corporations behind them are generally far superior to those that don't. Not just stability (will it be actively maintained in a few months and will there be support when and if I need