[JBoss-user] [Beginners Corner] - Re: News in JBoss 3.2.x

2004-09-20 Thread daniels
"railokesh" wrote : Hi Daniel, | We are also migrating from 3.0.7 to 3.2.5. I've heard it's improved, but I haven't tested yet. I am having problems with HTTPS connection on 3.2.5, but it should only be a configuration issue. Did you face any such problem? | Lokesh. I did not have any proble

[JBoss-user] [Installation & Configuration] - Unknown query: public abstract emp.Employee emp.EmployeeHome

2004-09-20 Thread bill78b
hai i am unable to get the findByQuery i am able to insert the records. but i am unable to get records any solution.. i configured all the deployment files correctelly but it is giving error like this. Exception in thread "m

[JBoss-user] [Installation & Configuration] - Re: Running 2 server configurations

2004-09-20 Thread achayan
Hi, I am also facing a similar problem. I need to run 2 instances of JBoss in 1 machine. Also I want to deploy the same appplication (ear) in these two servers with the only difference that the two applications point to two different databases. Is it possible to have 2 instance running on a sin

[JBoss-user] [Beginners Corner] - Re: hard locking on running app

2004-09-20 Thread genman
I don't know if JDK 1.5 is ready or not. Could be it. You can get a stack trace with CTRL-\ on Linux and it might indicate if you have a dead lock or not. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848899#3848899 Reply to the post : http://www.jboss.o

[JBoss-user] [Installation & Configuration] - Re: Migrating from Jboss 3.0.0 to Jboss 3.2.5 - Help wtih Se

2004-09-20 Thread genman
Use the -ds.xml connection files instead of the old -service.xml format. There are examples under the docs directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848898#3848898 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Management, JMX/JBoss] - Re: Port Listener integrated with JBoss

2004-09-20 Thread genman
There are many examples on how to create a service: http://www.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService You should try to deploy the example and then extend it as needed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848897#3848897 Reply to th

[JBoss-user] [Installation & Configuration] - Re: EJB spec complaince check in 3.2.5

2004-09-20 Thread [EMAIL PROTECTED]
Edit the conf/jboss-service.xml file and set the VerifyDeployments attribute to false | | | true | false | false | true | | | true | | jboss:ser | vice=TransactionManager | jboss:service=WebService | |

[JBoss-user] [Installation & Configuration] - Re: DTDs (un)available

2004-09-20 Thread [EMAIL PROTECTED]
Its fixed. [EMAIL PROTECTED] build]$ wget http://www.jboss.org/j2ee/dtd/jboss-ds_1_0.dtd --21:58:49-- http://www.jboss.org/j2ee/dtd/jboss-ds_1_0.dtd => `jboss-ds_1_0.dtd' Resolving www.jboss.org... 216.24.169.35 Connecting to www.jboss.org[216.24.169.35]:80... connected. HTTP request se

[JBoss-user] [JBoss Getting Started Documentation] - Plans for JBoss 4.0.x Documentation

2004-09-20 Thread reinerka
Hi there, what are the plans JBoss 4.0.0 documentation? Specifically I'm looking forward to: - Getting Started - Migration from 3.2.x Thanks, Reiner View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848893#3848893 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Installation & Configuration] - EJB spec complaince check in 3.2.5

2004-09-20 Thread ubellur
I am migrating from 3.0.0 to 3.2.5. My application contains a bunch of EJBs which now dont deploy with 3.2.5 because it complains about non complaince with EJB specifications. Specifically 3.2.5 complains that RemoteExceptions have not been declared for EJB methods. While I should fix this in th

[JBoss-user] [Security & JAAS/JBoss] - kerberos login module

2004-09-20 Thread mrchucho
I understand how to use Kerberos to authenticate and I userstand how to setup my jaas security domain in JBoss. But, I DON'T understand how to use Kerberos as my LoginModule... | | | | And I've added the following java-opts to by run.conf: -Djavax.security.auth.useSubj

[JBoss-user] [Installation & Configuration] - Migrating from Jboss 3.0.0 to Jboss 3.2.5 - Help wtih Servic

