[JBoss-user] [Nukes User] - confusing Eclipse setup

2004-08-25 Thread joehobson
Don't feel bad, you're not the only one that has been confused by how to setup a development environment for Nukes in Eclipse. I wrote most of whats on the UsingEclipse wiki because the only info i could find was scattered throughout forum postings (and most of it outdated). So what's there may

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: ant run.client41a not getting built

2004-08-25 Thread redhuli
I met the same problem, don't know why ,but i delete the build directory,it can work View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846100#3846100 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846100

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

2004-08-25 Thread camel
I like the UCASE solutions posted here better, but what I'm doing for MySQL has been working: I changed the standardjbosscmp-jdbc.xml file, changing the java.lang.String mapping from a VARCHAR(250) BINARY to just VARCHAR(250), and MySQL does a case-insensitive compare by default I guess. It

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

2004-08-25 Thread ecka
Since we found our bug I thought I'd answer my own question. Concentrate on the 1% that manually handle connections I'm welcome View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846102#3846102 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - finder exception is not thrown

2004-08-25 Thread elich11
a finder exception is not thrown when we use a finder that returns a collection (FindByName), we can see in the test that the collection is empty. also the findByPrimaryKey works fine (exception is thrown) this is the test code: package messaging_as.domain; | | import java.util.Date; |

[JBoss-user] [Persistence CMP/JBoss] - Function mapping problem

2004-08-25 Thread bbm
Hi, i am using JBoss with Oracle 8. I have a CMP Bean which contains a finder with the next Query: select OBJECT(t) from table t where substring(t.field) = ?1 the function mapping of the function substring in oracle 8 is as follows: funtion-mapping function-namesubstring/function-name

[JBoss-user] [Beginners Corner] - Re: Upgrading to 3.2.5

2004-08-25 Thread triathlon98
Are you sure you modified the JNP port number in 3.2.5? Joachim View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846109#3846109 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846109

[JBoss-user] [Beginners Corner] - Re: Merging multiple ejb-jar.xml into one

2004-08-25 Thread triathlon98
Make sure all the beans are build in one xdoclet ant task. You can have source files from different directories. Joachim View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846110#3846110 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: org.apache.jasper.JasperException

2004-08-25 Thread darranl
Is there any error displayed with the Exception? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846112#3846112 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846112 ---

[JBoss-user] [Persistence CMP/JBoss] - Oracles

2004-08-25 Thread sheckler
Hi all, again this questions about TAF. What kind of programmatic support by the application (using CMP as wll as pure JDBC) is required to use JBoss 3.2.5 with Oracle 9i Transparent Application Failover feature. I am using an appropriate TNSNames provided by my Oracle Administrator and the

[JBoss-user] [Beginners Corner] - Jaas Security Config

2004-08-25 Thread Wolff
Hallo my name is stephan i'm student . and i have done some experiments with jboss. I have build an simple EJB and have done the Jaas configuration. I have edit service-login.config and add my own security-domain with UserRolesLoginModule. than I deploy my EJB with user,roles properties and

[JBoss-user] [Security JAAS/JBoss] - adaptor/service access a secure ejb

2004-08-25 Thread Wolff
Hallo my name is stephan i'm student . and i have done some experiments with jboss. I have build an simple EJB and have done the Jaas configuration. I have edit service-login.config and add my own security-domain with UserRolesLoginModule. than I deploy my EJB with user,roles properties

[JBoss-user] [Beginners Corner] - Re: Upgrading to 3.2.5

2004-08-25 Thread rramsara
Yes, I modified jboss-service.xml in the conf directory... |!-- -- |!-- JNDI -- |!--

[JBoss-user] Dynamic QL, LIKE and LCASE

2004-08-25 Thread Richard Aukland
HI, I hope someone can help me with a frustrating problem. I cannot seem to get a case insensitive like search to work with Dynamic-QL. The same query works fine with a normal @jboss.query method. Here is the Dynamic QL; SELECT OBJECT(m) FROM MemberBean AS m WHERE

