[JBoss-user] [JCA/JBoss] - Where should I put the Oracle JDBC driver jar ?

2004-07-19 Thread gchazalon
Hi, I have created a datasource on an Oracle 9i database with the Oracle thin JDBC driver. Of course I needed to add the oracle library containing the driver classes to JBoss classpath. For now I have put the ojdbc14.jar right under the ${JBOSS_HOME}/server/${CONFIG_NAME}/lib directory, and i

[JBoss-user] [Performance Tuning] - Re: CMP Query and Load Optimization

2004-07-19 Thread loubyansky
Preloading CMR and CMP fields in finders using on-find is covered in on-line docs. 1) ejb-relationship-role has optional read-ahead child. The same for query element. 2) have a look at http://www.jboss.org/wiki/Wiki.jsp?page=LeftJoinReadAhead View the original post : http://www.jboss.org/index.h

[JBoss-user] [Persistence & CMP/JBoss] - Re: many to one bidirectional relationship

2004-07-19 Thread loubyansky
The mapping seems to be ok. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842660#3842660 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842660 --- This SF.Net email

[JBoss-user] [JCA/JBoss] - Connections used in Oracle connection pool

2004-07-19 Thread devang
Hello, I am using jboss-3.2.5 on solaris, Sun JDK 1.4.2. My oracle-ds.xml is configured to use a local-tx-datasource with the thin JDBC driver from oracle. This setup was working fine on the development linux machine with a small load. On the production, though, it doesn't seem to recycle a c

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Serving static pages with JBoss3.0.4/Catalina4.0.6

2004-07-19 Thread mbh
I was able to create a static context using 3.2.3 by adding the Context to jboss-service.xml as above. However, when I tried to do the same thing with 3.2.5 by adding a Context tag in server.xml, it didn't work. Can someone tell me how to do this with the new Tomcat configuration? Thanks.

[JBoss-user] [JCA/JBoss] - Re: Cleanup of ManagedConnection that's associated with a su

2004-07-19 Thread [EMAIL PROTECTED]
I probably mislead you a bit before with talk about *active XAResource", I can be a bit loose in my terminolgy. It is probably best to think of it as session state per transaction: with MC - XAResource -< Session - == one-one -< == one-many i.e. the XAResource has a map of xid to session state.

[JBoss-user] [JCA/JBoss] - Re: Cleanup of ManagedConnection that's associated with a su

2004-07-19 Thread drummer
anonymous wrote : P.S. I don't follow your point about table 1 in the JTA spec. | | Maybe I read it differently? | | Be careful with the "Associated"/"Association Suspended" and note | where it says XAResource.end rather than XAResource.end(SUCCESS) Within the EJB method: 1) Connec

[JBoss-user] [Beginners Corner] - tusc tutorial

2004-07-19 Thread atoi
Chapter 1: trying to deploy the test project and getting the following errors: Project Test is missing required library: 'C:jboss/jboss-3.2.3/server/all/lib/javagroups-2.0.jar' Project Test is missing required library: 'C:jboss/jboss-3.2.3/server/all/lib/jbossmqha.jar' How to fix? View the ori

[JBoss-user] [JCA/JBoss] - Re: Cleanup of ManagedConnection that's associated with a su

2004-07-19 Thread drummer
You are probably right, but I have not seen it yet at least not completely. JTA section 3.4.6 fails to specify the flag setting - it simply says xares.end(xid1); additionally, it does not talk about transaction associations. I am concerned with the responsibilities of the RA. Again, from sec

[JBoss-user] [Installation & Configuration] - Re: JBoss/Jetty 3.2.2 on Linux

2004-07-19 Thread cbwilliams
My mistake, it is version 3.2.1 as per the system log included. Chuck View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842650#3842650 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842650 --

[JBoss-user] [Persistence & CMP/JBoss] - many to one bidirectional relationship

2004-07-19 Thread sjheng
hi, i am converting my cmr from weblogic to JBoss but i having problem when writing data to the database. the foreign key field will always be null when i run the application. i try to map the relation in the ejb-jar.xml and jbosscmp-jdbc.xml. I'm using MySQL as database. but the relation seen n

