RE: [jBoss-User] Using minerva Drivers with JBoss 2.1

2001-03-15 Thread Shahar Solomianik
but if you use only one pool with oracle.jdbc.xa.client.OracleXADataSource (without minerva) , does it work ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 7:35 PM To: [EMAIL PROTECTED] Subject:

[jBoss-User] JMS + RMI-HTTP Tunneling

2001-03-14 Thread Shahar Solomianik
Hi. Can I have an applet being a JMS client , using RMI-HTTP tunneling (Sun's cgi-bin/java-rmi.cgi servlet) when behind a proxy/firewall ? Thanks, Shahar. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL

RE: [jBoss-User] Servlet Mapping

2001-03-14 Thread Shahar Solomianik
You must include context path before /login. i.e. : if in application.xml you specify context-root/MyContext/context-root then your url should be http://yourhost:yourport/MyContext/login hope this helps Shahar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

[jBoss-User] JNDI from Applet

2001-03-14 Thread Shahar Solomianik
what values should I set the following properties ??? (My problem is that I get SecurityException's since it tries to get them from the system properties, since I dont set them manually.) java.naming.factory.object java.naming.factory.state java.naming.factory.control java.naming.dns.url

[jBoss-User] Usage of FinderException

2001-03-11 Thread Shahar Solomianik
Hi. Can I count on "catch(FinderException ...)" to determine if a CMP entity exist or not ? for example, if I want to prevent two users registering with same email, can i do something like this : try { User user = UserHome.findByEmail(email); throw new

[jBoss-User] Oracle8.1.7 + Jboss PRE2.1

2001-03-11 Thread Shahar Solomianik
Can anyone confirm it works ? if so, what configuration is used ? -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]

RE: [jBoss-User] Changes in DB configuration for Oracle

2001-03-06 Thread Shahar Solomianik
but where to put "classes12.zip" ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Castro Diephouse Sent: Tuesday, March 06, 2001 7:21 PM To: JBoss-User Subject: Re: [jBoss-User] Changes in DB configuration for Oracle jboss.conf entry (MLET

RE: [jBoss-User] Changes in DB configuration for Oracle

2001-03-06 Thread Shahar Solomianik
-User Subject: Re: [jBoss-User] Changes in DB configuration for Oracle file goes in lib/ext In the new configuration, I dont think you need to specify the filename anywhere in the config files. I believe that went away after 2.0. Shahar Solomianik wrote: but where to put "classes1

RE: [jBoss-User] Embedded Tomcat NoInitialContextException

2001-02-09 Thread Shahar Solomianik
Hi Elouan. I suffer from the same problem. currently i modify the jboss startup line in run.sh (or run.bat) to include -Djava.naming.factory.initial=... (i.e. all parameters from jndi.properties file) untill someone will figure out where is the right place to put jndi.properties file

[jBoss-User] java.rmi.NoSuchObjectException: Entity null not found

2001-02-08 Thread Shahar Solomianik
Hi. My jboss-2.0-final was up all night, and when I came back this morning and tried to "Collection findByXXX" (cmp bean, regular and not customized finder) I got the above exception. Is it the possible passivation bug you are talking about lateley ? Should i install pre2.1 ? should i write a

[jBoss-User] port 5555

2001-02-07 Thread Shahar Solomianik
Hi all. telkel.com/bugzilla in unavailable... so ... is there an answer to the "port already in use" issue ??? Shahar. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?:

RE: [jBoss-User] Deployer bug ?

2001-02-01 Thread Shahar Solomianik
Hi. Its empty. I shutdown the server to re-deploy (I understand this is also bug in final) and it deletes the temp files on shutdown Shahar. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ingo Bruell Sent: Wednesday, January 31, 2001 9:20 PM To: jBoss

RE: [jBoss-User] Template for error reporting

2001-02-01 Thread Shahar Solomianik
I am able to set up a jBoss community in http://www.k-sphere.com (which is better than experts-exchange in all areas !) for free, offcourse (I developed it...). If any of you guys is interested, just let me know. Shahar. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[jBoss-User] Deployer bug ?

2001-01-31 Thread Shahar Solomianik
I have a strange problem with jboss 2.0 final. I deploy 20+ entity beans and 2 session beans. the session beans descriptors appears last in ejb-jar.xml and jboss.xml. the deployer seems to deploy only the 1st session bean. when I call create on the 2nd bean home interface it throws

RE: [jBoss-User] Fresh pair of eyes

2001-01-31 Thread Shahar Solomianik
Hi Simon. I'm facing the same problem for ages... WEB-INF/classes won't do ! anywhere else ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bordet, Simone Sent: Thursday, January 11, 2001 1:24 PM To: 'jBoss' Subject: RE: [jBoss-User] Fresh pair of eyes

RE: [jBoss-User] mysql - blob

2001-01-29 Thread Shahar Solomianik
welcome to the club, my friend (Sergent BLOB lonely CLOB club...) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bjoern Kahle Sent: Monday, January 29, 2001 11:16 AM To: [EMAIL PROTECTED] Subject: [jBoss-User] mysql - blob Hello! I'm using jBoss 2.0

RE: [jBoss-User] JBOSS and Oracle

2001-01-29 Thread Shahar Solomianik
Hi Tim. I've tested my CLOB/BLOB OracleXA 8.1.7 issue on high load this morning and it throws almost any exception in the book When I had it working couple of days ago, it worked with several clients, probably never having to handle concurrent. I feel I have planted vane hopes in everyone

[jBoss-User] Applet as spyderMQ client. JNDI problem

2001-01-29 Thread Shahar Solomianik
Hi. I try to run an applet that communicates with spyderMQ. (windows 2000 , IE5) I try to create jndi context like this : Hashtable jndiProperties = new Hashtable(); jndiProperties.put("java.naming.factory.initial","org.jnp.interfaces.NamingC ontextFactory");

[jBoss-User] Oracle LOBs

2001-01-29 Thread Shahar Solomianik
Hi Craig,Tim and everyone else strugling with Oracle LOBs... :-) I had a long day of testing till I get things to work with concurrent load : 1. Oracle 8.1.7 Server 2. Oracle 8.1.7 oci driver 3. NO jboss.xa.xidclass=oracle.jdbc.xa.OracleXid in jboss.properties 4. USE MINERVA. i.e.

RE: [jBoss-User] CMP (JAWS), Oracle and BLOBs

2001-01-28 Thread Shahar Solomianik
Hi. Let me understand... Did someone had CMP BLOB working somwhow ??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scot Bellamy Sent: Friday, January 26, 2001 10:01 PM To: jBoss Subject: Re: [jBoss-User] CMP (JAWS), Oracle and BLOBs I haven't used

RE: [jBoss-User] +jboss 2.0 +oracle - Entity EJB

2001-01-25 Thread Shahar Solomianik
I do and its fine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Michel DELSAUX Sent: Thursday, January 25, 2001 11:59 AM To: [EMAIL PROTECTED] Subject: [jBoss-User] +jboss 2.0 +oracle - Entity EJB Hi, Are there people here that use entity

RE: [jBoss-User] Jboss support services

2001-01-25 Thread Shahar Solomianik
this !!! Yes). Also, for Telkel, they can have some problems in Justice too ! Args ! I have a friend that is an expert of this kind of problems, and he say that it is possible (rare, but possible !). I think this project must be completely free Christophe

[jBoss-User] Oracle 8.1.7 XA and CMP/CLOB issue

2001-01-24 Thread Shahar Solomianik
Hi all jboss/oracle developers (and all the rest) I have tested 8.1.7 jdbc against 8.1.7 server according to Ole Husgaard recommendation. And the results : * XA works fine (at least for me...) now. I dont know what OTHER problems it had earlier, so don't count on my word for it, but a weird

[jBoss-User] using spyderMQ

2001-01-24 Thread Shahar Solomianik
I would like to use it. any doc, example etc. ? -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

[jBoss-User] jndi.properties location (Lets Finalize thisissue...)

2001-01-22 Thread Shahar Solomianik
Is there a final answer as to where this file should be located in an integrated jboss+tomcat env ? There were many mails around that subject in the list lately and many people said different things, and still, I dont know where to put it Shahar. --

RE: [jBoss-User] Cursors left open

2001-01-22 Thread Shahar Solomianik
Hi. I aslo had problem using Oracle XA Datasources classes, but that was only with clob/blob . so right now i use minerva... keep updating on whatever progress you have. Shahar. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Yates Sent: Monday,

[jBoss-User] reentrant

2001-01-22 Thread Shahar Solomianik
mmm... What is reentrant ? -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

RE: [jBoss-User] table name problem

2001-01-18 Thread Shahar Solomianik
jaws.xml -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Saurabh Mahajan Sent: Thursday, January 18, 2001 6:34 PM To: [EMAIL PROTECTED] Subject: [jBoss-User] table name problem where do we specify table name in a container managed bean. where the data

RE: [jBoss-User] Entity CMP

2001-01-17 Thread Shahar Solomianik
Hi cmwong. Here is what i did : I inherited all my entity beans from a bean that generates the pk in its ejbCreate method (it selects nextval from an env-entry sequence name) and in each bean's ejbCreate i invoke super.ejbCreate(). I would love to hear comments about this method of work...

RE: [jBoss-User] www.jboss.org down?

2001-01-17 Thread Shahar Solomianik
some people find email must more important than oxygen :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sebastien Alborini Sent: Wednesday, January 17, 2001 4:10 PM To: jBoss Subject: Re: [jBoss-User] www.jboss.org down? Lennart Petersson wrote:

RE: [jBoss-User] 3 seconds to create an entity bean

2001-01-15 Thread Shahar Solomianik
and anyways its Microsoft os and db you are using. come on , move it all to unix and start rocking :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rickard ?berg Sent: Monday, January 15, 2001 4:42 PM To: jBoss Subject: Re: [jBoss-User] 3 seconds to

RE: [jBoss-User] That did the trick

2001-01-14 Thread Shahar Solomianik
You mean you pointed it specifically ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kemp Randy-W18971 Sent: Friday, January 12, 2001 11:03 PM To: '[EMAIL PROTECTED]' Subject: [jBoss-User] That did the trick In converting the Orion CMP primer from

RE: [jBoss-User] Fresh pair of eyes

2001-01-11 Thread Shahar Solomianik
Hi Petri. I experience the same with jboss_final2.0+tomcat on sun solaris and jdk1.3. (i.e. I initiate the InitialContext with Hashtable which is populated hard coded) If you find the solution, please let me know. Shahar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[jBoss-User] jboss+tomcat+jndi

2001-01-10 Thread Shahar Solomianik
Hi. Do I have to use the following code : Hashtable jndiProperties = new Hashtable(); jndiProperties.put("java.naming.factory.initial","org.jnp.interfaces.NamingC ontextFactory"); jndiProperties.put("java.naming.provider.url","localhost");

RE: [jBoss-User] development

2001-01-09 Thread Shahar Solomianik
Hi cmwong. You can run jetty on a different vm and then deploy ejb and servlets seperatly. or you can write a batch file to move files from dev to dep and pack jar, war and then ear and save the manual trouble. Shahar. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [jBoss-User] Inheritance in CMP - continued (super.ejbCreatenotinvoked ???)

2001-01-09 Thread Shahar Solomianik
ejbCreate methods. Add some System.out.println() in your beans and see yourself what is entered and what not. Works for me. :-) Cheers, Tobias Shahar Solomianik wrote: Hi guys (Tobias pay attention to this...). The deployment works fine. But when coming to create enti

