[JBoss-user] [Installation & Configuration] - SyslogAppender for Application not working

2004-05-07 Thread jmer
Hi list; Im trying to point my Application log to syslog. Currently i define this on jboss-3.2.3 log4j.xml. jboss running on Linux box 9 and on my Linux box i added

[JBoss-user] [EJB/JBoss] - Unable to fill the pool due to timeout Error

2004-05-07 Thread rajeswary3
Hi, Recently we implemented connection pooling for MySQL db for our application. While the application at the current session still active, it says timeout with the following error: WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Unable to fill the pool due to timeout

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

2004-05-07 Thread [EMAIL PROTECTED]
Guys, your feedback though appreciated is useless. If you want help resolving this problem, I need specifics. The ping is just a simple network packet that the client sends to the server saying "are you still there?" The alogrithm is: | while (notclosed) | { | sendping(); | wait(pingp

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

2004-05-07 Thread jmer
We are deleveloping our codes on windows platform and deployed them on Linux box. Just an add, a servlet receives incoming xml and send it to QueueA on which MyMDB consumes it. The sqlserver reside from other box while mysql and jboss reside on same box. I also assumed that the server (linux) is

[JBoss-user] [EJB/JBoss] - Date String- SchedulableArgument

2004-05-07 Thread syzygy
Hello Everyone, I am trying to pass a date 07/10/77 1:50 PM,PDT to my service from service.xml as type string but the"," (comma) createa a problem. Any idea how I can pass date string to my service from service.xml ? TIA View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [J2EE Design Patterns] - Generate a Business Delegate and ServiceLocator

2004-05-07 Thread sqirl
Hi all, IÂm new to XDoclet and would like to know whether there is a way to generate the Business Delegates or/and the ServiceLocator. When thereÂs no way, can someone please post some simple examples for these patterns?! greets sqirl View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Beginners Corner] - waiting for lock in CVS?

2004-05-07 Thread pmccarty
I am trying to use CVS for the first time and tried to get a copy of the JBoss_3_2 branch. It seemed to be working just fine until I got stuck with the message: cvs server: [] waiting for kimptoc's lock in /cvsroot/jboss/jbosstest/src/resources/bankiiop/META-INF This message appeared every

[JBoss-user] [J2EE Design Patterns] - I have a problem JBOSS 3.2.1 and MQ.SERIES 5.3 using AMI

2004-05-07 Thread pedrohc
Hi, I have a problem where using AMI MQ, with JBOSS 3.2.1 See my log files: "Thread-81" daemon prio=5 tid=0x32da3d0 nid=0x1dd runnable [eb97d000..eb981994] at com.ibm.mq.amt.AmNativeTracer._traceEntry(Native Method) - locked (a com.ibm.mq.amt.AmNativeTracer)

[JBoss-user] [Security & JAAS/JBoss] - JBOSS-JWS security problem

2004-05-07 Thread Aldo Martinez
Hi, We are developing a client-server application with jboss and in the client we want to use jws. We have already test the aplication and it works outside jws, but when we try to connect to the server inside jws we get the following message: | access denied (java.lang.RuntimePermission create

[JBoss-user] [Installation & Configuration] - Re: Jboss only works with local clients on Linux

2004-05-07 Thread [EMAIL PROTECTED]
I just installed JBoss 3.2.3 on linux, and it instantly worked fine from a windows box. My only issue is that my default context isn't working the same way as it was on 3.0.6. (previous thread, same forum) I have never run into this myself, but I have heard a claim that a hosts file on window

[JBoss-user] [Installation & Configuration] - Re: Jboss only works with local clients on Linux

2004-05-07 Thread birwin
We had a similar problem and changed some params we pass to the JVM in our go.sh file: # FOR REMOTE INTERFACE CALLS TO WORK, THIS LINE MUST BE UNCOMMENTED # AND THE IP ADDRESS OF THE LOCAL MACHINE PUT IN # export JBOSS_OPTS="-Xms64m -Xmx640m -Djava.rmi.server.hostname=" $JAVACMD $JBOSS_OPTS -clas

[JBoss-user] [HTTPD, Servlets & JSP] - Re: mod_jk2 version

2004-05-07 Thread f2racer
"Lviz" wrote : hi again | | | tomcatAuthentication="false" means getRemoteUser return the user authenticated through Apache! | Lviz or anybody else, where you you set tomcatAuthentication="false" in JBoss 3.2.3? Thanks! View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Persistence & CMP/JBoss] - Error converting data type nvarchar to datetime.

2004-05-07 Thread jlmcknight
We're using SQL Server 2000 with Jboss 3.2.3, and have an entity with a java.sql.Timestamp field. When updating that field with a new value, we are sporadically seeing the data type conversion error seen below. It even occurs sporadically using Timestamp values that worked previously. I switched

[JBoss-user] [Clustering/JBoss] - JBoss 3.2.2 - Round-Robin load balancing.

2004-05-07 Thread slbain
Hi there, I am trying to implement a load balancing prototype using the 'round- robin' policy . I have a two node cluster set-up and communicating. I use the farm service to deploy the prototype to the cluster nodes. My service is an mbean using HA service support plus the dd is based upon: [ur

[JBoss-user] [Nukes User] - Re: /favicon.ico issue

2004-05-07 Thread smoyer
Within the .ear file, it will need to reside within the .war file. Web browsers look for the file "/favicon.ico". Note the leading slash as this is the root context. If you are using a /nukes context (as it is out of the box), I'm not sure this will work. View the original post : http://www.

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

2004-05-07 Thread Anatoly71
All right, now I see! I was using the wrong archive! Now I have the right one and the build file has shown up.. Thank you very much for the reply, Anatoly View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834151#3834151 Reply to the post : http://www.jboss.org

[JBoss-user] [Installation & Configuration] - default context no longer works on 3.2.3

2004-05-07 Thread [EMAIL PROTECTED]
Hi folks. I'm trying to upgrade from JBoss 3.0.6 to 3.2.3. I have a project that would take the default context before (http://localhost:8080) before, and it no longer does that. I would really like to know how to set the default context in a way that 3.2.3 would accept. Here's the web.xml th

[JBoss-user] [Clustering/JBoss] - Re: How do I set the workerName for session affinity in a lo

2004-05-07 Thread townej2
I was able to get the workerName value set using the jetty-web.xml file in the WebInf directory of the war I am deploying. I would rather set it in a jboss config file. How is it done?? Here is my jetty-web.xml file. DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure 1.2//EN" "

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

2004-05-07 Thread Anatoly71
"Anatoly71" wrote : Well, I did downloaded the addition zip archive as the manual says but I couldn't find an archive with the same name (jbossj2ee-src.zip) at the "Downloads" page. So I took jboss-3.2.3-src.tar.gz instead. | | Could that be the problem?? Any idea where I could get jbossj2ee

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

2004-05-07 Thread Anatoly71
Well, I did download the addition zip archive as the manual says but I couldn't find an archive with the same name (jbossj2ee-src.zip) at the "Downloads" page. So I took jboss-3.2.3-src.tar.gz instead. Could that be the problem?? Any idea where I could get jbossj2ee-src.zip archive? The thing i

[JBoss-user] [EJB/JBoss] - Re: context.lookup finds Local Home from remote jvm

2004-05-07 Thread CelticPrince
Adrian, Thanks for the reply. I know the local is not usable from a remote JVM - hence my surprise that the lookup returned a non-null object for a local. We have code that tries first to find the local home and use that if successful. If an exception is thrown - the lookup fails, then we look

[JBoss-user] [EJB/JBoss] - package javax.security.auth.login: already loaded

2004-05-07 Thread ksdeo
Hi, I recently upgraded from 3.2.1 to 3.2.3 and I am getting the following deployment error loading a ear file. java.lang.NoClassDefFoundError: javax/security/auth/login/LoginException There are 3 ear files, say A, B, and C. Each is loaded in its own class loader. The jaas.jar file is included

[JBoss-user] [Installation & Configuration] - Configure Hypersonic in JBoss

2004-05-07 Thread jakelee
hi, guys, i started JBoss 3.23 and brought up the jmx console. under jboss, i didn't see "service=Hypersonic"...anyone here knows how to configure the embedded database and start the database manager??? I used to be able to see this entry but in 3.23, it was not there any more...or somewhere el

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

2004-05-07 Thread CelticPrince
Just as an add - I see that several are using windows and point the finger there. We are running on several platforms. However I am getting the above error during testing on a Linux platform, running JBoss 3.2.3, and Sun's 1.4.2-b28 jvm. View the original post : http://www.jboss.org/index.html?

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

2004-05-07 Thread CelticPrince
I am getting the same exception. We have built a large application around message queues, and send lots of messages - one to start a document to be processed and another for each stage of processing. So for each document, there are 5 or 6 messages. After a few thousand documents, we get the exce

[JBoss-user] [Persistence & CMP/JBoss] - JBoss setting FK of the many side of a one-to-many relations

2004-05-07 Thread mikejlong
I am getting a curious behavior in JBoss that is contrary to what should happen(at least from the perspective of a database programmer). I have a unidirectional relationship from a "many" entity bean to a "one" entity bean that is declared in the "many" entity bean. When I remove the "one" ent

[JBoss-user] [HTTPD, Servlets & JSP] - Problem resolution: JBoss/Jetty, Unrecoverable errors in mo

2004-05-07 Thread mark_man
I had a problem that seemed to point to jetty and mod_jk2 but turned out to be a CISCO Switch firmware. Perhaps this will save someone a couple of days of hair pulling. Problem Symptom: During the transfer of a pdf document from application server to web server to client browser, transmission er

[JBoss-user] [Beginners Corner] - Re: stop directory listing

2004-05-07 Thread aanand
Thanks James. I did find 'listings' in the web.xml changed the value to false. Somehow still I can see the directory listing. Is there anything else do I need to change ? FYI .. I am using Jboss-3.2.3 on WinXP. Thanks. --Anand View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Javassist user questions] - Re: Does Javassist really support the parameter variables $1

2004-05-07 Thread jclee49
Yes. As seen in this statement: body.append("{ System.out.println($1); }"); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834137#3834137 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834137 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: OutOfMemory after some 1000 CMP Beans

2004-05-07 Thread Heikok
Configuring the cache-size down to 1000 worked wonder. I just uploaded 2CMPs with -Xmx=32m setting without problems. Thanks for the help, Heiko View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834136#3834136 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-07 Thread fabinhu
My application doens't have EJBs. The architecture of my application is: Servlet -> Handler(S) -> Components (BO, DAO, JavaBeans-Model). And the DAO use JTA to make a transaction and access the database. when some threads finish up, some tables access are blocked. So, the other threads can't a

[JBoss-user] [Installation & Configuration] - Re: Many problems, few answers

2004-05-07 Thread curtraddatz
Thanks. Someone else here helped me figure that out. Unfortunately, it didn't TRACE anything in the log. Working on that now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834133#3834133 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Installation & Configuration] - Re: Many problems, few answers

2004-05-07 Thread darranl
It has been a while since I looked at it but I think that the 'isTraceEnabled' response is based on the configuration of Log4J, i.e. If trace logging is configured for the class the method will return true. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=383413

[JBoss-user] [Beginners Corner] - Re: Remote administration

2004-05-07 Thread darranl
If you have a look at the Wiki (Link above) securing the console is covered in there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834130#3834130 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834130 ---

[JBoss-user] [Installation & Configuration] - Re: Installing JBOSS on SGI Irix

2004-05-07 Thread ovidiuf
If I remeber well, this is because SGI's VM doesn't support -server option. Try commenting out that in run.sh. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834129#3834129 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Unable to fill the pool due to timeout!

2004-05-07 Thread [EMAIL PROTECTED]
It is just a warning. It says it could check whether the to fill the pool because all the connections were checked out. This indicates one of two things: 1) You are not returning the connections to the pool 2) Your pool isn't big enough and/or you want to increase the blocking timeout. View the o