[JBoss-user] [EJB/JBoss] - Re: Is this a bug? stateful session bean is acting like stat

2004-07-19 Thread GPS
No, not a bug. Correct behavior. It's most likely you misunderstand what SFSBs and SLSBs are. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842647#3842647 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842647

[JBoss-user] [JCA/JBoss] - Re: Cleanup of ManagedConnection that's associated with a su

2004-07-19 Thread drummer
First the apology: anonymous wrote : Configuration/deployment of the connection manager/pool isn't even in the jca spec so how can it be a compliance issue? The deployment/configuration of a connection manager/pool was never an issue, I simply misunderstood what the track-connection-by-tx attri

[JBoss-user] [Installation & Configuration] - HOW TO DEPLOY SINGLE JSP PAGE

2004-07-19 Thread bogonisa
Why do I need build .war for one jsp page. HOW TO DEPLOY SINGLE JSP PAGE? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842639#3842639 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842639 ---

[JBoss-user] [Nukes User] - Re: Nukes and Wiki

2004-07-19 Thread javajohnnyjones
Ok, I'll try cvs co nukes-website. When I get all the files, I assume I should use use just the JSPWiki files to install JSPWiki. Should I somehow get it to run via JBoss or can I just use Tomcat? Once its running via one of these, how do I get the JSPWiki pages to show up inside of Nukes pag

[JBoss-user] [Nukes User] - Re: Nukes and Wiki

2004-07-19 Thread javajohnnyjones
Julien, Thank you for this response. I will try this JSPWiki version. Once I check it out and get it running, how do I get it to show up in a nukes page like pages on the the JBoss.org site? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842632#38

[JBoss-user] [Nukes User] - Re: Nukes and Wiki

2004-07-19 Thread cooper
use the JSPWiki version which is checked in, JSPWiki has some nasty bugs I fixed in the version which is in the CVS repository : try : cvs co nukes-website View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842631#3842631 Reply to the post : http://www.jboss.or

[JBoss-user] [Nukes User] - Re: Nukes and Wiki

2004-07-19 Thread javajohnnyjones
Julien, Thank you for responding to my post with the suggestion that somebody develop a Wiki on nukes. Until that time, could you please provide a response to my post. Thanks very much! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842630#3842630 Reply to

[JBoss-user] [Persistence & CMP/JBoss] - CMR with composite primary key: design choices?

2004-07-19 Thread markds75
I'm still getting my J2EE legs, and I'm writing a tech demonstration to get a feel for JBoss/XDoclet as well as to serve as an example for others who will be helping me on this project in the future. Since I'm new at this, I'm not sure how I should handle a particular kind of relationship, and I

[JBoss-user] [Installation & Configuration] - Re: JBoss and internationalization

2004-07-19 Thread liemmn
11 views and noone has tried running JBoss in a non-English environment? Has this stuff been tested for I18N? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842628#3842628 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication does not work after migrating from jboss-

2004-07-19 Thread auckyboy
The config files seem ok. A similar post couple of months ago. http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=63&t=000626 Top of my head it seems that / is missing in jboss-web.xml HTH If that is fine then it sems that loginError.jsp and login.jsp might be same :-)

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Filter not returning from chain.doFilter

2004-07-19 Thread benstarr
Obviously the other alternative is that the increment code is throwing an exception but I can't find anything in the logs to indicate this and there is nothing particular in that code that throws any exceptions... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Management, JMX/JBoss] - Re: XMBean deployment via EAR JBoss 3.2.3 problem

2004-07-19 Thread tysmeister
Hi, The problem stems from some example XMBean code that I grafted from the 'Admin & Dev Guide' and managed to break. The XMBean exposes its JNDI name as an attribute. The setter method for the attribute is responsible for unbinding an existing JNDI name, before binding the new JNDI name that

[JBoss-user] [Installation & Configuration] - JBOSS-4.0.0DR4 and Lomboz

