[JBoss-user] [Advanced Documentation] - Re: How up to date is the Pay-for documentation?

2004-11-24 Thread gavinho
[EMAIL PROTECTED] wrote : Look on the documentations page and download the 3.2.6 admin guide ZIP file. I downloaded the zip at URL http://docs.jboss.org/jbossas/admindevel326/admin326.zip but can't find any sample source codes. It this the zip file your are refering to? View the original post

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

2004-11-24 Thread ccx
Hi, we found the same problem on our systems. I did some tests and found out, that the hypersonic seems to work pretty smooth, even if it has do do a lot of work. (Sent about some 800.000 messages as fast as the server could, followed up by some other 100.000 messages during the following

[JBoss-user] [HTTPD, Servlets JSP] - jboss 4.0/tomcat absolute pathname classloader issue

2004-11-24 Thread mrmimo
After deploying a war in Jboss I've noticed problems with readin Velocity templates. Basically it appears that: .getClass().getClassLoader().getResource(/template/xhtml/text.vm) doesn't return anything but null, however: .getClass().getClassLoader().getResource(template/xhtml/text.vm) works

[JBoss-user] [Security JAAS/JBoss] - Re: SecurityProxy model unuseable where EJB shared by multip

2004-11-24 Thread _alex
roxburd wrote : | Surely, EJBs should be application components which may be shared between different applications - e.g. different WebApps. These different WebApps will probably use different security-domains... | | For example, my EJB is used both by an administrator via a admin Web

[JBoss-user] [JBoss Getting Started Documentation] - Re: Errors at using run.bat

2004-11-24 Thread josefmayr
Solved by myself, I simply set JAVA_HOME to c:\sun\AppServer\jdk now I can start the JMX Manager :-)) and do not get error anymore. Josef Mayr View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856237#3856237 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Local EJB session error

2004-11-24 Thread riwat
Ok I did more tests, and I can reapeat that error on every new JBoss. In my tests I also added packet.jar file into lib server dir. In packet.jar are the same classes which are used in packet.ear file. It is simplicity to have no problems in time of test with access to classes. When I run

[JBoss-user] [Management, JMX/JBoss] - Re: JMX 1.2 / JSR 160 support?

2004-11-24 Thread boris59
According to Dimitris' post at http://www.jboss.org/index.html?module=bbop=viewtopict=51803, JMX 1.2 is supported by JBoss since version 3.2.5. And according to the attribute SpecificationVersion of the MBean JMImplementation:type=MBeanServerDelegate, JBoss 4.0.0 implements JMX 1.2 as well.

[JBoss-user] [Clustering/JBoss] - Re: Warnings from DefaultPartition within 2 node cluster

2004-11-24 Thread sheckler
Additional information: I am using a dedicated list of nodes as java.naming.provider.url such as node1:1100,node2:1100,node3:1100 for HAJNDI lookup of HAJMS connectionFactories, queues and topics View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856239#3856239

[JBoss-user] [Clustering/JBoss] - Re: Warnings from DefaultPartition within 2 node cluster

2004-11-24 Thread RolfZ
Welcome in the club http://www.jboss.org/index.html?module=bbop=viewtopict=54596 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856241#3856241 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856241

[JBoss-user] [Nukes User] - refresh page

2004-11-24 Thread crevette
hi I want to refresh a module each minute, how can i insert a meta tag (http-equiv=refresh) in my page? Can I do this differently? thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856242#3856242 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: network device communicate thru JCA 1.5

2004-11-24 Thread jobgunti
The device communication is asynchronous, I want to write a listener that listens the incoming request from device which communicates over TCP/IP. That is the scenario. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856243#3856243 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Warnings from DefaultPartition within 2 node cluster

2004-11-24 Thread sheckler
Thanks! so this warning (which should be a debug message) is really just a warning and just tells me that the second node is not the HAJMS master as the third node tried to lookup via HAJNDI the total list of nodes. It is important to mention, that the 3rd node has no problem to get the queues