[JBoss-user] [EJB/JBoss] - Re: jboss-4.0.0DR3: could not load class: JDBCKeyGeneratorCr

2004-05-07 Thread darranl
Do any of your deployment descriptors refer to the missing class? Could be that your application has a bug? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834127#3834127 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Beginners Corner] - Re: Remote administration

2004-05-07 Thread emibap
Thanks a Lot!!! Another one... how do I password protect them? Emiliano Angelini Panarea Inc. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834126#3834126 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834126 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Unable to fill the pool due to timeout!

2004-05-07 Thread aboudank
Adrian, Thank u for your response. I have been trying to get the failure again and I could not! It scares me because I have not changed anything and I re-ran the test several times without the error. I did search for the error message in JBoss 3.2.3 source and I found it in org.jboss.resource

[JBoss-user] [Beginners Corner] - Re: stop directory listing

2004-05-07 Thread jlward4
Check out the web.xml file in your deploy/jbossweb-tomcat41.sar dir (Or similar depending on your version of JBoss). Look for "listings". I think this is documented pretty well in that file. I hope that helps. -James View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [Beginners Corner] - Re: [AbstractInstanceCache] failed to passivate

2004-05-07 Thread afleet
Hi Adrian, I thought this may be the issue, so I checked the spec prior to posting. On page 77, when listing the data types that are valid for passivation it says.. Â A reference to the environment naming context (that is, the java:comp/env JNDI context) or any of its subcontexts. Since my