[jBoss-User] Design issue

2001-01-09 Thread Shahar Solomianik
Hi again. (I am very active lately...) Now that my inherited CMP entities work, I come to code the session(s) to manipulate them. My question is : All my sessions will be stateless. How should I split the methods to different session beans, or shouldnt I split ? I mean, why dont have one

RE: [jBoss-User] Get the bigger Key

2001-01-09 Thread Shahar Solomianik
Hi. You either code a session bean method to perform that query or write a finder method for the entity bean, something like findByMaxPK... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christophe Demez Sent: Tuesday, January 09, 2001 8:00 PM To:

RE: [jBoss-User] please help...I am stuck..ear classpath...notfound in import error

2001-01-08 Thread Shahar Solomianik
Hi. Look at the tomcat-test.ear example that comes in /deploy with jboss_final. it has a client.jar containing all files neccessary for the ejb clients(i.e. your servlets) and the manifest.mf of the war contains a classpath extension pointing to the client.jar Shahar. -Original Message-

[jBoss-User] Inheritance in CMP - continued (super.ejbCreate notinvoked ???)

2001-01-08 Thread Shahar Solomianik
Hi guys (Tobias pay attention to this...). The deployment works fine. But when coming to create entities I get "javax.ejb.CreateException: Could not create entity:java.sql.SQLException: Invalid column type" It happens because jaws tries to put NULL in the primary key field. and why is that ,