[JBoss-user] [Nukes User] - Re: refresh page

2004-11-24 Thread crevette
page.getHeadWriter().write ! thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856245#3856245 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856245 --- SF email is

[JBoss-user] [JBoss Getting Started Documentation] - Duke Bank example: login times out always (Error 408)

2004-11-24 Thread NickDeGraeve
I followed the tutorial and so far everything went fine. Now I pointed my browser to http://localhost:8080/bank/main and entered 200 as Customer ID and j2ee as password. Everytime I get an HTTP Status 408: when I click back twice and re-enter, when I close and re-open my browser, even when I

[JBoss-user] [JCA/JBoss] - Re: network device communicate thru JCA 1.5

2004-11-24 Thread _alex
Your listner will get events from network element and propagate it through JCA API to container. I think this is possible implementation scenario. Alexander View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856247#3856247 Reply to the post :

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

2004-11-24 Thread ssambi
When my Ejb Timer Service expires, I get a warning message like this: WARN [TimerImpl] Timer was not registered with Tx, reseting state: [id=1target= ... ] What is the problem? I'm using JBoss 4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418). View the original post :

[JBoss-user] [Management, JMX/JBoss] - jbossInternalLifecycle(String arg) method behaviour?

2004-11-24 Thread nohwal
Hi, I recently shifted to JBoss 3.2.6 from JBoss 3.2.3. In my project, I have all the MBeans implementing org.jboss.system.ServiceMBean. The trouble is with jbossInternalLifecycle(String arg) method which has been added to ServiceMBean interface. I added a dummy implementation in my MBean

[JBoss-user] [Beginners Corner] - Re: j2ee specifics on jboss 3.2 and 4.0

2004-11-24 Thread sviluppatorefico
hi scott..may i to know how j2ee 1.4 technologies jboss 3.2 supports? I've seen that jboss can integrate axis for web services 1.4 and tomcat 5.5. I ask also if it can to make a problems if i use j2ee 1.4 technologies on jboss 3.2 View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: jbossInternalLifecycle(String arg) method behaviour?

2004-11-24 Thread [EMAIL PROTECTED]
This method was added so that a Service MBeans gets hooked with the ServiceController, so that, when you start or stop a service all dependent MBeans get started/stopped accordingly. If you extend ServiceMBeanSupport then you don't need to provide an implementation of this method, it's

[JBoss-user] [Persistence CMP/JBoss] - jaws vs. jbosscmp-jdbc suggestion

2004-11-24 Thread lefou
Hi, I plan to migrate an EJB 1.1 project to JBoss (3.2.x). Can anybody tell me the differences between jaws.xml and jbosscmp-jdbc.xml. Do they have the same syntax? Which is more capable? Is it possible with one of these both, to connect to more than one datasource? Any suggestions or links

[JBoss-user] [HTTPD, Servlets JSP] - Re: Session already invalidated exception

2004-11-24 Thread darranl
The word 'destroyed' means that is has already happened. i.e. The session has already been destroyed. The API documentation also says 'Notification that a session was invalidated', the was in the extract from the API indicates that it has already happened. The error that you are getting is

[JBoss-user] [JBoss Getting Started Documentation] - Re: server\all\deploy\jboss-net.sar not found.

2004-11-24 Thread josefmayr
I have got the same problems: Even If I started the server with: run.bat -c all BUILD FAILED C:\javadoc\j2ee\j2eetutorial14\examples\bank\jboss-build.xml:49: C:\jboss-4.0.0\jboss-4.0.0RC1\server\all\deploy\jboss-n et.sar not found. Josef Mayr View the original post :

[JBoss-user] [EJB/JBoss] - Interconnectivity between different JBoss version

2004-11-24 Thread apinto
Hi there, We're currently migrating from JBoss 3.0.7 to JBoss 3.2.3 and defined a scenario where, in a first step, some components of the system are running on 3.2.3 and the others keep running on 3.0.7. The problem is that the 3.2.3 components fail do access the 3.0.7 ones because of