2004-07-19 Thread mherv
When I try to start JBOSS 4 with Lomboz, I get a complain about a missing jboss-boot.jar in the distribution. According to their newsgroup, it seems that this file is also missing in the 3.2.5 package. on another hand, I can find it in my 3.2.3 package. Do you know if there is a turn around ?

[JBoss-user] [Management, JMX/JBoss] - Re: Can an XMBean be deployed inside an EAR ?

2004-07-19 Thread tysmeister
Mea culpa. Sorry I was just getting a little frustrated - the problem appears to have come from some example XMBean code from the 'Admin & Dev Guide' that I 'enhanced' in my own app. A seemingly innuocuous NamingException was being thrown when trying to unbind a non existent JNDI name when the

[JBoss-user] [Installation & Configuration] - Re: Jboss is sucking air

2004-07-19 Thread mherv
of course, I am just a newbee, but why not just stick to TOMCAT in your case, because it seems that for web services JBOSS is exactly using TOMCAT regards, MH View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842622#3842622 Reply to the post : http://www.jboss

[JBoss-user] [Persistence & CMP/JBoss] - Re: Expected one affected row: rowsAffected=0

2004-07-19 Thread davidmboon
I went back to the Oracle8 datasource mapping and that fixed the problem also. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842621#3842621 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842621 --

[JBoss-user] [Clustering/JBoss] - Clustering Jboss and deploying SLSB's

2004-07-19 Thread chirock
I wasn't sure if I should post this here or to the EJB forum, but oh well here goes... I've got an SLSB deployed to a 2-node partition. I'm using the RoundRobin load balance policy. The problem I'm having is that the cluster does not follow the round robin policy as desired. One node responds

[JBoss-user] [Beginners Corner] - Re: Deploy an

2004-07-19 Thread awagle
Hi, Needed to something abt this error i m getting. i built a "ear" file and deployed it successfully in the default config. my app comes up correctly. now the same ear if i copy to minimal config, i get : ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment

[JBoss-user] [Installation & Configuration] - JBoss and internationalization

2004-07-19 Thread liemmn
Hello all, We are planning to run JBoss in a Japanese environment. A few questions that spring to mind: 1) Does JBoss work in a Japanese environment? Has it been tested? 2) Is JBoss localized in any language other than English? Is it localizable? i.e., does JBoss use ResourceBundles to stor

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException: Cannot authenticate user

2004-07-19 Thread [EMAIL PROTECTED]
This is a known bug in 3.2.2 - it is one of the reasons 3.2.3 followed very shortly afterwards. You can workaround it with run.bat -Djboss.bind.address= View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842617#3842617 Reply to the post : http://www.jboss.org/i

[JBoss-user] [JCA/JBoss] - Re: multiple data sources

2004-07-19 Thread [EMAIL PROTECTED]
Babelfish translates it as: | Something of not very common sest produces to ruin the manager. Please record this exception: {0} | Looks like it a Postgres problem to me? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842616#3842616 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: How can we tell JBoss, which database schema it should u

2004-07-19 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources | set schema blah | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842615#3842615 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842615 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Expected one affected row: rowsAffected=0

2004-07-19 Thread davidmboon
I've attributed this problem to a change in the standardjbosscmp-jdbc.xml file. The oracle9i mappings have changed the datatypes that java.sql.Timestamp map to. Under Oracle8 they mapped to DATE datatypes and under Oracle9i they map to TIMESTAMP(9) datatypes. I've modified the database to be

[JBoss-user] [JCA/JBoss] - Re: Cleanup of ManagedConnection that's associated with a su

2004-07-19 Thread [EMAIL PROTECTED]
You didn't need to dump the logging, I know exactly how it works. :-) The MC only has to maintain a one-one relationship with the *active* XAResource, that is why TM_SUSPEND exists. JBossMQ handles transaction interleaving quite effectively, it allows fewer connections to be used for the same num

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDBs incur a tremendous overhead (JBoss 3.2.3)