[JBoss-user] [Security & JAAS/JBoss] - Re: New LoginContext for each request...

2004-05-07 Thread vphagura
Thanks to Jani for the code. Of course, Tomcat valve would be also helpful. Looking forward to an answer to nivek's query !! Vijay View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834122#3834122 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-07 Thread stscit04
Hi, when does the lock ocour ? on ejbFind or on the first invokation of an beans getXX / setXXX method ? Stefan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834120#3834120 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JCA/JBoss] - Re: datasource and singleton

2004-05-07 Thread greiff
thanks for your quick reply adrion it's a helpful information Torsten View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834119#3834119 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834119 --

[JBoss-user] [JCA/JBoss] - Re: datasource and singleton

2004-05-07 Thread [EMAIL PROTECTED]
Yes, the DataSource is a factory. Singleton caching works with any factory that has been coded correctly (i.e. it is thread safe). In fact, the JBossCMP engine does this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834118#3834118 Reply to the post : http:

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Unable to fill the pool due to timeout!

2004-05-07 Thread [EMAIL PROTECTED]
Please read "READ THIS FIRST". You are unlikely to get a response unless you at least post the full error message. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834117#3834117 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Beginners Corner] - Re: passowrd protecting web page(Need help)

2004-05-07 Thread kabkhan
There's an example in the Getting Started docs. IIRC in the wiki as well. Cheers, Kab View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834116#3834116 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834116 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB to talk to remote queue via HTTP tunelling

