[JBoss-user] [Management, JMX/JBoss] - Re: AdventNet SNMP 5.0 Adaptor and JBoss 4

2005-05-20 Thread thiyagu_807
Hi Eric, The support for JBoss 4.x is not available with 'Adventnet Snmp Adaptor for JMX 5.0' base version. It will be available in next our patch (to be released soon). In case you need any clarifications regarding AdventNet Snmp Adaptor product, you can also mail us at [EMAIL PROTECTED] .

[JBoss-user] [JBossWS] - Re: Problem accessing a web service

2005-05-20 Thread kalparser
I fixed the problem by Setting the UseJbossWebLoader back to true: attribute name=UseJBossWebLoadertrue which is located at: jboss-4.0.2/server/default/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml This is happening because util.jar is defined in the EAR, and some of the WEB

[JBoss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn help

2005-05-20 Thread bstansberry
Here's what I believe is happening: Original request goes to server A. A's FormAuthenticator detects the need for a login, so it caches the request info in the session object and sends the login page. The request info is cached so the originally requested URL can be returned once

[JBoss-user] [Performance Tuning] - custom RMI SocketFactory

2005-05-20 Thread tramod
I implemented a simple SocketFactory which creates a compressing socket using GZipInput/OutputStream. I added the following to jboss-service.xml: | mbean code=org.jboss.invocation.jrmp.server.JRMPInvoker | name=jboss:service=invoker,type=jrmp | attribute

[JBoss-user] [JBoss Portal] - Re: Display of German characters

2005-05-20 Thread martingi
The problem was to display german characters in the rendered html output of a portlet. But it seems to be ok, after I set the encoding in the portlet jsp explicitly to %@ page contentType=text/html; charset=UTF-8 pageEncoding=UTF-8 % Furthermore I set the $LANG in fedora with similar values,

[JBoss-user] [JBossCache] - Re: Standalone TreeCache with Configured LRU policy???

2005-05-20 Thread Cork
Okay then is there some documentation how to configure this for standalone use. ie what xml I need and where to put it etc. Maybe an example would be good. Many Thanks Peter View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878508#3878508 Reply to the post :

[JBoss-user] [JBossCache] - Re: Standalone TreeCache with Configured LRU policy???

2005-05-20 Thread Cork
Also is the LRU limited to 20,000 items or is this also configurable? Cheers Peter View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878510#3878510 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878510

[JBoss-user] [Installation Configuration] - Re: Jboss AP 4.0.0 upgarde to 4.0.2

2005-05-20 Thread beyarecords
Does nobody really know the answer to this question in Jboss land?!! Can anyone tell me how to deploy hibernate files in 4.0.2 if not via the hibernate.har structure? Why is there no documentation for this? I have checked the WIKI and read the hibernate2 to hibernate3 process required to

[JBoss-user] [EJB/JBoss] - How to deploy hibernate.har (4.0.0) into 4.0.2

2005-05-20 Thread beyarecords
Does anybody know the answer to this question in Jboss land?!! Can anyone tell me how to deploy hibernate files in 4.0.2 if not via the hibernate.har structure? Why is there no documentation for this? I have checked the WIKI and read the hibernate2 to hibernate3 process required to make the

[JBoss-user] [Beginners Corner] - Re: Can't run two projects at the same time

2005-05-20 Thread staffan
Thanks for the help, but I still can't get this to work. First of all I had to construct a jboss-web.xml, I didn't have any from the beginning. First I had some problem with that the server stoped reding my web.xml when I added the jboss-web.xml but I think I sorted that out. Anyway it still

[JBoss-user] [JBossCache] - JdbcCacheLoader Problem

2005-05-20 Thread jayyoung
jbosscache1.2.2 import org.jboss.cache.PropertyConfigurator; import org.jboss.cache.TreeCache; import org.jboss.cache.loader.JDBCCacheLoader; public class CacheLoaderTest { public static void main(String[] args) throws Exception { TreeCache tree=new TreeCache();

[JBoss-user] [JBossCache] - Re: JdbcCacheLoader Problem

2005-05-20 Thread jayyoung
java.lang.IllegalStateException: Missing required property: cache.jdbc.password at org.jboss.cache.loader.JDBCCacheLoader.getRequiredProperty(JDBCCacheLoader.java:1207) at org.jboss.cache.loader.JDBCCacheLoader.setConfig(JDBCCacheLoader.java:115) at

[JBoss-user] [Javassist user questions] - problem with class,method,field intercept

2005-05-20 Thread icecrash
i use javassist.reflect api , ,and i want to intercept when a class ,method,filed is called, i tried ,but i can intercept only the class with the main method,i use javssist.Loader for Run the class,how i can do? View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-20 Thread pepite
It turns out that I had to add a local-jndi-name in the jboss.xml. (as Scott kindly mentioned). However, reading the jboss_4_0.dtd this tag is not allowed, it's why I did not quite understand. So now I have the following: | message-driven |

[JBoss-user] [Installation Configuration] - How to enable application loading in ISOLATION Mode..?

2005-05-20 Thread r_sugu
Hi, I am using Jboss3.2.2 and jdk 1.4.2.07, i am trying to install Adobe formserver on top this installation for which it requires certain jar files based on the installation procedures i followed the steps and it works fine with the samples given by adobe. Now when i am creating my own

[JBoss-user] [Management, JMX/JBoss] - How to establish secure JMX connection to JBoss?

2005-05-20 Thread plutus
Is it possible to encrypt the MBeanServerConnection to the JBoss? Thanks, Marcel View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878521#3878521 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878521

[JBoss-user] [Beginners Corner] - Embedded Tomcat

2005-05-20 Thread eclipse
Hi all, I have Tomcat 5.X running within JBoss as Service! can anyone tell me how can i define a new context that points to a directory structure at the same level as the deploy directory within jboss. server .|---deploy .|.|-- .|

[JBoss-user] [Persistence CMP/JBoss] - Re: Hibernate 3 unable to update or delete

2005-05-20 Thread jukvaa
Hi, I'm having similar problems, but I'm not using EJB3, just EJB2 session beans + Hibernate persistence. Something that Steve Ebersole said in the JIRA (http://jira.jboss.com/jira/browse/JBAS-1828) caught my attention. I have been using following pattern when using hibernate from session

[JBoss-user] [Persistence CMP/JBoss] - upgrade to ejb2.1

2005-05-20 Thread hatoug
Hi, I use jboss 3.2.1 with tomcat 1.4.24. I have some entity ejbs and I want to use cast in a query. But my version of ebj ql does not support. I try to use SQL92 but same problem. I see that ejbQL2.1 support cast, how can I use it ? NB : For SQL92, I put

[JBoss-user] [Messaging, JMS JBossMQ] - Invalid transaction id error

2005-05-20 Thread jaikiran
Hi, I am working on JBoss-3.2.3. I have a standalone class which tries writing to a JMS queue. I have been getting the following exception, every time i try sending a message: Invalid Transaction Id My code is as follows: Context ctx = new InitialContext(); |

[JBoss-user] [EJB/JBoss] - upgrade to EJB QL 2.1

2005-05-20 Thread hatoug
Hi, I use jboss 3.2.1 with tomcat 1.4.24. I have some entity ejbs and I want to use cast in a query. But my version of ebj ql does not support. I try to use SQL92 but same problem. I see that ejbQL2.1 support cast, how can I use it ? NB : For SQL92, I put

[JBoss-user] [Security JAAS/JBoss] - To protect Web with JBOSS

2005-05-20 Thread sergioku
Hello, I want to protect all a Web, to accede watches a BB.DD oracle. In tomcat I have managed it to make modifying web.xml of my application and server.xml where I define realm for my data base. In JBOSS I have tried to do the same but it does not work, I have assumed that server.xml is

[JBoss-user] [Security JAAS/JBoss] - Re: Principal sharing

2005-05-20 Thread tcherel
Scott, Thanks for the answer. I agree that it is not likely that the web browser will be able to provide custom credentials. But I also do not think that I have to go that far as the unique id that I want to add to the principal to make it unique could be generated right at the tomcat/JBoss

[JBoss-user] [Messaging, JMS JBossMQ] - Unnecessary exceptions while shutting down jboss jms server

2005-05-20 Thread irfan1078
I am trying to build a common JMS Logger. As a fail over, in case the Jboss JMS server is shut down the client application should revert back to log the corressponding log in a file. I have used my own ExceptionListener. But as soon as when I shutdown Jboss server the log is written down in a

[JBoss-user] [Beginners Corner] - Re: Two DataSources (correct version)

2005-05-20 Thread morenito9000
You can create any number of datasources. Dont modify the standardjbosscmp-jdbc.xml. Thats the default configuration and you shouldnt be modifying it. OK, I emptied default section in standardjbosscmp-jdbc.xml (now it's in its original version) and I put the section in my jbosscmp-jdbc.xml

[JBoss-user] [Management, JMX/JBoss] - How to register an MBean in JNDI Context..?

2005-05-20 Thread umeshs79
Hi, I am new in JBoss/JMX development. I have created a simple MBean and it works fine for me. Now my requirement is that I need to register this MBean in JBoss JNDI Context and need to access it from JNDI Context. So please help me how and where I register my MBean in JNDI context..? Is there

[JBoss-user] [Management, JMX/JBoss] - Re: How to bind an MBean to JNDI, then access from within ap

2005-05-20 Thread umeshs79
Hi All, I also need to do the same is this the right approach or you had find the better approach. Please reply. Thanks Umesh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878538#3878538 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: How to enable application loading in ISOLATION Mode..?

2005-05-20 Thread schrouf
Have a look into your jboss-service.xml (at least this is the place in JBoss-3.2.6, I don't know if it's the same place for 3.2.2). Look for EARDeployer. |!-- EAR deployer (mobilcom: activate EAR classpath isolation) -- |mbean code=org.jboss.deployment.EARDeployer

[JBoss-user] [JBossCache] - Re: Lock Acquisition Timeouts In JBC 1.2.1

2005-05-20 Thread neilalbiston
Its all working fine now. Replication set to Synchronised. No deadlock errors. Customers are happy. Helkpdesk is quiet again and I understand the cache a little better. Thank you for your quick response, it saved the day. Neil View the original post :

[JBoss-user] [JBossWS] - Re: Server exception not getting through to client

2005-05-20 Thread [EMAIL PROTECTED]
This is just logging. Is the fault message generated and propagated to the client? Does the client (if jbossws) unmarshall the fault correctly? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878540#3878540 Reply to the post :

[JBoss-user] [Installation Configuration] - Shutting Down a Second Instance of JBoss

2005-05-20 Thread mhebert
I am running a test installation of JBoss 4.0.2 on Windows 2000 (SP4) with Sun JDK 1.4.2_07. I have set up two instances of JBoss (slightly modified 'all' server config) using the binding manager (one is running as 'ports-default', the other is running as 'ports-01'). I can start them up just

[JBoss-user] [Installation Configuration] - Re: Shutting Down a Second Instance of JBoss

2005-05-20 Thread mhebert
And to answer my own question... JNP runs on 1099 in 'ports-default'. RMI is running on 1098, hence the hanging. I assumed that the same port used for (RMI) JMX access would be where shutdown requests are sent. If I had watched more closely on server startup, I would have seen this:

[JBoss-user] [EJB/JBoss] - ClassCastException with EJBs

2005-05-20 Thread spelux
Hi i'm having some problems deplying servlets. This is the error: java.lang.ClassCastException com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:293) javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:134)

[JBoss-user] [Beginners Corner] - again a hello World servlet

2005-05-20 Thread Cinimod
hi, i have a helloWorldServlet and it works fine in another application server. The only problem that i have is that the jboss-web.xml seems to be wrong: | ?xml version=1.0 encoding=UTF-8? | !DOCTYPE jboss-web PUBLIC -//JBoss//DTD Web Application 2.2//EN

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank - app-client.jar

2005-05-20 Thread Andre1001
I'm using target run-client on jboss-build.xml and trying to put breakpoints in BankAmin.java, but i doesn't stop!!! Eclipse ignores them:( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878547#3878547 Reply to the post :

[JBoss-user] [JBossCache] - Re: Transaction commit and replication

2005-05-20 Thread a045103
Does the replication happen on another thread, such that after the JTA transaction commits (initiating the replication), it can perform other work in parallel with the replication? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878543#3878543 Reply to the

[JBoss-user] [JBoss Portal] - How to movefrom struts MVC to portlets?

2005-05-20 Thread ivanlc
Hi all, I have been working with Struts combined with XDoclet for a while but I am considering using JBoss Portal and Portlets for our next development project. Can the experts suggest a roadmap to move from Struts development to portlets development? Should the MVC paradigm be maintained? Is

[JBoss-user] [Management, JMX/JBoss] - Re: How to register an MBean in JBoss JNDI Context..?

2005-05-20 Thread [EMAIL PROTECTED]
Moved to user forum. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878549#3878549 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878549 --- This SF.Net email is

[JBoss-user] [Security JAAS/JBoss] - JAAS Subject Based Authorization

2005-05-20 Thread nmuralid
My application does Subject-based JAAS authorization calls in a standard way (Subject.doAsPriv + checkPermission). I'm looking at porting such an application into JBoss What APIs must I use to get hold of the current Subject in an EJB / WebApp? Is there any configuration using which the

[JBoss-user] [EJB/JBoss] - Re: JBossAS 4.0.2 default ORB instance is not binded to

2005-05-20 Thread [EMAIL PROTECTED]
User Question - User Forums View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878551#3878551 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878551 --- This SF.Net email is

[JBoss-user] [Messaging, JMS JBossMQ] - Getting java.lang.IllegalArgumentException when setting stri

2005-05-20 Thread gmoh
I'm getting an IllegalArgumentException when setting a property with a dot in the property name saying it is not a valid java identifier Could someone explain what this means? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878548#3878548 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: [b]JasperException: Unable to compile class for JSP[/b]

2005-05-20 Thread KaiB
I had a similar problem when I called a JSP in my Browser. Instead of an error in opening \struts-config_1_1.dtd I had the same problem with html-basic.tld (Im working with JSFs). After I removed html-basic.tld and jsf-core.tld from my war-file (excluded those tlds by changing the packaging

[JBoss-user] [EJB/JBoss] - Re: ClassCastException with EJBs

2005-05-20 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878554#3878554 Reply to the post :

[JBoss-user] [JBossWS] - Re: Problem accessing a web service

2005-05-20 Thread [EMAIL PROTECTED]
A JBossWebLoader value of false will create a new classloader per war, but that classloader should still delegate to the parent class loader (in your case the ear classloader). The only thing that changes when you set this to true is that classes in your war are added to the ear. So, only if

[JBoss-user] [The Lizzard's corner] - Re: contribution or fork

2005-05-20 Thread [EMAIL PROTECTED]
As always, you should speak to lawyer about legal issues. IANAL, etc. http://www.jboss.com/company/aboutopensource I would however strongly discourage you from a fork. If a patch is rejected, it probably means you did it wrong, designed it wrong or didn't explain it properly/fully. It is

[JBoss-user] [Security JAAS/JBoss] - Re: Principal sharing

2005-05-20 Thread [EMAIL PROTECTED]
That particular usage could probably be encapsulated into this feature request: http://jira.jboss.com/jira/browse/JBAS-1802 A principal factory could be added so that the tomcat caching principal is using the custom principal as the security domain principal. View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: URGENT! java.lang.IllegalStateException: Failed to find

2005-05-20 Thread raghava
hi , Iam facing problem with stauful session Bean. i have 2 create methods one accepts a parameteter userName and other with no parameter public void ejbCreate(String userName) throws CreateException { } public void ejbCreate( ) throws CreateException { } now from the client

[JBoss-user] [JBossWS] - Re: complex types with xdoclet 1.2.3

2005-05-20 Thread [EMAIL PROTECTED]
Nope the wsee in xdoclet is an incomplete. See question 1 in the FAQ http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ -Jason View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878559#3878559 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Getting java.lang.IllegalArgumentException when setting

2005-05-20 Thread genman
http://javaalmanac.com/egs/java.lang/IsJavaId.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878561#3878561 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878561

[JBoss-user] [Persistence CMP/JBoss] - Re: Hibernate 3 unable to update or delete

2005-05-20 Thread garbett
Let's move this to another thread on the forum. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878562#3878562 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878562 ---

[JBoss-user] [Persistence CMP/JBoss] - Hibernate In Action/HibernateUtil/JBoss4+Hibernate3 Problem

2005-05-20 Thread garbett
The class HibernateUtil recommended in the book Hibernate In Action by Bauer King doesn't work correctly under Hibernate3 in JBoss4. Here is the description from another thread: http://www.jboss.org/index.html?module=bbop=viewtopicp=3878562#3878562 And a closed bug report with details:

[JBoss-user] [Installation Configuration] - Is it necessary to rename mysql table user to xuser?

2005-05-20 Thread [EMAIL PROTECTED]
I've seen several CMP EJB JBoss messages about rename user to xuser? Is this really a conflict or just a sql selection alias issue? -Thanks -Pat View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878564#3878564 Reply to the post :

[JBoss-user] [Installation Configuration] - Using Ant to Configure JBoss from SCM

2005-05-20 Thread garbett
I have the original JBoss 4.0.2 source and the EJB3.0 source in CVS (any Software Configuration Management tool will work), along with the configuration files. I also have some other pieces and bits that need installation. To put it all together I use an Ant build file that assembles the works.

[JBoss-user] [Persistence CMP/JBoss] - Re: Hibernate In Action/HibernateUtil/JBoss4+Hibernate3 Prob

2005-05-20 Thread garbett
Link to bug report got truncated, here's the actual link: http://jira.jboss.com/jira/browse/JBAS-1828 Sorry about that View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878566#3878566 Reply to the post :

[JBoss-user] [JBossWS] - Webservices, EJB 3.0, and annotations

2005-05-20 Thread kkoster
Is there any support for webservice annotations in the EJB 3.0 preview? I haven't found any and haven't found anything searching the forums or the web. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878567#3878567 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: ClassCastException with EJBs

2005-05-20 Thread spelux
So what i have to do? I understood that probably it is a problem of version, now i'm trying to test it on an older version of JBoss. But if that test would fail what i could do? Thx a lot ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878569#3878569 Reply

[JBoss-user] [Installation Configuration] - Re: Jboss AP 4.0.0 upgarde to 4.0.2

2005-05-20 Thread beyarecords
If I rename hibernate.har to hibernate or hibernate.[ear|sar] then an attempt is made to deploy the folder and an error is thrown up because various meta-inf files are missing. If I then rename the folder back to hibernate.har nothing happens at all. What is going on here View the original

[JBoss-user] [JBossCache] - Re: Standalone TreeCache with Configured LRU policy???

2005-05-20 Thread [EMAIL PROTECTED]
No, but it buffer size is fixed so you will need to tune your time to live and also the eviction thread frequency (wakeUpIntervals). -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878573#3878573 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: ClassCastException with EJBs

2005-05-20 Thread spelux
It was just a problem of JBoss version!! Now it runs!!! Bye bye! ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878575#3878575 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878575

[JBoss-user] [JBossCache] - Re: Transaction commit and replication

2005-05-20 Thread [EMAIL PROTECTED]
You can set the treecache.xml cacheMode from REPL_SYNC to REPL_ASYNC such that you have more concurrency. Check the documentation. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878577#3878577 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank - app-client.jar

2005-05-20 Thread Andre1001
yess... I've got:) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878574#3878574 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878574 --- This SF.Net email is

[JBoss-user] [JBossCache] - Re: Lock Acquisition Timeouts In JBC 1.2.1

2005-05-20 Thread [EMAIL PROTECTED]
Yes, if it is just one node, the locking granularity is on the node! So you should create a tree if you can. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878576#3878576 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Empty popup box when requested an client certificate

2005-05-20 Thread HuntEthan
Hello, I've configured mutual authentication with JBoss 4.0.2 referring to http://wiki.jboss.org/wiki/Wiki.jsp?page=SSLSetup Everything seems to work, since I realized that IE is popping up a blank box for me to select my certificate. Do you happen to have any ideas as to what is happening

[JBoss-user] [JNDI/Naming/Network] - JBossAS 4.0.2 default ORB instance is not binded to java:co

2005-05-20 Thread qdotlu
Per J2EE specification, All web, enterprise bean, and application client containers are required to provide an ORB instance in the JNDI namespace under the name java:comp/ORB I am using the following code to try get ahold of the default ORB instance in the EJB code: InitialContext context =

[JBoss-user] [JBossWS] - Re: JAXB/JAXRPC 2.0 EA in JBoss 4.0.2 blues

2005-05-20 Thread hr_stoyanov
Sorry-, ... for not paying attention tothis forum. I posted the solution to the JAX-RPC/JAXB 2.0 forum at java.net. Here is a copy of it: - I kind of did that and it appears to work, so here are the steps: 1) Remove the JAXP jars from

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Getting java.lang.IllegalArgumentException when setting

2005-05-20 Thread gmoh
Thanks, why does a property name have to be a java identifier? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878587#3878587 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878587

[JBoss-user] [Messaging, JMS JBossMQ] - RedeliveryLimit/RedeliveryDelay not working - JBOSS4.0.1sp1

2005-05-20 Thread rtompot
My TOPIC is defined as follows: | mbean code=org.jboss.mq.server.jmx.Topic name=jboss.mq.destination:service=Topic,name=myTopic | depends optional-attribute-name=DestinationManager |jboss.mq:service=DestinationManager/depends | attribute name=RedeliveryDelay20/attribute |

[JBoss-user] [Messaging, JMS JBossMQ] - RedeliveryLimit/RedeliveryDelay not working - JBOSS4.0.1sp1

2005-05-20 Thread rtompot
My TOPIC is defined as follows: depends optional-attribute-name=DestinationManager jboss.mq:service=DestinationManager 20 attribute name=RedeliveryLimit3 My client is using CLIENT_ACKNOWLEDGE and works fine as far as receiving message of off myTopic, except that nacked messages are

[JBoss-user] [Messaging, JMS JBossMQ] - RedeliveryLimit/RedeliveryDelay not working - JBOSS4.0.1sp1

2005-05-20 Thread rtompot
My TOPIC is defined as follows: | mbean code=org.jboss.mq.server.jmx.Topic name=jboss.mq.destination:service=Topic,name=myTopic | depends optional-attribute-name=DestinationManager |jboss.mq:service=DestinationManager/depends | attribute name=RedeliveryDelay20/attribute |

[JBoss-user] [Installation Configuration] - JBoss support for J2EE 1.4 2005Q1 release J2SE 5.0

2005-05-20 Thread noliver
Is J2SE 5.0 supported in JBoss 4.0.x? What steps would be necessary to upgrade a JBoss 4.0.1 server to the latest J2EE 1.4 SDK? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878591#3878591 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - RedeliveryLimit/RedeliveryDelay not working - JBOSS4.0.1sp1

2005-05-20 Thread rtompot
My TOPIC is defined as follows: | mbean code=org.jboss.mq.server.jmx.Topic name=jboss.mq.destination:service=Topic,name=myTopic | depends optional-attribute-name=DestinationManager |jboss.mq:service=DestinationManager/depends | attribute name=RedeliveryDelay20/attribute |

[JBoss-user] [Messaging, JMS JBossMQ] - RedeliveryLimit/RedeliveryDelay not working - JBOSS4.0.1sp1

2005-05-20 Thread rtompot
My TOPIC is defined as follows: | mbean code=org.jboss.mq.server.jmx.Topic name=jboss.mq.destination:service=Topic,name=myTopic | depends optional-attribute-name=DestinationManager |jboss.mq:service=DestinationManager/depends | attribute name=RedeliveryDelay20/attribute |

[JBoss-user] [Messaging, JMS JBossMQ] - RedeliveryLimit/RedeliveryDelay not working - JBOSS4.0.1sp1

2005-05-20 Thread rtompot
My TOPIC is defined as follows: | mbean code=org.jboss.mq.server.jmx.Topic name=jboss.mq.destination:service=Topic,name=myTopic | depends optional-attribute-name=DestinationManager |jboss.mq:service=DestinationManager/depends | attribute name=RedeliveryDelay20/attribute |

[JBoss-user] [Persistence CMP/JBoss] - Re: Hibernate In Action/HibernateUtil/JBoss4+Hibernate3 Prob

2005-05-20 Thread garbett
I've been playing with it today, and the best solution seems to be to not use HibernateUtil. The reason it was created was to solve many of the problems that are taken care of by org.jboss.hibernate.session.HibernateContext. Usage of HibernateContext results in less code. The same amount in the

[JBoss-user] [Messaging, JMS JBossMQ] - RedeliveryLimit/RedeliveryDelay not working - JBOSS4.0.1sp1

2005-05-20 Thread rtompot
My TOPIC is defined as follows: | mbean code=org.jboss.mq.server.jmx.Topic name=jboss.mq.destination:service=Topic,name=myTopic | depends optional-attribute-name=DestinationManager |jboss.mq:service=DestinationManager/depends | attribute name=RedeliveryDelay20/attribute |

[JBoss-user] [JBossCache] - Re: Transaction commit and replication

2005-05-20 Thread a045103
Ok - so if you go synch, the JTA transaction commits, after which if you're using REPL_SYNCH, the cache state is replicated across the cluster in a 'TreeCache' transaction. If you go asynch, the replication happens asynchronously with respect to the thread the JTA transaction occurs on. Are

[JBoss-user] [EJB/JBoss] - Re: JBossAS 4.0.2 default ORB instance is not binded to

2005-05-20 Thread reverbel
Which JBoss configuration are you using? The default server config does not include CORBA/IIOP support. Use the all server config. Regards, Francisco View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878602#3878602 Reply to the post :

[JBoss-user] [JBossWS] - Re: JAXB/JAXRPC 2.0 EA in JBoss 4.0.2 blues

2005-05-20 Thread hritcu
anonymous wrote : I posted the solution to the JAX-RPC/JAXB 2.0 forum at java.net. Here is a copy of it Well, it looks pretty messed up. Here is your original: http://forums.java.net/jive/thread.jspa?threadID=688tstart=0 View the original post :

[JBoss-user] [EJB/JBoss] - Re: JBossAS 4.0.2 default ORB instance is not binded to

2005-05-20 Thread qdotlu
reverbel wrote : Which JBoss configuration are you using? The default server config does not include CORBA/IIOP support. Use the all server config. | | Regards, | | Francisco I am new to JBoss, could you let me know how to start the all configuration? Thanks, Qdot View the original

[JBoss-user] [JCA/JBoss] - Stopping MBean throws exceptions

2005-05-20 Thread kalyan120
Hi, I am writing an MBean to programmatically destroy an existing connection pool and create a new one. As a part of this, I've implemented the below class and deployed it on the JBoss AS 3.2.5. import java.sql.Connection; | import java.sql.Statement; | | import javax.management.*; |

[JBoss-user] [Beginners Corner] - Configuring Mail - Where are the ResourceParams specified?

2005-05-20 Thread mduffy_lists
According to JBoss 4.0.2 Application Server Guide (v3) , Chap 3, the resource ref is specified in the web.xml !-- JavaMail Connection Factories (java:comp/env/mail) -- resource-ref Default Mail res-ref-namemail/DefaultMail/res-ref-name

[JBoss-user] [Beginners Corner] - What can do JBoss?

2005-05-20 Thread sundraw
Sorry for the stupid question, but the reason for it is the following. I am building a rather simple web application using Tomcat as both servlet container and web server. I decided that I won't need Apache because there will be very few static html pages, if any. However, if the application

[JBoss-user] [EJB/JBoss] - Re: JBossAS 4.0.2 default ORB instance is not binded to

2005-05-20 Thread reverbel
qdotlu wrote : | I am new to JBoss, could you let me know how to start the all configuration? | Pass the -c config_name switch when starting the server. For the all configuration you would say (in Linux) run.sh -c all Regards, Francisco View the original post :

[JBoss-user] [Installation Configuration] - Server.log set to debug

2005-05-20 Thread mmoe
I have just installed 3.2.7 AS and the server.log file is spitting out all the debug stuff. I have looked inot the log4j.xml and it gives me 'log4j:configuration xmlns:log4j=http://jakarta.apache.org/log4j/; debug=false' I am assuming that debug is set to false. Is there another loging confg

[JBoss-user] [Beginners Corner] - Re: Two DataSources (correct version)

2005-05-20 Thread raja05
nope u dont have to. If you just want ur datasource defined for EJBs or whatever, just drop ur oracle-ds.xml in the deploy directory and that will bind the Datasource to a JNDI name. I hope thats what you want View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Session loss problem JBoss 3.2.4 default settings

2005-05-20 Thread jwcone
I seem to be having the same problem. I'm running 3.2.3. Any hints? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878625#3878625 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878625

[JBoss-user] [JBossCache] - Problems in tutorial

2005-05-20 Thread sarvjeet
I am trying to run the tutorial given at: http://docs.jboss.org/jbcache/current/tutorial/html/ When I get to 7. and execute sourceRelative(plain.bsh); I am getting this exception: | bsh % sourceRelative(plain.bsh); | [error] Failed to aspectize class org.jboss.cache.TreeCache. Could not

[JBoss-user] [EJB/JBoss] - Re: JBossAS 4.0.2 default ORB instance is not binded to

2005-05-20 Thread darranl
Execute the run script with the arguments '-c all' View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878630#3878630 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878630

[JBoss-user] [Beginners Corner] - EJB runtime compile error with J2SE 5.0

2005-05-20 Thread noliver
Any suggestions would be useful. Using JBoss 4.0.1 for the first time and JDK 1.5.0_02 also for the first time. I have an EJB that uses some 1.5 syntax which compiles just fine when building the project, however when the EJB is used for the first time in the container, in particular the

[JBoss-user] [Installation Configuration] - JBOSS Logging - log4j.xml files

2005-05-20 Thread clayjboss
Hi all, I am using JBOSS 3.0.4 on Windows 2000 for one of our Java applications. JBOSS has logs that are written into ..\server\default\log. I would like to make the following adjustments: (1) Have JBOSS cleanup the server.log.xxx. and request.log.xxx files after 90 days (is that

[JBoss-user] [JBossWS] - Re: Webservices, EJB 3.0, and annotations

2005-05-20 Thread [EMAIL PROTECTED]
No, although we are actively working on this. -Jason View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878634#3878634 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878634

[JBoss-user] [Clustering/JBoss] - Is it war/sar in farm folder must be packed in zip file?

2005-05-20 Thread hkdennis2k
I am stating moving my program from a single jboss to a cluster envirement. In my first try, it have a error message of FileNotFoundException on the primary machine. But it is exists, just is a folder not a file. Then I tried to zip the files, and try again. The error message is disappear, but

[JBoss-user] [Clustering/JBoss] - Re: Is it war/sar in farm folder must be packed in zip file?

2005-05-20 Thread hkdennis2k
Also, I found that it stop after copy war files, and leave the rest xml/war/sar. (It was copy all xml file in the /farm/ folder before I make the war/sar file) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878636#3878636 Reply to the post :

[JBoss-user] [JBossWS] - Regarding UDDI Registry

2005-05-20 Thread BabuSailam
I'm new to JBoss4 and UDDI . My Request is 1. how the JBoss4 supports UDDI? 2. how i have to configure the UDDI with the JBoss4. 3.What are the nessecary steps i could take to achieve this? Thanks Regards Babu.S View the original post :