2004-07-19 Thread genman
You can use a PersistenceManager that doesn't persist anything. org/jboss/mq/pm/none/PersistenceManager.java You will also get better throughput if you use less threads, or the same amount of threads as you have processors. View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [JCA/JBoss] - Re: Cleanup of ManagedConnection that's associated with a su

2004-07-19 Thread drummer
My concerned is with the XAResource being involved in more than one transaction since the MC is placed into the connection pool before the XAResource.end(TMSUCCESS) call. For example, using the following settings for the -service.xml file: MinSize = 1 MaxSize = 1 BlockingTimeoutMi

[JBoss-user] [Management, JMX/JBoss] - Programmatic WAR discovery

2004-07-19 Thread g00se
Is it possible to find out programmatically which WARs are currently in use and if so, how? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842608#3842608 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842608

[JBoss-user] [Security & JAAS/JBoss] - Re: With Scott Stark's example, still can't use request.isUs

2004-07-19 Thread janilsal
Scott is the CTO and has implemented majority of the security in JBoss. You should meet him in person to know how technically sound he is. :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842606#3842606 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Installation & Configuration] - Jboss is sucking air

2004-07-19 Thread jim_stoll
brother developers Am trying to optimize our jboss3.2.3-server startup which is a copy of the "all" server. What must i keep in the copy i have made aside from my xxx.ear file. the only sevices we need for this .ear file are a serlet container and web services. no ejb, jms, cobra, nor cluster

[JBoss-user] [Security & JAAS/JBoss] - Re: With Scott Stark's example, still can't use request.isUs

2004-07-19 Thread auckyboy
Read this. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46370 Great stuff by Scott. The guy is awesome. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842604#3842604 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Nukes User] - Re: Installation problem with 1.1RC2

2004-07-19 Thread kabkhan
If you're not already using it, try jdk 1.4.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842602#3842602 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842602 ---

[JBoss-user] [Nukes User] - Installation problem with 1.1RC2

2004-07-19 Thread anderswt
Hi, I just downloaded Nuke 1.1 RC and JBoss 3.2.3 RC1 for installation on a windows XP. Ive also installed MySQL and added mysql JDBC driver to Jboss. The nukes db is also installed. The JBoss installation alone sem to work fine but when adding Nuke there is problems. I get the following error

[JBoss-user] [J2EE Compliance] - Re: Singleton issue with JBoss-3.2.3

2004-07-19 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842600#3842600 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842600 --

[JBoss-user] [J2EE Compliance] - Singleton issue with JBoss-3.2.3

2004-07-19 Thread tarun_kar
I have a problem with 3.2.3 with singletons across WebApplications. Singletons are being shared among WebApplications. This was not the case with 3.2.1 for sure. I tested this in both versions of JBoss. Is this a known bug in 3.2.3? Is there any setting somewhere that I can change to behave nor

[JBoss-user] [Clustering/JBoss] - Re: Failover and Hot Deployment cause servlet 500 error

2004-07-19 Thread [EMAIL PROTECTED]
With 3.2.5+ the startup/shutdown of the connectors is seperated from the deployment of the web apps. You can also stop/start the connectors through the jmx console/mbean server so you can take down the transport layer, redeploy the war and then bring backup the transport layer. View the origina

[JBoss-user] [Performance Tuning] - CMP Query and Load Optimization

2004-07-19 Thread jmntn2000
Hi, I am trying to optimize the CMP queries and load groups for my application. It all seems to be working fine except for the following areas: 1) I can't get the CMP engine to use a load group with on-find for loading relationships or findbyprimarykey? How do I specify these? This question

[JBoss-user] [Clustering/JBoss] - Re: Failover and Hot Deployment cause servlet 500 error

2004-07-19 Thread davva
No solution yet I'm afraid. The only work around I have is to change the jk properties to not point at the jboss you want to take down and then restart apache, take down the server, make your changes, bring the server back up change the jk properties and restart apache again. So not really a u

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Serving static pages with JBoss3.0.4/Catalina4.0.6

