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

2004-05-17 Thread raffaelecorvino
Thanks,Scott Stark. I don't solve my problem. I've read jaashowto and I follow it. I've the same problem when I use org.jboss.security.auth.spi.UsersRolesLoginModule and also when I use org.jboss.security.auth.spi.DatabaseServerLoginModule. It' s very strange!? I use a custom server configuration

[JBoss-user] [Installation & Configuration] - Re: Securing Webapplications with HTTP Basic Authentication

2004-05-17 Thread [EMAIL PROTECTED]
You will need to configure JBoss security domains and JAAS login modules. Start with the JAAS HOWTO. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835314#3835314 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835314

[JBoss-user] [Installation & Configuration] - Re: upgrade production version

2004-05-17 Thread camel
I put some of my jboss configuration files in a config directory in my development projects, and put them in source control with the other source files. When a new JBoss comes out, I merge any differences from the new versions of the config files. I've heard of people using CVS to administer u

[JBoss-user] [Installation & Configuration] - Securing Webapplications with HTTP Basic Authentication

2004-05-17 Thread prashanthsmurthy
Hi, Anybody knows how to secure web applications using Basic HTTP Authentication using JBoss-Tomcat? I tried the trick for tomcat but it accepts any user name and password. Where do I specify the user-name and password combinations? I would like to use MemoryRealm. Regards, Prashanth. View

[JBoss-user] [Messaging, JMS & JBossMQ] - Error - jms not bound

2004-05-17 Thread snavjot
Greetings, I have an MDB that sends email out. All I am trying to do is to send Message to MDB from my SLSB. __part of session bean tag in ejb-jar.xml__ jms/QueueConnectionFactory javax.jms.QueueConnectionFactory Container Shareable __jboss.xml__ MemberMana

[JBoss-user] [JCA/JBoss] - Re: java.sql.SQLException: Use explicit XA call

2004-05-17 Thread [EMAIL PROTECTED]
It says you are trying to control the transaction when you should be using XA. Do you have no-tx-separate-pools configured? If not add it. The option didn't exist in 3.2.1 Oracle XA is notoriously broken, we have at least four different configurations to workaround/fix it: 1) xid pad=true in con

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

2004-05-17 Thread [EMAIL PROTECTED]
I can't help people if they don't read my responses. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835307#3835307 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835307

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

2004-05-17 Thread ducngo
The main problem I found with the current HTTPIL for JMS is that the server will not know if the client is still connected or not - HTTP is stateless. When a client is connected over HTTPIL and registers as a MessageListener for a queue, an instance of HTTPClientIL is created on the server which

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread bela
set the category "org.jboss.ejb.plugins to WARN (or INFO should work too in that case) Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835305#3835305 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835305 -

[JBoss-user] [EJB/JBoss] - EJB Deployment failure in JBoss 4.0.0 DR3

2004-05-17 Thread hildo
Hi all. I wonder if anyone else has come across this. I have two JARS, each containing EJB's. I've got the two JARS contained within a single EAR file. The Enterprise Descriptior defines both of the JAR files as modules. Classes in the second JAR file use the EJB Interfaces defined in the fir

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread tbauer
stupid me...duh!! Using the correct multicast address worked... [HANamingService$AutomaticDiscovery] Listening on /63.193.224.220:1102, group=230.0.0.4, HA-JNDI address=63.193.224.220:1100 thanks again View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread tbauer
"bela" wrote : "tbauer" wrote : Okay, seems to work now...but one question?? I have ALWAYS gotten | | this message on the console... | | How (or what) is a valid multicaset address/port given I want to | | hardcode the IP address in the HANamingService section of the .xml | |

[JBoss-user] [EJB/JBoss] - EJB Deployment failure in JBoss 4.0.0 DR3

2004-05-17 Thread hildo
Hi all. I wonder if anyone else has come across this. I have two JARS, each containing EJB's. I've got the two JARS contained within a single EAR file. The Enterprise Descriptior defines both of the JAR files as modules. Classes in the second JAR file use the EJB Interfaces defined in the fir