2004-09-20 Thread ubellur
I am migrating an application from 3.0.0 to 3.2.5. I have a service.xml file which deploys mbeans for connection pools that I have included below. However 3.2.5 refuses to deploy this because it says the mbeans are already defined in jboss-jca.sar. It further appears that 3.2.5 has started using

[JBoss-user] [Beginners Corner] - Re: News in JBoss 3.2.x

2004-09-20 Thread railokesh
Hi Daniel, We are also migrating from 3.0.7 to 3.2.5. I've heard it's improved, but I haven't tested yet. I am having problems with HTTPS connection on 3.2.5, but it should only be a configuration issue. Did you face any such problem? Lokesh. View the original post : http://www.jboss.org/index.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Creating queues in jbossmq-1.0.0Beta

2004-09-20 Thread lbtanjitha
Ye, I have added /docs/examples/jmx/* all files into server/jbossmq/deploy/ directory. Now It is working properly. Thanks a lot genman Thilina View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=384#384 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [HTTPD, Servlets & JSP] - Need help with *.css

2004-09-20 Thread VotTak
Hi everybody. I need your help on how to use *.css for servlet generated responses. Here is a piece of my web.xml AdminWeb Admin Servlet is.admin.AdminServlet 1 AdminWeb /servlet/adminweb in my index.jsp I wrote: So, when I browse http://localh

[JBoss-user] [EJB/JBoss] - Re: Sheduler after complete startup of JBOSS

2004-09-20 Thread markyboy
i had same problem. so i insert scheduler configuration into buttom of jboss-service.xml like this. true com.kmp.web.mail.MailBoxCheck yy-MM-dd HH:mm 01-01-01 05:00 6 -1 and i make a jar including MailBoxCheck.class. i put it in

[JBoss-user] [Persistence & CMP/JBoss] - CMP Bean seems to change its id in cache?

2004-09-20 Thread gumreal
Hi I badly need your help! Using jboss3.2.3 and mysql, I create a cmp bean called userEJB. The problem is: when I create a new bean, jboss cache this bean in an existed bean instance, then this new bean using an old id will be store into my db; on the other hand, jboss insert a new user with ne

[JBoss-user] [The Lizzard's corner] - what happenned to the html-svg dtd files?

2004-09-20 Thread jae77
these seem to have disappeared in >= 3.2.4 - i found them to be quite useful. is there any way i can generate them on my own? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848882#3848882 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Clustering/JBoss] - Re: java.rmi.RemoteException: Service unavailable with SFSB

2004-09-20 Thread RolfZ
Well I found the problem.It was a JBoss Client library conflict between Tomcat and JBoss. Always remember to update the Client libs when you upgrade your JBoss version Thanks Rolf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848879#3848879 Reply to the

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC

2004-09-20 Thread [EMAIL PROTECTED]
anonymous wrote : I was under the impression that JACC provides the piece of authorization that JAAS misses, namely a dynamic form of enforcing policies. And like JAAS, you would implement a pluggable module, but unlike JAAS, the module is for authorization instead of authentication. This would

[JBoss-user] [Clustering/JBoss] - Re: java.rmi.RemoteException: Service unavailable with SFSB

2004-09-20 Thread RolfZ
More info: If I run a the same client within JBuilder it is working but as soon as I run the client on tomcat the remote interface creation failes. Any idea what it might be the problem here ? Cheers Rolf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=384

[JBoss-user] [Security & JAAS/JBoss] - Re: LDAP Security Realm problem

2004-09-20 Thread andrew.daws
"[EMAIL PROTECTED]" wrote : Unless there is a deployment that references the domain via a security-domain element there will be no binding. The bindings in jndi are done lazily on first lookup. Many thanks Scott... it was a dumb question then. :| I've included a spurious Session bean that re

[JBoss-user] [Persistence & CMP/JBoss] - UnknownPathException: don't know how to do EJB-QL queries

2004-09-20 Thread pablojavierpy
Dear fellow, I have been trying without success to perform a simple (at least, I think so) EJB-QL query to retrieve all users belonging to a business partner. Here is my scenario: -> PostgreSQL 7.3.2 (RedHat Linux 8.0) -> JBOSS 3.2.5 (Java 2 SDK 1.4.2_05/RedHat Linux 9.0) -> CMP 2.0 As I said,

[JBoss-user] [Security & JAAS/JBoss] - Re: LDAP Security Realm problem

2004-09-20 Thread [EMAIL PROTECTED]
Unless there is a deployment that references the domain via a security-domain element there will be no binding. The bindings in jndi are done lazily on first lookup. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848873#3848873 Reply to the post : http://www

[JBoss-user] [News & Announcements] - 4.0.0 Release Available

2004-09-20 Thread [EMAIL PROTECTED]
The 4.0.0 release is available for download from here: 4.0.0 Release Change notes can be found here: Changes between 4.0.0 and 4.0.0RC2 Changes between 4.0.0RC2 and 4.0.0RC1 RC1 Notes View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848872#3848872 Reply to

[JBoss-user] [Security & JAAS/JBoss] - LDAP Security Realm problem

2004-09-20 Thread andrew.daws
Hi folks, My apologies if this is a dumb question, but I've looked through the FAQ, the Admin Guide etc. and I'm none the wiser at this stage. When I have an LdapLoginModule and ClientLoginModule on the client side all works perfectly, but when I try to set up the LDAP domain server-side the w

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with simple 1-to-1 Relation with xdoclet and unk

2004-09-20 Thread stud
Perhaps I should downsize my question for a start: Is it possible to do a CM relation on an unknown primary key in JBoss? Unknown primary Keys being the ones mentioned in the EJB 2.0 Spec in section 10.8.3 Xdoclet code would still be nice :) View the original post : http://www.jboss.org/index

[JBoss-user] [Beginners Corner] - Re: Classloader problems between 3.2.5 and 4.0.0

2004-09-20 Thread [EMAIL PROTECTED]
Sourceforge: http://sourceforge.net/tracker/?group_id=22866&atid=376685 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848869#3848869 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848869 -

[JBoss-user] [Beginners Corner] - calling local EJBs from an MBean

2004-09-20 Thread ScotHall
When I try to call a local EJB from an MBean, I am forced to add a prefix of "local/" to the bean that I am trying to invoke. Is there any way to change this behavior? Code Example: MyLocalHome home = (LocalHome)naming.lookup(local/BeanName); | MyLocal bean = home.create(); Config Example:

[JBoss-user] [Beginners Corner] - Re: Classloader problems between 3.2.5 and 4.0.0

2004-09-20 Thread CptnKirk
I still have the problem, even with standard config. I'm sorry if this isn't the proper place for a complete bug report. If you need a downloadable example, please point me to the proper place and I'll file a bug and add an attachment (assume you use bugzilla). Description: Classes seem to b

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB Not deployed on AIX

2004-09-20 Thread abano
Hi! I'm trying to deploy an EAR that contains a MDB. My application uses an ALL Jboss configuration. When I try to deploy this EAR on Windows the MDB is deployed OK. But, when I try to deploy the application on AIX (with the same JBoss configuration) the following error happen: 2004-09-20 17:35

[JBoss-user] [Beginners Corner] - Re: Classloader problems between 3.2.5 and 4.0.0

2004-09-20 Thread [EMAIL PROTECTED]
A bug report with an explicit usecase or testcase is needed. The default config uses different default scoping on ears, jndi and wars. The standard config is equivalent to the 3.2.5 default config in terms of the class loading behavior. View the original post : http://www.jboss.org/index.html?

[JBoss-user] [Installation & Configuration] - Re: bank tutorial on jboss-4.0.0RC1

2004-09-20 Thread logemann
will this guide be free as the 3.x version? Because right now i cant see any 4.0 getting started guide on the public site. m.logemann View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848859#3848859 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [HTTPD, Servlets & JSP] - Jboss 3.2.1 stop answer

2004-09-20 Thread CCastrequini
People, I am using Apache 2.0.50 (for HP-UX) and JBoss 3.2.1 - Tomcat 4.1.24 with mod_jk2 and JDK 1.4.2. After some hours, even some days, Jboss 3.2.1 completely stop answer and the jmx-console doesn't respond. Just before JBoss stop answer, on the Apache's log you can see: Wed Sep 15 14:03:

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule - Bad Password

2004-09-20 Thread ___martin___
Sorry, I've forgot to post that I've finally solved the problem. I've added a column rolegroup to the database and set the rolesQuery in login-config.xml to: select role,'Roles' from customerejb where ucid=? One thing that confused me a little was the fact that when I set the query to select ro

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Recovering from external JMS provider failure

2004-09-20 Thread [EMAIL PROTECTED]
Moderated: Read This First Most likely it has something to do with transaction timeouts, i.e. your mdb requests are not completing properly. If Tibco doesn't complete the requests jboss cannot teardown the connection, which means it doesn't get to the reconnect logic. View the original post : ht

[JBoss-user] [JCA/JBoss] - Re: TransactionManager - error in delist; already committed

2004-09-20 Thread [EMAIL PROTECTED]
The fix was after 3.2.6RC1 http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/connectionmanager/TransactionSynchronizer.java?rev=1.1&view=log + related modifications. If you closed your connections like you are supposed to, you wouldn't even get these problems. View t

[JBoss-user] [Beginners Corner] - Classloader problems between 3.2.5 and 4.0.0

2004-09-20 Thread CptnKirk
I don't have any trouble under 3.2.5. With 4.0, classloader isolation seems broken. I can specify a setting for my MBean, but a jar in a previously loaded sar is used instead. I can package my application into a sar (before all jars were tossed in the deploy dir), but have the same problem w

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC

2004-09-20 Thread dozedoff
Scott, just to clarify. We're not just developing the applications, but are delivering a full solution to our customers. Basically, providing JBoss as a server to our apps, deployment and support to get them up and running. This of course includes security and user management. Thus my inter

[JBoss-user] [JCA/JBoss] - Re: for JCA connections?

2004-09-20 Thread [EMAIL PROTECTED]
There is no way to configure such a use case at the moment as far as I can see. The only way to do it without a code change is to add TRACE logging for org.jboss.resource and retrieve the -service.xml generated by the -ds.xml. You might be able to modify the -service.xml and deploy that directly?

[JBoss-user] [JCA/JBoss] - Re: How to specifiy dependencies for a Resource Adapter?

2004-09-20 Thread [EMAIL PROTECTED]
Look at the jboss.jca domain on the jmx console. You will see the jmx name of the rar deployment. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848850#3848850 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848850 ---

[JBoss-user] [JCA/JBoss] - Re: JCA adaptor for POS

2004-09-20 Thread [EMAIL PROTECTED]
Point of Sale I assume. I don't know a lot about POS devices, but I imagine the protocol used to connect to machine varies between vendor? i.e. you would need a resource adapter that knows about the vendor's implementation. View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [JCA/JBoss] - Re: Hibernate and Datasource properties

2004-09-20 Thread [EMAIL PROTECTED]
You cannot. The prepared statements wrapped by JBoss classes so we can control what you do with them, e.g. statement caching, you not closing them, etc. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848848#3848848 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Security & JAAS/JBoss] - Re: No ManagedConnections within a custom Login Module

2004-09-20 Thread cooperbry
| if (dataSource != null && !dataSource.getConnection().isClosed()) { | con = dataSource.getConnection(); | userObj = | myDAO.retrieveUser( | con, | userName); |

[JBoss-user] [JCA/JBoss] - Re: Propertes get not set on ManagedConnectionFactory

2004-09-20 Thread [EMAIL PROTECTED]
The problem is caused by your property names beginning with a lower case letter. The -ds.xml deployer does not convert aProperty to setAProperty. If you use AProperty rather than aProperty it will work. Please report a bug at www.sf.net/projects/jboss to remind me to fix the conversion of the fir

[JBoss-user] [Security & JAAS/JBoss] - Re: No ManagedConnections within a custom Login Module

2004-09-20 Thread kdeboer
Closing a connection retrieved from a datasource is equal to returning it to the pool. Looking at your code it seems you retrieve two connections from the pool. It is better to test the connection after you retrieved it from the datasource. Now you fetch it twice. Or am i completely wrong? View

[JBoss-user] [JCA/JBoss] - Re: Unable to commit, STATUS_NO_TRANSACTION, on xa-datasourc

2004-09-20 Thread [EMAIL PROTECTED]
Look for the previous error. The message you post just says the transaction could not be committed and was rolled back. Hint: Read This First, really does mean that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848843#3848843 Reply to the post : http://ww

[JBoss-user] [Beginners Corner] - Re: UnsupportedClassVersionError

2004-09-20 Thread [EMAIL PROTECTED]
jboss-4.0.0 requires jdk1.4+. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848844#3848844 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848844 --- This SF.Net ema

[JBoss-user] [Beginners Corner] - UnsupportedClassVersionError

2004-09-20 Thread snomed
Getting this when trying to start up run.bat: === . JBoss Bootstrap Environment . JBOSS_HOME: E:\jboss\bin\\.. . JAVA: c:\jdk1.3.1_02\bin\java . JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m . CLASSPATH:

[JBoss-user] [EJB/JBoss] - Re: Deadlock in AbstractInstanceCache.tryToPassivate()

2004-09-20 Thread [EMAIL PROTECTED]
You cannot find the fix because it doesn't exist. I updated the wrong bug report by mistake. My fix on the 20th July was for SFSB View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848841#3848841 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Security & JAAS/JBoss] - No ManagedConnections within a custom Login Module

2004-09-20 Thread cooperbry
Hi All, I'm using JBoss [WonderLand] 3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445). I've written a custom server login module that does some jdbc database queries (extends AbstractServerLoginModule). Rather than extend the DatabaseServerLoginModule, I just wrote a method within the logi

[JBoss-user] [EJB/JBoss] - Re: Deadlock in AbstractInstanceCache.tryToPassivate()

2004-09-20 Thread elidaniel
Can someone involved in jboss development jump in here? Or if this is the wrong place to ask this, can someone kindly point me to the right one? Thanks, Eli View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848839#3848839 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss Getting Started Documentation] - Re: How to get JBossExamples.zip

2004-09-20 Thread GrandApeiron
I dont have the doc on hand but theres definitly a sentence saying something like "You can get the zip from the same location you've got the documentation from" Greetings, Grand Apeiron View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848836#3848836 Reply to

[JBoss-user] [Clustering/JBoss] - Re: Trouble separating clusters

2004-09-20 Thread [EMAIL PROTECTED]
You also need to change the HA-JNDI settings for jnp discovery Group. That might be why your 2 different clusters are sharing the same JNDI. Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848835#3848835 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Security & JAAS/JBoss] - Re: restricting the web console by an ip access list

2004-09-20 Thread aagmon
hi , well first thank u for your quick response though i couldnt find docs regarding the use of valves restricting ip access to a web-app i saw thats it is done somehow in the context.xml but how ? i'll be glad if someone will direct me to a fair doc/example View the original post : http://www

[JBoss-user] [Management, JMX/JBoss] - Re: Port Listener integrated with JBoss

2004-09-20 Thread nfuentes
"poojac20" wrote : Hello | | I intend to write a port listener (Which will listen on lets say 7001) . The incoming data does not follow any protocol, its just a stream of bytes. After analyzing the bytes I need to call EJBs etc. | I can write this listener as an independent daemon and ca

[JBoss-user] [The Lizzard's corner] - Re: JBoss 4.0 Release Date

2004-09-20 Thread CptnKirk
Congrats JBoss team! -Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848827#3848827 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848827 --- This SF.Net email

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: performance of MQ

2004-09-20 Thread genman
It should take you only a few hours to download JBoss, start it, create and deploy a MDB, a JMS client and send messages to your server. You can measure throughput by calculating using some sort of static counter in your MDB. View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Persistence & CMP/JBoss] - Oh Joy! HAR Deployer in JBoss 400 release!!

2004-09-20 Thread komone
Just had to express my excitement about that for a moment! ;) *fades back into the shadows* /k1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848824#3848824 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848824 -

[JBoss-user] [Messaging, JMS & JBossMQ] - logging to a local JMS problem

2004-09-20 Thread mkania
hi All, I encountered this problem several times while reading the forum. I learned that if I wanted to log to a local jms, due to dependency problem, I had to make a JMS appender run after the naming service and the connection factory had started. And I also learned that it was better to make th

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Send images to a topic

2004-09-20 Thread genman
Create a javax.jms.ObjectMessage or BytesMessage -- Assuming your image is serializable. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848822#3848822 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848822 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Exception: CMR field value is already loaded

2004-09-20 Thread ssowards
Hey Guys, We're getting the same issue under heavy load. Anyone have solution, suggestions or ideas? We're running JBoss 3.2.1. Thanks, Shaun View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848821#3848821 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Creating queues in jbossmq-1.0.0Beta

2004-09-20 Thread genman
The build.xml script removes the JMX services from the JBoss distribution. You'll have to identiy which services are JMX and which are not...Or, just run the standard distribution. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848820#3848820 Reply to the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Using a non-XA QueueConnection. It will not be able to

2004-09-20 Thread genman
You should be able to find a conf. that works if you do search here (or using google.com) There are two "flavors" of QueueConnection, one with XA one without. The QueueConnectionFactory you are using should implement XAQueueConnectionFactory. The IBM docs should provide information this--I a

[JBoss-user] [Clustering/JBoss] - Re: Beginners Clustering Qu

2004-09-20 Thread [EMAIL PROTECTED]
You would not want to mark the node as down, just that this node no longer has the service replicated to it. This would be handled creating an HA service facade for the job handler, and deploying/undeploying the service based on the availability of the job handler. View the original post : ht

[JBoss-user] [Installation & Configuration] - Re: Caching JBoss 3.2.5 ?

2004-09-20 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848816#3848816 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848816 -

[JBoss-user] [Security & JAAS/JBoss] - Re: HTTP invoker and BASIC authentication

2004-09-20 Thread [EMAIL PROTECTED]
You do a JAAS login using the LoginContext class the same as every other client side security usecase in jboss. Direct use of SecurityAssociation is an unsupported usage. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848815#3848815 Reply to the post : http:

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.0 startup error

2004-09-20 Thread [EMAIL PROTECTED]
Its a bug in the apache xml security classes. Either remove the deploy/ebxmlrr-service.sar if you don't need the jaxr service, or downgrade your vm to 1.4.2_04. There was a change in the xml parser bundled with the jdk that broke code using the FunctionTable class. View the original post : htt

[JBoss-user] [Management, JMX/JBoss] - Redeploy SAR but old code still runs.

2004-09-20 Thread kiemdoder
Some times when I redeploy a SAR after I've made some changes to the code inside the SAR JBoss does not run the newly deployed code but the old code. The only way I have found to get JBoss out of this state is to deploy an EAR file (the code in the EAR has no dependency on the code in the SAR or

[JBoss-user] [Clustering/JBoss] - syncronizing jndi.properties and cluster-service.xml?

2004-09-20 Thread [EMAIL PROTECTED]
If I change the AutoDiscoveryAddress and AutoDiscoveryGroup port in cluster-service.xml, do I also need to change the jndi.properties settings in the server configuration all/conf/jndi.properties ? Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848808#

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Virtual Hosts

2004-09-20 Thread buehlert
Hi! I have got the same problem. I can't access a virtual host like www.test.com. I've used the example from the wiki..after hours of editing and restarting I could only access a Servlet, but no JSP or HTML file inside the context. What's wrong? Could anybody please post an example that is rea

[JBoss-user] [Beginners Corner] - Re: JMS implementation classes

2004-09-20 Thread cbotiza
Tim, I am now using JBoss4.0 and the included jboss-j2ee.jar file and everything goes well. Thank you very much View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848804#3848804 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Messaging, JMS & JBossMQ] - Distributed Topic Support

2004-09-20 Thread mpalicka
Hello All, does JBoss support "distributed topics"? Let's say we have a cluster of several JBoss instances. Now, I post a message to a topic that is configured on each node in the cluster. I would like the message to be delivered to every member of the cluster (once to each node). We would lik

[JBoss-user] [EJB/JBoss] - Re: javax.naming.InitialContext

2004-09-20 Thread darranl
The class InitialContext is located in the jar file rt.jar which is part of the JDK installation extract the contents of the jar file and you will see it in there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848802#3848802 Reply to the post : http://www.j

[JBoss-user] [EJB/JBoss] - Re: Transaction rollback not working for CMP with mysql

2004-09-20 Thread canghel
Thanks for the answer. A possible solution is to start the MySQL server with option --default-table-type=InnoDB. By default the MySQL server uses MyISAM for table type and starting the server with this option changes the default type to InnoDB. I tried this and the rollback worked fine. best re

[JBoss-user] [Management, JMX/JBoss] - Re: How to remotely deploy a MBean service using JBoss API?

2004-09-20 Thread yueming
Thanks for your reply! But could you give an example, I don't know how to use jsp to do the deployment work, is there some document somewhere? Yueming View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848800#3848800 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Installation & Configuration] - JBoss 4.0.0 startup error

2004-09-20 Thread normann
I just installed JBoss 4.0.0 but got this stacktrace when I started it. jboss40test:~# java -version java version "1.4.2_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04) Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode) running on Debian Stable. Does anybody kno

[JBoss-user] [Nukes User] - Re: Creating a Theme

2004-09-20 Thread derfraenkn
Simple build the project whith build.sh or build.bat. Then put the generated nukes-lib.jar from the nukes/output/lib/ to the deploy/nukes.ear/ directory. You can also Unzip the nukes-lib.jar to a directory named nukes-lib.jar (with the extension). Then you should can "hot deploy" the theme fil

[JBoss-user] [Clustering/JBoss] - JNDI lookup extremely slow when a clusternode is down

2004-09-20 Thread posselt
Hi, We have a cluster of 3 nodes to provide high availability to our clients. They use "jboss1:1100,jboss2:1100,jboss3:1100" as jndi url to connect to the server. Everything works fine as long as on all nodes at least the OS is running and at least one JBoss is up. However, if one node is compl

[JBoss-user] [Nukes User] - Re: Creating a Theme

2004-09-20 Thread derfraenkn
Simple build the project whith build.sh or build.bat. Then put the generated nukes-lib.jar from the nukes/output/lib/ to the deploy/nukes.ear/ directory. You can also Unzip the nukes-lib.jar to a directory named nukes-lib.jar (with the extension). Then you should can "hot deploy" the theme fil

[JBoss-user] [Security & JAAS/JBoss] - Re: HTTP invoker and BASIC authentication

2004-09-20 Thread ivlcic
forgot to tell to include in classpath also: /opt/jboss/server/default/lib/jbosssx.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848794#3848794 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848794 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: restricting the web console by an ip access list

2004-09-20 Thread danl_thompson
well... it dropped my xml... but... look for a org.apache.catalina.valves.RemoteHostValve dt View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848793#3848793 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848793 --

[JBoss-user] [Security & JAAS/JBoss] - Re: restricting the web console by an ip access list

2004-09-20 Thread danl_thompson
I'm pretty sure you want to add a valve to the jboss-service.xml in the tomcatsar Probably something like: but you probably want it on the context instead of the host. There's some info in the wiki. dt View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Messaging, JMS & JBossMQ] - mdb stopDelivery()/startDelivery() exception

2004-09-20 Thread bhcohen
I have an MDB deployed to JBoss 4.0.0RC1 that consumes messages from a foreign (Tibco 4.1) JMS provider. The MDB is deployed with a client id specified in the jboss.xml deployment descriptor. I invoke stopDelivery() and then startDelivery() on the mbean for this MDB. When I invoke startDelivery

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Port differentiation for war deployments?

2004-09-20 Thread gretel
Ah, its the Code tag... | | | | | | | | true | | true | | | true | | | j_subject | | | | | instant | 2000 | | | | |

[JBoss-user] [EJB/JBoss] - Re: javax.naming.InitialContext

2004-09-20 Thread jactor
Hmmm I thought i posted some new issues here... well anyway... it was: I am still in need for a solution... Does anyone know which jar-file i could take a look in? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848784#3848784 Reply to the post : http://

[JBoss-user] [EJB/JBoss] - Difference between max-capacity and MaximumSize

2004-09-20 Thread balteo
Hello, I am going through the jboss documentation and I don't understand the difference between : and : Can anyone help? Thanks in advance, Julien Martin. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848783#3848783 Reply to the post : http://www.jboss.o

[JBoss-user] [JBoss Getting Started Documentation] - How to get JBossExamples.zip

2004-09-20 Thread goodidea
How to get JBossExamples.zip& I can't find any links to ones. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848782#3848782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848782 ---

[JBoss-user] [Nukes User] - Re: HTLM gets truncated in index.html on 1.1RC3

2004-09-20 Thread derfraenkn
see http://sourceforge.net/tracker/index.php?func=detail&aid=1031181&group_id=22866&atid=376685 There is my solution for a truncated HTML problem. Frank Ganske View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848779#3848779 Reply to the post : http://www.jbo

[JBoss-user] [JCA/JBoss] - Re: Propertes get not set on ManagedConnectionFactory

2004-09-20 Thread aonnen
Hello, I've got the same problem with jboss-4.0.0RC1. ra.xml : net.java.bdbadapter.jca.BerkeleyDBResourceAdapter net.java.bdbxmladapter.jca.BerkeleyDBXMLManagedConnectionFactory The db environment home directory dbEnv

[JBoss-user] [Installation & Configuration] - DTDs (un)available

2004-09-20 Thread marndt
Starting up my local JBoss (3.2.3, although ist's not relevant) lead to a deployment error: an url to a dtd could not be resolved. Looking at the dtd-URL I have to say the app-server was right: http://www.jboss.org/j2ee/dtd/jboss-ds_1_0.dtd Seems that a lot of DTDs have gone over the weekend :-

[JBoss-user] [Security & JAAS/JBoss] - Re: HTTP invoker and BASIC authentication

2004-09-20 Thread ivlcic
Try this: | | import org.jboss.security.SecurityAssociation; | import org.jboss.security.SimplePrincipal; | import javax.naming.InitialContext; | import javax.naming.Context; | import java.util.Properties; | | | Properties properties = new Properties(); | pro

[JBoss-user] [Clustering/JBoss] - Re: Beginners Clustering Qu

2004-09-20 Thread hay7777
We are trying to figure out how to set things up, so, if it's feasible, we could run it within JBoss if it would help. As a beginner to all this - what determines if it runs "within" JBoss - on the same server? It's written in C++, so we connect to it at the moment from our jave code running a

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss 3.2.5 finder produces nullpointer

2004-09-20 Thread loumaus
the problem disappears with the 3.2.6 ... another thing is that the 3.2.6 provides more detail error-information on possible sql errors .. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848770#3848770 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [The Lizzard's corner] - Re: JBoss 4.0 Release Date

2004-09-20 Thread ajazam
4.0 is now available for download. Although you might find that the download speeds are atrocious :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848769#3848769 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848769

[JBoss-user] [EJB/JBoss] - Re: javax.naming.InitialContext

2004-09-20 Thread jactor
I am still in need for this... Anyone who knows in which jar-file it should be? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848767#3848767 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848767

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss4 JDBCPkSqlCreateCommand

2004-09-20 Thread loumaus
looks to me as if the server is looking into the wrong path ... if you look at the sources youll find the class in jboss-4.0.0RC1-src/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/keygen/JDBCPkSqlCreateCommand.java in the logfile the "keygen" is missing .. the next question would be .. how d

[JBoss-user] [EJB/JBoss] - JBoss doesn´t recognize JAR-File

2004-09-20 Thread zippy
Hi all, I wrote a small java tool, that generates deployment descriptors for JBoss. At the end of the generating process I jar the deployment descriptors and the configured classes in a jar.file, using the command Runtime.getRuntime().exec("jar cf "+jarOut.getAbsolutePath()+" -C "+sourceDirecto

[JBoss-user] [Persistence & CMP/JBoss] - jboss4 JDBCPkSqlCreateCommand

2004-09-20 Thread loumaus
im trying to deploy a simple entity bean to jboss4 ... the bean was properly deployed to jboss 3.2.5 ... has anyone seen this error before ?? 12:54:09,611 ERROR [EntityContainer] Starting failed jboss.j2ee:jndiName=User,service=EJB org.jboss.deployment.DeploymentException: Could not load class

[JBoss-user] [EJB/JBoss] - Re: CMP Bean creating object in DefaultDS

2004-09-20 Thread sanjuthomas
hi, thank you very much for your replay sanju View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848762#3848762 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848762 --

  1   2   >