2004-07-19 Thread alex75
Is there a possibility to do only the context-configuration in the some.war/WEB-INF/web.xml ord some.war/WEB-INF/jboss-web.xml. So I'd like to have my some.war-directory deployed in the default /deploy directory which includes the WEB-INF subdirectory. But the static HTML-content is outside of t

[JBoss-user] [Beginners Corner] - Re: JBOSS without EJB

2004-07-19 Thread janilsal
You can invoke operations on JBoss services from external clients. Look into the admin guide (page 179) for an example. You will have to use the Detached Invoker framework. You can turn on/off services in the jboss-service.xml. But if there are any custom services that are deployed in JBoss

[JBoss-user] [Beginners Corner] - Re: JBOSS without EJB

2004-07-19 Thread ben_vbe
thanks! and is it possible to launch JBoss services from an application. Or I must use the run launcher? In this case, how to select which service to turn on or off? using jboss-service.xml? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842587#3842587 Reply

[JBoss-user] [EJB/JBoss] - Multiple EJB deployments with same name

2004-07-19 Thread philroffe
I am having problems deploying two EJBs with the same name. The EJBs are in different jar files, but the jar files are packaged up into a single ear file. The problem that is that I am trying to look up the EJB from one jar, but it is giving me back the EJB from the other jar - causing a ClassCa

[JBoss-user] [Beginners Corner] - Deploying war file compiled with Jrun

2004-07-19 Thread joew
I want to deploy a war file previously compiled with Jrun. I put the war file in the deploy directory but JBoss will not deploy it. I also tried to put the expanded directory under the deploy folder of the default server but JBoss says it is an undeployed file. Is it possible to do this? Can

[JBoss-user] [Beginners Corner] - Re: problems with building JBoss API docs

2004-07-19 Thread [EMAIL PROTECTED]
Use the all target to build the binary and javadocs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842584#3842584 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842584

[JBoss-user] Error when deploying CastorJDO Mbean on jboss 3.2.5

2004-07-19 Thread Marco Mistroni
Hi all I have been using the attached CastorJDO MBean with jboss version 3.2.1,3.2.2 and 3.2.3 withouth changing a line of code... last week I downloaded jboss 3.2.5, and when deploying the CastorJDO Mbean I got following exception 21:11:31,385 WARN [CastorJDOImpl] Unexcepted error acces

[JBoss-user] [Beginners Corner] - Re: JBOSS without EJB

2004-07-19 Thread janilsal
JBoss is services based. You get EJB, Servlets etc as services. You can turn them off if you don't want them. When you start JBoss, you can access the jmx console at: http://localhost:8080/jmx-console The console will give you a good idea as to what services are deployed. View the original po

[JBoss-user] [EJB/JBoss] - Re: EJB's + Java Preferences

2004-07-19 Thread jamesstrachan
The timer code is, as you have guessed, in the onMessage() method. The timeout is checked before doing work so that anything out of date can be refreshed. You can then read directly from Preferences, a Properties file, or an Entity bean as I suggested. You may have problems reading a file as t

[JBoss-user] [Beginners Corner] - JBOSS without EJB

2004-07-19 Thread ben_vbe
Hi, I'm beginner with JBOSS. I would like to use JMX but without EJB or servlet. Is it possible? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842581#3842581 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384258

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Struts + 3.2.4/5-Exception Processing ErrorPage 404

2004-07-19 Thread tulbiak
Hie...8)... We have found in our webapp a canvas page that was using a link on a non defined css file I put it in comment and no more socket write error... As i previously said, the same code doesn't generate any error on Opera, only on IE (i don't try mozilla or others). I don't really unders

[JBoss-user] [Installation & Configuration] - Re: SSL Configuration with JBoss 3.2.5 /Tomcat 5 - Help!

2004-07-19 Thread dev2gosoft
that was me :) I am glad it helped View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842579#3842579 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842579 --- This SF.Ne

[JBoss-user] [Javassist user questions] - Re: classloaders, loading classes dynamically