[JBoss-user] [JBoss Getting Started Documentation] - datasheet for jboss 3.2

2004-11-24 Thread sviluppatorefico
Hi, I've seen the datasheet for jboss 4.0 on http://www.jboss.org/pdf/JBoss_AS_4.0_Datasheet.pdf. Exists a datasheet for jboss 3.2 too? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856257#3856257 Reply to the post :

[JBoss-user] [JBoss.NET] - Where is the axis source?

2004-11-24 Thread roxspring
I've been suffering from an intermittent NullPointerException which I would like to investigate but I can't find the necessary sources. The JBoss 3.2.6 contains axis.jar claiming to be 1.1 along with a readme from 1.0 and releasenotes from 1.0RC1, but adding insult to injury the 3.2.6

[JBoss-user] [Security JAAS/JBoss] - Re: SecurityProxy model unuseable where EJB shared by multip

2004-11-24 Thread roxburd
If I needed simple role-based access control I wouldn't have used an interceptor. OK, I have two WebApps, an admin WebApp and a users WebApp. Because I want the two WebApps to have separate namespaces for usernames, I have given them separate security domains. Thus, an admin user and a

[JBoss-user] [Messaging, JMS JBossMQ] - MQ destinations not being saved

2004-11-24 Thread afielden
I've got a few questions regarding JBossMQ queue and topic definitions. I'm using JBoss 4.0.0. Trying to define several queues via the JMX console, however these do not appear to be saved. When I restart JBoss the queues are gone. So, I manually changed the jbossmq-destinations-service.xml

[JBoss-user] [Installation Configuration] - jboss 3.2 + tomcat 5.5

2004-11-24 Thread sviluppatorefico
hi.it's possible to use jboss 3.2 together with tomcat 5.5? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856261#3856261 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856261

[JBoss-user] [Installation Configuration] - jboss 3.2 + tomcat 5.5

2004-11-24 Thread sviluppatorefico
hi.it's possible to use jboss 3.2 together with tomcat 5.5? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856262#3856262 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856262

[JBoss-user] [HTTPD, Servlets JSP] - Re: Session already invalidated exception

2004-11-24 Thread erezharari
opps, u are right - this is different that in ServletContextListener.contextDestroyed(): Notification that the servlet context is about to be shut down View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856263#3856263 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: jaws vs. jbosscmp-jdbc suggestion

2004-11-24 Thread mk637
This sounds like a misunderstanding... There is no jaws.xml, there is a jaws.dtd and this is - according to my understanding - the descriptor file for the jbosscmp-jdbc.xml file. And of course the latter is still a very important configuration file for JBoss. View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Session already invalidated exception

2004-11-24 Thread darranl
Yes looking at the ServletContextListener API the name of the method and the description of the method contradict each other. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856264#3856264 Reply to the post :

[JBoss-user] [JBoss.NET] - Re: Where is the axis source?

2004-11-24 Thread darranl
The axis source is distributed with the JBoss 3.2.6 source. You can find it in the module 'jaxrpc'. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856266#3856266 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856266

[JBoss-user] [Security JAAS/JBoss] - AbstractServerLoginModule not found

2004-11-24 Thread Darknight
When running my application (swing) I get this error: java.lang.NoClassDefFoundError: org/jboss/security/auth/spi/AbstractServerLoginModule This happens when I try to login. I am using a custom login module that extends the AbstractSLM, maybe I did some mistake configuring the application? It

[JBoss-user] [HTTPD, Servlets JSP] - Why is JSTL not included?

2004-11-24 Thread jimpo
I just spent a few (too many) moments getting my head around the whole JSTL situation. It seems that none of JSTL is supplied out of the box with JBoss / Tomcat, and I had to include standard.jar and jstl.jar to get my JSTL tags working. It seems odd that so central piece is not included

