[JBoss-user] [Messaging, JMS & JBossMQ] - ejbLoad and ejbStore in CMP

2004-04-02 Thread bensonfungjava
Dear all, I am using CMP of JBOSS 3.2.3 I would like to know when ejbLoad() and ejbStore(0 are called by the container? Thanks Benson View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829001#3829001 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [JBoss Getting Started Documentation] - Need help w. Eclipse Integration

2004-04-02 Thread burrus_68
Yes, that's right! I need help with Eclipse Integration again!!! I downloaded/installed a version 1.0.5 of the Jbosside, installing it into the folder where I had installed another version Eclipse, namely v. 3.0 of it!! So, when I tried to go thru the whole procedure in Eclipse to activate thi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB login for topic subscriber

2004-04-02 Thread alanc_yang
Here is the jbossmq-state.xml file: john needle DurableSubscriberExample guest guest

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Howto: README FIRST

2004-04-02 Thread [EMAIL PROTECTED]
The umn mirror has the updated file, try that: [EMAIL PROTECTED] tmp]$ wget -S http://umn.dl.sourceforge.net/sourceforge/jboss/jaashowto-32x.zip --21:26:48-- http://umn.dl.sourceforge.net/sourceforge/jboss/jaashowto-32x.zip => `jaashowto-32x.zip' Resolving umn.dl.sourceforge.net... 12

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Howto: README FIRST

2004-04-02 Thread [EMAIL PROTECTED]
Yes, but apparently the mirrors have not updated yet. The new zip archive size is 125072 bytes as listed on sourceforge while the mirrors still have the old archives with size 124966. You'll have to wait for the mirrors to synch. View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [EJB/JBoss] - Re: read-ahead cache preload doesn't work with JSP/CMP

2004-04-02 Thread nraghuram
Caching of data depends on the entity bean's container configuration and the transaction context. If the commit option is set to 'B' or 'C' data is loaded from the db every time a new transaction starts. Are your method calls all happening in one transaction. It is only with commit option A tha

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Howto: README FIRST

2004-04-02 Thread mhixson
Are you sure this document has been updated? Right in the first paragraph it says: "This article describes how version 3.2.1 of the open source JBoss application server security..." View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828993#3828993 Reply to the

[JBoss-user] [EJB/JBoss] - static JNDI lookup for Session Bean

2004-04-02 Thread michaellee
Hi, I have created an stateless session bean. This bean will access 3 other entity bean on the same application. I would like to use 3 static (class) variables to store the home interface of the related entity bean. something like : private static OperatorLocalHome operatorHome; private

[JBoss-user] [JBoss Getting Started Documentation] - Re: Axis installation on JBOSS 3.2.3

2004-04-02 Thread puneetjains
Hi, Thanx buti want to know where should i put my .jws files sould i put it in .sar/.war/ or in .sar/.war/WEB-INF directory Regards Puneet View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828991#3828991 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Clustering/JBoss] - Re: HA Data source... how?

2004-04-02 Thread ivelin
What I usually see people do is run their database on a RAID array. This way you have an HA data store and therefore an HA middle tier. Cheap and working solution. Alternatively, MySQL is working on an HA version which distributes the load and data across the cluster nodes. Oracle and DB2 have H

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HAJMS fail over problem

2004-04-02 Thread ivelin
HAJMS from 3.2.4 is not synced up with 4.0. Interested to help? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828989#3828989 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828989

[JBoss-user] [Performance Tuning] - Local optimizations and transactions

2004-04-02 Thread juang
I'm porting my application from JBoss 3.0.7, to JBoss 3.2.3. I'm also changing the configuration of my application from "CMPs with TX Required" to "CMPs with TX Supports and read-only getters". This new configuration is running very slow in comparison to the old one. After some debugging, I foun

[JBoss-user] LinkageError: loader constraints