2004-07-19 Thread budevik
Dear Chiba, thanks for that example, I knew that trick, but it is pretty useless for me. Please notice that instrumented code has to be inside "runable" class, so I have to fire such a class with "runner" and forward executing to its main method. It's awful drawback for me. I need to use plain c

[JBoss-user] [Security & JAAS/JBoss] - Re: With Scott Stark's example, still can't use request.isUs

2004-07-19 Thread dev2gosoft
j_security_check not only authenticates the user against a speciified realm in login-config.xml but also writes the necessary information (authenticated identity/principal) into the thread local storage (TLS) so that security context is propagated. If you do your custom login authentication, i

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

2004-07-19 Thread pharaohh
Thanks for your response and the addition to the FAQ. I'm all clear on things now ;) Regards, Phar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842574#3842574 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842574

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Difference between JmsXA and *XAConnectionFactory

2004-07-19 Thread pharaohh
the java:/JmsXA lookup worked! Thanks very much, Phar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842573#3842573 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842573 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR relation on NOT NULL foreign keys

2004-07-19 Thread svadu
"loubyansky" wrote : To workaround cascade-delete problem use http://www.jboss.org/wiki/Wiki.jsp?page=BatchCascadeDelete Looks nice, but I am getting an exception while trying to delete a bean (I would like to notice that it works without batch cascade delete and without "NOT NULL" constraint):

[JBoss-user] [Clustering/JBoss] - IP failover

2004-07-19 Thread tperrigo
We are currently configuring a couple of servers for IP failover-- if the primary machine goes down, the secondary will assume the same IP. My question is: how should we configure the jboss instance on the secondary machine? Should we cluster the two? How does clustering work with IP failover

[JBoss-user] [Clustering/JBoss] - Re: Failover and Hot Deployment cause servlet 500 error

2004-07-19 Thread tzman
Did you find an answer to this? I was thinking of creating the same setup to make new releases/deployments un-noticeable to the user. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842569#3842569 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [HTTPD, Servlets & JSP] - SingleSignOn shared Session

2004-07-19 Thread tzman
We are running JBoss 3.2.3 with the default Tomcat 4.1 service. We currently have one web application that talks to stateful session beans with Hibernate on the back end. Login/security is handled by our application from tables in an Oracle database. The problem comes in when we now have the nee

[JBoss-user] [Javassist user questions] - Re: classloaders, loading classes dynamically

2004-07-19 Thread chiba
OK, maybe the 4th section of the tutorial should be revised to clarify the points (In fact, I assumed that the readers know Java's class loader mechansim when I wrote that section.) Anyway, to do what you (maybe) want to do, you must create a new instance of javassist.Loader (or your own class loa

[JBoss-user] [Management, JMX/JBoss] - managing mBeans Programatically

2004-07-19 Thread preeti123
I want to get the mBean services caught programatically..can any one help me out View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842566#3842566 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842566

[JBoss-user] [Javassist user questions] - Re: LineNumberAttribute; invalid pc in line number table

2004-07-19 Thread chiba
Maybe this is the same bug as bugs item #988787. It has been fixed. Please download the files with CVS tag "bugfix988787" or CVS HEAD. Thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842565#3842565 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Javassist user questions] - Re: ClassFormatError with JDK 1.5b2

2004-07-19 Thread chiba
Maybe this is the same bug as bugs item #988787. It has been fixed. Please download the files with CVS tag "bugfix988787" or CVS HEAD. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842564#3842564 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [News & Announcements] - Re: JBoss 4.0 DR3 and JBoss AOP 1.0 Beta Released

2004-07-19 Thread ivelin
There will be change notes when we release 4.0 shortly. Ivelin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842563#3842563 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842563

[JBoss-user] [Persistence & CMP/JBoss] - Re: Expected one affected row: rowsAffected=0

2004-07-19 Thread davidmboon
Take a look at the log again. This is all one transaction, I'm the only user on the system, and the primary key of the record being updated exactly matches the one that was just inserted. This is not new code, and worked fine under other application servers, hmm...can't possibly be jboss, co

[JBoss-user] [Beginners Corner] - Re: Why compiled JSPs get deleted after restart?

2004-07-19 Thread zeron
Great! How is one supposed to know this ;) Anyway, is it a bug in TC5 or maybe they named the attrib to someting else? Many thanx in any case Zeron View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842560#3842560 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: exception when using StateManager for message authentica