[JBoss-user] [Security JAAS/JBoss] - Re: AbstractServerLoginModule not found

2004-11-24 Thread Darknight
Darknight wrote : It works if I include the jars in /server/myconfig but it doesn't if I only include those in /client and /lib | I ment put in classpath not include, that way it looks like a compiler problem. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MQ destinations not being saved

2004-11-24 Thread afielden
Ok I've figured out how to change the JNDIName attribute, but I still don't understand why changes via the JMX console are not being saved. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856272#3856272 Reply to the post :

[JBoss-user] [EJB/JBoss] - Problem configuring MySQL Datasource

2004-11-24 Thread sonuthekool
Hello guys, I am trying to configure a simple EAR with one EJB Jar and WAR file to access a MySQL database. I keep getting 'jdbc not bound' even though I have put mysql-ds.xml, modified standatdjbosscmp-jdbc.xml and standardjaws.xml files to reflect the new JNDI name for my datasource...What

[JBoss-user] [Persistence CMP/JBoss] - Re: jaws vs. jbosscmp-jdbc suggestion

2004-11-24 Thread lefou
mk637 wrote : This sounds like a misunderstanding... | | There is no jaws.xml, there is a jaws.dtd and this is - according to my understanding - the descriptor file for the jbosscmp-jdbc.xml file. | I cannot believe this. The JBoss 3.0 Documentation speak from a jaws.xml in chapter 6

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke Bank example: login times out always (Error 408)

2004-11-24 Thread gallowaym
I ran into this last night after a couple of night of trying to get things working. It turned out to be that I had disabled cookies for localhost in my browser to try to isolate a problem and for got to turn them back on. I turned on cookie, closed my browser, restarted JBoss and the opened

[JBoss-user] [Persistence CMP/JBoss] - Re: Mysql query cache

2004-11-24 Thread sgodden
Can someone explain why the autocommit option has any impact on the MySQL query cache? Being simplistic - isn't it just a case of issuing a query to the MySQL server, it finding it in its cache, and then using the cached results? View the original post :

[JBoss-user] [EJB/JBoss] - Handling Timer Services

2004-11-24 Thread kits_quark
Thanks for Valuable suggestion. I need to know that Timer may persist under what kind of server crashes. Whether any exception occurs or some thing else ? Also, what feature we are supposed to add in order to allow undeployment to treat persisted timers as entities that exist beyond the

[JBoss-user] [Installation Configuration] - Problem Configuring MySQL Datasource with JBoss 3.2.6

2004-11-24 Thread sonuthekool
Hello guys, I am trying to configure a simple EAR with one EJB Jar and WAR file to access a MySQL database. I keep getting 'jdbc not bound' even though I have put mysql-ds.xml, modified standatdjbosscmp-jdbc.xml and standardjaws.xml files to reflect the new JNDI name for my datasource...What

[JBoss-user] [Beginners Corner] - Re: problem starting server when using my .war

2004-11-24 Thread wslyhbb
Apparently it is a problem with servlets. So either I stick with 3.2 or get rid of my connection pooling servlet. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856279#3856279 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: server\all\deploy\jboss-net.sar not found.

2004-11-24 Thread gallowaym
STOP THE MADNESS!!! YOU ARE USING THE WRONG VERSION OF jbossj2ee-src.zip. As far as I can tell this has been common problem with the 4.0 version of this document. I know that I had the same problem... When you download the Getting Started 4.0 PDF document it is in a zip file that ALSO

[JBoss-user] [Persistence CMP/JBoss] - Re: jaws vs. jbosscmp-jdbc suggestion

2004-11-24 Thread [EMAIL PROTECTED]
JAWS was the old cmp1.1 engine that is obsolete and no longer supported. The jbosscmp-jdbc.xml is the cmp2.x engine that supports 1.1 style entity beans. The cmp2.x engine is far more capable. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856282#3856282