[JBoss-user] [Beginners Corner] - TUSC 3RD CHAPTER

2004-08-25 Thread kpraveena
Hi, Deplying,Running server every thing works fine... But output is coming Request from client : Reply from Server: Your userid is null database u2 is there... plz help me.. thank u praveena View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846119#3846119

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How do I destroy a TemporaryQueue on the server?

2004-08-25 Thread darranl
From the J2EE 1.3 API, this is the description of the 'createTemporaryQueue' method. Creates a TemporaryQueue object. Its lifetime will be that of the QueueConnection unless it is deleted earlier. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846120#3846120

[JBoss-user] [Installation Configuration] - URL Encoded Characters with j2sdk 1.4.2

2004-08-25 Thread qjafcunuas
Hi, I'm using Jboss3.2.3. My trouble appears with j2sdk1.4.2 on linux system. On linux with j2sdk1.4.1, i've no trouble. On windows system, i've no trouble. Here is my jsp file : % String param = request.getParameter(param); System.out.println(sParam); % When i call this page with an

[JBoss-user] [JCA/JBoss] - Re: Oracel XA and deployment error

2004-08-25 Thread abhisheak
Same problem I am getting. Please give me suggetion where you committed mistake. Please help me. Thanks in advanced. My mail address is [EMAIL PROTECTED] Please send your reply on my mail if possible. View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: finder exception is not thrown

2004-08-25 Thread timshaw
I thought that this was correct. The Collection return will return the empty Collection if no matches are found. Just check for empty instead of a try/catch. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846128#3846128 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - CMP-CMR between BMP with compound primary key. Why?

2004-08-25 Thread noleto
Hi all, I have the following: One BMP entity (CursoDisciplinaBean - mapping a table on another datasource) with compound primary key (curso, disciplina) that works very well. I'm creating a CMP entity (ItemEmergencial) that has a relationship with BMP CursoDisciplinaBean but when the

[JBoss-user] [JCA/JBoss] - Re: Oracel XA and deployment error

2004-08-25 Thread darranl
Reply on my email - Stop being selfish and lazy asking for private support, others may benefit from the information as well. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846130#3846130 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Dynamic QL, LIKE and LCASE

2004-08-25 Thread aukinfo
HI, I hope someone can help me with a frustrating problem that is similar to another thread running but related to dynamic QL I cannot seem to get a case insensitive like search to work with Dynamic-QL. The same query works fine with a normal @jboss.query method. Here is the Dynamic QL;

[JBoss-user] [Clustering/JBoss] - Re: 60 seconds delay now and then

2004-08-25 Thread Sacha Labourey
Hello, Please try with a recent snapshot of JBoss (like 3.2.6RCx or 3.2.5), I bet you won't get much feedback based on an old release of jboss. Cheers, sacha View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846137#3846137 Reply to the post :

[JBoss-user] [Installation Configuration] - Jboss 3.2.3 + Oracle 10g + CMP's

2004-08-25 Thread vanroda
Hi, Can someone tell me if it is possible to use CMP's in an Jboss3.2.3 with Oracle 10g configuration ? We are trying to switch databases of an existing application but we always get a no such entity exception when trying to load a bean. When looking into the standardjbosscmp-jdbc.xml it

[JBoss-user] [Installation Configuration] - where is my .xml file ?????

2004-08-25 Thread jim_stoll
InputStream is = this.getServletConfig() | .getServletContext() | .getResourceAsStream(/web-inf/errormessages.xml); Yields a null, even though i have a valid xml file in the web-inf folder of my .war. View the original post :

[JBoss-user] [Installation Configuration] - Re: Remote JNDI/EJB Problems

2004-08-25 Thread rimmeraj
Any luck solving this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846139#3846139 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846139 --- SF.Net email is sponsored

