[JBoss-user] [HTTPD, Servlets JSP] - SO I CANNOT REFERENCE SESSION ATTRIBUTES ON SESSION LISTENER

2004-10-31 Thread erezharari
SO I CANNOT REFERENCE SESSION ATTRIBUTES ON SESSION LISTENER? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853403#3853403 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853403

[JBoss-user] [EJB/JBoss] - hardcoded JNDI names on clientside...

2004-10-31 Thread lameguy
Hi, I have some hardcoded JNDI names on clientside, wish to know if I have alternatives to that. Before going any further: Bean itself | /** | * @ejb.bean | * name=GroupEJB | * local-jndi-name=ejb/UserGroup | *

[JBoss-user] [Beginners Corner] - EAR deployment and ScannerThread's

2004-10-31 Thread lameguy
How come everytime I deploy my EAR modules JBoss seems to spend a lot of time before awaking from: | ... | 15:54:44,442 INFO [STDOUT] 394248 [ScannerThread] DEBUG org.jboss.mx.loading.ClassLoaderUtils jboss.web.deployment:id=831432746,war=UserManagementWeb.war WebModule - Multiple class

[JBoss-user] [EJB/JBoss] - Re: HTTP Status 404

2004-10-31 Thread Raist_Majere
I think I know the problem you have and the solution to it: you have to define the servlet-mapping element on your web.xml file after the servlet element declaration. It can be something like: | servlet-mapping | servlet-nameSearchServlet/servlet-name | url-pattern/Search/url-pattern

[JBoss-user] [EJB/JBoss] - Re: hardcoded JNDI names on clientside...

2004-10-31 Thread Raist_Majere
A possible solution is provide an utility class using the ejb.util tag on the EJB's you need to access. Read the XDoclet docs if you want to know more about this tag. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853407#3853407 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: hardcoded JNDI names on clientside...

2004-10-31 Thread lameguy
anonymous wrote : This tag is optional, and lets you define whether or not a util class should be generated, and whether to use the logical component name (java:comp/env) or the physical JNDI name to do the lookup. If this tag is not specified, the util class will be generated using logical

[JBoss-user] [Installation Configuration] - JBoss/Hibernate Warning on startup

2004-10-31 Thread komone
I get a warning on startup when I have hibernate configured with JBoss 4.0. Is there any way to configure this away? Or is it a minor bug? | 11:13:29,104 INFO [SessionFactoryObjectFactory] Factory name: java:/hibernate/SessionFactory | 11:13:29,104 INFO [NamingHelper] JNDI InitialContext

[JBoss-user] [Security JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-31 Thread craig1980
Hi; first of all thanks for your answers and i want to excuse to me for all the disturbance i give. Well... i have followed your tips; now my web.xml is this one: anonymous wrote : ?xml version=1.0 encoding=UTF-8? | !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application

[JBoss-user] [Installation Configuration] - where to define http ports for JBoss

2004-10-31 Thread harryvanrijn
I want to access JBoss with my browser under port 9200. I activated and configured the mbean ServiceBindingManager in .../conf/jboss-service.xml. Well the redefinition of ports works, but not for the tomcat50 section. Here the port stays on 8080. I changed that 8080 to 9200 and restarted JBoss,

[JBoss-user] [Installation Configuration] - Re: where to define http ports for JBoss

2004-10-31 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigureServerPorts View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853414#3853414 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853414

[JBoss-user] [Beginners Corner] - Re: POJOS

2004-10-31 Thread darranl
We are not mind readers, what error? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853415#3853415 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853415 --- This SF.Net

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-10-31 Thread darranl
The name of a jar file has nothing to do with the packages of the classes it contains so you will not need to update any import statements. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853416#3853416 Reply to the post :

[JBoss-user] [Nukes User] - Re: Error in deploying nukes.ear

2004-10-31 Thread rkeckler
Never mind. I should have been using JBoss 3.2.3 Now that I am it is working. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853418#3853418 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853418

[JBoss-user] [Nukes User] - Re: Error in deploying nukes.ear

2004-10-31 Thread cooper
indeed View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853419#3853419 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853419 --- This SF.Net email is sponsored by: Sybase

[JBoss-user] [EJB/JBoss] - Hibernate.har in myHibernateEar.ear 'no persistent classes'

2004-10-31 Thread beyarecords
Hi, I am deploying an Hibernate.har file from within an .ear file as follows: myHibernateEar.ear: -META-INF/application.xml,jboss-app.xml -hibernate.har/test/*.class,*.hbm.xml -hibernate.har/META-INF/hibernate-service.xml -hibernate.har/hibernate.cfg.xml jboss-app.xml: | ?xml version=1.0?

[JBoss-user] [EJB/JBoss] - JBoss 3.2.3 write works from client but not from another EJB

2004-10-31 Thread azydron
Hi, I have a problem using A Stateless Session Bean that writes a record to an Oracle 9i table using a JDBC DS declaration. The write (using an SQL INSERT statement) works fine if the call comes from a non-EJB client using a Helper object. If I use the same Helper object from another Stateless

[JBoss-user] [Persistence CMP/JBoss] - JBoss 3.2.3 write works from client but not from another EJB

2004-10-31 Thread azydron
Hi, I have a problem using A Stateless Session Bean that writes a record to an Oracle 9i table using a JDBC DS declaration. The write (using an SQL INSERT statement) works fine if the call comes from a non-EJB client using a Helper object. If I use the same Helper object from another Stateless

[JBoss-user] [Beginners Corner] - Illegal argument passed to ParameterDesc.setJavaType. The j

2004-10-31 Thread kerry_bellerose
Hello, I've just started using JBoss 4.0 and Axis 1.1 to create Web Services from an existing wsdl file. I've been able to get a couple of simple Hello World style services up and running, so I know that JBoss is configured and running correctly. When I try to generate an application from the

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-10-31 Thread frodo_20
OK. Thanks for the help. I put servlet-api.jar and jsp-api.jar into the jboss-3.2.6/server/default/lib directory AND changed the content of the following tags in the jboss-build.xml file like so (I have removed the less than and greater than symbols from the XML): property name=myservlet.jar

[JBoss-user] [Beginners Corner] - Re: Where in the he$$ is javax.servlet.jar???

2004-10-31 Thread frodo_20
I also noticed that the name servlet.jar seems to be reserved (by ant) or something because when I tried to re-assign the path to servlet-api.jar it (the property named servlet.jar) kept echoing as javax.servlet.jar until I changed the name of the property to myservlet.jar. Am I nuts or is this

[JBoss-user] [Advanced Documentation] - Quality of the JBoss Clustering documentation?

2004-10-31 Thread chrisnewland
Hi, Can anyone tell me what the JBoss clustering documentation is like? I've managed to work out clustered JMS with a pair of servers and a single MySQL database but I'm hitting a brick wall trying to get load-balanced stateless session beans working. Does the documentation cover this in a

[JBoss-user] [Beginners Corner] - Re: What is the best Workflow Management System with JBoss?

2004-10-31 Thread gskinner88
Take Workflow to the next level, BusinessRules! Click on the www icon below, or try this link: http://www.agilebusinessrulecomponents.com View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853428#3853428 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Jboss-3.2.5 hang after 1-2 days

2004-10-31 Thread FrankGroot
Hello, Same with our installation (Feudora Linux, JBoss 3.2.3, SQLServer with jTDS drivers) Never a trace of a problem, JBoss just stopped and java process disappeared Any clues or hints discovered yet ? We are stuck and don't know how to start tackling this problem. Is there anybody out

[JBoss-user] [Installation Configuration] - Re: where to define http ports for JBoss

2004-10-31 Thread harryvanrijn
Ok, that's indeed what I changed, and also some other files : $JBOSS_HOME/server/jboss-1/deploy/jbossweb-tomcat50.sar/web.xml $JBOSS_HOME/server/jboss-1/deploy/jmx-console.war/cluster/clusterView.jsp $JBOSS_HOME/server/jboss-1/deploy/management/web-console.war/WEB-INF/classes/Classloaders.bsh

[JBoss-user] [EJB/JBoss] - Re: WebSphere War to JBoss EJB lookup - how to?

2004-10-31 Thread erik777
It's been awhile, but I did get this to work. The problem is that WebSphere doesn't have the classes for JNP in its classpath. IIRC, adding JBOSS_HOME/client/jbossall-client.jar to WebShere's server classpath resolved it. It then worked great. I had no problem accessing JBoss EJBs from

[JBoss-user] [Installation Configuration] - JBoss cannot find Windows NLB Virtual IP

2004-10-31 Thread jack.y.lin
Hi, We are trying to use Windows 2000 Advance Server and Windows 2003 Network Load Balancing function for JBoss. We found that when I start JBoss, it found the system's IP Address, but it could not find the Network Load Balancing Virtual IP address. I would like to know if JBoss has capability

[JBoss-user] [Beginners Corner] - Re: POJOS

2004-10-31 Thread Jackk
I get a NoClassDefFound error. The problem is that I added the necessary .jar file to the clients directory under jboss but that still not working...I need to know! How do I fix this problem! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853434#3853434

[JBoss-user] [Beginners Corner] - Getting JSP Exception when I run the Duke's Bank example

2004-10-31 Thread jlopes151
JasperException: /Logon2.jsp The Absolute URI: http:/'java.sun.com/jsp/jstl/core cannot be resolvedin either the jar file or the web.xml files deployed with the application. I followed the JBOSS instructions in the Getting Started. All the ant targets completed successful and copied the two

[JBoss-user] [Javassist user questions] - Re: unable to locate the proper class - and some newbie ques

2004-10-31 Thread chiba
I don't have any idea. Have you considered this? anonymous wrote : java.lang.ClassNotFoundException: com.temp.EmployeeVO: This error could indicate that a component was deployed on a cluster member but not other members of that cluster. Make sure that any component deployed on a server that is

[JBoss-user] [Javassist user questions] - Re: CtMethod.setBody(CtMethod, ClassMap) does not work

2004-10-31 Thread chiba
anonymous wrote : if I just replace this part of the code, i get a ClassNotFoundException | if I want to load my class after modification. How did you replace? Could you explain details? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853444#3853444

[JBoss-user] [Javassist user questions] - Re: dispatch algorithm limitation

2004-10-31 Thread chiba
There still exits that bug. The compiler may produce a wrong call in the following case: class A {} class B extends A {} class C extends C {} class X { void foo(A a) { .. } void foo(B b) { .. } } If you call foo(new C()) on an instance of X, the compiler may produce a call to foo(A).