[JBoss-user] [JCA/JBoss] - Re: Howto encrypt connection factory passwords

2004-04-12 Thread cylim
Hi emmaueze, I having the same problem as you. Have you found any solution for this issue? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830259#3830259 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830259 -

[JBoss-user] [Installation & Configuration] - Re: ssl on multiple JBossinstances

2004-04-12 Thread BDV
sorry forgot something. In the deploydirectory I found a "jbossweb-tomcat41.sar". So now you know the version of tomcat too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830257#3830257 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Installation & Configuration] - Re: ssl on multiple JBossinstances

2004-04-12 Thread BDV
jboss 3.2.3 i added following line to the XSLT-config part: and a bit further I added following lines to de xsl choose Is this enough information??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830256#3830256 Reply to the post : http://www.jboss.o

[JBoss-user] [Messaging, JMS & JBossMQ] - Complex JMS queue problem

2004-04-12 Thread yxyang
Hello, I am using jboss-3.2.3, which is runing on Solaris 8 and with Sun JVM 1.4.1, and PostgreSQL. And the hsqldb-jdbc2-service.xml is used. Each jms text message size is about 500bytes . And all testing components are running in the same machine. The following problem happened for a few times

[JBoss-user] [Installation & Configuration] - Re: Hibernate Logging through server/xxx/conf/log4j.xml file

2004-04-12 Thread triathlon98
This can be configured in the server/default/conf/log4j.xml file. The file contains examples indicating how to do this. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830254#3830254 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [JCA/JBoss] - Possible to configure multiple datasource in single -ds.xml?

2004-04-12 Thread cylim
Hi All, Is that possible to configure multiple datasource in one single -ds.xml file? If i would like to use the JAAS implementation in each of the datasource so that the password is not store in the clear text format, do i need to configure each of my datasource into a different -service.xml?

[JBoss-user] [Beginners Corner] - Re: jndi configuration for mysql DB

2004-04-12 Thread jonlee
That is an old format configuration - probably 3.0.x. Use the configuration examples from \docs\examples\jca. You'll want the mysql-ds.xml file and copy that into your deployment directory. It should be modified for your database login details. It will look something like this: | | |

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to config servlet in jboss-3.2.3/Eclipse3.0/Lomboz/J

2004-04-12 Thread JonathanYZQ
Thank you, ronnyroeller. I did it according to your information and the result is OK. I hope some one could tell us the real reason so that we can use it conveniencely. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830250#3830250 Reply to the post : http:/

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unknown-PK Problems...