2004-04-02 Thread Lynch, Jim
I have a sessionbean that imports most of the javax.mail package and those use MessageRecipient. This works fine with 3.2.2, but on 3.2.3 it's thowing out a linkage error exception. after doing some research, it looks like 2 different class loaders are trying to import the same package. but, I h

[JBoss-user] [Persistence & CMP/JBoss] - Re: Syntax Error on Generated SQL

2004-04-02 Thread michaellee
Thank you for the suggestion. Using , the problem is fixed. Regadrs, Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828985#3828985 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828985 ---

[JBoss-user] [Beginners Corner] - InvokeStats under JMX MBean View

2004-04-02 Thread JbossUserR
There is an attribute "InvokeStats" under Jboss.J2ee/EJB service listing the invocation statistics. Does anyone know how the "count", "minTime", "maxTme" and "totaltime" are related? What is the main usage of this statistics? Thanks. View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityProxy run-as?

2004-04-02 Thread [EMAIL PROTECTED]
Look at the org.jboss.ejb.plugins.SecurityInterceptor used by the ejb container for an example. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828980#3828980 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828980

[JBoss-user] [Security & JAAS/JBoss] - Re: Dynamic creation of Roles and Users

2004-04-02 Thread [EMAIL PROTECTED]
Users and their roles are as dynamic as the underlying security database is. The mapping of the roles via the j2ee declarative security model is not dynamic as the info comes from the deployment descriptors. You can make use of customer interceptors/filters to extend the security model. View th

[JBoss-user] [Security & JAAS/JBoss] - Re: writing to sockets on port 1411 not allowed?

2004-04-02 Thread [EMAIL PROTECTED]
No, its not possible that jboss is blocking traffic on a port. Any number of firewalls, routers and other things might be though. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828978#3828978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Security & JAAS/JBoss] - Re: Questions on authenticating a user from an application t

2004-04-02 Thread [EMAIL PROTECTED]
Its up to you. I don't know what makes sense for your app. Maybe a SecurityException should trigger the display of a login module asking for a valid user, maybe you should be just displaying an error dialog, maybe you app should be actually verifying that the user has some degree of validity by

[JBoss-user] [Nukes User] - Re: Datasource setup

2004-04-02 Thread cooper
yep that's it View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828724#3828724 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828724 --- This SF.Net email is sponsored

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Howto: README FIRST

2004-04-02 Thread [EMAIL PROTECTED]
Yes, its been updated for 3.2.3. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828976#3828976 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828976 --- This SF.Net

[JBoss-user] [Nukes User] - Re: Attempting to eval Nukes

2004-04-02 Thread sgwood
The nukes directory you created is where non-core nukes modules go. The deploy-components target puts things in there. The nukes core ear watches the nukes directory and deploys things it sees, ie. an XML file will be assumed to be a MBean descriptor, while SARs and EARs are seen as modules, th

[JBoss-user] [Beginners Corner] - Re: Which version of the jdk to use?

2004-04-02 Thread burrus_68
Okay Scott, you are right!! Right after I earlier did that post, I went back and got the older version of the JDK, version 1.4.2_04 to be exact, and then after setting the env. variables correctly for it, I then tried/attempted to run JBoss and, lo and behold, it ran beautifully for me!! View

[JBoss-user] [Nukes User] - Re: Attempting to eval Nukes

2004-04-02 Thread pdohara
It is now working completely. Thanks again. Is it documented anywhere that the default admin password is admin? I don't see any other errors in the log. There is one thing I did that I did not mention. I created a directory called nukes under server/default. Prior to doing that I was get

[JBoss-user] [Security & JAAS/JBoss] - SecurityProxy run-as?

2004-04-02 Thread stick
I am creating some custom security proxies by directly implementing the org.jboss.security.SecurityProxy interface (as opposed to wrapping another object with a SecurityProxy implementation). In order to authorize access to certain bean methods, my security proxies need to gather information fr

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic localDB.data file size limit