2004-05-07 Thread [EMAIL PROTECTED]
You will have to implement a new version of JBossMQProvider. The default implementation assumes uses the jnp/rmi factory. http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/jms/jndi/JBossMQProvider.java?rev=1.9&view=auto View the original post : http://www.jboss.org/index.html

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

2004-05-07 Thread [EMAIL PROTECTED]
The error says the server is not responding to pings. Unless this is due to a network failure, it would have to be unresponsive for 60 seconds (the default PingPeriod). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834114#3834114 Reply to the post : http://w

[JBoss-user] [JCA/JBoss] - datasource and singleton

2004-05-07 Thread greiff
simple question: to avoid expensive JNDI lookups to datasource is it possible to use the singleton pattern for datasources ? Torsten View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834113#3834113 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Beginners Corner] - stop directory listing

2004-05-07 Thread aanand
Hi, Iam using jboss 3.2.3/Apache Tomcat/4.0.6 How do I disable directory listing for example when I enter this URL I can all contents under the directory .. http://localhost:/test Where is the tomcat conf file. I know this is doable in Apache but how to do this in Jboss/Tomcat environme

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connecting MDB to topics registered under Pramati applic

2004-05-07 Thread [EMAIL PROTECTED]
The simplist mechanism is to bind Pramati's connection factories and queues into JBoss's JNDI using the ExternalContextMBean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834111#3834111 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [JCA/JBoss] - Re: JBossLocalXAException