[JBoss-user] [JBoss Getting Started Documentation] - Re: server\all\deploy\jboss-net.sar not found.

2004-11-24 Thread gallowaym
STOP THE MADNESS!!! YOU ARE USING THE WRONG VERSION OF jbossj2ee-src.zip. As far as I can tell this has been common problem with the 4.0 version of this document. I know that I had the same problem... When you download the Getting Started 4.0 PDF document it is in a zip file that ALSO

[JBoss-user] [Installation Configuration] - Error Log when starting JBoss 3.2.6

2004-11-24 Thread sonuthekool
Can anybody please explain what this log means ? I keep getting this when I start JBoss 3.2.6. anonymous wrote : MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: | ObjectName: jboss.mq:service=DestinationManager | state: NOTYETINSTALLED | I Depend On: | Depends On Me:

[JBoss-user] [JBoss Getting Started Documentation] - Re: server\all\deploy\jboss-net.sar not found.

2004-11-24 Thread gallowaym
Oh, after posting my rant and THEN re-reading the question, I noticed that you are using 4RC1 and not 4 final. I have not tested with 4 RC1 - only with 4 final. I don't know if that will cause you other problems or not but the problem that you posted about will be unaffected by the version

[JBoss-user] [Security JAAS/JBoss] - Re: SecurityProxy model unuseable where EJB shared by multip

2004-11-24 Thread [EMAIL PROTECTED]
How can a test in the ejb be any different then a test in a security interceptor? You stated that you were using role based security via the isCallerInRole method and this what is tying you to the deployment security domain. View the original post :

[JBoss-user] [Beginners Corner] - Re: j2ee specifics on jboss 3.2 and 4.0

2004-11-24 Thread [EMAIL PROTECTED]
3.2 supports only jmx1.2. It does not support j2ee 1.4 webservices. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856286#3856286 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856286

[JBoss-user] [Management, JMX/JBoss] - Re: JMX 1.2 / JSR 160 support?

2004-11-24 Thread [EMAIL PROTECTED]
JSR160 will be added down the line, perhaps by 4.0.2. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856287#3856287 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856287

[JBoss-user] [Installation Configuration] - any work around bug 842033

2004-11-24 Thread sriramachandra
Hi, Do we have any work around for bug 842033, which states that there is an issue in windows platform if the size of the filename inside the war is too big or if a class contains inner classes, the bug is unresolved and still open. This is an issue only from version 3.2.2 final release and

[JBoss-user] [Persistence CMP/JBoss] - Re: jaws vs. jbosscmp-jdbc suggestion

2004-11-24 Thread lefou
Is it possible, to define more than one datasoure (with different transaction levels) ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856291#3856291 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856291

[JBoss-user] [Security JAAS/JBoss] - Re: SecurityProxy model unuseable where EJB shared by multip

2004-11-24 Thread roxburd
Yep, you're so right. It looks like I'll have to deploy the same EJB twice under different EJB names and JNDI entries in order to get it to work for both WebApps. Just hope I can do that in a simple way without too much duplication... Thanks Scott. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Interconnection between JBOSS and Websphere MQ

2004-11-24 Thread donku_789
Hello Is it possible interconnection between Websphere MQ and JBOSS? It means on the one end is JBOSS with MQ and on the other one - Websphere MQ. Thank you in advance DONKU View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856293#3856293 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: Do I want/need JCA?

2004-11-24 Thread chrisxsb
Another good JCA document: http://java.sun.com/developer/Books/j2ee/connectorch10.pdf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856294#3856294 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856294

[JBoss-user] [Security JAAS/JBoss] - Re: SecurityProxy model unuseable where EJB shared by multip

2004-11-24 Thread roxburd
In fact, it's probably better all-round to combine the security domains back into one... shame - if the EJBs could have assumed the domain of the calling WebApp the whole thing would have been smoother. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: SecurityProxy model unuseable where EJB shared by multip