RE: [jBoss-User] Inheritance in CMP beans - followup

2001-01-07 Thread Shahar Solomianik
it is about complexity reduction, flexibility and extensibility (at the least). Good luck, Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shahar Solomianik Sent: Sunday, January 07, 2001 1:57 AM To: 'jBoss' Subject: RE: [jBoss-User] Inheritance in CM

RE: [jBoss-User] Inheritance in CMP beans - followup

2001-01-07 Thread Shahar Solomianik
regards, Per -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shahar Solomianik Sent: den 7 januari 2001 09:49 To: 'jBoss' Subject: RE: [jBoss-User] Inheritance in CMP beans - followup Hi Kevin. Thanks for the detailed, well explained reply. I thought IsA

RE: [jBoss-User] Inheritance in CMP beans - followup

2001-01-06 Thread Shahar Solomianik
Hi all. Sorry for not being here while you discuss this issue... I DO want it just for code reuse, nothing else... The ancestor remote interface will never be deployed as a remote interface, it will only be derived from. Could you please explain "inheritance in Java is about IsA behaviour not

RE: [jBoss-User] TX question

2001-01-03 Thread Shahar Solomianik
Perhaps you should invoke the overloaded methods using getEJBContext().getEJBObject().getNextKey and not directly. As I understand, that way the container is aware of the method invokation (cause its done through the remote interface, actually) and the transaction is handled correctly.

