[JBoss-user] Call from an EJB to 'normal' Java Classes

2001-07-01 Thread Axel . Spieth
Hello, i have a stateless SessionBean deployed to JBoss 2.2.2. From this bean i want to call normal java classes, but when i include these classes in the jar-file, the server does not find it. I have to add these files to the classpath of the server. Is there no other way to do this ? Is it not p

RE: [JBoss-user] Problems Running Interest Example

2001-07-01 Thread Perryn . Fowler
check what JNDI name your bean is bound to and what you are looking up in your client. If you correctly deployed the Jboss.xml example provided your bean should be bound to 'interest/Interest' - if not it should default to the bean name 'Interest' it looks like you are trying to lookup 'interest

[JBoss-user] ejb not bound / jboss-web.xml ?

2001-07-01 Thread G.L. Grobe
Anyone have an example config from jboss-web.xml. I have session beans that call enitity beans and have only had to put in 's in the ejb-jar.xml file and those work fine. Now I've got servlets from my web app that call sesson beans in my ejb jar and I'm not sure how to reference these. I thinks it

[JBoss-user] RE: SQLException: Unable to load a ResultSet column into a variable of type 'char'

2001-07-01 Thread Pelle Poluha
Thanks a lot! > I ran into this yesterday. The problem is Jaws doesn't > understand how to > handle cmp fields of type char. Jaws has a list of primative > types and > associated methods in java.lang.ResultSet that return the > primative type. > If you take a look at ResultSet, you will noti

RE: [JBoss-user] Undeployment problem (still)

2001-07-01 Thread Jonas Bergström
> you definately want to go with a single .ear for your application in > production and final testing. That should make for easier management and > will also enable optimized calls (no copying of method parameters). OK, so the option only works for beans within the same .ear? / Jonas __

Re: [JBoss-user] how does EJB 2.0 fix CMP?

2001-07-01 Thread Allen fogleson
Jim, Well under 1.1 cmp you are pretty much limited to the 1 Entity ejb = 1 DB row. (or persistent row... whatever). Entity beans were not intended to be finegrained like that, but to describe a business entity (lets use the classic example of a customer) Customers have names, and addresses (

[JBoss-user] Problem with Caching

2001-07-01 Thread Frank Marx
Hi, I post this again because from the first posting I got no response so far and I wonder if we are the only ones who encountered this problem. So here again: We have a functionality in our Application which uses a lot of instances of different entity beans in a short period of time for read a

Re: [JBoss-user] which servlet containers can be in same JVM?

2001-07-01 Thread Allen fogleson
right now jetty and tomcat... there are prebundled binaries even. Al - Original Message - From: Jim <[EMAIL PROTECTED]> To: jboss-user <[EMAIL PROTECTED]> Sent: Sunday, July 01, 2001 9:27 PM Subject: [JBoss-user] which servlet containers can be in same JVM? > Which servlet containers

Re: [JBoss-user] JDBC Drivers

2001-07-01 Thread David Jencks
I'm working on a jca/jdbc driver for firebird/interbase. It's not ready for use yet, but can do some things. firebird.sourceforge.net, client-java in cvs. At the moment I have no particular plans to wrap the jca part to make jdbc (e.g.XADatasource wrapping ManagedConnectionFactory). Mostly I w

RE: [JBoss-user] jBoss 2.2.2 does not set the encoding format for IE5.5

2001-07-01 Thread Penn
Tried the encoding was set correctly but the Chiness charecters displayed was incorrect, i got rubbish displayed... the server seems like encode the data b4 it send to me. any idea Penn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Ward

Re: [JBoss-user] Problems Running Interest Example

2001-07-01 Thread Christopher R. Gardner
Sorry, that was jboss 2.2.2. - Original Message - From: "Christopher R. Gardner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 01, 2001 10:17 PM Subject: [JBoss-user] Problems Running Interest Example > I'm running jboss 3.2.2 with Tomcat in the MS Windows 98 4.10.1998

Re: [JBoss-user] which servlet containers can be in same JVM?

2001-07-01 Thread danch
Right now there are integration modules written for Jetty and Tomcat. Jim wrote: > Which servlet containers can run in the same JVM as JBoss? > > Thanks, > > Jim > > > ___ > JBoss-user mailing list > [EMAIL PROTECTED] > http://lists.sourceforge.net

[JBoss-user] Problems Running Interest Example

2001-07-01 Thread Christopher R. Gardner
I'm running jboss 3.2.2 with Tomcat in the MS Windows 98 4.10.1998 environment. When I try to run the interest example, I get the following error: intro-interest-client: compile: interest-client: [java] Got context [java] javax.naming.NameNotFoundException: interest not bound BUILD S

RE: [JBoss-user] JDBC Drivers

2001-07-01 Thread Scott Warren
Title: RE: [JBoss-user] JDBC Drivers try www.freetds.org for free driver for SQL server and Sybase (I Believe). HTH Scott Warren -Original Message- From: Chris Tragas [mailto:[EMAIL PROTECTED]] Sent: Monday, 2 July 2001 9:37 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] JDBC D