2004-04-02 Thread mulicheng
I'll work on something reproducable. In the mean time, I noticed that it doesn't always grow with every message. In fact most of them seem to be processed normally. There doesn't appear to be any other data in the database. ie: select count(*) from JMS_MESSAGES returns 0. The localDB.scrip

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Howto: README FIRST

2004-04-02 Thread mhixson
Is it possible that this document is out of date? The opening states: "This is a revision of the August 2001 JavaWorld JAAS artible (http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-jaas.html) that has been updated for 3.2.1." Have there been significant changes to 3.2.3 that this documen

[JBoss-user] [Security & JAAS/JBoss] - Re: SRP authentication is missing Base64Encoder

2004-04-02 Thread [EMAIL PROTECTED]
See the following FAQ topic on the Wiki: http://jboss.org/wiki/Wiki.jsp?page=SubmitABugReport View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828969#3828969 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828969 ---

[JBoss-user] [Beginners Corner] - Re: Which version of the jdk to use?

2004-04-02 Thread [EMAIL PROTECTED]
JDK 1.5.0 does not currently work with any version of jboss. Don't use it under any circumstances. Use a 1.4.2 version. That should be clear now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828968#3828968 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Messaging, JMS & JBossMQ] - How do I configure a MDB to use a MQSeries 5.3 queue?

2004-04-02 Thread jlmcknight
I'm currently using MDBs with JBossMQ (in JBoss 3.2.3), and I would like to add some MDBs that are driven by MQSeries 5.3 queues. I'm fairly new to EJB and JBoss, and I'm having trouble figuring out how exactly to do that. Could someone explain, or direct me to some examples of, what all the spe

[JBoss-user] [Beginners Corner] - Which version of the jdk to use?

2004-04-02 Thread burrus_68
Well, I have read at least 2 different posts on which is the proper j2sdk to use to get the JBoss Server going!!! I am afraid that I am receiving some "mixed signals" on this issue!! I am trying to use the version 1.5.0 beta 1 of it to get it going now, but it failing badly to activate!!! Shoul

[JBoss-user] [Beginners Corner] - BMP Entity Beans and Instance Cache

2004-04-02 Thread rasoul
Hi all, I am trying to set the for a BMP entity bean but I get an error message: MBeans waiting for other MBeans: [ObjectName: jboss.j2ee:module=jobs.jar,service=EjbModule state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: Missing or invalid Instance Cache

[JBoss-user] [Beginners Corner] - How to organize a project structure for team development

2004-04-02 Thread dan2000
I am currently in a project with other four developers. we are gonna assign the tasks based on modules. that means each of us will write ejbs,jsps and servlets. we have a JBoss server and we are gonna share it during the development. My problem is: how should we construct the project ? if we se

[JBoss-user] [Installation & Configuration] - Re: How do I set up JBoss

2004-04-02 Thread burrus_68
I posted the EXACT SAME screen dump last nite that I have gotten when I have tried/attempted to activate JBoss!!! Did you also get the Java exception "InstanceNotFoundException" like I unfortunately have??!!! Is there some possible configuration of my system's env. variables, i.e., the path or t

[JBoss-user] [Security & JAAS/JBoss] - Re: SRP authentication is missing Base64Encoder

2004-04-02 Thread VBN Developer
Scott, I have got it to work by copying Base64Encoder.class from jbosssx.jar into jbossall-client.jar. Is there a bug database for jboss where I indicate that this should be fixed for 3.2.4? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828962#3828962 Reply

[JBoss-user] [Performance Tuning] - How to measure transactions performance?

2004-04-02 Thread ltcmelo
Hi, i'd like to measure transactions time of a CMP implementation x BMP implementation. I know that are some articles about, but i'd like to do myself, cause i'm actually making a little research on that. So, what softwares shoud i use? Any books or articles teaching that, i never benchmarked b

[JBoss-user] [Security & JAAS/JBoss] - Re: SRP authentication is missing Base64Encoder

2004-04-02 Thread VBN Developer
Scott, are you saying that I should be copying jbosssx.jar from the server libraries? I was under the impression that all of the needed client packages were in $JBOSS_HOME/client and that the class should therefore have been in both jbosssx-client.jar and jbossall-client.jar. Am I mistaken? Vi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic localDB.data file size limit

2004-04-02 Thread [EMAIL PROTECTED]
Then is the data coming from something else? Look at the localDB.script to see what other data is being committed. If you have an example mdb testcase that shows the ever expanding file post it in a bug report ot sourceforge: http://sourceforge.net/tracker/?group_id=22866&atid=376685 View the o

[JBoss-user] [Nukes User] - Re: postgres help

2004-04-02 Thread LORDs_diakonos
I downloaded the latest snapshot and went to the build directory and typed build it told me build not expected at this time :-s View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828957#3828957 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Nukes User] - Re: postgres help

2004-04-02 Thread sgwood
You just need the setup.xmls for the BB and core modules. They can just drop into your build. I have no troubles building using the latest CVS. What build problems do you have? Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828955#3828955 Reply

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

2004-04-02 Thread [EMAIL PROTECTED]
The jboss login modules do not merge roles. You would have to override the jboss login module to provide this behavior. Its a feature I could look at supporting, what is you usecase? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828954#3828954 Reply to the

[JBoss-user] [Security & JAAS/JBoss] - Re: SRP authentication is missing Base64Encoder

2004-04-02 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] jboss-3.2.3]$ jar -tf server/default/lib/jbosssx.jar | grep Base64Encoder org/jboss/security/Base64Encoder.class View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828953#3828953 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Nukes User] - Re: postgres help