RE: [jBoss-User] TX question

2001-01-03 Thread Shahar Solomianik
To: jBoss Subject: Re: [jBoss-User] TX question Yep! When i left the room for lunch i hit me... there was another thread about this for not so long ago. Bad memory. Sorry! /Lennart Rickard ?berg skrev: Hi! Shahar Solomianik wrote: Perhaps you should invoke the overloaded methods using

RE: [jBoss-User] Embedded Tomcat Failure

2001-01-02 Thread Shahar Solomianik
Hi Johnson. After some time on jboss, I started using the jboss_tomcat integrated version (Yesterday, actually...). why do you want tomcat to read the server.xml ? you can create tomcat contexts while deploying applications (in an ear file) Shahar -Original Message- From: [EMAIL

RE: [jBoss-User] Embedded Tomcat Failure

2001-01-02 Thread Shahar Solomianik
if anyone could told about the version of the Jboss that run the desciptions to integrate the server.xml on the Embedded Tomcat. Regards, Johnson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shahar Solomianik Sent: Tuesday, January 02, 2001 6:35 PM

RE: [jBoss-User] How many downloads of jboss

2000-12-27 Thread Shahar Solomianik
If only I had a dime for every jBoss download... (Then I wouldnt be on this list no more...) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bordet, Simone Sent: Wednesday, December 27, 2000 8:53 PM To: 'jBoss' Subject: RE: [jBoss-User] How many

RE: [jBoss-User] BMP bean problems with Oracle 8i

2000-12-24 Thread Shahar Solomianik
Hi. Had the same problem. give up the casting to OracleResultSet and use the following syntax for insert/update : char[] charArray = xml.toCharArray(); statement.setCharacterStream(1,new CharArrayReader(charArray),charArray.length); use the following for select: ...

RE: [jBoss-User] JAWS customised finder doesnt work !!!

2000-12-06 Thread Shahar Solomianik
PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Rickard ?berg |Sent: Monday, December 04, 2000 6:21 PM |To: jBoss |Subject: Re: [jBoss-User] JAWS customised finder doesnt work !!! | | |nope | |Shahar Solomianik wrote: | | Rickard ? Is it fixed ? | | -Original Message- | From: [EMAIL

RE: [jBoss-User] JAWS customised finder doesnt work !!!

2000-12-05 Thread Shahar Solomianik
Any estimation as for when ... ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rickard ?berg Sent: Monday, December 04, 2000 6:21 PM To: jBoss Subject: Re: [jBoss-User] JAWS customised finder doesnt work !!! nope Shahar Solomianik wrote: Rickard

[jBoss-User] JAWS customised finder doesnt work !!!

2000-12-03 Thread Shahar Solomianik
Hi all. I have a CMP entity bean with a customised finder defined in jaws.xml as follows: finder namefindBySource/name querysource_type_id = {0} AND source_reference_id = {1}/query orderknowledge_id DESC/order /finder My Oracle8.1.6 reports this : [Knowledge] findBySource(1,ex0001)

RE: [jBoss-User] JBoss+Oracle+BLOB

2000-11-28 Thread Shahar Solomianik
new ByteArrayInputStream(aBytes)); aKey = (StringKey) aOIS.readObject(); } And I get java.io.StreamCorruptedException: InputStream does not contain a serialized ob ject while creating ObjectInputStream aOIS object; Thanks

RE: [jBoss-User] JBoss+Oracle+BLOB