[JBoss-user] how does EJB 2.0 fix CMP?

2001-07-01 Thread Jim
Someone on the list said that EJB 2.0 fixes CMP. The problem with EJB 1.1 and CMP was said to be that one DB row equals one entity bean but that one entity bean is supposed to be a coarse grained object - a seeming contradiction. Thanks, Jim ___ JBo

Re: [JBoss-user] EJB Referencing problem

2001-07-01 Thread Devraj Mukherjee
Hi Vijay, Is there any documentation available online that you know of which I read. I think I have messed up my JNDI concepts. I will check what you have suggested and send an email if I am still stuck. Thank you for your help. Devraj At 11:50 1/07/01 +0100, you wrote: >Have you set up a ej

[JBoss-user] which servlet containers can be in same JVM?

2001-07-01 Thread Jim
Which servlet containers can run in the same JVM as JBoss? Thanks, Jim ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] RE: Running J2EE Tutorial examples on JBoss.

2001-07-01 Thread Shamis, Leonid
Hello, I'm replying my personal mail, but what I have found might help someone else. J2EE Tutorial is J2EE 1.3 oriented and the examples use new specifications. The problem that I had was resolved by changing the tutorial-template.tld file: http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.

[JBoss-user] RMI/IIOP warning

2001-07-01 Thread asdfa asdfdfd
I was wondering if anyone could help me out with this issue. I have seen a couple of posts on the list, but the responses were not helpful. I get the following warning for SOME of my beans (session or entity, it doesn't seem to matter), but not all of them: [Verifier] Bean : Service Method

RE: [JBoss-user] CMP Memory Leak

2001-07-01 Thread marc fleury
if there is a leak it is pretty simple to see with -prof (or something like that) that gives teh number of objects in memory, the largest one is usually the leak (IF there is one, last we knew there was none). you can run -prof from the command line, I forget the details, why don't you try giving

[JBoss-user] CMP Memory Leak

2001-07-01 Thread damon
All, I've been doing some stress testing on my JBoss server and found a showstopper of a problem. All I am doing is creating a thousand CMP entitity beans (small ones at that), and then removing them, over and over again forever. This happens via two stateless session bean calls. One metho

[JBoss-user] Boot script

2001-07-01 Thread Hastings
Hi, I have been trying get the Unix boot script (via jboss.org's website) for JBoss working on a FreeBSD machine through Hostpro.com. However, it doesn't seem to want to work. As a newbie to 'Unix anything', I am lost. Is anyone using JBoss as a service on FreeBSD or similar - if so, could you

Re: [JBoss-user] ServiceUnavailableException Error !!!

2001-07-01 Thread Tobias Frech
Uhm, so little infos in your mail... Are you running the client and the server on the same machine ? Cheers, tobias Prashant Sarode wrote: > > Hi all, >I am using JBoss v2.2.2, ant v1.3 on Windows 98 OS. > I am not using any tomcat server. >I've run the interest example in the sample > e

[JBoss-user] JDBC Drivers

2001-07-01 Thread Chris Tragas
Hi all; I know this is not a direct jboss enquiry but i need to ask; does anyone know of any open source jdbc drivers (type 4) that might exist anywhere ? cheers, chris. Chris Tragas - [EMAIL PROTECTED] - www.at

Re: [JBoss-user] TCP FIN scans

2001-07-01 Thread G.L. Grobe
It is used to try to bypass filtering/firewall security to see if you have open ports on your system by asking that port to close a connection and see what happens. I get these rarely, and lately, 90% of them have been coming from/through jboss.org. - Original Message - From: "marc fleur

RE: [JBoss-user] Opta2000 for MS SQLServer2000 - com.inet.tds.XDataSource

2001-07-01 Thread Vincent Harcq
I jump into the sources...cross post the mail... TxCapsule line 523 try { =>doBeforeCompletion();<= endResource(idx, flag); return true; } catch(XAException e) { doBeforeCompletion() was missing. The solution could it be

RE: [JBoss-user] TCP FIN scans

2001-07-01 Thread marc fleury
what is a TCP FIN scan? marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of G.L. Grobe |Sent: Sunday, July 01, 2001 5:34 PM |To: [EMAIL PROTECTED] |Subject: [JBoss-user] TCP FIN scans | | |A little off the topic, but why do I keep getting TCP FIN s

Re: [JBoss-user] how to configure mutiple datasource in jboss.jcml

2001-07-01 Thread Burkhard Vogel
Hi, do you eally nead two different Datasource, or do you want to access two different Tables of the same database? In the second case you dont need a second DS. However if you need to have to diffeerent DBs accessed you need to set the and I would recoment to set Poolname1 for Pool1 and and Poo

Re: [JBoss-user] what is jboss-web.xml

2001-07-01 Thread G.L. Grobe
Link the ejb-refs in jboss.xml to their jndi name? I need to do this even if the names have stayed the same and I havn't changed them? According to the sections "Registering a bean with a JNDI deployment name different than the ejb-name" and "Declaring an Internal EJB reference", I shouldn't have

[JBoss-user] Opta2000 for MS SQLServer2000 - com.inet.tds.XDataSource

2001-07-01 Thread Vincent Harcq
Hi, I got an exception at deployment time of entity beans linked to a MS SQL Server 2000 database when I use the configuration from the doc; which isusing com.inet.tds.XDataSource instead of org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl. I found something for Oracle for the definition of XidClas

[JBoss-user] JBoss - Tomcat v Resin

2001-07-01 Thread Vinay Menon
Has anyone tried using JBoss with Resin. They claim to be the fastest servlet engine around [among others!] and was wondering what your impressions of it were. Believe that it *not* having an integrated VM with JBoss would offset it a bit. Many thanks in advance Vinay _

Re: [JBoss-user] what is jboss-web.xml

2001-07-01 Thread Allen fogleson
you have to link your ejb-refs in jboss.xml to their jndi name. (also resource refs, etc) jboss-web.xml does similar things in web apps. - Original Message - From: G.L. Grobe <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 01, 2001 5:29 PM Subject: [JBoss-user] what is jbo

Re: [JBoss-user] JAAS Security question - Getting pricipaldata...

2001-07-01 Thread awc
According to servlet spec 2.2. The username is j_username and password is j_password. On tomcat this saved to user session with same name. I guess jetty does the same thing, I do not know. I have not used jetty. On log out you can do like response.sendError(401,"blabla"). That should redirect to l

[JBoss-user] TCP FIN scans

2001-07-01 Thread G.L. Grobe
A little off the topic, but why do I keep getting TCP FIN scans from 66.37.140.9 (jboss.org). It started about 10 days ago and hits almost every day now. Just curious. TIA ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/list

[JBoss-user] what is jboss-web.xml

2001-07-01 Thread G.L. Grobe
Why does auto deploy suggest I use the jboss-web.xml file. I don't know this file nor can I find any docs on it. I've got a session that calls an entity and they are both packaged in the same ejb.jar file and run on the same JBoss server instance. So I've used the tag inside the 's in my ejb-jar

Re: [JBoss-user] ejb's not deploying

2001-07-01 Thread G.L. Grobe
Even though upon deployment JBoss will put the ejb-jar.xml file into the META-INF dir, if it's already placed their, then is doesn't load the beans correctly. This fixed it. Heh, I sure like Ant alot, but it's also complicated my builds and given me lots of "side-effects" to deal with. - Ori

RE: [JBoss-user] RE: servlets vs. EJB

2001-07-01 Thread Jonathan Ackerman
Although a cluster of servlet containers can simulated a cluster of EJB containers, if you put both together you can achieve even greater scalability for your system ! This is one of the advantages of having a logic tier in your architecture as it gives you another point of scalability. Of course

[JBoss-user] JAAS Security question - Getting pricipaldata...

2001-07-01 Thread Torsten Terp
Hi, Im just starting to use the Jaas SecurityManager in my app. (JBoss-2.2.2_Jetty-3.1.RC5 release). Im using the DatabaseServerLoginModule, and it works quite well. When i go to my app in the browser i get the login screen, and username and password gets verified. This principal data is used

Re: [JBoss-user] trouble getting initial context for the docs example

2001-07-01 Thread Tobias Frech
Hi Anil! First, make sure you included all the needed jar files into the classpath for the client. To be 100% safe just include all the jars from client/ dir of the server. Second, are you starting the client on the server machine or on a different machine ? Third, are you sure there are no other

Re: [JBoss-user] ejb's not deploying

2001-07-01 Thread G.L. Grobe
I have a temporary like dir where all my files get placed. I populate the META-INF dir w/ the ejb-jar.xml and build the jar. Then Ant builds my war file, then the j2ee app section of my Ant build file gets built (the ear). I didn't think it would hurt since it's going into the same directory anywa

Re: [JBoss-user] Possible naming bug JBoss 2.2.2 with Tomcat 3.2.2

2001-07-01 Thread Scott M Stark
A fix is in main and will be in the next release of the 2.4 beta. - Original Message - From: "J. King" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Joseph King" <[EMAIL PROTECTED]>; "Greg Hamel" <[EMAIL PROTECTED]>; "Tony Enerson" <[EMAIL PROTECTED]>; "Tony Enerson (Office)" <[EMAIL

Re: [JBoss-user] Tools

2001-07-01 Thread Konstantin Priblouda
--- Ivan Novick <[EMAIL PROTECTED]> wrote: > As far as app deployment, ANT can be utilized to > automate the packaging and > deployment process. As far as generation of XML > descriptors, it is fairly > easy to have one sample XML descriptor file and then > just cut and paste to > create any oth

Re: [JBoss-user] ejb's not deploying

2001-07-01 Thread danch
G.L. Grobe wrote: > I put my ear file into the ~/jboss/deploy dir and it contains: > > xxx(xxx):/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy$ jar tvf > acais-1.0.ear > META-INF/ > META-INF/ejb-jar.xml Why do you have this in your .ear file? It needs to be in your ejb-jar file > META-INF/MA

Re: [JBoss-user] Tools

2001-07-01 Thread Ivan Novick
As far as app deployment, ANT can be utilized to automate the packaging and deployment process. As far as generation of XML descriptors, it is fairly easy to have one sample XML descriptor file and then just cut and paste to create any others. This may not be what you are looking for, but imho i

[JBoss-user] trouble getting initial context for the docs example

2001-07-01 Thread Anil Tatineni
i am using JBoss 2.2 with embedded tomcat 3.2 and i am tryin to run the interest example shown in the documentation and getting the following error. javax.naming.ServiceUnavailableException: jnp [Root exception is java.net.UnknownHostException: jnp] can anyone help with this. Thanks Anil

[JBoss-user] trouble getting initial context for the docs example

2001-07-01 Thread Anil Tatineni
i am using JBoss 2.2 with embedded tomcat 3.2 and i am tryin to run the interest example shown in the documentation and getting the following error. javax.naming.ServiceUnavailableException: jnp [Root exception is java.net.UnknownHostException: jnp] can anyone help with this. Thanks Anil ___

[JBoss-user] how to configure mutiple datasource in jboss.jcml

2001-07-01 Thread still
 who could tell me how the jboss.jcml should be like if i want to use 2 jdbc:odbc datasource in jboss? how will the mbean look like? The 2 datasource use the same database driver: jdbc:odbc suggest there is 2 entitybean .each one presents  a table in its

Re: [JBoss-user] Taking backups

2001-07-01 Thread Anatoly Akkerman
On Sun, 1 Jul 2001, Ole Husgaard wrote: > Hi, > > Anatoly Akkerman wrote: > > Beware, you are entering the twilight zone. This is the direction > > 'adaptive' system take -- very active research area in CS. > > I guess this also overlaps a little with > advanced monitoring and policing. Absol

Re: [JBoss-user] Taking backups

2001-07-01 Thread Peter Fagerlund
on 1-07-01 15.41, Ole Husgaard at [EMAIL PROTECTED] wrote: > How do you get the measurements needed for the > adaptation? without going native - a simple way - to simple perhaps - is to have a separate thread sleep in a set interval and measure the deviation against the set interval. If mean val

Re: [JBoss-user] Taking backups

2001-07-01 Thread Ole Husgaard
Hi, Anatoly Akkerman wrote: > Beware, you are entering the twilight zone. This is the direction > 'adaptive' system take -- very active research area in CS. I guess this also overlaps a little with advanced monitoring and policing. Coming from the networking world, I have been thinking about ad

[JBoss-user] My (trivial) application.xml works after all

2001-07-01 Thread bcd
It turns out I had a slight quality control problem with deploying the application.xml file. The one fix I had made (a missing ) hadn't made it into the .ear for some reason. Sorry for the false alarm. My JSPs still won't run as JSPs though :-( Cheers Bent D -- Bent Dalager - [EMAIL PRO

Re: [JBoss-user] Tools

2001-07-01 Thread Peter Fagerlund
sorry correction of link http://jboss.org:8081/jive/forum.jsp?forum=19 >http://jboss.org:8081/jive7forum.jsp?forum=19 /peter ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Problem with my (trivial) application.xml

2001-07-01 Thread bcd
In an attempt to get my .war to work properly, I have put it into a .ear. Unfortunately, JBoss fails to parse my application.xml file. I can't for the life of me find anything wrong with it. Can someone shed some light? If there a way to get JBoss to say more about what went wrong? I am using J

Re: [JBoss-user] Tools

2001-07-01 Thread Peter Fagerlund
on 1-07-01 10.49, Devraj Mukherjee at [EMAIL PROTECTED] wrote: > Can anyone, tell me what tools are included in JBoss for helping with app > deployment and generation of the XML descriptors?/ There is a thread regarding JBossGUI at http://jboss.org:8081/jive7forum.jsp?forum=19 /peter

Re: [JBoss-user] EJB Referencing problem

2001-07-01 Thread Vinay Menon
Have you set up a ejb ref in your ejb-jar xml file for the session bean you are trying to refer to? it should look like ejb/PieParamEB Entity uk.co.isesolutions.biz.pieparam.entity.PieParamEntityHome uk.co.isesolutions.biz.pieparam.entity.PieParamEntityRemote PieParamEntity

RE: [JBoss-user] Tools

2001-07-01 Thread Vincent Harcq
Have a look at EJBDoclet : https://sourceforge.net/projects/ejbdoclet/ It is more efficient that any GUI tools during developement. > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Devraj > Mukherjee > Envoye : dimanche 1 juillet 2001 10:49 > A : JB

[JBoss-user] ServiceUnavailableException Error !!!

2001-07-01 Thread Prashant Sarode
Hi all, I am using JBoss v2.2.2, ant v1.3 on Windows 98 OS. I am not using any tomcat server. I've run the interest example in the sample examples given. Everything runs fine but while running interestclient, it gives me following error : [java] javax.naming.ServiceUnavailableException:conne

[JBoss-user] Tools

2001-07-01 Thread Devraj Mukherjee
Can anyone, tell me what tools are included in JBoss for helping with app deployment and generation of the XML descriptors?/ Devraj ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] EJB Referencing problem

2001-07-01 Thread Devraj Mukherjee
Hello All, I am having quite some trouble doing a lookup. I understand from the JBoss documentation that if the Beans are in the same JAR file, then they should refer to each other by java:comp/env/ejb/BeanName and if they are outside the package then I should declare a new jboss.xml file whic