[JBoss-user] [JCA/JBoss] - java.sql.SQLException: Use explicit XA call

2004-05-17 Thread lee_yuki2000
Hi, I've just install jboss 3.2.3. Previously i was using jboss 3.2.1. I have this error java.sql.SQLException: Use explicit XA call when i run jboss 3.2.3. Is it i need to use the lastest jdbc driver which is ojdbc14.jar? Currently i m using classes 12 and jdk 1.3.1. As i know jboss 3.x req

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread tbauer
Bela, okay I have the jgroups logging under control, but now I notice in the actual server.log file that ALL jdbc queries are logged... I've looked all over for how to turn this off, can't find the right xml file... How do I turn of all this verbosity(sp) with jdbc?? 2004-05-17 20:43:08,592 DE

[JBoss-user] [Security & JAAS/JBoss] - SecurityManager causes Catalina failure

2004-05-17 Thread xtian
This significant issue has appeared a couple of times in a couple of fora without any resolution. It is serious in nature so I will restate ... Where there is a requirement to set a SecurityManager for the JVM (ie. when dynamic RMI classloading is required), Catalina fails to deploy _any_ WAR fi

[JBoss-user] [JCA/JBoss] - Re: how shoud i deal with dead connections in connection poo

2004-05-17 Thread [EMAIL PROTECTED]
Both. It looks for another one, if there are no more or they all fail it a creates a new one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835296#3835296 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835296 --

[JBoss-user] [Installation & Configuration] - Re: support for servlets2.3 in jboss-3.0.8

2004-05-17 Thread [EMAIL PROTECTED]
The doctype is incorrect. It should be as stated in the web-app_2_3.dtd: | http://java.sun.com/dtd/web-app_2_3.dtd";> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835295#3835295 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

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

2004-05-17 Thread [EMAIL PROTECTED]
Authentication and authorization will happen on every call as security must be handled statelessly to ensure that the correct security context is propagated to the other layers like ejbs as tomcat knows nothing about how to do this. View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [Security & JAAS/JBoss] - Re: Can't get howto servlet examples to work in 3.2.3

2004-05-17 Thread [EMAIL PROTECTED]
The output you show does not match the asserted action taken. If you clicked on the indicated url you would have had to enter the username/password in the resulting basic auth dialog. There is no part of the jaas howto code that creates the following output, so I don't know what your running, bu

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 3.2.1/Tomcat /Servlets/RMI

2004-05-17 Thread [EMAIL PROTECTED]
Try using a more recent bundle of jboss/tomcat and report the full exception if this persists. The symptons indicate a conflict with handling of the jndi url prefix as a jndi protocol handler vs a url protocol handler. View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 3.2.1/Tomcat /Servlets/RMI

2004-05-17 Thread xtian
I am having _exactly_ the same problem using dynamic class loading in an attempt to access Jini services. Curiously, neither of us are attempting to access resources via JNDI so Catalina must be confused. Is this a bug with JBoss/Tomcat integration? View the original post : http://www.jboss

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

2004-05-17 Thread [EMAIL PROTECTED]
Try going through the JAAS Howto topic in this forum. Your client does not appear to be finding the client side auth.conf file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835290#3835290 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [JCA/JBoss] - how shoud i deal with dead connections in connection pool?

2004-05-17 Thread williamwan
hello, the connections in my connection pool(datasource) are all dead because of some reason,how can i deal with it?can i update the connections in my code? first quesion: can i update the dead connections in my code except from jmx-console? and how? second quetion: I notice the check-valid-

[JBoss-user] [JBoss.NET & SOAP] - Re: Cannot deserialise JavaBeans

