[JBoss-user] [Security JAAS/JBoss] - How to get the Authentication Error messages.

2004-05-24 Thread tosenthu
Hai, Am using my own custom class for authendicating users. Apart from password, the user get authendicated on various other conditions like expiry of users and so on. so when an authendication fails i need to show the user what went worng. is there any possiblity to do this Thanks in

[JBoss-user] [Security JAAS/JBoss] - Re: Disabling User in a JAAS-based J2EE application

2004-05-24 Thread tosenthu
Can u please tell me where to place this class. means in which jar file. can i have it in my own .ear file, but when i do this it shows an error. that class not found. Thanks in advance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836019#3836019 Reply to

[JBoss-user] [JCA/JBoss] - Postgres JBoxx 3.2.3: jdbc not bound

2004-05-24 Thread abcolson
I am using JBoss 3.2.3 and trying to configure a Postgres data source for use with an Entity bean called Question. I am getting Question bean deployment exceptions like: org.jboss.deployment.DeploymentException: Error: can't find data source: jdbc/PostgresDS; - nested throwable:

[JBoss-user] [Javassist user questions] - Re: inserting duplicated members

2004-05-24 Thread fluca1978
Well, I suppose it suffices the field_info is different, since even adding fields of the same type works. I've tried it both with a primitice type (an int) and an object (a string), both with the same name and the same access specifier (even if this should not change things) and it works. Luca

[JBoss-user] [Security JAAS/JBoss] - Custom Valve Class problem

2004-05-24 Thread tosenthu
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836019#3836019 With reg the above link. i tried to create my own FormLoginValve class. but am not sure where to place this class. can i have it in my own .ear file. but when i did so it show NoClassFound error. please help me to solve this

[JBoss-user] [Clustering/JBoss] - HARMI Exception

2004-05-24 Thread robby_us
Hi folks, We are using JBoss 3.2.2 with Java1.4 on HP-UX 11.11 and have 5 servers running in cluster.We are getting the following error on startup: 15:29:06,154 ERROR [XSAM_Partition_UAT_1] setState failed java.io.InvalidClassException:

[JBoss-user] [Installation Configuration] - Re: load-repository to a acheive ear isolation(deployment ba

2004-05-24 Thread gozilla
Hi davidmboon I think the problem comes from the fact that you are deploying your ears inside a subdirectory of the deploy directory 'lms'. Did you set the 'RecursiveSearch' attribute of the 'URLDeploymentScanner' mbean to true ? Otherwise, (and that's what looks like) JBoss treat the lms

[JBoss-user] [Clustering/JBoss] - Re: HARMI Exception

2004-05-24 Thread Sacha Labourey
Make sure you are using the good client side JAR i.e. if you are using JBoss 3.2.3 on the server, use the 3.2.3 client side JAR, not the 3.2.2, etc. Cheers, sacha View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836028#3836028 Reply to the post :

[JBoss-user] [Nukes User] - Search for EJB-QL

2004-05-24 Thread erik777
How do you do a search on the forums for EJB-QL? It seems to treat the dash as whitespace, and EJB\-QL doesn't work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836030#3836030 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - problem with creating a record on DB with EJB cmp 2.0

2004-05-24 Thread netanelw
Hello, i've got a webapp and written win ejb cmp 2.0 and i'm getting a strange error on trying to create a record in my Mysql in one of my EJBs. in all of this long error it says something about my problem with null primary key entity but the two fields that are my defined in the PK class are ok

[JBoss-user] [Persistence CMP/JBoss] - Re: problem with creating a record on DB with EJB cmp 2.0

2004-05-24 Thread ironbird
What a shitload of parameters in your create method ! Post your code and descriptors. The error is in the bean creation. How is defined your primary key ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836035#3836035 Reply to the post :

[JBoss-user] [Installation Configuration] - deployment of a war without redeploying the ear

2004-05-24 Thread tomerbd
Hi I have Ear -- War1 -- War2 I have deployed War 3 into that Ear, I have noticed the whole ear was redeployed. Is there a possibility to deploy/undeploy a single war without redeployment of the whole ear? if so how? View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - adding JMS to a minimal JBoss configuration

2004-05-24 Thread villalta_mv
Hi All, I'm using JBoss 3.2.3 and my question is: How I can add Jboss JMS feature to a minimal configuration? regards and thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836038#3836038 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: problem with creating a record on DB with EJB cmp 2.0

2004-05-24 Thread netanelw
Here is the code: the prefix awbnumber is the fields of the primary key class. public AirwaybillsPK ejbCreate(int manifest,String special,String prefix,String awbnumber,String service,String ws,String requester,String contact,String shipper,String sender,String senderphone,String

[JBoss-user] [Installation Configuration] - How does the client know the Network connection is droped ?

2004-05-24 Thread cold_lin
I just done some tests on EJB network connection issue: 1) client call a method of a session bean on server, before this method finish, the network of server is dropped. Then the client program seems keep on waitting forever. There are some error inormation generated on server side. 2)client

[JBoss-user] [Persistence CMP/JBoss] - Re: problem with creating a record on DB with EJB cmp 2.0

2004-05-24 Thread netanelw
probably this is my problem, i've got 89 cmp fields. how can i fix it ? in the link alex says he have solve it... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836049#3836049 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: problem with creating a record on DB with EJB cmp 2.0

2004-05-24 Thread kabkhan
It says it should be fixed in JBoss 3.2.3, so upgrade to that. What version are you using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836050#3836050 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836050

[JBoss-user] [Clustering/JBoss] - Re: HARMI Exception

2004-05-24 Thread robby_us
Hi Sacha, Thanks for the solution.But we are using jboss3.2.2 and we are getting this error while starting the server itself. Kindly let us know what is the cause and suggested solution for the same Thanks Robby View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: problem with creating a record on DB with EJB cmp 2.0

2004-05-24 Thread kabkhan
There you go View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836058#3836058 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836058 --- This SF.Net email is sponsored by:

[JBoss-user] [Security JAAS/JBoss] - Security context propagation between servers?

2004-05-24 Thread mylesJ
This is more in the realm of J2EE security than JBoss, but I would appreciate any guidance on it. How can a security context be propagated between two JBoss servers, or for that matter, any J2EE application server? I presume the answer lies in JAAS and custom login modules. Are there any off

[JBoss-user] [Persistence CMP/JBoss] - Re: problem with creating a record on DB with EJB cmp 2.0

2004-05-24 Thread netanelw
i've downloaded jboss 3.2.3, reinstall my webapp, set all properties and db definitions and i tw o r k s ! ! ! 10x for all the help :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836061#3836061 Reply to the post :

[JBoss-user] [JCA/JBoss] - Missing link between rar and -ds.xml file

2004-05-24 Thread ozeigermann
I have created a rar which seems to deploy alright (as displayed by the jmx-console). I have also created a -ds.xml file to declare my connection factory. My problem is I have no idea how to link one with the other. And how to have the JNDI name ready for my application. This is how my ra.xml

[JBoss-user] [Persistence CMP/JBoss] - Nulls in CMR where clause

2004-05-24 Thread erik777
Does anyone know what the status is of fixing the ability to use 'table.col = ?1' in EJB-QL without losing rows with null values? I remember that some future version of JBoss was supposed to address it, but can't remember which version, so don't know if it is supposed to be out now. I'd even

[JBoss-user] [Clustering/JBoss] - Re: HARMI Exception

2004-05-24 Thread Sacha Labourey
Then make sure ALL JBoss servers that you are starting as part of the cluster are running the exact same version of JBoss. The exception message simply states that it is not the case. sacha View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836064#3836064 Reply

[JBoss-user] [Persistence CMP/JBoss] - Error on calling create(primary_key) fun from client

2004-05-24 Thread nischalsharma
hi I have created cmp bean and when i call create(primaryKey) method from the ejb client. i getting this error message on jboss console i think the error is here but i dont know how to remove this error as create() fun itself handle the insert query. Error checking if entity exists

[JBoss-user] [JCA/JBoss] - Re: Missing link between rar and -ds.xml file

2004-05-24 Thread ozeigermann
This is what JBOSS complains about MBeans waiting for other MBeans: | [ObjectName: jboss.jca:service=TxCM,name=Map | state: CONFIGURED | I Depend On: jboss.jca:service=ManagedConnectionPool,name=Map | jboss.jca:service=CachedConnectionManager | jboss:service=TransactionManager |

[JBoss-user] [Beginners Corner] - Problems with J2EE tools

2004-05-24 Thread ghoyle
I am new to ejb's/JBoss etc so I have been playing with some tools to help create a entity bean(s). The first one I tried is nbjboss which is a plugin for eclipse. This is supposed to be able to create a CMP2.0 entity bean and help deploy it, but for some reason I always get | 1:17:37,313

[JBoss-user] [Nukes User] - Only Static Page after Installing under Mac OS X Server

2004-05-24 Thread fruwkn
Dear all, i just try to install Nukes under JBoss 3.2.3 (bundled with Mac OS X Server 10.3). I walk through the installation steps that are bundled with the downloadable Binary with mysql support). Everything works fine. Then i should access via http://localhost:8080 and login. But i only got

[JBoss-user] [JCA/JBoss] - Re: Missing link between rar and -ds.xml file

2004-05-24 Thread ozeigermann
As indicated by http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIDeployMyResourceAdapter display names need to match! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836070#3836070 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - JMS on 3.24RC2 problem

2004-05-24 Thread richieb
Is this a known issue? Starting default configuration out of the box I see this exception: | | 2004-05-24 08:17:25,904 DEBUG [org.jboss.system.ServiceController] starting service jboss.mq:service=SecurityManager | 2004-05-24 08:17:25,904 DEBUG [org.jboss.mq.security.SecurityManager]

[JBoss-user] [Clustering/JBoss] - Re: HARMI Exception

2004-05-24 Thread robby_us
Hi, I have checked the versions on all the servers and the version running on all the servers are same i.e 3.2.2(200310182216) .Kindly let us know abt the cause and solution for the issue. Thanks Robby View the original post :

[JBoss-user] [JCA/JBoss] - ConnectionManager implementations?

2004-05-24 Thread spiritualmechanic
I'm trying to do a small unit test outside of the JBoss server and create my ConnectionFactory manually. ManagedConnectionFactory mcf = (ManagedConnectionFactory) new WrappedSessionManagedSessionFactory(); | ConnectionManager manager = new NoTxConnectionManager(); |

[JBoss-user] [Installation Configuration] - how to see my ejb in the java:comp/env context??

2004-05-24 Thread chris75be
Hello, I have developped a very simple bean called MyBean and I would like to see it in the java:comp/env context ? But when I look at the JNDI info in the console, I see this information: java: Namespace +- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory) +- DefaultDS (class:

[JBoss-user] [JCA/JBoss] - Re: Postgres JBoxx 3.2.3: jdbc not bound

2004-05-24 Thread [EMAIL PROTECTED]
For the 10,000 time. Post the full stacktrace. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836080#3836080 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836080 ---

[JBoss-user] [Messaging, JMS JBossMQ] - Re: adding JMS to a minimal JBoss configuration

2004-05-24 Thread [EMAIL PROTECTED]
It's in the FAQ. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836081#3836081 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836081 --- This SF.Net email is sponsored

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS on 3.24RC2 problem

2004-05-24 Thread [EMAIL PROTECTED]
It is a debug level message. It first looks up jbossmq if that fails it looks up java:/jaas/jbossmq View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836083#3836083 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836083

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS authentication vendor independent custom login

2004-05-24 Thread [EMAIL PROTECTED]
There is no requirement to extend jboss specific classes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836088#3836088 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836088

[JBoss-user] [Security JAAS/JBoss] - Re: Disabling User in a JAAS-based J2EE application

2004-05-24 Thread [EMAIL PROTECTED]
It has to be in either the server/xxx/lib directory or in the tomcat service sar directory. I cannot be in the application deployment. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836089#3836089 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: how to see my ejb in the java:comp/env context??

2004-05-24 Thread [EMAIL PROTECTED]
java:comp is only available inside the bean that defines it. It is not available from a client, nor is the java:/ namespace. You should use the global jndi name, your ejb-name by default unless you change it with a jndi-name in jboss.xml View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: MemoryRealm OR JDBCRealm

2004-05-24 Thread [EMAIL PROTECTED]
Yes, if there is a query for you db schema that provides the same result set structure as the following prepared statements: | select Password from Principals where PrincipalID=? | select Role, 'Roles' from Roles where PrincipalID=? | No otherwise. View the original post :

[JBoss-user] [EJB/JBoss] - Non Jboss-specific question : toString method

2004-05-24 Thread Amalsek Ro
Well, I need to use a customized toString method, that will be called from an interface. I've already overrided it in my bean class, but it doesn't work. Anybody has an idea ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836098#3836098 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: How does the client know the Network connection is drope

2004-05-24 Thread [EMAIL PROTECTED]
It depends upon the protocol used. e.g. if you are using the default RMI method, you should check the options available in the jdk documentation. You should also check your OS settings. Alternatively, where relevant, JBoss allows you to override the socket creation so you can configure whatever

[JBoss-user] [Installation Configuration] - jboss and jira on same box conflicting

2004-05-24 Thread dudleygb
Hi, was just wondering if anyone else has had any problems running jboss and jira on the same machine? It seems we have to start jboss first or else it doesn't deploy if jira is started first? We're using JBOSS 3.2.3 with Jetty on JDK 142 View the original post :

[JBoss-user] [Installation Configuration] - Re: deployment of a war without redeploying the ear

2004-05-24 Thread [EMAIL PROTECTED]
No View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836102#3836102 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836102 --- This SF.Net email is sponsored by: Oracle 10g

[JBoss-user] [JCA/JBoss] - Re: Postgres JBoxx 3.2.3: jdbc not bound

2004-05-24 Thread abcolson
Please forgive me. Here is the stack trace as requested... org.jboss.deployment.DeploymentException: Error: can't find data source: jdbc/PostgresDS; - nested throwable: (javax.naming.NameNotFoundException: jdbc not bound) at

[JBoss-user] [Advanced Documentation] - Re: any docs updates since March 2004?

2004-05-24 Thread [EMAIL PROTECTED]
The 3.2.3 update should be out this week. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836104#3836104 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836104 --- This

[JBoss-user] [JCA/JBoss] - Re: Postgres JBoxx 3.2.3: jdbc not bound

2004-05-24 Thread [EMAIL PROTECTED]
Change your jbosscmp-jdbc.xml to use java:/PostgresDS This same question was posted last month. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836105#3836105 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836105

[JBoss-user] [Installation Configuration] - Re: Multiple instances of same server

2004-05-24 Thread [EMAIL PROTECTED]
You would also need to override the data directory, the log directory and the tomcat work directory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836106#3836106 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836106

[JBoss-user] [Installation Configuration] - Re: jboss and jira on same box conflicting

2004-05-24 Thread [EMAIL PROTECTED]
Your question resolves down to IT DOES NOT WORK. You won't get many answers. My guess is both JBoss and JIRA use port 8080 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836107#3836107 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: how to see my ejb in the java:comp/env context??

2004-05-24 Thread chris75be
Here's the part of the deployment descriptor: entreprise-beans My first stateless session bean ejb-nameMySessionBean/ejb-name EJB.MySessionBeanHome EJB.MySessionBean ejb-classMySessionBeanBean/ejb-class session-typeStateless/session-type

[JBoss-user] [EJB/JBoss] - Re: Non Jboss-specific question : toString method

2004-05-24 Thread [EMAIL PROTECTED]
You are outside the spec here, since it does not define to change EJBObject implementation. In jboss you would write your own client interceptor and put it first in the client stack. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836108#3836108 Reply to the

[JBoss-user] [Security JAAS/JBoss] - Re: How to get the Authentication Error messages.

2004-05-24 Thread anbenham
if you are using j_security_check, i dont think there is a possibility to get the errors in your logonerror-page. i have searched for a solution , then i gave it up. The authentication occurs in the loginmodule. from there you can throw a loginexpetion, but this exception is not propagated from

[JBoss-user] [Security JAAS/JBoss] - Re: How to display various error messages in JSP when the Us

2004-05-24 Thread anbenham
Hi, see http://jboss.org/index.html?module=bbop=viewtopict=50060 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836113#3836113 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836113

[JBoss-user] [Security JAAS/JBoss] - Re: RMI ports and firewall

2004-05-24 Thread [EMAIL PROTECTED]
jnp.properties is no longer used. See the referenced wiki page. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836115#3836115 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836115

[JBoss-user] [EJB/JBoss] - EJB Timer Service problem

2004-05-24 Thread fearghal
Hi all, hope I can get some suggestions on this.. Using the latest developer release (4.0.0DR4) I'm still having problems with the EJB timer service. I have a stateless session bean that creates a timer: TimerService timerService = context.getTimerService(); Timer timer =

[JBoss-user] [Installation Configuration] - Re: how to see my ejb in the java:comp/env context??

2004-05-24 Thread chris75be
I don't see MySessionBean in the Global JNDI context. I also tried MySessionBean for the lookup without success... What did you mean by MySessionBean ? thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836116#3836116 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Problem with the getUserPrincipal() method.

2004-05-24 Thread [EMAIL PROTECTED]
Unless the jsp page is secured, getUserPrincipal() will return null. That is the only time the caller is authenticated and is associated with the request. If you want to track a user as part of a session you have to put the principal in the session. View the original post :

[JBoss-user] [Installation Configuration] - Re: how to see my ejb in the java:comp/env context??

2004-05-24 Thread kabkhan
Do you get errors during deployment? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836119#3836119 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836119 --- This SF.Net

[JBoss-user] [Installation Configuration] - Re: how to see my ejb in the java:comp/env context??

2004-05-24 Thread [EMAIL PROTECTED]
Enough ping/pong. You question has been posted many times before. Use search or download the getting started guide. Your response time to my answers suggests to me that you are not trying to understand what is going on and you are just proxying your errors for me to solve. That is not

[JBoss-user] [Installation Configuration] - Re: Multiple instances of same server

2004-05-24 Thread guy_rouillier
Thanks Adrian for the pointers. This approach sounds feasible. We are in the middle of pushing out a new release. Once I am past that, I'll get back on this project to see if I can make it work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836127#3836127

[JBoss-user] sticky session: apache server and Jboss server

2004-05-24 Thread Igor Galperin
Title: sticky session: apache server and Jboss server Hi! Maybe somebody can help me. I set up one Apache server (2.0.49) to work as a load director for two JBoss servers (3.2.3). I am using mod_jk2 module. Everything is working fine. At this point as soon as session is created all

Re: [JBoss-user] Problem using distributed transactions

2004-05-24 Thread Adrian Brock
http://www.jboss.org/wiki/Wiki.jsp?page=JBossFrequentlyAskedQuestions On Sun, 2004-05-23 at 16:46, Dasarath Weeratunge wrote: Hi, Can you please help me understand the meaning of this warning? What is a transaction branch? Is this critical? 21:14:50,656 WARN [TxConnectionManager]

[JBoss-user] Re: [Beginners Corner] - starting JBoss in debug mode

2004-05-24 Thread bOOyah
Saroj wrote: Is it required classic JVM to start JBoss in debug mode? No. There isn't a Classic JVM any more (not from Sun anyway). If you are using a recent Sun JDK, the JBoss start script will cause a Client JVM to be started by default. If you add '-server' to your JAVA_OPTS it will start

[JBoss-user] [Security JAAS/JBoss] - Rollback

2004-05-24 Thread erik777
Did JBoss rollback the forums? I received email that someone replied to a post I put on the security forum, but it appears to be gone. Most recent date on forum posts is May 20th?!? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835690#3835690 Reply to the

[JBoss-user] [Beginners Corner] - Questions on RmiConnector example in chap9

2004-05-24 Thread tomH_home
Hi I'm a JBoss newbie whose just bought the JMX book. As I've been going through it's been so easy to do the examples on the RI that I've been experimenting moving the example MBeans into JBoss. I'm stuck at chapter 9... the RMIConnector stuff. What I've been doing is taking the MBean's in the

[JBoss-user] [Installation Configuration] - Defining the Virtual Path in Jboss 3.2.3

2004-05-24 Thread arunmanayil
I have been able to deploy my application in the serverdefaultdeployappname. I run the Jboss Server on Port 80. The problem is that the URL has to be accessed at http://server/appname/index.html. Can somebody tell me how I can configure the server so that the URL will be

[JBoss-user] [JBoss.NET SOAP] - JBoss.NET/python Tutorial

2004-05-24 Thread wahyinghung
http://www.myj2ee.com/Members/Firedragon/jbossnet SOAP server: JBoss.NET SOAP client: python using Zolera SOAP Infrastructure View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835693#3835693 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - JBoss 3.2.2/Windoze2000/Redeploy/JSP

2004-05-24 Thread Ganton
Whenever I redeploy a JSP page, that includes other jsp pages using the jsp:include tag. The content of the included pages is not rendered. I have made sure, that the source directory is being deleted on redeploy, so it's not a jasper page age issue. I do however think it is some sort of