[JBoss-user] [Messaging, JMS JBossMQ] - jms hangs by a large number of messages

2004-08-25 Thread awg
hello, I am trying to send over 20.000 messges to a jms-client (p2p) with the UILConnectionFactory. The clients select the messages with jms mesage selector from one queue. Each message is a text message. Alle the messages are sending by the same connection and session. The problem I have is

[JBoss-user] [Beginners Corner] - Re: Upgrading to 3.2.5

2004-08-25 Thread rramsara
Duh! So I figured out what was wrong - I just had to specify the direct path to my policy file for my client: -Djava.security.policy=C:\server.policy No server changes required. The client code is | Properties props = new Properties(); | props.put(Context.INITIAL_CONTEXT_FACTORY,

[JBoss-user] [Installation Configuration] - Re: Server not starting : HELP

2004-08-25 Thread jim_stoll
do not know the precise answer to your problem however i remember we had a similair problem with our J2ee server going down for no apparent reason... turns out it had to do with which user was logged onto the W2k server and the jvm going down when the user timed out and the automatic

[JBoss-user] [Security JAAS/JBoss] - Re: Urgent production issue regarding to jboss security

2004-08-25 Thread ms26368
If i don't use security manager i am getting this error when i invoke any EJB javax.naming.CommunicationException: Failed to connect to server 192.162.3.122:31100. Root exception is java.security.AccessControlException: access denied (java.net.SocketPermission 192.162.3.122:31100

[JBoss-user] [Security JAAS/JBoss] - Re: Urgent production issue regarding to jboss security

2004-08-25 Thread ms26368
One more question: i didn't find 3.2.6RC2 on the download site. Is there any patch available that fix this issue? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846149#3846149 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: cannot switch from hypersonic to oracle

2004-08-25 Thread FearlessSpiff
could you fix it? I have exactly the same problem. But my jbosscmp-jdbc.xml is ok. All mapped nicely. What i could see is, that the jbosscmp-jdbc.xml is ignored by JBoss! Don't know why, but i can change what i like, the file isn't read by JBoss... I use the same software versions as you,

[JBoss-user] [JBoss.NET] - Which WS Toolkit to use with Jboss 3.2.4?

2004-08-25 Thread jmorrey
We have a Jboss 3.2.4 environment, and I'm trying to figure out what our best option is for building and consuming Web Services. I basically see three viable options: -Apache Axis 1.2 -Sun JSWDP 1.4 -Jboss' native Jboss.NET style web services Does anyone have an opinion as to which is best?

[JBoss-user] [Installation Configuration] - Re: Licensing Question for Custom Login Module

2004-08-25 Thread bdbogg
I just want to clarify to make sure... if I were to write a login module that extended one of the JBoss login modules (such as the AbstractServerLoginModule) and distribute this with a commercial application, the mods would need to be made available under LGPL. But if I were to write a login

[JBoss-user] [Beginners Corner] - Re: Hot Deployable Property Files

2004-08-25 Thread cortesr
I think I might have found a bug but I want to check here first before submitting the bug on SF.net. After some more testing I finally figured out why I am not able to hot deploy on my production machines but I'm able to do so on my staging environment. Actually, the hot deploy works fine but

[JBoss-user] [Beginners Corner] - Re: Hot Deployable Property Files

2004-08-25 Thread cortesr
I think I might have found a bug but I want to check here first before submitting the bug on SF.net. After some more testing I finally figured out why I am not able to hot deploy on my production machines but I'm able to do so on my staging environment. Actually, the hot deploy works fine but

[JBoss-user] [Beginners Corner] - Re: Hot Deployable Property Files

2004-08-25 Thread cortesr
I think I might have found a bug but I want to check here first before submitting the bug on SF.net. After some more testing I finally figured out why I am not able to hot deploy on my production machines but I'm able to do so on my staging environment. Actually, the hot deploy works fine but

[JBoss-user] [Beginners Corner] - Active Sessions and Hot Deployment [Possible Bug?]

2004-08-25 Thread cortesr
I think I might have found a bug but I want to check here first before submitting the bug on SF.net. After some more testing I finally figured out why I am not able to hot deploy on my production machines but I'm able to do so on my staging environment. Actually, the hot deploy works fine but

[JBoss-user] [Installation Configuration] - Re: where is my .xml file ?????

2004-08-25 Thread psevestre
try /WEB-INF/errormessages.xml (watch the capitalized WEB-INF) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846161#3846161 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846161

[JBoss-user] [EJB/JBoss] - CMP EJB2

2004-08-25 Thread Annapurna
Hi, I am trying to deploy a CMP bean (EJB2) in jboss3.2. I got the error EJB verification error warning: EJB must be specified public and abstract. So I changed my Bean class to abstract making all the set/get methods to abstract. It deployed correctly but now while testing when I call

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-25 Thread vebs
Hi to all, I tried all thing availabel on net and at present i am getting errors like 1. CommentEJBLocal cannot be resolved (or is not a valid return type) for the method getCommentLocal NewsDAO.java project_1/news/src/main/org/jboss/nukes/addons/modules/news/utils line 604 2.

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-25 Thread theute
There are as many methods to setup an eclipse project as people using Eclipse, but do not mix the methods. Restart from scratch if you are not sure what you are doing and follow the instructions in the wiki pages The answer to your problem is still the same: Generate the files by launching

[JBoss-user] [Beginners Corner] - Re: Hot Deployable Property Files

2004-08-25 Thread [EMAIL PROTECTED]
This sounds like an issue which how the properties are being read. Describe the full lifecycle of the properties through redeployment. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846167#3846167 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss JAAS x Tomcat's

2004-08-25 Thread [EMAIL PROTECTED]
Doing a JAAS login is independent of the FORM auth used to access secured web content. You cannot do a JAAS login from within a servlet and affect the secured identity tomcat sees at the web container level unless you create a custom FormAuthenticator or tomcat valve which interacts with the

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

2004-08-25 Thread [EMAIL PROTECTED]
No. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846169#3846169 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846169 --- SF.Net email is sponsored by

[JBoss-user] [HTTPD, Servlets JSP] - Re: HttpServletRequest.getServerPort() incorrectly returns 8

2004-08-25 Thread [EMAIL PROTECTED]
This works fine for me. The following snoop.jsp shows the ServerPort to be 8080 using the out of the box default configuration. | [EMAIL PROTECTED] import=java.io.*,javax.naming.*, | java.util.Date, | java.util.Enumeration % | html | | body

[JBoss-user] [Installation Configuration] - Re: Licensing Question for Custom Login Module

2004-08-25 Thread [EMAIL PROTECTED]
You did not say you were extending AbstractServerLoginModule in the first post. You said you were copying the SecureIdentityLoginModule and possibly modifying that. If you just link against jboss code by extending it in the java class sense, this is not creating a derived work which requires

[JBoss-user] [Installation Configuration] - Re: Remote JNDI/EJB Problems

2004-08-25 Thread rimmeraj
I found the problem. The server's machine name is resolving to localhost. It probably is in the default redhat setup View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846175#3846175 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: adding distributable/ garbles session id string

2004-08-25 Thread [EMAIL PROTECTED]
Why does the form of the session id matter? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846176#3846176 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846176 ---

[JBoss-user] [Security JAAS/JBoss] - Re: Urgent production issue regarding to jboss security

2004-08-25 Thread [EMAIL PROTECTED]
This is still running with a security manager or the java.net.Socket class would not be calling java.lang.SecurityManager.checkConnect. The 3.2.6RC2 code can be obtained from the cvs module: | cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss login | cvs -z3 -d:pserver:[EMAIL

[JBoss-user] [Beginners Corner] - Re: making http request from within a session bean

2004-08-25 Thread [EMAIL PROTECTED]
The only standard way is to use the java.net.URL class and parse the result yourself. The better approach is to use the commons HttpClient framework. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846177#3846177 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: How to clear HAJNDI's HARMI stub being cached in NamingC

2004-08-25 Thread [EMAIL PROTECTED]
Its in 3.2.5 so post a bug report with the example which illustrates the problem to sourceforge: http://sourceforge.net/tracker/?group_id=22866atid=376685 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846178#3846178 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Custom Auth Valve on jboss-3.2.5 w/tomcat

2004-08-25 Thread [EMAIL PROTECTED]
Post the valve code and configuration if you want help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846179#3846179 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846179

[JBoss-user] [Installation Configuration] - How to serve files with Apache that were deployed from a .WA

2004-08-25 Thread jjm
Hello, I had posted this to the HTTPD, Servlets JSP (http://www.jboss.org/index.html?module=bbop=viewtopict=53246) and have had no response yet. Please excuse me if re-posting is against ettiquite. I would like to know if this is possible. We have a web application that is packaged up and

[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-25 Thread cuoz
I wanted to provide an update: Increasing the JVM memory fixed the problem. Although I didn't actually see an OOME, I guess that was the cause of my problems. Thanks for the tips. Gary. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846181#3846181 Reply to

[JBoss-user] [JCA/JBoss] - Fiberbird XATransaction error: Could not enlist in transacti

2004-08-25 Thread lsalves
I'm having a problem with XATransaction on Firebird JDBC/JCA. I saw that some people have had the same problem with Oracle. My program executes de follow steps: GET USER_TRANSACTION BEGIN TRANSACTION GET CONNECTION VIA JDBC EXECUTE A QUERY CLOSE CONNECTION OPEN A

[JBoss-user] [Management, JMX/JBoss] - Can JFreeChart be moved to lib?

2004-08-25 Thread mrooney
I've seen a few posts in the forums related to the use of JFreeChart which is packaged within the console-mgr.sar. It seems to me that JFreeChart is making rapid advances in functionality that can be useful to applications deployed in JBoss. Having the jars packaged in the console requires

[JBoss-user] [JCA/JBoss] - Re: JCA/CICS has problem with JBoss4.0 RC1

2004-08-25 Thread chen_comp
You have to get from IBM. It is resource adapter for CICS. Just copy XX-ds.xml into deploy directory. Regards, Chen View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846189#3846189 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: where is my .xml file ?????

2004-08-25 Thread jim_stoll
give that man a CEEGAR! Worked! Thank you :)) Jim View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846191#3846191 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846191

[JBoss-user] [Messaging, JMS JBossMQ] - HA-JMS Transactions

2004-08-25 Thread storstast
Hi, I've a problem with messages that gets posted on a HA-JMS queue before the transaction has been committed. Hence, the message will be delivered even though, later on, the transaction is been marked for roll back. The same scenario with ordinary JMS works just fine (no message is delivered if

[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-25 Thread MilesParker
theute wrote : MilesParker, i think you forgot to commit the HTMLModule.java file, there is no hook to your plugin. I had forgotten it! (First time using cvs.) Its in there now, let me know what you think. View the original post :

[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-25 Thread MilesParker
cuoz wrote : I wanted to provide an update: Increasing the JVM memory fixed the problem. Although I didn't actually see an OOME, I guess that was the cause of my problems. What do you have it at? I'm at 800MB IIRC correctly, but still have issues. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Updating login information

2004-08-25 Thread [EMAIL PROTECTED]
See how to flush the credential cache here: http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846195#3846195 Reply to the post :

[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-25 Thread cuoz
This is a really low-end box with only 384MB ram. I have the JVM set for 256MB. It's running on a very stripped down Debian linux and runs fine. I have only done small uploads so far (~100k), but at least it's working. View the original post :

[JBoss-user] [Beginners Corner] - Re: Hot Deployable Property Files

2004-08-25 Thread cortesr
We have an Ant task that creates a properties.jar file with one file in it (a properties file) and copies the created JAR to the deploy folder. The deploy folder is listed in the jboss-service.xml file as a valid URL within the URLDeploymentScanner MBean. When the JBoss system is started,

[JBoss-user] [JBoss.NET] - Re: Which WS Toolkit to use with Jboss 3.2.4?

2004-08-25 Thread dhartford
The Jboss.NET works, and is really easy and very quick to deploy if using the xdoclet-jboss-net module (just add a little bit to your existing ejb/business code and go). But you'll have to talk to the dev's about how easy/impossible it will be to migrate webservices from Jboss.NET to

[JBoss-user] [Security JAAS/JBoss] - Re: Submitting a login

2004-08-25 Thread [EMAIL PROTECTED]
1. The servlet spec defined action for FORM based authentication. 2. Yes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846200#3846200 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846200

[JBoss-user] [EJB/JBoss] - Re: Obtaining client IP within server-side Interceptor

2004-08-25 Thread [EMAIL PROTECTED]
There is no portable way to do this. You would have to write your own invoker that associated the request endpoint address with each request. Look at the org.jboss.invocation.pooled.server.PooledInvoker code. View the original post :

[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-25 Thread theute
MilesParker wrote : I had forgotten it! (First time using cvs.) Its in there now, let me know what you think. I just tried it, it works very well. We will just have to do more error handling, i didn't put the / at the end and it complained that i forget the first /, took me few seconds to see

[JBoss-user] [Security JAAS/JBoss] - Re: Why does JAAS require that functions be coupled to roles

2004-08-25 Thread [EMAIL PROTECTED]
This has nothing to do with JAAS, its the J2EE declarative security model. Its a deployment time binding. If that does not work for you then you need to introduce custom security via an ejb interceptor. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Resource Adapter: subject always null

2004-08-25 Thread [EMAIL PROTECTED]
How is the resource adaptor configured in the *-ds.xml descriptor? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846206#3846206 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846206

[JBoss-user] [Security JAAS/JBoss] - Re: SSO in jboss 3.2.5

2004-08-25 Thread [EMAIL PROTECTED]
Its the same valve configured in the jbossweb-tomcat50.sar/server.xml | !-- Uncomment to enable single sign-on across web apps | deployed to this host. -- | Valve className=org.apache.catalina.authenticator.SingleSignOn |debug=0/ |

[JBoss-user] [EJB/JBoss] - javax.ejb.ObjectNotFoundException: No such entity!

2004-08-25 Thread balteo
Sorted! I have just realized that I had an error in my ant script. One of the jboss DDs was just not included in the jar Julien. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846210#3846210 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Configuring for application context root '/'

2004-08-25 Thread jjm
Try adding the following file as /WEB-INF/jboss-web.xml in your application. jboss-web context-root//context-root /jboss-web Deploy your application again. You should now be able to access it via http://server[:port]/ Hope this helps, Josh View the original post :

[JBoss-user] [Beginners Corner] - javax.naming.NameNotFoundException: StoreAccessBean not boun

2004-08-25 Thread tony1929
I am running the following tutorial : Tutorial for building J2EE Applications using JBOSS and ECLIPSE Chapter 3. When I run the tutorial I get the following error : javax.naming.NameNotFoundException: StoreAccessBean not bound it seems to be a common problem although no one has yet posted a

[JBoss-user] [EJB/JBoss] - A CMR collection may only be used within the transction in w

2004-08-25 Thread balteo
Hello, I am running into the following problem (see exception stack below). I have not been able to establish what the problem is. I tried setting all transaction attributes to supports and then to Required and nothing seems to work. Can anyone help? My sources are here

[JBoss-user] [Beginners Corner] - Can this be implemented in JBOSS? How (general outline/howt

2004-08-25 Thread rpickett
Here are some common problems/issues with our current non-JBOSS environment. Q Can these issues be overcome in JBOSS? How? (general outline/howto)? Something to add to the wouldn't be great if list. If we had Single Signon up and working: Each module could be its own separate project.

[JBoss-user] [Installation Configuration] - Re: URL Encoded Characters with j2sdk 1.4.2

2004-08-25 Thread JanPrill
Hi, Bruno, things you may try: 1. Put export LANG=fr_FR (de_DE or your country equivalent on the beginning of your $JBOSS_HOME/bin/run.sh 2. Put the equivalent of LANG=de_DE.UTF-8 SUPPORTED=de_DE.UTF-8:de_DE:de in your /etc/sysconfig/i18n and #source /etc/sysconfig/i18n Best regards Jan

[JBoss-user] [EJB/JBoss] - Problem with bean/ejb-jar.xml not getting updated

2004-08-25 Thread r_raman
I am using Jboss 3.2.5 on Windows XP. I notice that sometimes if I redeploy the bean, the changes are not picked up. The problem is not limited to the bean classes alone, quite often the changes to ejb-jar.xml and jboss.xml aren't picked up either. Does jboss cache the jars somewhere that it

[JBoss-user] [Nukes User] - [Nukes] Theme deployment question

2004-08-25 Thread rgimbel
Hello- I am working on creating my first theme for JBoss nukes and have deployed the theme that I have created so far. Once I apply the theme to my site all the graphics show up as broken links, but the scripts and style sheets come through fine. The graphic files are in the jar file and

[JBoss-user] [Installation Configuration] - Re: Failed to lookup securityDomain=jbossmq

2004-08-25 Thread yooda
me too :( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846222#3846222 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846222 --- SF.Net email is sponsored by

[JBoss-user] [Beginners Corner] - Any recommendation for a good simple JBoss Tutorial using CM

2004-08-25 Thread tony1929
Is there a good simple tutorial that sjows how to build J2EE applications including CMP and JMS. Not the Tutorial for building J2EE Applications using JBOSS and ECLIPSE that has too many unresolved problems, and I would rather spend time learning the code rather than spending time trying to

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: StoreAccessBean not

2004-08-25 Thread vashistvishal
http://www.jboss.org/index.html?module=bbop=viewtopict=36910 Check this and hopefully will get yr solution. Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846224#3846224 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: XML Parser cannot parse Files with spaces in their names

2004-08-25 Thread [EMAIL PROTECTED]
2004-08-05 13:46:35,432 INFO [STDOUT] java.io.FileNotFoundException: C:\jboss-3.2.4\server\default\deploy\cm.ear\cm.war\htm\Rep\Gland%205.xml 2004-08-05 13:46:35,432 INFO [STDOUT] at org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:71) 2004-08-05 13:46:35,432 INFO

[JBoss-user] [HTTPD, Servlets JSP] - jboss and pluto

2004-08-25 Thread opus1999
I am trying to get the current version of pluto to run on jboss 3-2.5. It kind of runs if you explan the pluto.war file into /jboss-3.2.5/server/default/deploy/pluto.war if you then put the testsuite into /jboss-3.2.5/server/default/deploy/testsuite the testsuite runs. However, if you place

[JBoss-user] [Persistence CMP/JBoss] - Re: Inst. Per Tx with Cache Invalidation?

2004-08-25 Thread ioparra
Thanks Alex, just a few more questions: Sorry for taking so long, I wanted to have a look at the new container 1)I noticed that the their is no Cache Invalidation trigger for this container. Since it is commit option C, how long does this cache live? Is it invalidated by the

[JBoss-user] [HTTPD, Servlets JSP] - Differences between 3.2.4 and 3.2.6RC1

2004-08-25 Thread triathlon98
I have a ear with a contained war. That war file uses FORM based authentication. When migrating from 3.2.4 to 3.2.6RC1, I can no longer login. It still displays my login page properly, but then gives me an error that login was not possible. I have not changed anything about the configuration

[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-25 Thread rgimbel
I have discovered that the GIF images seem to be getting corrupted during the build process. I can view the images fine in the src/resources/mytheme-lib-jar/org/jboss/nukes/addon/themes/mytheme/images, but after the build I go to use the same file viewer and I get the following error:

[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-25 Thread rgimbel
That fixed it.. Something in the build process was breaking my GIF images. I copied the original GIF's from the src directory over top of the files in the output directory and rebuilt the sar file and deployed.. the graphic images came right up like they are suppose to. So this leads me to

[JBoss-user] [Beginners Corner] - secure web console

2004-08-25 Thread awamser
There is what I've done so far... 1. moved web-console.war to new dir and extracted it (jav -xvf web-console.jar) 2. edit web.xml - uncomment the security-constrint block edit jboss-web.xml - uncomment the security-domain block. 3. edit user properties file and set admin= 4. recreated the

[JBoss-user] [Beginners Corner] - secure web console

2004-08-25 Thread awamser
There is what I've done so far... 1. moved web-console.war to new dir and extracted it (jav -xvf web-console.jar) 2. edit web.xml - uncomment the security-constrint block edit jboss-web.xml - uncomment the security-domain block. 3. edit user properties file and set admin= 4. recreated the

[JBoss-user] [JBoss Getting Started Documentation] - Re: No database manager available

2004-08-25 Thread ksbeattie
In the hopes that this will nudge someone in the know to post a suggestion or solution to this problem: I too am experiencing this same 'Failed to start database manager' issue. TIA... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846234#3846234 Reply to

[JBoss-user] [The Lizzard's corner] - Probably off topic, but the search on this forum is broken!

2004-08-25 Thread r_raman
The search results are not what one would expect, especially when click on Search for all terms. Looks like it still looks for any instead of all. Apart from this I have seen messages like Page 2 of 1 while browsing some posts. I know a couple of more websites which use the same message board

[JBoss-user] [Beginners Corner] - Re: secure web console

2004-08-25 Thread awamser
I've also tried to rename the users and roles properties files. When jboss loads I am seeing the following error messaegs on the console. 21:20:26,471 INFO [NamingService] Started jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server [EMAIL PROTECTED]

[JBoss-user] [Beginners Corner] - Re: secure web console

2004-08-25 Thread awamser
Ignore this post, it was doubled posted... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846237#3846237 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846237 --- SF.Net

[JBoss-user] [Performance Tuning] - Re: Memory problems?

2004-08-25 Thread clebertsuconic
Why you guys don't try to use jboss-profiler. It's a new project inside JBoss, but I have worked on this for one year now, and it's pretty stable. I know that the front-end (which is based on a Web application) doesn't have the best design approach, but it has all information you might need.

[JBoss-user] [Installation Configuration] - Re: Server not starting : HELP

2004-08-25 Thread muralikri_bng
Thank u JIM. We have no automatic restart and the the user logged into the W2k server has administrative rights. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846241#3846241 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: org.apache.jasper.JasperException

2004-08-25 Thread lee_yuki2000
There isn't any error. It only happen if there is alot of data on the page. Could it be too many data? The log is as below: 2004-08-27 03:40:27,526 DEBUG [org.apache.struts.action.RequestProcessor]

[JBoss-user] [HTTPD, Servlets JSP] - Re: Differences between 3.2.4 and 3.2.6RC1

2004-08-25 Thread [EMAIL PROTECTED]
FORM auth works fine for securing the jmx-console.war in 3.2.6RC1 for me so create a bug report on sourceforge with an example war. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846243#3846243 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: JBoss 3.2.5 and Dom4J

2004-08-25 Thread [EMAIL PROTECTED]
You can override the dom4.jar version using scoped class loading. See the Isolation with Overriding section of the following: http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration The dom4j.jar must be in the scoped deployment for its classes to override the lib version. View

  1   2   >