2004-04-02 Thread LORDs_diakonos
I am looking to use this in production. I have tried 2 different snapshots but they seem to have trouble building. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828952#3828952 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Nukes User] - Re: postgres help

2004-04-02 Thread sgwood
These issues were fixed, and are in the CVS snapshot. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828951#3828951 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828951

[JBoss-user] [Nukes User] - Re: postgres help

2004-04-02 Thread joehobson
I have pretty much the same setup as you - PostgreSQL 7.4.2 / Nukes 1.0 - and i worked thru it by fixing a setup.xml file and then recompiling. I posted bugs on SourceForge with my fixes so go take a look there. I think one of them was rolled into the CVS so checking out the updated code (not su

[JBoss-user] [JCA/JBoss] - Re: Problems with setting up Multiple Datasources

2004-04-02 Thread sthomasg
Ok..thanks for looking at this! From the Server.log : 2004-04-02 11:37:26,906 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/jboss/jboss-3.2.3/server/default/deploy/mysql-ds.xml | 2004-04-02 11:37:26,937 INFO [org.jboss.resource.connectionmanager.RARDeploy

[JBoss-user] [Clustering/JBoss] - service unavailable

2004-04-02 Thread tom.baeyens
Hi, I'm experiencing a problem with a clustered JBoss and maybe you would give me a hint in the right direction :-) This is the problem java.rmi.RemoteException: Service unavailable. | at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxyHA.invoke(JRMPInvokerProxyHA.java:301) |

[JBoss-user] [Nukes User] - postgres help

2004-04-02 Thread LORDs_diakonos
I am having a ton of trouble getting jboss to work with postgres. During the installer it has errors concerning columns pn_uorder and prune_enable they are set to booleon but it is trying to insert 0 instead of false. It also complains about multiple keys . Has anyone one else had these pro

[JBoss-user] [Security & JAAS/JBoss] - SRP authentication is missing Base64Encoder

2004-04-02 Thread VBN Developer
I am setting up SRP authentication but am running into a missing class exception on the client. Apparently, the JBoss 3.2.3 jbossall-client.jar is missing the org.jboss.security.Base64Encoder class. Here is the exception I get: java.lang.NoClassDefFoundError: org/jboss/security/Base64Encoder

[JBoss-user] [HTTPD, Servlets & JSP] - Re: MSIE SSL bug

2004-04-02 Thread carlosawong
We had the same problem a few months ago. Jetty claimed to have a patch on this but we could not get it working. We ended up changing to Tomcat 4.1.24, and the problem went away. Unfortunately that created a less obvious problem: Every now and then, some of the (SSL) requests will have no respon

[JBoss-user] [Installation & Configuration] - Custome Configuration Error

2004-04-02 Thread rasoul
Hello all, I am trying to set the instance-cache configuration in my jboss.xml file. However, I have not been able to pass a class loader error. My configuration is as follows: LRU Configuration org.jboss.ejb.plugins.jrmp13.server

[JBoss-user] [Security & JAAS/JBoss] - "stacking" login modules: lost roles

2004-04-02 Thread [EMAIL PROTECTED]
When we try to "stack" login modules in an it works almost fine. The problem is that only the roles obtained by the last login module are associated to the user. The roles from the former modules are lost (despite they completed with success). Any idea? View the original post : http://www.jbo

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to get Database identifcation information from JNDI

2004-04-02 Thread mespee
I know i can metadata from a connection but is there a way I can get that information from JNDI? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828942#3828942 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828942 ---

[JBoss-user] [Nukes User] - Re: installation problems

2004-04-02 Thread LORDs_diakonos
the errors are * ERROR: column "prune_enable" is of type boolean but expression is of type integer * ERROR: column "pn_uorder" is of type boolean but expression is of type integer It looks like the ddl script is trying to insert a 0 into those fields where the default is set to false.

[JBoss-user] [Nukes User] - Re: installation problems

2004-04-02 Thread jae77
how are you accessing the url? you will get that error if you try to access like this: http://localhost:8080/nukes use this instead: http://localhost:8080/nukes/ if this is being caused by a different problem, i defer to sherman, he did the work to get postgres integrated. View the origin

[JBoss-user] [Nukes User] - Re: installation problems

2004-04-02 Thread LORDs_diakonos
yes you are right :-) I got it working I think. One final problem. I had to tell the installer not to insert any data because postgres generated 3 errors related to booloon fields. I am now getting "The file id is not indicated" Can I fix this? View the original post : http://www.jboss.or

[JBoss-user] [Nukes User] - Re: installation problems

2004-04-02 Thread jae77
you forgot to create the "nukes" directory under "server/default" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828937#3828937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828937 --

[JBoss-user] [Nukes User] - Re: installation problems

2004-04-02 Thread LORDs_diakonos
ok I have a new jboss 3.2.3 installed. Built nukes 1.0 and same error see log below. I will also paste what I did to build it below. You will notice that when I try to build deploy-components it fails. mber generator class java.security.SecureRandom 13:07:06,959 INFO [Engine] StandardManager

[JBoss-user] [Installation & Configuration] - Re: classloader configuration

2004-04-02 Thread robjuh
AFAIK classloaders are supposed to by hierachical. So the ear classloader is the parent of the classloader for the war and the ejbjar. You can only inherit from a parent (or the parent of the parent) classloader. As a result, an ejbjar cannot inherit the classloader of a war file, which is what

[JBoss-user] [Clustering/JBoss] - Re: [ERROR] NAKACK.handleXmitReq()

2004-04-02 Thread Sacha Labourey
The ConcurrentModificationException is not a big deal, what is strange is the NAKACK thing with the udpated stack. Can you try with a 3.2.4RC? Bela? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828934#3828934 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Nukes User] - Re: installation problems

2004-04-02 Thread LORDs_diakonos
I tried to build the a snapshot I downloaded yesterday but the build failed :-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828933#3828933 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828933 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: Automatic PrimaryKey Generation with Hypersonic DB

2004-04-02 Thread [EMAIL PROTECTED]
Moved you to the CMP forum. You can find configurations for primary key generation on different dbs in this forum and at the bottom of conf/standardjbosscmp-jdbc.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828932#3828932 Reply to the post : http://ww

[JBoss-user] [Persistence & CMP/JBoss] - Automatic PrimaryKey Generation with Hypersonic

2004-04-02 Thread schlumpf
Hello, I'm using CMP and I want to setup a simple customer. It has an ID, NAME , and some other String-fields. ID is the primary key and hast got Integer-format. When I am adding a client I only want to add the name and the other fieds. I want to generate an unique Integer Primary Key, which w

[JBoss-user] [JCA/JBoss] - Re: Problems with setting up Multiple Datasources

2004-04-02 Thread [EMAIL PROTECTED]
Show the portion of the log where it says it deployed your datasources. Since you found jndi view, show where the datasources are bound. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828931#3828931 Reply to the post : http://www.jboss.org/i

[JBoss-user] [JCA/JBoss] - Automatic PrimaryKey Generation with Hypersonic DB

2004-04-02 Thread schlumpf
Hello, I'm using CMP and I want to setup a simple customer. It has an ID, NAME , and some other String-fields. ID is the primary key and hast got Integer-format. When I am adding a client I only want to add the name and the other fieds. I want to generate an unique Integer Primary Key, which wi

[JBoss-user] [JCA/JBoss] - Automatic PrimaryKey Generation with Hypersonic DB

2004-04-02 Thread schlumpf
Hello, I'm using CMP and I want to setup a simple customer. It has an ID, NAME , and some other String-fields. ID is the primary key and hast got Integer-format. When I am adding a client I only want to add the name and the other fieds. I want to generate an unique Integer Primary Key, which wi

[JBoss-user] [EJB/JBoss] - Reinstantiating timed out stateful session bean

2004-04-02 Thread bonanza
Now I understand the stateful session bean gets removed after max-bean-life. How can I check the situation and decide whether or not to create a new session without letting exception be thrown? And what should I do to create a new session? Any help appreciated View the original post : http:

[JBoss-user] [JCA/JBoss] - Re: Problems with setting up Multiple Datasources

2004-04-02 Thread sthomasg
the jbosscmp-jdbc.xml part was supposed to say: I removed the Section of jbosscmp-jdbc.xml., that is, I am configuring my database's within each individual bean's tag in jbosscmp-jdbc.xm. sorry about that! Scott View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [JCA/JBoss] - Problems with setting up Multiple Datasources

2004-04-02 Thread sthomasg
I am having trouble configuring multiple datasources in Jboss 3.2.3.An extensive search of the Jboss forums and google revealed no answers, although I did find postings for others with the same problem. I have 2 Seperate MySQL databases, plus I have left Jboss's DefaultDS links to Hyp

[JBoss-user] [JCA/JBoss] - Re: format of -ds.xml file

2004-04-02 Thread [EMAIL PROTECTED]
docs/dtd/jboss-ds_1_0.dtd Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828922#3828922 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828922 --- Th

[JBoss-user] [JCA/JBoss] - Re: Hot deployment problem

2004-04-02 Thread [EMAIL PROTECTED]
How does this relate to the JCA? You are not supposed to create threads in normal j2ee application. You can in a servlet which has some lifecycle callbacks. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828923#3828923 Reply to the post : ht

[JBoss-user] [JCA/JBoss] - Re: Problem with XA and Oracle

2004-04-02 Thread [EMAIL PROTECTED]
Oracle XA does not like the same XA connection used inside and outside JTA transactions. You can add in jboss-3.2.3 to work this problem. You get one pool for connections when there is no transaction and another for connections where there is a transaction. Regards, Adrian View the original pos

[JBoss-user] [JCA/JBoss] - Re: Network Problem while accessing database: Connection res

2004-04-02 Thread [EMAIL PROTECTED]
Why is your check-valid-connection-sql commented out? Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828920#3828920 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828920 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multiple JMS provider

2004-04-02 Thread [EMAIL PROTECTED]
Yes it is. Just copy the relevent sections from jms-ds.xml and change as appropriate. You can find an example in the FAQ forum where a new provider is created for remote access. If you don't want transactions just use a if you want local (jms client transactions not JTA) remove the element. Reg

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Multiple JMS provider

2004-04-02 Thread [EMAIL PROTECTED]
Sorry, that is wrong. is what you want for non JTA transactions. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828919#3828919 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828919 --

[JBoss-user] [Javassist user questions] - Re: Can this be achieved using javassist?

2004-04-02 Thread chiba
Please look at javassist.expr.ExprEditor for (1) and CtClass.setName() for (2). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828917#3828917 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828917

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB login for topic subscriber

2004-04-02 Thread [EMAIL PROTECTED]
But the same clientid? Show your jbossmq-state.xml - feel free to obfuscate the passwords. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828916#3828916 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=382

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Strange exception using topics

2004-04-02 Thread [EMAIL PROTECTED]
The error says the client has disconnected. Look for previous errors where the client disconnected. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828915#3828915 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Socket Timeout whenever I change the system time on wind

2004-04-02 Thread stephen_tsun
But seriously, my question is whether it is a configuration issue. If so, I can just change some uil2 params. But judging from your reply, this is more of an UIL2 impl issue because it is using absolute time from the system to detect idle connections vs using relative times. So I guess the wa

[JBoss-user] [Messaging, JMS & JBossMQ] - Hypersonic localDB.data file size limit

2004-04-02 Thread mulicheng
We have been running jboss 3.0.x for quite some time without any problems. Switching to 3.2.3 we have a JMS problem. I don't know if there is a configuration file change or if our application is doing something wrong. The problem is that in {SERVER_HOME}/data/hypersonic, the localDB.data file

[JBoss-user] [Nukes User] - Re: installation problems

2004-04-02 Thread jae77
also - where did you pull your jboss installation from? i would suggest unzipping a fresh copy of 3.2.3 and start it up before doing anything w/ nukes to make sure it comes up cleanly - (and make a "backup" of the entire default directory) after that, create the "nukes" directory under server/

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Messages disappear - jboss 3.2.3

2004-04-02 Thread [EMAIL PROTECTED]
You haven't posted your configuration that shows you have 1000 mdbs. Most likely you have configured the pool and not the most important part which is the serversession pool (default size 15). See the FAQ topic for some examples. Even so, it depends what your MDB does. You only have so much cpu.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Messages only delivered after server restart.

2004-04-02 Thread [EMAIL PROTECTED]
In fact, you don't even need TRACE logging, you only need log4j configured so you can see the WARN message that reports the error. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828908#3828908 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jboss hangs

2004-04-02 Thread [EMAIL PROTECTED]
This is due to you not rolling back or committing your user transaction. Nothing todo with JMS. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828910#3828910 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS 3.2 QUEUE CAPACITY .. JBOSS HANGS....

2004-04-02 Thread [EMAIL PROTECTED]
10,000 connections? Are you sure your OS is configured for 10,000 threads per process? Or even 10,000 file descriptors/sockets per process. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828906#3828906 Reply to the post : http://www.jboss.org

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Messages only delivered after server restart.

2004-04-02 Thread [EMAIL PROTECTED]
If messages are not being delivered to the client, it is likely an error has stopped the client consumer. See the FAQ topic for how to enable TRACE logging on the client. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828907#3828907 Reply to t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HAJMS fail over problem

2004-04-02 Thread [EMAIL PROTECTED]
It does not. It is not in 3.2.4RC1 either. You have to get it from cvs cvs ... co -r Branch_3_2 jboss-3.2 then run the all configuration. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828905#3828905 Reply to the post : http://www.jboss.org/

[JBoss-user] [Installation & Configuration] - Re: How do I set up JBoss

2004-04-02 Thread sulabh
i tried to run jboss3.2.3 ..following error occured PLEASE HELP D:\jboss-3.2.3\bin>run === . JBoss Bootstrap Environment . JBOSS_HOME: D:\jboss-3.2.3\bin\\.. . JAVA: E:\New_Supp_Opt\jdk1.3\bin\java . JAVA_OPTS: -D

[JBoss-user] [Nukes User] - Re: installation problems

2004-04-02 Thread sgwood
What version of Nukes did you build/install? It looks like you are using 1.0.0, and the version of the installer has been improved since then. Try a CVS snapshot. The error messages about DestinationManager not starting should not effect Nukes - that is just the default JBoss JMS starting up. T

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: 3.2.4 Cannot authenticate user

2004-04-02 Thread [EMAIL PROTECTED]
Yes, sorry about that. I missed a fix when I merged 3.2.x and jboss 4. The fix has been reinstated in cvs, but not in time for 3.2.4RC1. You can also specify --host= on run.sh/run.bat to workaround the problem. This bug originally existed in 3.2.2 Regards, Adrian View the original post : h

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-04-02 Thread jasoneilers
ajatienza - I am encountering the exact same issue with the deploy.wsdd file with no "loginUser". Were you ever able to figure this out? Many Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828900#3828900 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Nukes User] - installation problems

2004-04-02 Thread LORDs_diakonos
I had made some posts yesterday because I was having troubles. I did some god helkp but I am unsure what is going on. I was told to make sure I create a default/nukes directory which I did. I was also told to delete tmp which I did . Below is the complete log with my start of jboss and the er

[JBoss-user] [Persistence & CMP/JBoss] - How to get Database identifcation information from JNDI

2004-04-02 Thread mespee
Is it possible to get the instance name from JNDI I know that the *ds.xml file have the instance name in the jdbc connection string my question is can I get that information from within JBOSS? Example : jdbc/cpr jdbc:oracle:thin:@192.168.11.92:1613:devInst oracle.jdbc.driv

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HAJMS fail over problem

2004-04-02 Thread gokturk
Ivelin, I am using 4.0.0DR3, not sure it has the same enhancements? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828896#3828896 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828896 -

[JBoss-user] [Messaging, JMS & JBossMQ] - 3.2.4 Cannot authenticate user

2004-04-02 Thread leishen
First I will put in some key word so that people can find this article 3.24 3.2.4 Cannot authenticate user securitydomain=jbossmq. In 3.2.4 RC1, JMS doesnot work in the default depolyment. The expection you will get looks like this: org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested

[JBoss-user] error in JMX console

2004-04-02 Thread Marco Mistroni
Hi all, Has anyone any idea of why I am receiving this exception when I click on any MBean in the jmx-console? org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source fi

[JBoss-user] [Management, JMX/JBoss] - dynamic registration of mbeans/services

2004-04-02 Thread dsmith24456322
I'd like to be able to dynamically register MBeans (services) with JBoss after it has been started, just as though I'd included them in the JCML file at startup. Would I be able to do this safely by using the code that someone else had posted earlier in this forum? // get the JBoss MBean server

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: where the jbossMQ is?

2004-04-02 Thread richieb
"zhebincong" wrote : hello | i am new to jbossMQ,i have download the jboss322,i wonder if the mq is included?and how can i config a queue?which config file should i modify? | | thank you. It's included. Take a look in $JBOSS_HOME/server/default/deploy/jms. You can add queues by modifying

[JBoss-user] [Security & JAAS/JBoss] - Re: custom Principal and custom LoginModule

2004-04-02 Thread mkord
Sorry, but your link don't help me. I don't andestund what i should do to solve this problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828887#3828887 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828887 --

[JBoss-user] [JCA/JBoss] - Re: Lotus Domino Connector

2004-04-02 Thread razor_harm78
A couple of months ago I needed a JCA adapter too. I wasn't able to find any, so I decided to implement it myself. Currenty the adapter is stable and is used in our production systems. It only supports DIIOP connections and no local connections (so you'll have to use the NCSO.jar provided by Lot

  1   2   >