2004-07-19 Thread StephaneNicoll
As from 3.2.4, it's using a database to persist subscription instead of the jbossmq-state.xml file. Check deploy/jms/ for the class name to use (hsql-jbossmq-state.xml I think). Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842557#3842557

[JBoss-user] [Beginners Corner] - Re: Jboss and Informix

2004-07-19 Thread darranl
Also have a look at JNDI View to see what is bound. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842555#3842555 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842555 -

[JBoss-user] [Beginners Corner] - Re: Jboss and Informix

2004-07-19 Thread darranl
Are you starting jboss with the command 'run -c all'? (Or 'run.sh -c all') View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842554#3842554 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842554 --

[JBoss-user] [Messaging, JMS & JBossMQ] - exception when using StateManager for message authentication

2004-07-19 Thread jieshengz
I am running Jboss 3.2.5. I configured my message queue to use org.jboss.mq.sm.file.DynamicLoginModule for authentication. However I got an exception like this EBUG [org.jboss.resource.connectionmanager.CachedConnectionInterceptor] start called in CachedConnectionInterceptor 2004-07-19 18:43:1

[JBoss-user] [Beginners Corner] - Jboss and Informix

2004-07-19 Thread aibo
Hello again, I have a problem with JBoss and Informix DB. I always receive the error "informixDB1 not bound" when I start my client. I edited the following code: jboss.xml jdbc/informix java:/informixDB1 jaws.xml java:/informixDB1 InformixDB ejb-jar.xml jdbc/informix java:/informixDB1 javax.s

[JBoss-user] [JBoss.NET & SOAP] - Re: ObjectNameType in WSDL

2004-07-19 Thread cdog
Thanks for that, I'll look into it further. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842551#3842551 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842551 ---

[JBoss-user] [EJB/JBoss] - Re: How can I map a VARCHAR db column to a byte[] using CMP?

2004-07-19 Thread lloyd
Oops! I've just spotted the problem. I'd missed out the @jboss.sql-type Xdoclet tag, so my jdbc-type and sql-type tags weren't being created in the jbosscmp-jdbc.xml file. It all works fine now. Cheers. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842550#3

[JBoss-user] [Beginners Corner] - Re: log4j and JBoss

2004-07-19 Thread zeron
Hello Peter, But we have the application already using instances of: org.apache.log4j.Category ( or org.apache.log4j.Logger) all over the place. And to tell you the truth, this is working, but in a wierd way: Once any code that uses logging is run, the server's OWN logging is multiplying like

[JBoss-user] [J2EE Compliance] - Re: How to deploy a j2ee apllication in jboss

2004-07-19 Thread darranl
Use the begginers corner for this type of question. Also follow thorough the getting started guide through to see examples of how to package and deploy various types of components. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842546#3842546 Reply to the po

[JBoss-user] [EJB/JBoss] - Re: How can I map a VARCHAR db column to a byte[] using CMP?

2004-07-19 Thread lloyd
Hi, I don't think this will work. The example is still basically mapping an Integer to a column in the database. I want to map a byte[] to a VARCHAR column in the database. I can do it using simple SQL by doing something like preparedStatement.setBytes(1,myBytes) but I can't find out how to do t

[JBoss-user] [HTTPD, Servlets & JSP] - Filter not returning from chain.doFilter