2004-05-07 Thread [EMAIL PROTECTED]
Can you post the TRACE logging mentioned in the "READ THIS FIRST" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834109#3834109 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834109 ---

[JBoss-user] [Beginners Corner] - Re: SQLException: table not found

2004-05-07 Thread [EMAIL PROTECTED]
I have deleted your cross post to the JBoss/JCA forum. I already posted you a link on how to behave properly in public forums. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834108#3834108 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

AW: [JBoss-user] Security and C# clients

2004-05-07 Thread spohl
Hi again, the problem with NTLM is that is has to be 'spoken' by the client. Currently only IE supports NTLM natively, so only webservice client stubs that uses the HTTP libraries of the local installed IE will work properly!!! We have encountered problems with using the IE-stack (in some intran

[JBoss-user] [Security & JAAS/JBoss] - Re: Form-based Login question

2004-05-07 Thread mwallner
Thanks a lot! - Markus View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834107#3834107 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834107 --- This SF.Net email is s

[JBoss-user] [JCA/JBoss] - passowrd protecting web page(Need help)

2004-05-07 Thread justsree
Hai all, I am new to Jboss and want to configure my jboss server to protect my web pages with password protection i need the complete example how to protect. and my database server is mysql server thank u in advance View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unknown query error on finder method

2004-05-07 Thread ebrain13
hi, I think the ejb-ql should look like SELECT OBJECT(o) FROM CifCommon AS o WHERE o.custNr = ?1 You were missing "AS" in the query. HTH Vikram Naik View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834105#3834105 Reply to the post : http://www.jboss.org/

[JBoss-user] [Beginners Corner] - Re: SQLException: table not found

2004-05-07 Thread darranl
Have you had 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=3834104#3834104 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834104 --

[JBoss-user] [Persistence & CMP/JBoss] - DB2 hangs when remove invoked.

2004-05-07 Thread ebrain13
Hello, I am using jboss 3.2.1 and DB2 as database, on invoking remove of an ejb (CMP 2.0) sometimes the query formed to load the ejb by the jboss server is as shown below where PK is the primary key field of the entity. SELECT PK,WORKING_DAY_NUMBER, CALENDAR_DATE, COMPANY_PK, OWNER_PK, PROPERTY

AW: [JBoss-user] [Beginners Corner] - Using Password Hashing problem !!???

2004-05-07 Thread Janardhan Burugupalli
it works fine for me Did u check if the database really contains a MD5 enrypted and Base64 encoded stringas u specified it is only md5 encrypted ...just check it if not remove the Base64 propertybut it is better to save then base64 encoded in the database if not regards JB -Ursprungl

RE: [JBoss-user] Security and C# clients

2004-05-07 Thread Sreedhar, Dantam
Hi, In one of our applications we have used the following architecture (this works only in *intranet*) 1) Expose a servlet called authenticate using jCIFS (http://jcifs.samba.org/). This servlet gets the NTLM user credentials and check for authentication against database. If the user is allowed,

[JBoss-user] [HTTPD, Servlets & JSP] - error de execution of tagLib

2004-05-07 Thread carlosgyn
Hi, I am executing one tagLib in the Jboss-3.2.3 and in the hour of the execution of doStartTag() and the following error it appears: 11:16:51,219 ERROR [Engine] ApplicationDispatcher[/sibnc] Servlet.service() for servlet jsp threw exception It sees stretch of metodo: public int doStartTag(

[JBoss-user] [Persistence & CMP/JBoss] - Re: ejbSelect with MAX()

2004-05-07 Thread [EMAIL PROTECTED]
Hi timkk, Please have a look on my reply here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47782 Cheers, Frank View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834101#3834101 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [HTTPD, Servlets & JSP] - error de execution of tagLib

2004-05-07 Thread carlosgyn
Hi, I am executing one tagLib in the Jboss-3.2.3 and in the hour of the execution of doStartTag() and the following error it appears: 11:16:51,219 ERROR [Engine] ApplicationDispatcher[/sibnc] Servlet.service() for servlet jsp threw exception It sees stretch of metodo: public int doStartTag()

[JBoss-user] [Beginners Corner] - Re: SQLException: table not found

2004-05-07 Thread aquafresh
unfortunately I obtain still the same error. I have try a lot of way to specify the jndi but still get the same error. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834099#3834099 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [JCA/JBoss] - Table not found

2004-05-07 Thread aquafresh
Hello, I have a problem when I want to access a database via my session bean I use: - Jboss3.2.3 on Windows XP pro - postgresql 7.4 db on linux mandrake 9.1 - jdk1.4 I have got a MDB that listening on a topic, when it receives a message a session bean is instanciated and this one gets record

[JBoss-user] [Security & JAAS/JBoss] - Re: Form-based Login question

2004-05-07 Thread anbenham
Hi, Here is an example: | import java.io.IOException; | | import javax.servlet.*; | import javax.servlet.http.*; | | | public class InitFilter implements Filter { | | private FilterConfig config; | | /**Init. | * @see javax.servlet.Filter#init(javax.servlet.Filte

[JBoss-user] [EJB/JBoss] - jboss-4.0.0DR3: could not load class: JDBCKeyGeneratorCreate

2004-05-07 Thread Dirlewanger_Klaus
Hello together, iÂm just trying to migrate to JBoss version 4 (jboss-4.0.0DR3). I installed it, started ist, set up an initial server configuration, started it again, all works fine. But now I deployed an EAR-File that works fine on JBoss version 3 (jboss-3.2.0RC3_tomcat-4.1.18), started it

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-07 Thread fabinhu
And... That's the exception: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Transaction (Process ID 68) was deadlocked on {lock} resources with another process and has been chosen as the deadlock victim. Rerun the transaction. View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Beginners Corner] - Using Password Hashing problem !!???

2004-05-07 Thread pagomen
Hi all, In my database I have the following table in order to keep users and each roles : | CREATE TABLE public.jboss_users | ( | id bigserial NOT NULL, | name varchar(64), | passwd varchar(100), | therole varchar(100), | CONSTRAINT jboss_users_pkey PRIMARY KEY (id) | )

[JBoss-user] [Installation & Configuration] - Which JAR is needed to use org.jboss.security.auth.callback.

2004-05-07 Thread tradingbr
jboss-jaas.jar doest seem to be, which one should I put on my classpath? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834092#3834092 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834092

[JBoss-user] [Security & JAAS/JBoss] - Re: Change rolesQuery in DatabaseServerLoginModule

2004-05-07 Thread jburugupalli
Yes exactly, i tried every thing exceot writing my own Principal class , and it should not be a problem, in my case i assign a valid session after the user logs in, and this session ID is set as a credential and checked every time if it has expired, Please put all of your own classes in a separa

[JBoss-user] [Persistence & CMP/JBoss] - Re: Updating entity bean fields using BeanUtils

2004-05-07 Thread roger_cmu
Thanks. I'll try that. - Roger View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834090#3834090 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834090 --- This SF.Net e

[JBoss-user] [Installation & Configuration] - Re: Port already in use - Jboss 3.2.3 Problem

2004-05-07 Thread Ulf.Klaas
Hi, i found a solution for the problem: :) http://www.jsiinc.com/SUBO/tip7000/rh7082.htm The same problem occurs with Proxy 2.0 Server from Microsoft. So look in the Knowledge Base or Google for more Information. Hope, this will help the community! Greetings, Ulf View the original post : ht

AW: [JBoss-user] Security and C# clients

2004-05-07 Thread spohl
Hi there, Good news: I have authenticated webservice clients (in addition through HTTPS) with JBoss in production for several months. The integration of axis into jboss consists of some classes that propagate BASIC HTTP authentication information (username/password) to the EJB layer. You only ha

[JBoss-user] [Installation & Configuration] - Many problems, few answers

2004-05-07 Thread curtraddatz
I am trying to get JBoss running on a legacy system (non-Windows, non-Unix) which is running Java 1.3.1. To verify the proper operation on our system, I am running the test suite that comes with JBoss. The overwheling majority of the failures I encounter have the following error. java.lang.

[JBoss-user] [Installation & Configuration] - Re: Authentication problem, jaas, postgres,JBOSS

2004-05-07 Thread tradingbr
I did solved the problem of the error message but as I thought it wasnt much related to that. I already set on LOG4j.xml to set to trace level the jobss security, but I doest show me a error message EVER, why??? I doest give me access to the resource, the only message I receive is: Created secur

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-07 Thread fabinhu
Th version of JBoss is 3.2.3 My application runs in Oracle, SQL Server, Postgresql...and all i had deadlock. In my mssql-ds.xml: jdbc/XSCXPLAN jdbc:microsoft:sqlserver://xplsvr01:1433;SelectMethod=cursor com.microsoft.jdbc.sqlserver.SQLServerDriver user1 user1 0

[JBoss-user] Security and C# clients

2004-05-07 Thread JAYARAM, Sujay, FM
Hi all, We are currently exposing session beans within JBoss as web services (using axis) to C# clients. We want to use the declarative syntax provided by J2EE within our beans' deployment descriptors and to use JAAS/JBoss security features - the problem is that there seems to be no standard mech

[JBoss-user] [HTTPD, Servlets & JSP] - Re: HOW-TO -> JSP/struts Flash integration ??

2004-05-07 Thread darranl
JSP with Struts is no problem (Just standard Java web app stuff). Never done anything with Flash although isn't that just a case of packaging so it can be downloaded by the client. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834085#3834085 Reply to the po

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-07 Thread darranl
Which JBoss version are you using? Which database? I have had a similar situation with some databases but not others. What is in your *-ds.xml for the data source? Have you changed any of the transaction settings in your deployment descriptors? View the original post : http://www.jboss.org/in

[JBoss-user] [Persistence & CMP/JBoss] - JBoss transaction deadlock

2004-05-07 Thread fabinhu
Guys, i have a "little" problem with my application (JSP/Servlet/JBoss/JTA). I made some stress test, simulating 6 users with threads and make request to my application for access database using JTA. But when the transaction finish, the tables access for one user continue blocked. That's m

[JBoss-user] [Persistence & CMP/JBoss] - Use JBOSS with Microsoft Access

2004-05-07 Thread qh
How can I configure an Microsfot Access databse for use by a CMP Entity Bean? I don't know the correct database mapping. Thanks. [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834082#3834082 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Security & JAAS/JBoss] - Re: Change rolesQuery in DatabaseServerLoginModule

2004-05-07 Thread morenito9000
Thank you Jburugupalli, > I have an idea, better write some class similar to NestedPrincipal > which holds information other than the principal and set this > Pricipal in the ClientLoginModule instead of SimplePrincipal. >SecurityAssociation.setPrincipal(new SimplePrincipal(username)); If I

[JBoss-user] [Javassist user questions] - Re: Does Javassist really support the parameter variables $1

2004-05-07 Thread chiba
Is the source code given to setBody a block surrounded by {}? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834079#3834079 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834079 --

[JBoss-user] [JBoss Getting Started Documentation] - Re: tomcat not working in jboss-3.0.8_tomcat-4.1.24

2004-05-07 Thread darranl
Your question is answered at the bottom of page 2 of the getting started documentation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834078#3834078 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834078 -

[JBoss-user] [Persistence & CMP/JBoss] - CMR field with

2004-05-07 Thread ithehorrible
I'm using CMP 2.0 having 2 EJBs related with one PK thought CMR. Under "jbosscmp-jdbc.xml" I have specified indexing with "dbindex" in main bean as PK but in the related bean FK column is NOT created with indexing. I need that to be indexed as well, I know I can manually alter the table but i

[JBoss-user] [Installation & Configuration] - Re: deploying Duke's Bank application

2004-05-07 Thread magog
probably everybody! use the build.xml in the /bank dir. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834076#3834076 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834076

[JBoss-user] [Security & JAAS/JBoss] - Re: New LoginContext for each request...

2004-05-07 Thread nivek
<< That is the expected behavior in 3.2.3. 3.2.1 could leak credentials back to the request thread pool and allow unauthenticated users to access secured content using someone else's credentials. >> Will this continue to be the same sort of behavior with 3.2.4? Thanks.. View the original post

[JBoss-user] [Messaging, JMS & JBossMQ] - Connecting MDB to topics registered under Pramati applicatio

2004-05-07 Thread giada
I'm interested to know if it is possible to deploy a MDB (message driven bean) in JBOSS that is listening to a topic that has been created under pramati application server. Reading around the web I found that I should implement the interface JMSProviderAdapter. Do I really have to do that or th

[JBoss-user] [Nukes User] - Converting a static mulit-language site to nukes

2004-05-07 Thread chrissearle
Am evaluating nukes at the moment - looks interesting. However - I'm not sure of the best approach for the language handling. The current site is multilingual (well bi-lingual) with the ability to switch language on the fly on each page. By this I mean a link (currently in the heading at the to

[JBoss-user] [Installation & Configuration] - Re: Installing JBOSS on SGI Irix

2004-05-07 Thread Hustenbolschen
Hello, I tried to install JBOSS 3.2.3 on the IRIX and failed. When I start run.sh, I get the message "VM is not supported". There is a JDK 1.4.1_03 installed and path and JAVA_HOME is set. But I think SGI builds its own JDK any idea what to do? View the original post : http://www.jboss.o

[JBoss-user] [Persistence & CMP/JBoss] - Re: ejbSelect with MAX()

2004-05-07 Thread timkk
It's nice to know, that JBoss returns always double. I have searched it in the documentation but I haven't found something. I don't use xdoclet, so i can't help you, sorry. I have written the part of the descriptor by hand, because i have made a migration from weblogic to jboss. But I will lear

[JBoss-user] [EJB/JBoss] - Re: dependancy of modules and hot (re)deployment

2004-05-07 Thread fburlet
I finally find out a solution for my problem: I did the following: EAR contains A.jar // jar containing beans, lib/A-client.jar // jar containing interfaces only META-INF/application.xml // containing references to A.jar as ejb module, lib/A-client.jar as java module The deployment des

[JBoss-user] [EJB/JBoss] - Re: Socket connections in stateful session bean

2004-05-07 Thread tbrandt
"An enterprise bean must not attempt to listen on a socket, accept connections on a socket, or use a socket for multicast." This is what the ejb spec (2.1) says. I do not listen on a socket, nor do I accept connections nor do I use a socket for multicast. I am connecting to a socket (Socket.con

[JBoss-user] [EJB/JBoss] - Classloading problem

2004-05-07 Thread fburlet
Hi, I have 3 ears that define modules A, B, C. These modules are dependent in the sense that for example, module B is using interfaces from module A to get compiled (and even deployed without having A being deployed). I would like to deploy/redeploy these modules at any time. So, to achieve my g

[JBoss-user] [Management, JMX/JBoss] - Re: xmbean and jmxdoclet task

2004-05-07 Thread aseembansal
Here is the ant task target name="xmbean" taskdef name="jmxdoclet" classname="xdoclet.modules.jmx.JMXDocletTask" mkdir dir="xdoclet" jmxdoclet destdir="xdoclet" excludedtags="@version,@author" fileset dir="${src.dir}" include name="**/*.java"

[JBoss-user] [Management, JMX/JBoss] - xmbean and jmxdoclet task

2004-05-07 Thread aseembansal
Hi, I have added the xdoclet tags (like @jmx:mbean) in my java code and am trying to generate the xmbean files using the following ant task. The above ant task does not throw any error (even in debug mode

[JBoss-user] [JCA/JBoss] - JBossLocalXAException

2004-05-07 Thread tkvarenes
Hello! I'm having problem with inserting of data into my MS SQL 2000 database. I see that several others have had similar problems, but I haven't solve mine by looking at the forum, so here goes... We are using JBoss 3.2.3 and MS SQL 2000. In the test environment everything works fine, but when

  1   2   >