2004-04-12 Thread sesques
Normally, when the key is auto-generated byt the database, the prim-key-class should be java.lang.Object without declaring the primkey-field (like in your first version of ejb-jar.xml) + No getters and setters defined on the CMP field employeeID (because you must use the findbyPrimaryKey method

[JBoss-user] [Clustering/JBoss] - How do I know that Clustering works ?

2004-04-12 Thread Rolf
Hi I setup a cluster with all different types of beans and I'm not 100% sure if the cluster really works. I can see in the console of each server that they are a member of the cluster. I also can proof that the load balancing works but how do I check if the cluster reaaly works regarding the re

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: CLient Limit

2004-04-12 Thread joshuad2
Yes we are experiencing the same problem, did you resolve your issue? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830246#3830246 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830246 ---

[JBoss-user] [EJB/JBoss] - Re: [XmlFileLoader] failed to load jboss.xml (second attempt

2004-04-12 Thread dmitry_ame
I thouhgt may be there is some hidded character at the end of line -- removing all EOLs and putting the whole file on one line didn't help. I also copied pasted the BusinessLogicControllerBean string in ejb-name element from ejb-jar.xml to jboss.xml -- no much luck there. View the original pos

[JBoss-user] [EJB/JBoss] - Re: [XmlFileLoader] failed to load jboss.xml (second attempt

2004-04-12 Thread dmitry_ame
The error messsage claims that BusinessLogicControllerBean found in jboss.xml but not in ejb-jar.xml. As far as i can tell the BusinessLogicControllerBean is provided in both just fine. Can someone look to make sure I'm not misspelling anything (second pair of eyes always helps). It looks mor

[JBoss-user] [Beginners Corner] - JTA and sample program

2004-04-12 Thread alanc_yang
Hello, I wonder is there any sample code that would demonstrate the JTA features from UserTransaction's perspective? I have the need for the transaction control in my app that would like to take advantage of JBoss JTA implementation. Thanks in advance. Alan View the original post : http://w

[JBoss-user] [Installation & Configuration] - Hibernate Logging through server/xxx/conf/log4j.xml file

2004-04-12 Thread vijpan
Hi, I am using Hibernate as the persistence mechanism with JBoss3.2.3 as the app server. Currently Hibernate is logging(from DEBUG) too much a stuff in the default "server.log" file . I want to turn the logging of Hibernate from the "WARN" level. Could anyone let me know that which category do

[JBoss-user] [Beginners Corner] - jndi configuration for mysql DB

2004-04-12 Thread myqyl4
I am trying to install and run a example naked object persistence ejb to a mysql db. The example comes with a setup config file for jboss called mysql-service.xml. see next. StandardDS jdbc:mysql://localhost

[JBoss-user] [Installation & Configuration] - Re: JavaHelp Server-side Deployment

2004-04-12 Thread degriffing
I am still fighting with this problem and would like to get it resolved. Any ideas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830238#3830238 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830238

[JBoss-user] [The Lizzard's corner] - Re: Heavy traffic on JBoss-user

2004-04-12 Thread dediana
YouÂre right. The system already has all flexibility that is necessary. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830237#3830237 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830237 -

[JBoss-user] [Messaging, JMS & JBossMQ] - ERROR [org.jboss.mq.pm.jdbc2.PersistenceManager] Starting fa

2004-04-12 Thread vijayk
Hello All, I am having trouble starting JBoss in "all" mode. The exception I get is shown below. I would like to deploy a MessageDrivenBean but cannot run it successfully. The strange thing is it works on my machine at home not on the one at work. Suggestions are appreciated. | 2004-04-12 1

[JBoss-user] [Nukes User] - Re: Howcome Template module only shows when logged in as adm

2004-04-12 Thread thepriz
I am assuming you mean in the Main Menu block. You need to add a line to the {nukes_base_dir}/nukes/resources/services/menu-block-service.xml file. If you do it this way you will need to build and redeploy nukes components (i.e. build deploy-components). You add it in the security element of th

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB container prefetching messages?

2004-04-12 Thread georgewinters
Howdy! I have two JBoss 3.2.3 servers each running one instance of a MDB. Both are servicing the same remote queue which resides on a third machine running JBoss 3.2.3. It looks like the client machines are prefetching messages. Here's what I'm seeing: 1. Message #1 is sent to the queue. 2. Ser

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Corba from a Servlet-

2004-04-12 Thread frenchfrywpepper
I'm getting UnsupportedOperation for an application that works perfectly well outside of JBoss. Did you ever find an answer to this problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830232#3830232 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unknown-PK Problems...

2004-04-12 Thread KarstenTS
Yes, it works perfect by now. Well, in fact, I do have some ForeignKey Problems, but that's a different story... ;) This is the solution: ejb-jar.xml | | | EB_DataBase - Employee: Employee | Employee | medsched.entity.employee.EmployeeLocalHo

[JBoss-user] [Persistence & CMP/JBoss] - Re: Error in Generated CMP Existence Check Query

2004-04-12 Thread gilberth
Mike, Thank you very much for this info. I had the same problem, and it is now fixed thanks to you. In my case I am using Jboss 3.0.6 and Oracle 8i. Gil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830229#3830229 Reply to the post : http://www.jboss.or

[JBoss-user] [Installation & Configuration] - Re: Shutdown JBoss 3.2.3 using the minimal configuration + J

2004-04-12 Thread jdepons
Some service is missing. I am having the same problem, did you find a solution. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830228#3830228 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830228 --

[JBoss-user] [Installation & Configuration] - Re: shutdown in default minimal configuration?

2004-04-12 Thread jdepons
I am having the same problem. A a required service is missing from the config. Did you find a solution for this? Thanks, Jeff View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830227#3830227 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [EJB/JBoss] - [XmlFileLoader] failed to load jboss.xml (second attempt)

2004-04-12 Thread dmitry_ame
I cant get my ejbs to work (this problem drives me crazy), everything looks normal to me in jboss.xml as well as in ejb-jar.xml but deploying results in following message: 15:29:57,449 ERROR [XmlFileLoader] failed to load jboss.xml. There could be a syntax error. org.jboss.deployment.DeploymentE

[JBoss-user] [EJB/JBoss] - Re: [XmlFileLoader] failed to load jboss.xml

2004-04-12 Thread dmitry_ame
Oh my! I just noticed that in my post everything is badly messed up, the session tag would not show up too. Maybe i need to create a new message and repost the whole thing. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830225#3830225 Reply to the post : h

[JBoss-user] [EJB/JBoss] - Re: [XmlFileLoader] failed to load jboss.xml

2004-04-12 Thread dmitry_ame
well, can't figure out how to post the ejb-jar file on this forum, for some reason it chewes up home and remote tags, they don't show up here but they are present in my files. So, has anyone experienced similar problem? I tried to search the jboss forum and found no similar topics. Running out

[JBoss-user] [EJB/JBoss] - Re: [XmlFileLoader] failed to load jboss.xml

2004-04-12 Thread dmitry_ame
Some of the tags in ejb-jar didn't show up correctly, reposting the ejb-jar.xml with html disabled: http://java.sun.com/dtd/ejb-jar_2_0.dtd'> BusinessLogicControllerBean com.standardandpoors.framework.controller.IBusinessLogicControllerHome com

[JBoss-user] [HTTPD, Servlets & JSP] - Response Timeout

2004-04-12 Thread manibhat
I am running Jboss 3.0.4 with Jetty. A form is submitted. Before it is actually submitted to the Servlet another window is opened say "confirmation window", this window has a running bar to let the user know that the request is been processed. We use the MVC pattern to process the request, the

[JBoss-user] [EJB/JBoss] - [XmlFileLoader] failed to load jboss.xml

2004-04-12 Thread dmitry_ame
I cant get my ejbs to work (this problem drives me crazy), everything looks normal to me in jboss.xml as well as in ejb-jar.xml but deploying results in following message: 15:29:57,449 ERROR [XmlFileLoader] failed to load jboss.xml. There could be a syntax error. org.jboss.deployment.Deployment

[JBoss-user] [Persistence & CMP/JBoss] - Threads contention

2004-04-12 Thread jchang
Hello everybody, I have two threads executing a findby method (from an entity bean) almost at the same time in a STATELESS session bean but one of them is deleting a record in the database. Thus, the other one complains with the following error: javax.ejb.NoSuchObjectLocalException: Entity

[JBoss-user] [Installation & Configuration] - Re: No resource manager found for xxx

2004-04-12 Thread rupshall
Has anybody been able to get this to work? I am really would like to implement this method in my server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830219#3830219 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Beginners Corner] - Re: JNDI access to java:/Mail from MDB

2004-04-12 Thread bruth
"raja05" wrote : "bruth" wrote : I'm trying to access the JavaMail provider I've configured in mail-service.xml, under java:/Mail. If I lookup "java:/Mail" in my MDB, all works fine. | | | | However, if I try to access "java:/comp/env/mail/MailProvider" - as I believe I've | | Sho

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP2 Vs Hybernate

2004-04-12 Thread yangju
This is our question too. Should we go ahead with Jboss CMP or with Hibernate or just wait to see what happens next (after JBoss uses Hibernate as its CMP engine). When Hibernate will replace Jboss cmp, in 4.0 release? Thanks. Richard View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Security & JAAS/JBoss] - Problem with login-config.xml

2004-04-12 Thread mpforste
We are using the default login-config.xml in our own install, but we are getting the following error on running JBoss. 19:24:54,441 WARN [XMLLoginConfigImpl] Failed to load config: file:/C:/ingotz/J Boss/server/ingotz/conf/login-config.xml org.jboss.security.auth.login.ParseException: Encountere

[JBoss-user] [JCA/JBoss] - 'no-transaction' DataSource config.

2004-04-12 Thread ibutcher
Hi, My application has a log4j appender which writes to a database table. I would like to create a 'no-transaction' DataSource and use it for this purpose. I already have a regular JTA compliant DataSource but this doesn't make sense for logging; You don't want your messages rolled back if the

[JBoss-user] [Persistence & CMP/JBoss] - 'no-transaction' DataSource configuration.

2004-04-12 Thread ibutcher
Hi, My application has a log4j appender which writes to a database table.I would like to create a 'no-transaction' DataSource and use it for this purpose. I already have a regular JTA compliant DataSource but this doesn't make sense for logging; You don't want your messages rolled back if

[JBoss-user] [Installation & Configuration] - 'no-transaction' datasource configuration

2004-04-12 Thread ibutcher
Hi, My application has a log4j appender which writes to a database table.I would like to create a 'no-transaction' DataSource and use it for this purpose. I already have a regular JTA compliant DataSource but this doesn't make sense for logging; You don't want your messages rolled back if

[JBoss-user] [EJB/JBoss] - Loading classes via reflection and NoClassDefFoundError

2004-04-12 Thread dlamotta
Hello all. I seem to be having trouble with classes loaded via Reflection and I was wondering if anybody in the forum can provide some pointers. The problem is as follows: I have class files RedApple.class, GreenApple.class, YellowApple.class sitting on the filesystem where JBoss 4.0 DR3 is r

[JBoss-user] [Javassist user questions] - Re: Method Overloading... Is it possible?

2004-04-12 Thread chiba
That's because which method is selected is statically determined when the caller-side program is compiled. This is a feature of Java. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830202#3830202 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to config servlet in jboss-3.2.3/Eclipse3.0/Lomboz/J

2004-04-12 Thread ronnyroeller
Hi, I just had the same problem. Basically, the problem is that jbossweb and jboss-net is deployed at the same time. If you first deploy jbossweb + war-file. And later on jboss-net + wsr-file, everythings works pretty well. Would be great if sb could look for that - who understand a bit more abo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: UIL2 and NAT

2004-04-12 Thread dfisher
I applied the patch you suggested, but I still get the same results. I am using the following system properties: -Djava.rmi.server.hostname=my.host.name -Dorg.jboss.mq.il.uil2.useServerHost=true If I don't set the rmi host, then I cannot even do the context lookup. Is there anything I c

[JBoss-user] [Clustering/JBoss] - Re: Error: Caught exception executing org.apache.jk.common.

2004-04-12 Thread xav
Hi, I'm using JBoss3.2.3, Apache 2.0 and mod_jk2 on FedoraCore1. I followed the instructions on http://jboss.org/wiki/Wiki.jsp?page=UsingMod_jkWithJBoss and I've got the same org.apache.jk.common.SocketConnection exception (see message below) when I try to access my application. Anybody knows how

[JBoss-user] [Security & JAAS/JBoss] - Re: J2EE and JBoss virus alerts

2004-04-12 Thread erik777
I use and love Linux and FreeBSD. Windows is a necessary evil though to ensure and be able to support and document cross-OS compatibility. MySQL and Apache are configured differently on Windows, and are How can a batch virus infect a class file? The same reason an email can carry any virus/

[JBoss-user] [Installation & Configuration] - Re: RMI problems with more IP addresses

2004-04-12 Thread vng78
Set the System's property in server application? You mean set it in any EJB class? I've tried putting -Djava.rmi.server.hostname inside run.bat, under JAVA_OPTS and it didn't work. Is it any different than your approach? Besides, is there a difference between setting the property in code and set

[JBoss-user] [Installation & Configuration] - JBoss and NAT Problem

2004-04-12 Thread vng78
All, I've been following the Firewall & NAT thing for a while and I'm still not getting a more definitive answer here. I'm trying to connect a client (Swing) via dialup to JBoss behind a NAT router. The first thing the client does is to get the Topic from Jboss. It can get the TopicConnectionF

[JBoss-user] [Persistence & CMP/JBoss] - Re: oracle date format

2004-04-12 Thread sesques
the java.sql.Timestamp class is not meant to be type-compatibly with java.util.Date (even though it inherits from it it is only meant to be considered as implementation inheritance). So you have two solutions: - 1 Use DateFormat or SimpleDateFormat format and parse methods to convert to the corr

[JBoss-user] [Persistence & CMP/JBoss] - oracle date format

2004-04-12 Thread doshiaj
I have a table in oracle(8i) which contains a column with type DATE. If I want to insert something in this column through CMP, and I use java.sql.Timestamp for this column, it works perfectly. But if I retrieve the value of this field through CMP, it gives the Timestamp object whose format is qu

[JBoss-user] [J2EE Design Patterns] - Re: Need help on DAO and entity Bean diff

2004-04-12 Thread jonlee
The Value Object is immutable whereas an Data Transfer Object is not. That is the primary difference. The pragmatic use of an entity bean is for rapid development, particularly where the data structure has some uncertainty. In complex systems, where no precursor exists, you sometimes find yours

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check & Struts

2004-04-12 Thread tim5901
Well, maybe everybody is on vacation. If not, and my question is just too stupid to answer, could somebody at least tell me if it is possible to use j_security_check with struts and tiles? I am trying to put my login page inside a tiled page and can't seem to get it to work. View the original p

[JBoss-user] [Persistence & CMP/JBoss] - Re: More than one SELECT in jboss-ql

2004-04-12 Thread triathlon98
Use declared-sql Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830178#3830178 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830178 --- This SF.Net email i

[JBoss-user] [Beginners Corner] - Re: I've a problem when redeploying a WAR.

2004-04-12 Thread raja05
Your web.xml looks wierd. All servlet-name and servlet-class must be enclosed within an outer tag. recheck your web.xml according to http://java.sun.com/dtd/web-app_2_3.dtd View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830175#3830175 Reply to the post : h

[JBoss-user] JNDI look up at client in JBoss 3.0

2004-04-12 Thread Antony Paul
Hi all, I am using JBoss 3.0 for learning EJB. I wrote a sample EJB(HelloWorld) with a SessionBean(Hello in ejb-jar.xml). How to look up this bean in a standalone client application ?. Antony Paul --- This SF.Net email is sponsored by: IBM L

[JBoss-user] [J2EE Design Patterns] - Need help on DAO and entity Bean diff

2004-04-12 Thread rajpunia
Dear All I am confused when do we use DAO instead of Entity baen.Also what is the measure diff b/w TOs and Vos. Thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830174#3830174 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [JCA/JBoss] - Re: Configuring a database connection pool

2004-04-12 Thread sundar20
Hi Adrian, Thanks for your attention... Before I could attach the configuration file, by oversight I clicked on the submit button. However, I again checked the configuration and found that it was because of the root element being repeated more than once I got the XML parse error. I correc

[JBoss-user] [Management, JMX/JBoss] - Re: calling an EJB from MBean

2004-04-12 Thread kabkhan
I think if you look in the jmx-console under JNDIView you should be able to get the global JNDI names of your EJB's View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830172#3830172 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [HTTPD, Servlets & JSP] - How to config servlet in jboss-3.2.3/Eclipse3.0/Lomboz/JDK1.

2004-04-12 Thread JonathanYZQ
When I deploy a simple servlet file, I met the following error. Please tell me what happend. Thank you. 2004-04-12 16:14:59,892 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)] Started in 1m:17s:972ms 2004-04-12 16:20:38,569 INFO

[JBoss-user] [Messaging, JMS & JBossMQ] - dont recover the unacknowledged messages

2004-04-12 Thread stabilo
hi all, After restart jboss, the server will recover the unacknowledged messages. I dont want this. How can i prevent this? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830170#3830170 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: A problem on JMS

2004-04-12 Thread [EMAIL PROTECTED]
I added this question to the FAQ topic at the topic of the forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830169#3830169 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830169 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: FAQ - Read this second

2004-04-12 Thread [EMAIL PROTECTED]
Question: I am sending messages with a ttl (time to live) on the message. The message should not have expired yet, but my client is not receiving messages. Answer: The clocks are no in synch between the client and the server. e.g. Your client thinks it is 10 O'clock but the server thinks it is 1

[JBoss-user] [JCA/JBoss] - Re: Configuring a database connection pool

2004-04-12 Thread [EMAIL PROTECTED]
Your xml file is not well formed. 2004-04-12 09:33:02,593 ERROR [org.jboss.deployment.MainDeployer] Could not initialise deloyment: file:/C:/jboss-3.2.3/server/default/deploy/oracle-ds.xml org.jboss.deployment.DeploymentException: Could not parse dd; - nested throwable: (org.xml.sax.SAXParseExce

[JBoss-user] [JCA/JBoss] - Re: Conection leak in 3.2.1

2004-04-12 Thread [EMAIL PROTECTED]
Only by patching the code with the fixes. Since the code was internally rearchitected to improve performance between 3.2.1 and 3.2.2 you will find this difficult. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830166#3830166 Reply to the post

[JBoss-user] [Beginners Corner] - Re: Failing to import in JSP

2004-04-12 Thread TooNice
Oops.. Bad cut and paste and no edit button.. Please ignore that the "package project" line for the JSP, and the commented out out.println (I was just making sure that the jsp worked with that line commented out. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Beginners Corner] - Re: Failing to import in JSP

2004-04-12 Thread TooNice
Thanks for the reply. Is it necessary to jar the files? I seem to be getting further, the JSP doesn't complain about the import or my attempt at instantiating an object.. But for some reason I can't seem to retrieve any data from the object. My directory structure is as follows: jboss\server\a