2004-07-19 Thread benstarr
I have a filter that is designed to count the number of current requests being handle by Tomcat. The doFilter method looks something like: public void doFilter(...) throws ... { |// increment count here | |try { | chain.doFilter(request, response); |} |finall

[JBoss-user] [Persistence & CMP/JBoss] - Problem with finder method in CMP (Auto-increment filed in t

2004-07-19 Thread madadi
Dear all, I need help , i have a problem with finder method when i want to send 2 parameters i am getting deployment error. My databse contains a table called group_assignment i created using Auto-increment field.like this.. CREATE TABLE group_assignment(id MEDIUMINT NOT NULL AUTO_INCREME

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDBs incur a tremendous overhead (JBoss 3.2.3)

2004-07-19 Thread StephaneNicoll
Ah ok, I didn't knew. Thanks, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842542#3842542 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842542 --- This

[JBoss-user] [JBoss.NET & SOAP] - Re: ObjectNameType in WSDL

2004-07-19 Thread schrouf
Up to my knowledge this is a known bug within axis1.1 that already has been fixed in axis 1.2 beta. Axis 1.2 beta is currently included in JBoss 4.0, but not in 3.2.x. I don't know if or when it will also be included in the 3.2 branch. Has anybody more detailed information on that ? Please post

[JBoss-user] [JCA/JBoss] - How can we tell JBoss, which database schema it should use?

2004-07-19 Thread amirsadri
We have a problem when connecting with JBoss to a IBM DB2 database. We use JBoss 3.2.1 on Windows 2000 with a IBM DB2 8.1 database. Our application is based on the EJB 1.1 spec. When we want to connect to the database we have to provide not only the user and the password but also the schema of the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDBs incur a tremendous overhead (JBoss 3.2.3)

2004-07-19 Thread lokman
I consider a database for the PersistenceManager because JBossMQ (a la JBoss 3.2.3) uses one regardless of whether the messages sent are persistent or not. If the messages in the MessageCache consume too much memory, then messages are passivated into the PersistenceManager, even if they were se

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDBs incur a tremendous overhead (JBoss 3.2.3)

2004-07-19 Thread StephaneNicoll
Your tests seems interesting. I just have one question: if you use non persistent messages, why are you considering databases? Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842537#3842537 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Beginners Corner] - Read in Property files

2004-07-19 Thread aibo
Hello everybody, I need to read in some Property files into JBoss. I put the file location in the "properties-service.xml" and during booting the following message appears: [SystemPropertiesService] Loaded system properties from: file :/C:/usr/local/jboss/server/all/properties/myprops.propertie

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JbossMQ/JMS stand-alone

2004-07-19 Thread StephaneNicoll
FAQ http://www.jboss.org/wiki/Wiki.jsp?page=IsThereAStandaloneDistributionOfJBossMQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842535#3842535 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842535 -

[JBoss-user] [Messaging, JMS & JBossMQ] - JbossMQ/JMS stand-alone

2004-07-19 Thread oreng
Is there a JbossMQ standalone version? I.e. not as part of the J2EE server? TIA Oren View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842534#3842534 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842534 ---

[JBoss-user] [EJB/JBoss] - EJB deployment issue

2004-07-19 Thread dudgeon
Hi, I'm getting a strange error when deploying an app that is seem when deploying one one environemnt (AIX), but not when deploying in another (Win2K). JBoss 3.2.3 on both, with Sun JDK 1.4.2_04 on the Win2K box but 1.4.0 on AIX. I'm not convinced its OS related as the config is pretty complex

[JBoss-user] [Beginners Corner] - problems with building JBoss API docs

2004-07-19 Thread gwillner2
Hi! I am having problems with building JBoss API docs. I downloaded jboss-3.2.5-src. First, I built JBoss binaries using build.bat (under build\). After that I've tried 'build docs'. This task fails, the following output is generated: C:\temp\jboss-3.2.5-src\jboss-3.2.5-src\build>build docs Cal

[JBoss-user] [News & Announcements] - Re: JBoss 4.0 DR3 and JBoss AOP 1.0 Beta Released

2004-07-19 Thread heyman0605
Hi I develop NMS, SMS solution with JBoss3.2.4 And I doing test JBoss4.0 for future development Where can i get JBoss4.0 change list? I want detail description about JBoss4.0 changes I hope your helps Heyman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38425