2000-11-26 Thread Shahar Solomianik
Hi. I've experienced similiar problems with CLOB. what java methods do you use on the driver for select/insert/update ? there are some versions of classes12.zip. The actual driver you are using is what you define in the db url for the getConnection. i.e. for oci driver you'll write

RE: [jBoss-User] mixed CMP/BMP transaction

2000-11-19 Thread Shahar Solomianik
|-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Shahar Solomianik |Sent: Thursday, November 16, 2000 4:18 AM |To: 'jBoss' |Subject: RE: [jBoss-User] mixed CMP/BMP transaction | | |Hi marc. |Everything works fine now. |I work with minerva and not directly

RE: [jBoss-User] mixed CMP/BMP transaction

2000-11-16 Thread Shahar Solomianik
Hi marc. Everything works fine now. I work with minerva and not directly with Oracle. I succeeded to insert/update CLOB through PreparedStatement.setCharacterStream(). I have no idea how it worked since Oracle require an empty_clob() in the insert statement and than updating the clob using select

[jBoss-User] mixed CMP/BMP transaction

2000-11-15 Thread Shahar Solomianik
Hi all. Before you go on prinitng jBoss T-Shirts... My mixed CMP/BMP transaction still doesnt work. For those of you who were busy with the textile industry lately, I will repeat the problem description... a stateless session bean method invokes several finder methods on several CMP entity beans

RE: [jBoss-User] mixed CMP/BMP transaction

2000-11-15 Thread Shahar Solomianik
Hi Marc. It seems it is an Oracle (XA) specific problem. I tried using minerva and it worked. But now if I choose minerva I have another problem : how do I insert/update/select oracle CLOB ? Here is my problem lifecycle: 1) I have an entity bean with a CLOB column in the DB (it holds user's

[jBoss-User] xaRes not enlisted

2000-11-14 Thread Shahar Solomianik
[JAWS] java.lang.RuntimeException: Unable to deregister with TransactionManager: java.lang.IllegalArgumentException: xaRes not enlisted I have a statless session bean method finding some entity beans and then creates a new entity based on data (mostly id's) collected from other entities. The

[jBoss-User] BMP entity causes XAException ...errorCode=XAER_RMERR

2000-11-14 Thread Shahar Solomianik
Hi guys. i have the following secnario (TX_REQUIRED is the transaction attr for ALL beans involved for ALL methods): stateless session bean method invokes the following : CmpBean1 cmpBean1 = cmpBean1Home.findByXXX(); CmpBean2 cmpBean2 = cmpBean2Home.findByXXX(); CmpBean3 cmpBean3 =

[jBoss-User] Can bean invoke its own methods ?

2000-11-13 Thread Shahar Solomianik
Can a bean method invoke another (same bean) method ? not through remote interface ? if so, how are transaction handled ? -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?:

[jBoss-User] CMP CLOB

2000-11-13 Thread Shahar Solomianik
Hi Aaron. What about the CLOB problem ? any news ? Shahar. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

[jBoss-User] findBymultipleAttributes

2000-11-12 Thread Shahar Solomianik
Hi. Can I have JAWS generate find method by n attributes without defining a special finder in jaws.xml ? (I have two attributes that combine a foreign key) -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL

RE: [jBoss-User] CLOB field in CMP entity

2000-11-08 Thread Shahar Solomianik
Hi Aaron does new beta-prod-4 includes those changes you have checked into the cvs ? (.i.e , should i download the binaries and try again ?) Shahar. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Aaron Mulder Sent: Monday, November 06, 2000 7:07 PM To:

RE: [jBoss-User] No Suitable Driver exception with Sybase

2000-11-08 Thread Shahar Solomianik
what is the db url you have supplied in .jcml file ? maybe you have syntax error/spelling mistake ? I have once spent 10 hours with this exception just to find out i missed a ":" in the url string -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dubchak,

RE: [jBoss-User] CLOB field in CMP entity

2000-11-08 Thread Shahar Solomianik
Hi Aaron. I have installed beta-prod-4 and still same results : when jaws includes none specific jdbc-type for the CLOB column, or contains VARCHAR, create works and findByPrimaryKey sets the column value to null. when trying CLOB as jdbc-type, it throws : [JAWS] java.lang.ClassCastException:

RE: [jBoss-User] BETA-PROD 04 Autodeploy

2000-11-08 Thread Shahar Solomianik
Hi. I created a 'deploy' directory manually under jboss root directory and it did deploy. maybe case problem in the directory name ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Craig Altenburg Sent: Wednesday, November 08, 2000 5:58 PM To: jBoss