2004-11-24 Thread [EMAIL PROTECTED]
So replace the org.jboss.ejb.plugins.SecurityInterceptor with one that does use the caller security domain. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856296#3856296 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: any work around bug 842033

2004-11-24 Thread darranl
D:\ZilliantPerforceWorkspace\userbranches\zpm-mai n-jboss4.0.0\main\javacommons\work\_shared You could try moving your JBoss installation to a folder that doesn't have a path of about 90 characters. View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Uploading images in JBoss

2004-11-24 Thread De Smet Ch
solution at : http://www.jboss.org/index.html?module=bbop=viewtopict=48300 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856298#3856298 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856298

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke Bank example: login times out always (Error 408)

2004-11-24 Thread NickDeGraeve
That indeed do the trick. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856299#3856299 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856299 --- SF email is

[JBoss-user] [Nukes User] - Edit and Delete Buttons not appearing in forums for users th

2004-11-24 Thread mchinn
I've set all Reg users to be able to Edit and Delete forum postings via the forum security module in a forum I created. However, when one of these users goes into the forum and posts, the Edit and Delete buttons do not appear as they do when I am logged in as Admin. In addition, the

[JBoss-user] [Nukes User] - Jboss User Forum: Cannot Delete Watched Topics

2004-11-24 Thread mchinn
When I check topics in my watched topics list to delete, when I click the delete button the page reloads with the topics still on my list. matt View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856302#3856302 Reply to the post :

[JBoss-user] [Nukes User] - Re: Edit and Delete Buttons not appearing in forums for user

2004-11-24 Thread [EMAIL PROTECTED]
what version are you using ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856303#3856303 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856303 --- SF email is

[JBoss-user] [Installation Configuration] - [Microsoft][SQLServer 2000 Driver for JDBC]Error establishin

2004-11-24 Thread gregs
Hi, For two days I have been trying to itegrate my application (deployed to JBoss) with MS SQLSERVER 2000. I have completed the following steps: 1) set properties in ms-sqlservice.xml (server/default/deploy). I have set the JNDI name (in every applicable place) and I have the correct

[JBoss-user] [JCA/JBoss] - Re: Connection creation at the startup

2004-11-24 Thread [EMAIL PROTECTED]
No there is currently no way to do it. The reason is because in general extra information is required before connections can be constructed. This is the ManagedConnectionFactory's ConnectionRequestInfo, whether there is a transaction and in some cases what is the user/password of the

[JBoss-user] [Beginners Corner] - What is the equivalent of webapps/ROOT in Jboss?

2004-11-24 Thread skeeve
Hi all, I have the need to put static content (images) into a place in Jboss where my application will be able to see them. Basically, I need to find the web server root, if there is such a thing. Thanks very much. Jboss 4.0 running Tomcat Philip View the original post :

[JBoss-user] [Beginners Corner] - Re: What is the equivalent of webapps/ROOT in Jboss?

2004-11-24 Thread [EMAIL PROTECTED]
jbossweb-tomcat50.sar/ROOT.war is the default / context web app. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856318#3856318 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856318

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Repeatable deadlock when closing TopicSubscriber

2004-11-24 Thread [EMAIL PROTECTED]
Deadlocks in JBoss code are usually bugs, I've created this bug report for you: http://sourceforge.net/tracker/index.php?func=detailaid=1072638group_id=22866atid=376685 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856320#3856320 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Error While Publiching message to Topic

2004-11-24 Thread genman
JBoss version? Use the UIL2 connector. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856326#3856326 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856326 --- SF email

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Interconnection between JBOSS and Websphere MQ

2004-11-24 Thread genman
FAQ and RTFM View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856323#3856323 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856323 --- SF email is sponsored by - The IT

[JBoss-user] [Security JAAS/JBoss] - authentication from transport layer (TLS, SSL)?

2004-11-24 Thread matroskin
I have an application that calls EJBs and uses SSL as a transport protocol. Is it possible to configure JBoss to get principal information from a transport layer? I assume that SSL connection uses client side certificate. I have done some search and could not find any reference on using