2004-05-17 Thread [EMAIL PROTECTED]
The wsdl file generated by the axis servlet incorrectly includes types from all deployments. You can see that the SimpleDto exists under two different namespaces, and the client generation happened to choose the wrong one. Cleanup the wsdl by hand and re-run the code generation. View the origin

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread bela
"tbauer" wrote : Okay, seems to work now...but one question?? I have ALWAYS gotten | this message on the console... | How (or what) is a valid multicaset address/port given I want to | hardcode the IP address in the HANamingService section of the .xml | | | 18:35:14,978 INFO [HANam

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread bela
"tbauer" wrote : | | | | | what are the valid values for priority value?? DEBUG, WARNING, ERROR? | | I want to quiet jgroups except for errors?? | | thx, | | tim | Valid values are fatal, error, warn, trace, debug, info You want to set the tracing le

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread bela
"tbauer" wrote : okay, so I have tcp.xml, but how and where do I put this file (or it's contents) in JB 3.2.4FC2 to make it work?? server//deploy/cluster-service.xml. Just replace the matching tag with the contents of tcp.xml, e.g. XSAM_Partition_XSAM26B_partition

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?! (Repost)

2004-05-17 Thread tbauer
okay, so I have tcp.xml, but how and where do I put this file (or it's contents) in JB 3.2.4FC2 to make it work?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835283#3835283 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread tbauer
Okay, seems to work now...but one question?? I have ALWAYS gotten this message on the console... How (or what) is a valid multicaset address/port given I want to hardcode the IP address in the HANamingService section of the .xml 18:35:14,978 INFO [HANamingService] Listening on /63.193.224.220:

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?! (Repost)

2004-05-17 Thread tbauer
what are the valid values for priority value?? DEBUG, WARNING, ERROR? I want to quiet jgroups except for errors?? thx, tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835282#3835282 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread tbauer
okay, so I have tcp.xml, but how and where do I put this file (or it's contents) in JB 3.2.4FC2 to make it work?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835283#3835283 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread tbauer
what are the valid values for priority value?? DEBUG, WARNING, ERROR? I want to quiet jgroups except for errors?? thx, tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835282#3835282 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread tbauer
Thanks Bela...I will try these changes... I have met you before at a BootCamp in SF...I'm in awe at people like you and Sasha...I can only hope to understand this stuff 10% of what you do... Also, I have a scheduler MBean that calls a logger based on org.jboss.logging.Logger... it no longer wor

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread bela
// 1. Why do you NEVER give a good example of // using TCP in the cluster-service.xml file... Coming. For now you can just copy tcp.xml from JGroups/conf. // UDP is lame, and probably used in production // environments. you're saying ? // 2. The documentation on the javagroups // (jgroup.

[JBoss-user] [Clustering/JBoss] - Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-17 Thread tbauer
Once again, jgroups is acting up. Why is it that every time you guys release a new dot-dot release that thing change so much that existing configurations stop working as before... 1. Why do you NEVER give a good example of using TCP in the cluster-service.xml file...UDP is lame, and probably u

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JbossMQ Error at Heavly load

2004-05-17 Thread gorano
Yes I know what was wrong... Our scenario was 200,000 Hashtables created more or less at the same time, and of course we wanted those to be pushed on to the queue as fast as possible. In this particular case you will always get very high load on the server, no matter what server you have. A lit

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JbossMQ Error at Heavly load

2004-05-17 Thread [EMAIL PROTECTED]
The algorithm is pseudo code. It is implemented a lot more efficiently in the real code. Of course java:/ConnectionFactory is faster, there is no serialization. The ping is minimal (a few bytes once every minute) and couldn't possibly cause a bottleneck. If your server can't handle two small net

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JbossMQ Error at Heavly load

2004-05-17 Thread gorano
In Adrians description of ping "algorithm" I guess the wait method is the problem, a separate thread waiting for 60s?. Maybe the ping should move out in the JMS main thread so the ping would be forced to happen during heavy load!? /Goran View the original post : http://www.jboss.org/inde

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JbossMQ Error at Heavly load

2004-05-17 Thread gorano
We had a lot of problems with the "ping" or more correct "no ping" during heavy load. When the processor is near 100% it seems like the ping task has lower priority than every thing else. For us the following solution gave us amazing performance in our last project, with a lot of JMS queues: We

[JBoss-user] [Beginners Corner] - clients and jndi, i dont have a clue!

2004-05-17 Thread pokey909
Hi! I'm now trying for several days to get a simple stateless session bean working together with a client. I use MyEclipse and JBossIDE. As MyEclipse dos not directly support client application (and so does not build any of the required jboss-client.xml etc.) I couldnt figure out how it could wo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid Transaction ID Error

2004-05-17 Thread [EMAIL PROTECTED]
If you can download 3.2.4RC2, that will give you a starting point. Then modify this class to remove the wrapping mechanism when extending external messages. http://cvs.sourceforge.net/viewcvs.py/jboss/jbossmq/src/main/org/jboss/mq/SpyMessageProducer.java?annotate=1.2.8.2 i.e. in the method encaps

[JBoss-user] [JBoss.NET & SOAP] - Hello World example

2004-05-17 Thread new2jbossapp
Hi I have been trying to get the basic Hello World example (described in the JBoss 3.2.2 pdf) working. Although it works for the primitive types, it does not seem to work for the complex types. I think that the problem is in the WSDL file that is generated. The generated one is different than

[JBoss-user] [Nukes User] - Re: Getting started -- updated documentation on wiki

2004-05-17 Thread jae77
yes - you are correct w/ the pk-constraint, i just switched it back to true and it deploys ok. is the faq module working properly for you? every time i try to create a category, i get an error telling me that i'm trying to insert "null" into a non-null column. same goes for the news stuff. i ca

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid Transaction ID Error

2004-05-17 Thread llivings
A little more stack trace. BTW. I am also pursuing this issue from the BEA side with BEA support. org.jboss.mq.SpyJMSException: Cannot send a message to the JMS server; - nested throwable: (java.lang.NullPointerException) at org.jboss.mq.Connection.sendToServer(Connection.java:1251)

[JBoss-user] [Nukes User] - Re: Getting started -- updated documentation on wiki

2004-05-17 Thread joehobson
"jae77" wrote : i also learned that "nukes.pk-constraint" needs to be set to false in order for the table creation to work. Actually I'm not sure that is true. My nukes.pk-constraint is true, just as the postgresql.properties file shows, and the faq module works fine with its pure CMP backend.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid Transaction ID Error

2004-05-17 Thread llivings
I decided to use the Connection Factory instead of the XAConnectionFactory. I now get a little further. Instead of only seeing an exception at the client I now also see one at the server. It is: java.lang.NullPointerException at org.jboss.mq.security.ServerSecurityInterceptor.addMess

[JBoss-user] [Persistence & CMP/JBoss] - Re: java.lang.ClassCastException

2004-05-17 Thread nacho2004
But in my case both tables contain the same amount of row And the data model for those tables is one-to-one relationships View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835258#3835258 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Persistence & CMP/JBoss] - Re: java.lang.ClassCastException

2004-05-17 Thread sesques
Your relation is a good one. I tell you the problem can occurs if the result of the query (managed by the container for the relationship) is a multi-row instead of a single row. Do you have potentially many EDocMetaData for one EDocuments ? In this case, your relation MUST BE a one-many. With the

[JBoss-user] [EJB/JBoss] - Re:

2004-05-17 Thread RichBolen
Is all I need the revision 1.49.2.9 of org/jboss/ejb/StatefulSessionContai ner.java dropped on top of the 3.2.3 source (then build)? If so I can get that from cvs and do the build, etc. Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835255#3835255 R

[JBoss-user] [Persistence & CMP/JBoss] - Re: java.lang.ClassCastException

2004-05-17 Thread nacho2004
do you have any document to implement a one-to-one relationships I think the @ejb.relation is good in both case (2 beans) but I can't understand why I can't call one bean to other by getDocidMetaData() method. thanks in advance View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [EJB/JBoss] - Re:

2004-05-17 Thread rcsnti
Found the link to the sourceforge bug: Here it is: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=780746&group_id=22866 You'll need a login to sourceforge to view it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835252#3835252 Reply to

[JBoss-user] [EJB/JBoss] - Re:

2004-05-17 Thread rcsnti
Search the email list archives (not the forums) for submissions by me... I submitted a patch a while ago that fixes this problem. AFAIK, the patch was rolled into 3.2.4. If necessary, I can email you the patch. (to be applied to 3.2.3 source). Regards, Russ View the original post : http://

[JBoss-user] [Persistence & CMP/JBoss] - Re: java.lang.ClassCastException

2004-05-17 Thread sesques
Hi, Your relation defined as a one-one looks like a one-many. The ClassCastException can occur if the result is a collection, not a single row. Try to define your relation as a one-many, with a collection as return type of the getter. Pascal View the original post : http://www.jboss.org/index

[JBoss-user] [News & Announcements] - JBoss-3.2.4RC2 Releases

2004-05-17 Thread [EMAIL PROTECTED]
The 3.2.4RC2 release is available here: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=223319 The changes notes are available here: http://sourceforge.net/docman/display_doc.php?docid=22881&group_id=22866 The 3.2.4 final release is scheduled to be out on 2

[JBoss-user] [Persistence & CMP/JBoss] - Re: java.lang.ClassCastException

2004-05-17 Thread nacho2004
EDocuments-EDocMetaData EDocuments-has-one-EDocMetadata EDocMetadata-has-one-EDocuments docid docid View the original post : http:/

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB-QL ERROR with 3.2.3 but working with 3.0.4

2004-05-17 Thread sesques
What is your jdk version ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835247#3835247 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835247 --- This SF.Net email

[JBoss-user] [Persistence & CMP/JBoss] - Re: java.lang.ClassCastException

2004-05-17 Thread sesques
Hi, Post your code and jbosscmp-jdbc.xml. Also the full error log. Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835246#3835246 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835246

[JBoss-user] [O'Reilly JBoss 3.0 Workbook] - O'Reilly Enterprise JavaBeans 4th edition and JBoss 4.0 Work

2004-05-17 Thread dm
I was just reading the O'Reilly web site where it mentions the release of Enterprise JavaBeans, 4th edition (to be released June 2004) and EJB Wookbook for JBoss 4.0 (no release date stated). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835244#3835244 R

[JBoss-user] [Nukes User] - Re: Getting started -- updated documentation on wiki

2004-05-17 Thread jae77
i also learned that "nukes.pk-constraint" needs to be set to false in order for the table creation to work. thx again for tracking that down joe - it shouldn't take too long to fix. anybody in mysql or oracle land having problems? View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [JBoss Getting Started Documentation] - Not getting helloworld client output.

2004-05-17 Thread aleemansari
Hi, Can anyone please send ur helloworld or any simple EJB source code for me with little help to deploy. I downloaded jboss-3.0.8_tomcat-4.1 and when i put my tutorial compiled code in xx.jar and deploy, the client is not giving output. I just need helloworld output. Could u pls help me. Best r

[JBoss-user] [Nukes User] - Re: Getting started -- updated documentation on wiki

2004-05-17 Thread jae77
i just installed postgres to try this out myself and the problem does seem to be w/ the way the primary key is being generated. i will devote more attention to this tonight when i get home. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835241#3835241 Reply

[JBoss-user] [EJB/JBoss] - Re: Got problem with deploying an EJB in JBoss3.2.3 while it

2004-05-17 Thread aleemansari
Hi, Can you please send ur helloworld or any simple EJB source code for me. I downloaded jboss-3.0.8_tomcat-4.1 and when i put my tutorial compiled code in jar and deploy, the client is not giving output. I just need helloworld output. Could u pls help me. Best regards. View the original post :

[JBoss-user] [JCA/JBoss] - Re: JBoss 3.2.2, problem with Oracle

2004-05-17 Thread [EMAIL PROTECTED]
There is also no enterprise-bean in jboss.xml there is an enterprise-beans I added your question to the FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835239#3835239 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Persistence & CMP/JBoss] - java.lang.ClassCastException

2004-05-17 Thread nacho2004
Hi, I've 2 beans one-one relationships and this piece of code InitialContext ctx = new InitialContext(); SDocuments myBean = getHome().create(); Collection col = myBean.getAllDocumentByCategoryId(11); Iterator iter = col.iterator(); while (iter.hasNext()) { EDocuments element = ((EDocument

[JBoss-user] [JCA/JBoss] - Re: JBoss 3.2.2, problem with Oracle

2004-05-17 Thread mdaffu
Adrian, Thanks for the quick response my files are the following: ejb-jar.xml | | | | SessionPKGen | SessionPKGen | pkgen.SessionPKGenHome | pkgen.SessionPKGen | pkgen.SessionPKGenBean | Stat

[JBoss-user] [Nukes User] - Re: Getting started -- updated documentation on wiki

2004-05-17 Thread joehobson
"cooper" wrote : I am not using postgres so I cannot test it. If you know what to modify to make it working give us the changes, that would be very helpfull I took a look at it this morning trying to compare the way the EJB's are done in the news module with how they were done in FAQ. In the nuk

[JBoss-user] [Nukes User] - java.lang.NoSuchFieldError: minMergeDocs

2004-05-17 Thread javamac
Im getting the following stacktrace upon every request to nukes. How should I troubleshoot this? I didn't configure the index module as far as I know. Stacktrace below 2004-05-17 13:38:08,644 ERROR [STDERR] at java.lang.Thread.run(Thread.java:536) 2004-05-17 13:38:40,493 ERROR [STDERR] java

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank application deployment

2004-05-17 Thread lamberk
I figured out my problem. I changed the 1099 port to 1199 in server/default/conf/jboss-minimal.xml and jboss-service.xml. However, I neglected to change the port in the bank example's jndi.properties and build.xml files. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid Transaction ID Error

2004-05-17 Thread [EMAIL PROTECTED]
No it is in 3.2.4RC2, due out any second now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835233#3835233 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835233 ---

[JBoss-user] [Installation & Configuration] - upgrade production version

2004-05-17 Thread lblackshear
Is there any documentation on how to upgrade a production jboss instance to a newer verison of jboss without losing our custom files? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835232#3835232 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid Transaction ID Error

2004-05-17 Thread llivings
Is this change in JBoss 3.2.4RC1 available from sourceforge? Thanks, Lyndon. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835231#3835231 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835231 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JDBCStateManager. Modifiying the default config seems no

2004-05-17 Thread [EMAIL PROTECTED]
The example config is wrong, it should be | java:/MSSQLDS | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835230#3835230 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835230 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: error deploying both durable topic and queue

2004-05-17 Thread [EMAIL PROTECTED]
This says your conf/jbossmq-state.xml is corrupt. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835229#3835229 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835229 ---

[JBoss-user] [JCA/JBoss] - Re: FAQ - READ THIS SECOND

2004-05-17 Thread [EMAIL PROTECTED]
Question: I have pathological dislike of using search and I cannot read DTDs. I also don't understand that questions about resource-ref should be in ejb forum. How do I configure a resource-ref for a datasource: in ejb-jar.xml | | | Whatever | ... | | The default DS

[JBoss-user] [JCA/JBoss] - Re: JBoss 3.2.2, problem with Oracle

2004-05-17 Thread [EMAIL PROTECTED]
There is no jndi-name in ejb-jar.xml There is one in jboss.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835227#3835227 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835227 --

[JBoss-user] [JCA/JBoss] - JBoss 3.2.2, problem with Oracle

2004-05-17 Thread mdaffu
The problem is (should be) very very simple, i have a connection pool in JBoss named OracleDS, yes it is an oracle8i connection pool, can i access this connection pool using a stateless session bean, if so , please send me the details I have a datasource named OracleDS, i am trying to access it

[JBoss-user] [Installation & Configuration] - Re: 3.2.4 RC2 and Beyond

2004-05-17 Thread [EMAIL PROTECTED]
Just follow the link Adrian provided for you to find the answer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835225#3835225 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835225 ---

[JBoss-user] [Installation & Configuration] - Re: 3.2.4 RC2 and Beyond

2004-05-17 Thread parikhm
I would also like to know when RC2 will be released. Adrian , if you do not know the exact date, please say so and stop bieng an arrogant jerk. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835224#3835224 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [JBoss.NET & SOAP] - Re: Cannot deserialise JavaBeans

2004-05-17 Thread cdog
Hi, I'm pretty sure it is included OK. The typeMapping element for the SimpleDto in the web-service.xml is generated by Xdoclet. I checked by removing the fileset that referenced to the SimpleDto this resulted in the typeMapping element is not being included in the web-service.xml. View the

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB-QL ERROR with 3.2.3 but working with 3.0.4

2004-05-17 Thread deanwampler
Try adding "as" to the query: query="SELECT OBJECT(c) FROM CustomerEJB AS c" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835222#3835222 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835222 --

[JBoss-user] [HTTPD, Servlets & JSP] - SearchBlox J2EE Search Component Version 1.3 released

2004-05-17 Thread rselvaraj
SearchBlox is a J2EE Search Component that delivers out-of-the-box search functionality for quick integration with your websites, applications, intranets and portals. SearchBlox uses the Lucene Search API and incorporates integrated HTTP/HTTPS and File System crawlers, support for various docume

[JBoss-user] [Messaging, JMS & JBossMQ] - JDBCStateManager. Modifiying the default config seems not to

2004-05-17 Thread olaso
JBoss 3.2.4RC2 In the file: hssql-jdbc-state-service.xml the default config is: | | jboss.jca:service=LocalTxCM,name=DefaultDS | ... If I change the DefaultDS and I use there my datasource for sqlserver (I'm sure that the datasource works properly), for example:

[JBoss-user] [Clustering/JBoss] - Re: Jboss multiple nodes on same machine

2004-05-17 Thread bela
No, this works. I use the BindingService on node-2, and it works perfectly. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835217#3835217 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835217 ---

[JBoss-user] [Management, JMX/JBoss] - Problem with the JNDIMap example

2004-05-17 Thread Olivier Scalbert
Hello, I have a problem with the JNDIMap example (from The JBoss JMX Microkernel) The MBean is succesfully deployed on the server, but when I try the following client code, I receive a ClassCastException ... InitialContext ctx = new InitialContext(); HashMap map = (HashMap) ctx.lookup("inmemory/m

[JBoss-user] [Messaging, JMS & JBossMQ] - error deploying both durable topic and queue

2004-05-17 Thread KTM
When we deploy either the durable topic or durable queue independently of each other they deploy fine. However when we try and deploy them together we get the following stack trace: Any ideas? 2004-05-17 17:37:50,866 INFO [org.jboss.mq.server.jmx.Queue.DLQ] Bound to JNDI name: queue/DLQ 2004-

[JBoss-user] [Beginners Corner] - Re: Invalid Column Name when deploying CMP entity bean on JB

2004-05-17 Thread sesques
Post the full error log and the full descriptors. Do you define specific column mapping with the faulty column name ? Try also to activate additional debug messages: Adds | | | | in Log4j.xml Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [News & Announcements] - Re: JBoss-3.2.4RC1 Released

2004-05-17 Thread jacyg
Hi, I'm very interested in that question as well, we are currently using 3.2.1 (with some custom bug-fixes). 3.2.4 is the first release that would ostensibly have all those fixes in it, and, while we could go apply the fixes to 3.2.3, we would prefer not to if 3.2.4 is pending in the near futu

[JBoss-user] [Beginners Corner] - Re: Invalid Column Name when deploying CMP entity bean on JB

2004-05-17 Thread kauton
Yes, the mapping is ok, because this problem only appears with the first bean. If I create the table for it manually and try to deploy, the other bean's tables are created just fine. I am using Oracle 8.1.7. Here is the jbosscmp-jdbc.xml content: http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0

[JBoss-user] [EJB/JBoss] - Re: EJB ghost reference in JBoss JNDI

2004-05-17 Thread gchazalon
Okay, I'm still stuck on this thing. Here is a sample of the debug log I can get in DEBUG treshold from JBoss : | -- | 16:28:08,916 INFO [Server] JBoss (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)] Started in 31s:465ms | 16:32:34,749 I

[JBoss-user] [JBoss.NET & SOAP] - Re: Cannot deserialise JavaBeans

2004-05-17 Thread Takenori
Hi, Do you include your SimpleDto in ejbDoclet task? This is one of the most common error. Takenori, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835202#3835202 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835202

[JBoss-user] [EJB/JBoss] - "Unable to passivate due to ctx lock" and jboss stops respon

2004-05-17 Thread RichBolen
We're having an issue with JBoss 3.2.3 on Win 2000 server. It appears to be related to "Unable to passivate due to ctx lock" appearing in the log files. Our jboss server stops responding to client requests and we get thousands of these "Unable..." messages in our logs. When the server is wor

[JBoss-user] [JBoss.NET & SOAP] - Re: JBoss.NET and .NET Interop

2004-05-17 Thread Takenori
Hi, Doc/Lit is not a problem. Rpc/Enc works fine. That's still a really big problem in the near future. Be sure to use valid data types or its arrays (refere to axis user guide 1,5,1,1) as parameters and return types. And any complex types and its array consists from valid data types. Takenori,

[JBoss-user] [Javassist user questions] - Re: Rerouting all login messages

2004-05-17 Thread ravishankarn
HI Bammi, It might be possible with log4j configuration files, but cannot be done in our environment. This is because in our company, different components belong to different teams and each of them have their own configurations. We are not allowed in theory to change them since we are not the

[JBoss-user] [Nukes User] - Re: Wanted: Photo-Gallery-Module with rating and comment fun

2004-05-17 Thread flurdy
With nukes being still fairly new, I cannot see that a module with the amount of features that coppermine has, can be made without years of development. After all coppermine has been developed for years. I might be wrong however, and a I do presume basic albums exists. I have over time written

[JBoss-user] [Installation & Configuration] - Re: How to redirect the system out println to a external fil

2004-05-17 Thread dannyyates
Which bit of anonymous wrote : Goto the log4j site and read their documentation. did you not understand?! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835196#3835196 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383

[JBoss-user] [Beginners Corner] - Re: Invalid Column Name when deploying CMP entity bean on JB

2004-05-17 Thread sesques
Hi, Need more informations to investigate ! Are you sure you define properly the datasource-mapping in jbosscmp-jdbc.xml ? Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835197#3835197 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Nukes User] - Re: jboss running 2 virtual hosts. Need help setting up nuk

2004-05-17 Thread javamac
I don't understand what you mean? I did copy the nukes dir to JBOSS_HOME/server/default. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835195#3835195 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835195 ---

[JBoss-user] [News & Announcements] - Re: ANNOUNCEMENT: NEW JBOSS WEBSITE

2004-05-17 Thread admin
The forums layout is being addressed as we speak. There are a few other tweaks underway but the width issue is the main one remaining. It should be fixed by tonight (EST). Thanks for the feedback. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835194#38351

[JBoss-user] [Beginners Corner] - Invalid Column Name when deploying CMP entity bean on JBoss

2004-05-17 Thread kauton
Hi guys, I would appreciate it if someone gives me some idea how to resolve the following problem. I am trying to deploy a JAR on JBoss 3.2.3. The JAR contains 3 entity beans with CMP and local interfaces and a session bean. When I try to deploy the JAR, I get the following error: org.jboss.de

  1   2   >