[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Nullvalues in messageblob with Oracle as persistence lay

2004-07-04 Thread klehmann
Hello It is possible that the thin driver is not correct. But we sent every time the same message with the same content. Best regards Karsten View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840926#3840926 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Security & JAAS/JBoss] - Re: limitations of ClientLoginModule and security model

2004-07-04 Thread _alex
"danorris" wrote : The first is about ClientLoginModule and the underlying security classes. It seems these classes are hard-coded to use NameCallback and PasswordCallback to extract the username/password. These are somehow sent to JBoss, which reconstructs a UsernamePasswordHandler object which

[JBoss-user] [Installation & Configuration] - Re: Is it possible to move ear file outside jboss?

2004-07-04 Thread mikefinn
You can add a separate directory for the scanner to look at, in addition to deploy/ (or even instead of). Look at end of conf/jboss-service.xml. Comments in there are pretty descriptive. mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840913#3840913 Re

[JBoss-user] [Security & JAAS/JBoss] - Re: how much is the overhead of EJB security permission?

2004-07-04 Thread _alex
- The unchecked methods will have any weight at runtime? - If my logic calls method _1() -> method _2() -> ... -> method _N() , and all the methods have security permission set, will the container verify just the first time or in each method step, there will be a significant weight on the securi

[JBoss-user] [Installation & Configuration] - Re: WebApp deployment in JBoss 3.2.3 and 3.2.5

2004-07-04 Thread Varshney
I am on Java 1.4.2_04 JDK details : java version "1.4.2_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05) Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode) What do I do now? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38409

[JBoss-user] [Installation & Configuration] - Re: login-config.xml problem

2004-07-04 Thread mikefinn
Post your web.xml and jboss-web.xml. Use the 'code' style when pasting them, so the XML doesn't get munged. mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840917#3840917 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Installation & Configuration] - Re: JBoss system classpath

2004-07-04 Thread mikefinn
Aalap, Ahhh, I misunderstood. Sorry. Have you tried using a URLClassLoader (instantiate it, pointing the URL at your JAR file). Not really sure here, as you may run into problems (ie ClassCastException), esp. if you are serializing/deserializing instances from classes loaded from different clas

[JBoss-user] [Installation & Configuration] - Re: mapping configuration Error Request URI

2004-07-04 Thread mikefinn
You have nothing mounted at the root context (http://localhost:8080/). If you do have an app deployed, it's at it's own context. This is basic Tomcat stuff that you can read about in the Tomcat docs. If you're looking for a root context, search the FAQ forum for something like 'root' context.

[JBoss-user] [JCA/JBoss] - It is very urgent please help for JTA implementation

2004-07-04 Thread puneetjains
Hi i wanted to insert ARRAY type in oracle database for that i have to use Oracle jdbc package. i also changed the jboss-xa-jdbc.rar file org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory javax.sql.DataSource org.jboss.resource.adapter.jdbc.WrapperDataSource oracle.

[JBoss-user] [Beginners Corner] - Re: Simple, customized logging in JBoss

2004-07-04 Thread mikefinn
You should search the forums or wiki for the answer. Many have asked about app-scoped log4j config, but I don't remember ever seeing an answer. BTW - RTFM doesn't help much when it comes to log4j.xml. Docs on this thing seem to be pretty much non-existent. In fact, even the apache/logging doc ju

[JBoss-user] [Installation & Configuration] - Is it possible to move ear file outside jboss?

2004-07-04 Thread drmack
Hi there, I would like to find out the official answer if it is possible to move an ear file or an exploded ear directory outside JBoss and have JBoss point to that directory whenever it receives a request or an ejb call? I do know that it is possible to have Tomcat point a webapp outside its

[JBoss-user] [Installation & Configuration] - Re: is it my jboss 4 problem

2004-07-04 Thread jaypee18
Hi, I had this problem too on my ejb client. I had an old jbossall-client.jar on my classpath. Upgrade this jar to the one which comes with the JBoss 4 distribution. Hope this helps, jp. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840908#3840908 Reply t

[JBoss-user] [Management, JMX/JBoss] - Re: Order of XMBean attributes in MBean Inspector

2004-07-04 Thread gunterze
Ok. I found the new sort statements in inspectMBean.jsp, so I could disable them for XMBeans: if (!("org.jboss.mx.modelmbean.XMBean".equals(mbeanData.getClassName( |{ | Arrays.sort(attributeInfo, MBEAN_FEATURE_INFO_COMPARATOR); | Arrays.sort(operationInfo, MBEAN_FEAT

[JBoss-user] [Nukes User] - wiki documentation added/update

2004-07-04 Thread jae77
i've spent some time updating the installation instructions to be more streamlined and consistent for the 1.1 release (all the previous instructions have been moved and linked). i've also started some basic administration guides for the modules, including a section on how to setup permissions

[JBoss-user] [Management, JMX/JBoss] - Order of XMBean attributes in MBean Inspector

2004-07-04 Thread gunterze
In JBoss 3.2.3, the MBean Inspector page of XMBeans lists the attributes in the order, in which the attributes was declared in the xxx-xmbean.xml descriptor. With JBoss 3.2.5, the order of XMBeans attributes is no longer preserved, but the attributes are listed sorted. I really miss the possibli

[JBoss-user] [Nukes User] - Re: Documentation on 'Forum Security' module

2004-07-04 Thread jae77
give that i'm in a documentation writing mood today, i've already started this. http://www.jboss.org/wiki/Wiki.jsp?page=NukesBBAdmin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840904#3840904 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Nukes User] - Re: Documentation on 'Forum Security' module

2004-07-04 Thread jae77
currently none exists - however since the forums are a port of phpbb2, you can use that documentation. it'd be great if you could enlighten the rest of us with what you find, perhaps create a wiki page so we can begin to have documentation as well. View the original post : http://www.jboss.o

[JBoss-user] [Nukes User] - Documentation on 'Forum Security' module

2004-07-04 Thread sradford
Hi, Where would I find documentation on the 'Forum Security' module. I'm after what all the options mean in both the simple and advanced modes. I can take a guess at some, but not sure with others. What's the difference between a PRIVATE and REG user for instance? thanks, Sean View the origi

[JBoss-user] [Nukes User] - Re: Problem compiling JBoss Nukes

2004-07-04 Thread lamy
Thank you. It compiles now. Next step is learn how to use it and customize it. Thanks again. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840900#3840900 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840900 ---

[JBoss-user] [Installation & Configuration] - mapping configuration Error Request URI

2004-07-04 Thread Agatha
Hai all, I have downloaded JBoss and installed in my system.Changed the settings in the run.bat file...But when I start the serverit does start but when i open the browser and type http://localhost:8080/ all I get is a no context confifuration.message. And the server says that there is

[JBoss-user] [Persistence & CMP/JBoss] - Re: OFFSET & LIMIT does not make it into the generated sql

2004-07-04 Thread greiezer
Joachim, Resetting the ql-compiler to its default value did the trick! org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLCompiler | I am a lucky man now:-) Thank you for your help Andreas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840892#3840892 Reply to the

[JBoss-user] [Installation & Configuration] - Re: Configure logging with log4j for debugging finder method

2004-07-04 Thread kabkhan
http://www.jboss.org/wiki/Wiki.jsp?page=ViewSQLForCMP View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840891#3840891 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840891 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: OFFSET & LIMIT does not make it into the generated sql

2004-07-04 Thread triathlon98
Andreas, I don't see anything wrong. You could try to enable trace logging and see whether this given any extra clues. If that doesn't make you any wiser, then try to build a small testcase and submit that in a bugreport on sourceforge. Joachim View the original post : http://www.jboss.org/i

[JBoss-user] [Installation & Configuration] - Configure logging with log4j for debugging finder method dat

2004-07-04 Thread pankilshah82
Hi, I am new to JBoss. I want to configure the log4j.xml so that when ever a finder method is executed i am able to see the actual parameters passed and the database query generated for the appropriate database. so i want to know what changes are to be made to the log4j.xml . I am using JBoss 3.

[JBoss-user] [Persistence & CMP/JBoss] - Re: OFFSET & LIMIT does not make it into the generated sql

2004-07-04 Thread greiezer
Hi Joachim, Sorry, didn't want do upset you :-) It was and is also my intention to post a working solution to the forum. I am not able to figure it out my self and you wrote in your reply that you have it working for you. I would very much appreciate if you could find some time to look at the cod

[JBoss-user] [Persistence & CMP/JBoss] - Re: design opinions sought

2004-07-04 Thread rajs1
anonymous wrote : To clarify, a Job has multiple Activities. Activity is a part of 1 Job. job_id act_id | 1 1 | 1 2 | 1 3 | 1 4 | 2 1 | 2 2 | 3 1 If an activity is only associated with one job surely activity_id 1 cannot be associated with job_id's 1, 2 & 3? Cheers

[JBoss-user] [Persistence & CMP/JBoss] - Re: Relationship mapping in jbosscmp-jdbc.xml (another probl

2004-07-04 Thread rajs1
Its this statement this causes the exception. return tradingCentreHome.findByPrimaryKey(this.getLocalTradingCentre().getTrading_centre_code()); I suppose the container is building the SQL using the relationship: | TradingCentreEJB - TradableInstrumentEJB If I were not to use the relationship

[JBoss-user] [Persistence & CMP/JBoss] - Re: OFFSET & LIMIT does not make it into the generated sql

2004-07-04 Thread triathlon98
Andreas, When I use limit, it effectively only return the number of records according to the limit (or less if there are less records). >From your code, I would assume you are using a session facade. So, you would need to >post the session facade code. In fact, the call you published only has

[JBoss-user] [Installation & Configuration] - Re: WebApp deployment in JBoss 3.2.3 and 3.2.5

2004-07-04 Thread myname
Hi, I found that in JBoss 3.2.4 and therefore also may be in 3.2.4 some functions will only work with a 1.4.x Java. This is in contrast to JBoss' statement on 1.3.1. May be you deployed on Java 1.3.1? Volker View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=384

[JBoss-user] [Persistence & CMP/JBoss] - Error for findAll( ) with EJBQLToSQL92Compiler on

2004-07-04 Thread greiezer
I think this is a bug in the EJBQLToSQL92Compiler: If there is a space character between the () in in the findAll() finder method, jboss3.2.5 will throw the following error at deployment time: java.lang.StringIndexOutOfBoundsException: String index out of range: 0 | at java.lang.String.c

[JBoss-user] [Persistence & CMP/JBoss] - Re: how to use QL to have a case insensitive String compare?

2004-07-04 Thread loubyansky
You can use ucase and lcase in JBossQL. select object(o) from O o where lcase(o.name) = lcase(?1) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840881#3840881 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840881 --