[JBoss-user] [Beginners Corner] How to integrate JBoss-IDE with JBoss 4.0 on Eclipse 3.0.1?

2004-11-24 Thread Michael Korolyov
Hello, I've followed all steps by JBoss-IDE 1.3.0 Tutorial Guide to build Fibo application. However Fibo doesn't work for me. I have JBoss-IDE 1.4.0 and JBoss 4.0 and Eclipse 3.0.1 I've compiled, packed and deployed FiboApp.ear Ok. When I run debug in out Console I see some JBoss exceptions like

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Number of Mbean instances in pool

2004-11-24 Thread genman
You mean, MDB running the onMessage() method? You can't get an active count AFAIK with JBoss. This MBean will tell you how many there were created: jboss.j2ee:jndiName=local/MyBean,plugin=pool,service=EJB You can probably expose a count by creating an MBean and calling it during the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Interconnection between JBOSS and Websphere MQ

2004-11-24 Thread genman
FAQ and RTFM View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856322#3856322 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856322 --- SF email is sponsored by - The IT

[JBoss-user] [Messaging, JMS JBossMQ] - Re: HighMemoryMark MaxMemoryMark recommendations

2004-11-24 Thread genman
What the OS reports and what the JVM reports as memory in use is slightly different, just so you know. The numbers seem reasonable to me, but I would test by enqueing as many messages as possible and see what the CacheManager does with them. View the original post :

[JBoss-user] [Nukes User] - Re: Editing HTML menus??

2004-11-24 Thread mchinn
Hi Chris, The menu items are all listed in the mbean view of menu in the JMX console like you chose, but they are in the Before field. When you add an blah you have to make sure to add permissions to the item in the permissions area (either above in the Security field or in the permissions

[JBoss-user] [Persistence CMP/JBoss] - Re: how to validate the EJB QL

2004-11-24 Thread jobor
I'm using DynamicQL with a SearchObject (Value Object for searching) the following way. Maybe it gives you a hint for the LIKE. This is working on 3.2.x. | public abstract Collection ejbSelectGeneric(String jbossQl, Object[] args) throws FinderException; | | /** | * @ejb.home-method

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Multiple instances of DestinationManager, PersistenceMan

2004-11-24 Thread genman
What happens when you turn on JBoss? Does it blow up or something? How do you know it is working or not? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856330#3856330 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MQ destinations not being saved

2004-11-24 Thread genman
Stuff you do in the JMX console (usually) doesn't get persisted between JBoss runs. A lot of people get confused by this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856325#3856325 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - JSPs Always Recompiling (Not the typical question!)

2004-11-24 Thread LegoDoug
I apologize for the duplicate post, but the previous post's title was truncated, making it too-easy-to-discard-as-ordinary. I am using JBoss 3.2.5, and I have experimented extensively with the JSP Servlet settings in the jbossweb-tomcat50.sar/web.xml file. For reasons I have not been able to

[JBoss-user] [Clustering/JBoss] - Re: RMIAdapter and singleton in jboss 4.0.0

2004-11-24 Thread Mr_Pancake
I didn't have to make any changes in jmx-invoker-service.xml. I just added the file singleton-jmx-adapter-service.xml in te deploy-hasingleton directory: ?xml version=1.0 encoding=UTF-8? | | server | mbean code=org.jboss.invocation.jrmp.server.JRMPProxyFactory

[JBoss-user] [Persistence CMP/JBoss] - Phantom CMP/EQL problem with V3.2.6

2004-11-24 Thread davout
I'm getting a deployment error on one of my CMP entity beans. I think the error message is reporting the wrong entity bean. The error appears to report an EQL parsing in the last deployed. Hence, if I delete the last listed entity bean and rerun the deployment it now reports the EQL parsing

[JBoss-user] [Installation Configuration] - JBoss on NT 2000 Server for production am I crazy? :P

2004-11-24 Thread infectedrhythms
How many of you are running JBoss on NT 2000 server, in production enviroments? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856348#3856348 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856348

[JBoss-user] [JBoss Getting Started Documentation] - Re: compile failed Duke Bank from javax.swing.JOptionPane

2004-11-24 Thread stger
we had the same problem and solved it by reinstalling ant from the http://ant.apache.org seemed to be a version conflict between ant and no one knows what else. the tutorial says you need at least version 1.5.4 Maybe it was also a problem that the previous version ant, that we used was

[JBoss-user] [Persistence CMP/JBoss] - Re: CMR and SQL create

2004-11-24 Thread jobor
I don't know how you did get it to work but I think the 2 descriptor parts should be as followed. | ejb-relation | ejb-relation-nameTest-TestParams/ejb-relation-name | ejb-relationship-role | ejb-relationship-role-nameTest-has-Params/ejb-relationship-role-name |

[JBoss-user] [Advanced Documentation] - Re: How to set up LDAP and JDBc/Datasourcename

2004-11-24 Thread ravih
Please Help I need this to be resolved today. Ravih View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856345#3856345 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856345

[JBoss-user] [Persistence CMP/JBoss] - Re: Phantom CMP/EQL problem with V3.2.6

2004-11-24 Thread davout
I found the problem A finder method in a completely different entity bean had a blank EQL entry. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856357#3856357 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856357

[JBoss-user] [Clustering/JBoss] - which server will a client using hajndi go against?

2004-11-24 Thread didickman
Suppose I have a client which uses HAJNDI (JBoss 3.2.5, JDK 1.4.2_05, solaris) and the java.naming.provider.url is set to something like jnp://host1:1100,jnp:host2:1100,jnp://host3:1100. The client is set up to be run from a shell script a few thousand times in a given day. My question is how

[JBoss-user] [Beginners Corner] - Re: problem starting server when using my .war

2004-11-24 Thread wslyhbb
Here is my web.xml file: ?xml version=1.0? | !DOCTYPE web-app PUBLIC |-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN |http://java.sun.com/dtd/web-app_2_3.dtd; | | web-app |display-namePersonalPC/display-name |descriptionPersonalPC Web Application/description

[JBoss-user] [Advanced Documentation] - How to set up LDAP and JDBc/Datasourcename

2004-11-24 Thread ravih
Help me with this i am haveing trouble setting it up. on JBoss 3.0.4. Rh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3856343#3856343 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3856343

[JBoss-user] [Persistence CMP/JBoss] - Better performance?

2004-11-24 Thread smileyq
I am wondering if there are any perfomance differences between calling the the CMR (Many) method of the entity bean or using a finder on the other bean for getting data. For example lets say we have a Client entity bean that has many Contact entity beans with a 1:M reltionship. Would it be

[JBoss-user] [Messaging, JMS JBossMQ] - MessageCache and OutOfMemory error

2004-11-24 Thread mccleanm
Hi there, We are getting an OutOfMemory error when using the JMS implementation in Jboss. We are currently load testing our JMS application that is running on Jboss 3.2.6. We have implemented our own persistence mechanism that uses Berkeley DB Java edition. All messages are persisted and we

[JBoss-user] [Security JAAS/JBoss] - Re: using DynamicLoginConfig

2004-11-24 Thread [EMAIL PROTECTED]
The deploy directory is not on the server classpath and so files sitting in there are cannot be located as resources. Put the custom-login-config.xml in the server/default/conf directory and this works fine for me. View the original post :

[JBoss-user] [Clustering/JBoss] - Re: which server will a client using hajndi go against?

2004-11-24 Thread [EMAIL PROTECTED]
There is no loadbalancing of the initial lookup of the hajndi naming proxy using the java.naming.provider.url list. This is simply a bootstrap list of servers that will be tried in order. Once the hajndi naming proxy has been retrieved from a server, the jndi operations will be loaded balanced