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

2004-09-24 Thread normann
Strangely enough, it seems to run fine on WinXP with the same JDK version. C:\>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) View the original post : http://www.jboss.org/ind

[JBoss-user] [JCA/JBoss] - Stateful and transactions

2004-09-24 Thread puneetjains
Hi, I am having a stateful bean having a transaction associated with that bean.It is having a lock on a row in a table. My questions are 1. Where i can specify that the bean should be removed from the ejb container after a period of time. i have specified in standardjboss.xml file for the attr

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

2004-09-24 Thread chrisxsb
Is there any migration guide / list of changes from 3.2.x to 4.0 ? I have observed some changes that I can't quite put my finger on. Basically, things that deployed without so much as a warning in 3.2.x fail to deploy cleanly on 4.0? I'd be really interested in such a guide if it were available

[JBoss-user] [Persistence & CMP/JBoss] - Re: Load failed : ORA-04031 : JBoss 3.2.3 CMP findAll

2004-09-24 Thread jobor
Thanks for the answer. But still in basic I do think that I'm doing nothing wrong. It may be not efficient but it should work I think. I will read the docs about load groups. Johan. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849252#3849252 Reply to the

[JBoss-user] [Management, JMX/JBoss] - Re: update datasource jbosscmp-jdbc.xml -

2004-09-24 Thread tomerbd
Thanks for the answer, Im looking at the jmx-console and the property value for ManagedConnectionFactoryProperties is chopped its : "http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849264#3849264 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384

[JBoss-user] [Beginners Corner] - Re: run.sh

2004-09-24 Thread bestwish888
the error you make is the same as me ,but through my teacher i slove it.now i fell the error is very easy,if you find it. the connection is error,so it maybe the database which you should be built did't build ,the name of the default database of ejbca is 'ejbca' so you can build a datab

[JBoss-user] [Persistence & CMP/JBoss] - Disappearing data...

2004-09-24 Thread akhammon
I have an entity bean that is representing a Oracle view in a database. I run the findAll() method for the bean and start processing the results, during the many hours it takes to complete this processing someone removes a row of data from the view. when I get to that row of data I blow up. see

[JBoss-user] [Installation & Configuration] - Re: Deploying application in JBoss 4.0.0 - Spec Violation pr

2004-09-24 Thread darranl
Can you post the actual error and stack trace as well. Are all of the classes you use in the jar file you are deploying? Also do any of the classes in your jar refer to classes outside the jar? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849510#3849510

[JBoss-user] [Installation & Configuration] - Re: Can I having the server-directory somewhere else?

2004-09-24 Thread darranl
anonymous wrote : Though those are only three example configurations they illustrate very nicely the problem. JBoss does not distinguish between its configuration files and the application files but it stores them at the same place. There is actually a reason for JBoss being organised in this w

[JBoss-user] [Installation & Configuration] - JBoss Shutdown script/command

2004-09-24 Thread slicknick
I am having trouble to use the shutdown.sh script to shutdown JBoss. Now i can still use JMX console and click shutdown link to shutdown. But this is not ideal since i have to remove JMX console eventually. My 2 questions are: 1. What exactly does the link in JMX console do? What command can i ty

[JBoss-user] [Management, JMX/JBoss] - Re: Changing the jdbc connection-url using JMX console

2004-09-24 Thread genman
Look for service=ManagedConnectionFactory you should be able to set "ManagedConnectionFactoryProperties", which is an XML element. You at least have to stop/start the service. I'm not sure if this works or not, however. View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Management, JMX/JBoss] - Changing the jdbc connection-url using JMX console

2004-09-24 Thread darwinl
We have this problem where we need to change the connecction-url to point to a different database while the app-server is still running. We are running oracle. I know that I can hot-deploy the change by changing the connection-url in the oracle-ds.xml. I am just wondering instead of doing th

[JBoss-user] [Installation & Configuration] - Re: Deploying application in JBoss 4.0.0 - Spec Violation pr

2004-09-24 Thread peteslater
Hello again, I am still getting this problem and I don't understand why. In case anybody out there can help - I am posting a copy of my ejb-jar file to provide further insight into what i am deploying. Thanks again. Pete http://java.sun.com/dtd/ejb-jar_2_0.dtd";> http://java.sun.com/xml/ns/j

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is it possible to do relations on generated/unknown prim

2004-09-24 Thread stud
Great that it's possible, however I always got deployment exceptions about nonexistent fields... Perhaps you can have a look at my earlier post and give me a hint on what I have done wrong. http://jboss.org/index.html?module=bb&op=viewtopic&t=54267 Thanks, stud View the original post : ht

[JBoss-user] [Installation & Configuration] - Re: Multiple log4j files

2004-09-24 Thread cgopal
check here http://www.jboss.org/wiki/Wiki.jsp?page=Logging. It looks like isolating the class loading for each app would help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849503#3849503 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Installation & Configuration] - Classloader isolation and required jars in deployable

2004-09-24 Thread dblock
In my experience, the classloader isolation is working too well. My application will not load once either the jboss-app.xml file is included in the deployed ear, or the jboss-service.xml file is edited to cause all ears to be isolated. I'm using 3.2.4, and I'm deploying an ear that contains one

[JBoss-user] [JCA/JBoss] - Re: Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread sjwhyte
The standardjbosscmp-jdbc.xml file is where the DB type mappings are. You do not modify it. The jbosscmp-jdbc.xml is the jboss deployment descriptor that you put what DataSource your deploment unit is to use. This file is simular to the weblogic-cmp-jar.xml in weblogic. View the original post

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is it possible to do relations on generated/unknown prim

2004-09-24 Thread millerm1
Yes this is possible, the difficulty is that with several of the databases when the foreign key column is created it is set to the same type as the primary key column which may not allow for null. So you either have to specify the sql type to use which in the case of postgres I used INTEGER for

[JBoss-user] [JCA/JBoss] - Re: Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread bshah
I found one standardjbosscmp-jdbc.xml file under deploy/conf dir. I modified that as below: java:/fteDBSource Oracle8 false Does datasoruce is java:/fteDBSource or just fteDBSource without java:/ Also where should i specify fteDBPool Name specified in web.xml of weblogic?

[JBoss-user] [Persistence & CMP/JBoss] - Is it possible to do relations on generated/unknown primary

2004-09-24 Thread stud
Hi all, perhaps this time someone will reply, my question is wheter it is possible in JBoss to do a container managed relation on an entitiy which has an unknown primary key (Section 10.8.3 of the EJB 2.0 Spec). I never got it to work so I begin to believe that JBoss can't handle that. Is this

[JBoss-user] [Persistence & CMP/JBoss] - sybase identity as pk

2004-09-24 Thread weezl
I'm trying to use a sybase identity column to generate a pk, but i get the error IllegalStateException auto-increment template not found Does anyone have any ideas how I can proceed ? An example of the correct deployment descriptor for sybase auto-increment would be good. Thanks in advance View

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JDK versions for JMS client and server

2004-09-24 Thread khohl
Thank you, changing to the UIL2 protocol seems to have resolved the issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849495#3849495 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849495 --

[JBoss-user] [JCA/JBoss] - Re: Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread sjwhyte
It is usually in your deployment unit (ear, jar) that you are deploying. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849496#3849496 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849496

[JBoss-user] [Performance Tuning] - Re: JBOSS Stopped Automatically.

2004-09-24 Thread marcio.manske
We have the same problem on linux redhat 9 with 3.2.3 too. If this problem persists, unfortunaly we 'll have to use another server. Thanx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849494#3849494 Reply to the post : http://www.jboss.org/index

[JBoss-user] [JCA/JBoss] - jbosscmp-jdbc.xml

2004-09-24 Thread bshah
Hi, Where Do i find jbosscmp-jdbc.xml file in Jboss 3.2.3 Thanks B View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849491#3849491 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849491 --

[JBoss-user] [Installation & Configuration] - Re: Can I having the server-directory somewhere else?

2004-09-24 Thread Mr_Anonymous
"raja05" wrote : Not sure if i really understand your whole needs but ... I can imagine that. See "Background" at the end. "raja05" wrote : As to why jboss-j2ee.jar is deployed three times, i believe there are 3 different configurations that come by default with jboss - default, all and minimal.

[JBoss-user] [JCA/JBoss] - Re: Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread bshah
Hi Where do i find jbosscmp-jdbc.xml file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849489#3849489 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849489 --- Th

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 3.2.5 and Tomcat

2004-09-24 Thread [EMAIL PROTECTED]
What do you think that default/deploy/jbossweb-tomcat50.sar thing is? http://www.jboss.org/docs/index http://www.jboss.org/wiki/Wiki.jsp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849488#3849488 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [JCA/JBoss] - Re: Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread sjwhyte
In your jbosscmp-jdbc you will need to define what datasource to use for any entity beans. fteDBSource Oracle8 false ... Then in your /deploy dir you need to deploy a Oracle-ds.xml file that configures the connection pool in the container, Oracle-ds.xml

[JBoss-user] [Beginners Corner] - Re: Remote MDB No resource manager found for queue/Myqueue

2004-09-24 Thread npdavis
I'll answer my own post since I figured it out. Our server admin had installed latest Covalent ERS 2.4 on server since my prototyping last year. This apache 2.0 implementation has Tomcat bundled and part of this implementation was sitting on one of the ports that JMS/Jboss uses. Strangely enoug

[JBoss-user] [Security & JAAS/JBoss] - Authentication from swing client

2004-09-24 Thread dschmidt
Hi, I need authenticate the users of a swing application with a database. I am using: Client --> ClientLoginModule Server --> DatabaseServerLoginModule In the client's code I obtain the username and the password and then I call LoginContext.login(). I know that this don't authenticate the user,

[JBoss-user] [Persistence & CMP/JBoss] - Re: Load failed : ORA-04031 : JBoss 3.2.3 CMP findAll

2004-09-24 Thread darwinl
Just from a J2EE design perspective, using CMP to retrieve 1200 records are simply not a good idea. The container will cache all these CMPs, which will then takes up all the memory. Do you need these beans to be cached? If not, you will be better off to use a DAO pattern ( ie a jdbc sql statem

[JBoss-user] [JCA/JBoss] - Re: How to access a DataSource in JBoss 4.0 from a client?

2004-09-24 Thread sjwhyte
Is this java client trying to get the DataSource from outside the container? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849481#3849481 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849481

[JBoss-user] [JCA/JBoss] - Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread bshah
Hi Jboss Gurus, I am Newbie to Jboss and planning to migrate from WebLogic 6.1 to Jboss 3.2.3. I Have couple of questions: With current weblogic we are using Oracle 8i Database. 1) I have exsisting web.xml (weblogic ) has following parameters set: db.url jdbc:weblogic:pool:fteDBPool

[JBoss-user] [JCA/JBoss] - Jdbc connection pool in Jboss 3.2.3

2004-09-24 Thread bshah
Hi Jboss Gurus, I am Newbie to Jboss and planning to migrate from WebLogic 6.1 to Jboss 3.2.3. I Have couple of questions: With current weblogic we are using Oracle 8i Database. 1) I have exsisting web.xml (weblogic ) has following parameters set: db.url jdbc:

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss Ejb error

2004-09-24 Thread craig1980
Hi! Thanks for your response how can i solve this problem? Do yuo have any idea? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849476#3849476 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849476

[JBoss-user] [EJB/JBoss] - EJB QL Error Using LIKE Statement

2004-09-24 Thread lorange
Hello, I would appreciate anyone's help/insight on this problem: I'm using jboss-3.2.3 and in a finder method am using the following EJB QL statement: SELECT OBJECT(st) FROM StockType st WHERE st.stockTypeCode LIKE 'BLANK%' which gets put into the ejb-jar.xml as:

[JBoss-user] [Security & JAAS/JBoss] - Re: Authenicating users using LDAPLoginModule

2004-09-24 Thread osganian
Thanks for the reply. If I'm reading it right does it mean that I cannot specify each person's DN using the common name (cn=...) but rather the username (uid=...)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849474#3849474 Reply to the post : http://www.

[JBoss-user] [Management, JMX/JBoss] - Re: JBossNotCompliantMBeanException, XMBean minimum requirem

2004-09-24 Thread [EMAIL PROTECTED]
No need to extend any JBoss class. A public CTOR is all that is required View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849473#3849473 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849473

[JBoss-user] [Management, JMX/JBoss] - Re: JBossNotCompliantMBeanException, XMBean minimum requirem

2004-09-24 Thread alexOscar
Thanks. I'll check that out. But it seems like it is deploying the same Mbaean with XMBean descriptors. So, I just want to be sure if any POJO can be deployed as XMbean or do xmbeans too have to extend the org.jboss.system.ServiceMBean ? View the original post : http://www.jboss.org/index.html?

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS ClientLoginModule + ServerLoginModule

2004-09-24 Thread [EMAIL PROTECTED]
You use the password-stacking="useFirstPass" option to the ClientLoginModule and place another login module ahead of it that validates the credentials as this srp example config shows: | srp-client { |// Example client auth.conf for using the SRPLoginModule |org.jboss.security.sr

[JBoss-user] [Management, JMX/JBoss] - Re: JBossNotCompliantMBeanException, XMBean minimum requirem

2004-09-24 Thread [EMAIL PROTECTED]
Your descriptor looks ok There is an extensive example in JBoss Docs [URL] http://docs.jboss.org/admin-devel/Chap2.html#0_pgfId-921556 [/URL] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849471#3849471 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [Management, JMX/JBoss] - Re: JBossNotCompliantMBeanException, XMBean minimum requirem

2004-09-24 Thread alexOscar
I did validate the file using XMLSPY actually... See below Is there a real simple XMbean example somewhere with the descriptors and everything (an Hello World XMBean ;-) | | | App Bridge Mbean | | AppBridge.BridgeMBean | | BridgeMBean Constructor Des

[JBoss-user] [Installation & Configuration] - Is isolated flag really working to scope the EAR?

2004-09-24 Thread valueholder
I was using jboss3.2.5 and followed the instruction from here. http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration But it seems the classes(I tested through MBean class) from separate EAR files are still loaded by the same classloader. Any idea? View the original post : http://

[JBoss-user] [Security & JAAS/JBoss] - Re: Assigning a principal to a MDB

2004-09-24 Thread [EMAIL PROTECTED]
jboss-3.2 uses a different notion of the run-as role. It is the ONLY role assumed by the caller, it is not the name of the principal to which roles are assigned. | | | ManageGatewayManagementRole | | | or role-name could be ManageDeviceRegistrationManagerRole depe

[JBoss-user] [Security & JAAS/JBoss] - UsersRolesLoginModule works ok but DatabaseServerLoginModule

2004-09-24 Thread kmarcos
Hi. I have an application with struts an jboss. I configure all to work with UsersRolesLoginModule and it's fine, but if i just change in login-config.xml the authentication to use DatabaseServerLoginModule it doesn't works... configuration its OK... and if i put an bad user or a wrong passwor

[JBoss-user] [Persistence & CMP/JBoss] - Re: Load failed : ORA-04031 : JBoss 3.2.3 CMP findAll

2004-09-24 Thread antioh
i am sorry for poor explanation. i mean increase shared_pool_reserved_size parameter. Default value is 5% of shared_pool_size U can increase shared_pool_size or set shared_pool_reserved_size to 5mb for example. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Installation & Configuration] - Re: Datasource Lookup from a Client

2004-09-24 Thread dozedoff
If using this is anti-pattern, then what is the better way to go about this? Specifically, I'm using a DatabaseServerLoginModule from a remote client. Using the ProxyLoginModule was mentioned as an alternative in another thread. Any examples out there? View the original post : http://www.jbo

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss Ejb error

2004-09-24 Thread [EMAIL PROTECTED]
There is a packaging conflict that is resulting in the type(s) being passed into the ejb container to be seen as incompatible. This can happen when two ejb deployments are interacting via call by reference and one is redeployed and invalidates the common type system. View the original post : h

[JBoss-user] [Security & JAAS/JBoss] - Re: Contextual Authentication using JBoss 4.0

2004-09-24 Thread [EMAIL PROTECTED]
Then write a login module that allows for the combination of the required authentication mechanisms in a manner suitable for your application. Why isn't sufficient an approriate control flag: anonymous wrote : | Sufficient - The LoginModule is not required to |succeed. If it does suc

[JBoss-user] [Installation & Configuration] - What happened with logging from RC2 to JBoss 4 release?

2004-09-24 Thread s_r_eriksen
I've been using Cocoon 2.1.5.1 successfully on JBoss 4 RC1 and RC2 for a while. Very few issues at all actually. I just had to swap the Castor versions and put commons-logging into jboss/server/default/lib and it worked fine. However, on JBoss 4. final release I get some more serious problems.

[JBoss-user] [Security & JAAS/JBoss] - Re: Authenicating users using LDAPLoginModule

2004-09-24 Thread [EMAIL PROTECTED]
Check out the documentation in chap 8 of the Free Online JBoss Documentation found here: http://www.jboss.org/docs/index View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849450#3849450 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Security & JAAS/JBoss] - Re: ConfiguredIdentityLoginModule could not be found.

2004-09-24 Thread [EMAIL PROTECTED]
The managedConnectionFactoryName option should be either jboss.jca:servce=LocalTxCM,name=OracleDS or jboss.jca:servce=LocalTxCM,name=OraDSIG2 since the name key needs to map to the jndi-name setting from the *-ds.xml configuration. View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [Security & JAAS/JBoss] - Re: Security migration from weblogic to Jboss

2004-09-24 Thread [EMAIL PROTECTED]
Read the JAAS Howto posting in this forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849448#3849448 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849448 --- Th

[JBoss-user] [Management, JMX/JBoss] - Re: JBossNotCompliantMBeanException, XMBean minimum requirem

2004-09-24 Thread [EMAIL PROTECTED]
Also If you edit the descriptor with a tool that understands the DTD it will probably point out the error. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849447#3849447 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Management, JMX/JBoss] - Re: JBossNotCompliantMBeanException, XMBean minimum requirem

2004-09-24 Thread [EMAIL PROTECTED]
You XMBean descriptor must be wrong. Try to simplify to find out the error. The exception is not very informative, I know... /Dimitris View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849446#3849446 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Security & JAAS/JBoss] - Re: SRP and patents

2004-09-24 Thread [EMAIL PROTECTED]
You will have to talk to an attorney if you want legal advice. A google search for SRP SPEKE patent results in numerous hits, none of which clearly state anything: http://www.pdl.cmu.edu/mailinglists/ips/mail/msg09292.html anonymous wrote : | iSCSI: SRP status | | * To: [EMAIL PROTECT

[JBoss-user] [Clustering/JBoss] - Re: Couple of Exceptions in ALL configuration for Jboss 4.0

2004-09-24 Thread osf_lover
Yes, i am using the same release as you " Release ID: JBoss [Zion] 4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418) " Don't see any duplicate copy of ear-deployer.xml. I am using the the original ear-deployer.xml and jbossjca-service.xml didn't modify anything. Weired if no one else is gett

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

2004-09-24 Thread [EMAIL PROTECTED]
October. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849443#3849443 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849443 --- This SF.Net email is sponsored by: Y

[JBoss-user] [Beginners Corner] - Re: CMP EJBs prevent concurrent access ?

2004-09-24 Thread stefan21
I think I have found my mistake. In the servlet, I had a reference (instance variable) to a stateful session bean. In the doPost/doGet method, I was accessing that bean (bean.getBlabla()). So when I was hitting my refresh button, the servlet doPost/doGet was called concurrently and therefore,

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: using TIBCO JMS server

2004-09-24 Thread r_raman
Thanks for your reply genman. If I understand correctly, you're suggesting binding the EMS ConnectionFactory objects to JBoss jndi and let the client use JBoss jndi to lookup these objects. But this still requires an external EMS broker running since all the EMS administered objects implement Re

[JBoss-user] [Nukes User] - Re: unable to compile latest cvs

2004-09-24 Thread oissela
thanks, following instructions at http://www.jboss.org/wiki/Wiki.jsp?page=InstallUninstallUpgrade it works maybe this page http://www.jboss.org/developers/projects/nukes/build should be updated by pointing it to http://www.jboss.org/wiki/Wiki.jsp?page=InstallUninstallUpgrade ... View the orig

[JBoss-user] [Nukes User] - Re: installation problem

2004-09-24 Thread iDreamer
if in the build.bat remove the fist line for view the comand the errore is verificated in 19th line: if x%PROGNAME%==x set PROGNAME=build.bat what is the error??? reply me please View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849434#3849434 Reply to the po

[JBoss-user] [Security & JAAS/JBoss] - Re: Assigning a principal to a MDB

2004-09-24 Thread bossman
I *think* you have to add yourprincipalthathastherightroles to the MDB in your jboss.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849435#3849435 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849435 -

[JBoss-user] [Installation & Configuration] - How does caching work with JBoss 3.2.3

2004-09-24 Thread TimGE
I am using JBoss as my application server, but it is not compliant with the Single Sign On service that we use. So I had to put an apache webserver in front of JBoss to work as a proxy to JBoss, since apache is compliant. The problem that I am having is that once I sign in, if I remain idle for

[JBoss-user] [Installation & Configuration] - Re: Datasource Lookup from a Client

2004-09-24 Thread bossman
I have a that I want to use from a client. To enable the lookup of this datasource from a client running outside the container, I had to set the false in the datasource configuration. By default, the datasource is bound to java: namespace which is not availabe outside the container. If you

[JBoss-user] [Clustering/JBoss] - Re: Couple of Exceptions in ALL configuration for Jboss 4.0

2004-09-24 Thread [EMAIL PROTECTED]
I don't see these exceptions. You have a dist with the following release id line? 07:23:05,140 INFO [Server] Release ID: JBoss [Zion] 4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418) You have a duplicate definition of the ear-deployer.xml service somewhere, and an invalid configuration of t

[JBoss-user] [Management, JMX/JBoss] - JBossNotCompliantMBeanException, XMBean minimum requirements

2004-09-24 Thread alexOscar
I am a new user and trying to deploy an XMBean. What are the requirements for XMBean. I was under the impression that any POJO can be deployed as an XMBean, is that true ? As soon as I deploy my Sar file, I see this error org.jboss.deployment.DeploymentException: create operation failed for pac

[JBoss-user] [Performance Tuning] - resident memory always increase

2004-09-24 Thread sarantin
Hello, I have a web-enabled application deployed on JBoss 3.0.2 running on a HP-UX 11.0 computer. As the users transact with my application I notice that the resident memory of java (as it is presented by the "top" command) is always increasing. As a result of this bevahior after a while no m

[JBoss-user] [Nukes User] - Re: unable to compile latest cvs

2004-09-24 Thread oissela
The common build fails in this way: F:\nukes\common>build Executing F:\nukes\common\..\tools\bin\ant.bat -logger org.apache.tools.ant.NoB annerLogger Buildfile: build.xml _buildmagic:init: Trying to override old definition of task property [echo] F:\nukes/build/etc/mysql.properties config

[JBoss-user] [Nukes User] - Re: unable to compile latest cvs

2004-09-24 Thread chasetec
Try building from the build directory and not the nukes directory. You may also want to look at the build instructions at: http://www.jboss.org/wiki/Wiki.jsp?page=InstallUninstallUpgrade View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849428#3849428 Reply to t

[JBoss-user] [Management, JMX/JBoss] - There is a concept in WebSphere and WebLogic, which is calle

2004-09-24 Thread pinely
A definition of Custom Service in WebSphere is as follows: "To define a hook point to be run when a server or node agent starts and shuts down, you develop a custom service class and then use the administrative console to configure a custom service instance. When the application server or node ag

[JBoss-user] [Nukes User] - Re: unable to compile latest cvs

2004-09-24 Thread jae77
did you compile the "common" package first? we should probably add some kind of check that will check if the common package has been compiled and if not, compile it before the core. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849425#3849425 Reply to the

[JBoss-user] [EJB/JBoss] - Re: File to Server transfer

2004-09-24 Thread darranl
The class java.io.FileInputStream is not a valid RMI_IIOP type so can not be passed to the session bean using the remote interface. Your client would have to read the data from the stream and convert it into some type that can be passed across the remote interface. View the original post : htt

[JBoss-user] [Beginners Corner] - Re: FileInputStream to Server

2004-09-24 Thread darranl
The class java.io.FileInputStream is not a valid RMI_IIOP type so can not be passed to the session bean using the remote interface. Your client would have to read the data from the stream and convert it into some type that can be passed across the remote interface. View the original post : htt

[JBoss-user] [Persistence & CMP/JBoss] - Re: Load failed : ORA-04031 : JBoss 3.2.3 CMP findAll

2004-09-24 Thread jobor
The shared pool size is 50 Meg. I did try all versions of Oracle JDBC drivers from 8.1.7 to 10g. I do have the same problem with deleting 1200 records. The following code is from a session bean method with a Required transaction. Collection c = home.findAllForDelete(); for (Iterator i = c.iterato

[JBoss-user] [Clustering/JBoss] - Couple of Exceptions in ALL configuration for Jboss 4.0

2004-09-24 Thread osf_lover
Hi, Am getting following exceptions in ALL configuration for Jboss 4.0 1) org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.j2ee:service=EARDep loyer at org.jboss.system.ServiceCreator.install(ServiceCreator.java:71) at org.jboss.system.Service

[JBoss-user] [Persistence & CMP/JBoss] - Re: Deploying CMP Beans in JBoss 4.0

2004-09-24 Thread mozheyko_d
You must: 1) put firebirdsql.rar into deploy directory 2) put into deploy directory this(modified because the file from installation is wrong !)file: | | | | | | | | | | | | FirebirdDS | | | | Firebird Database Connector | |

[JBoss-user] [Nukes User] - Re: installation problem

2004-09-24 Thread iDreamer
thanx for your reply.. i install the jboss 3.2.3 but the problem is present this is my passage: 1)install jboss 2)copy src_nukes in jboss_home 3)copy local.proprietas-explase in $homeNukes/build/local.proprietas 4)insert the mysql jconnector in jboss/server/default/deploy 5)run build.bat 6)errore

[JBoss-user] [Beginners Corner] - Entity bean is not working

2004-09-24 Thread bernmic
I'm trying to create a simple EJB application. I'm using Oracle 8i, JBoss 4.0.0 (and 3.2.5 without any difference), Eclipse 3.0 (WinXP) and JBossIDE 1.3.0. I wrote a simple entity bean for an existing table, created and deployed the datasource MyDS file in JBoss. I used Standard EJB for XDoclet,

[JBoss-user] [EJB/JBoss] - File to Server transfer

2004-09-24 Thread HannesBacke
Hi, I have a test client for a deployed Module on my JBOSS Server. In this client, I read a file with FileInputStream and want to send the stream to my Server (to the SessionBean). Does anyone know how to do that? Thx, Hannes View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [EJB/JBoss] - Problems with MarshalledInvocation

2004-09-24 Thread jarnbjo
We have been trying to use the InvocationContext to pass "out of band" information from the client to the server using the InvocationContext, populating and evaluating it in client-side and container-side interceptors. For local calls within JBoss, the concept is working as it should, but using

[JBoss-user] [Persistence & CMP/JBoss] - Re: Load failed : ORA-04031 : JBoss 3.2.3 CMP findAll

2004-09-24 Thread antioh
please increase shared_pool_size parameter of Oracle instance and monitor SGA. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849256#3849256 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849256 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss CMR Many-to-Many with java.util.Collection returns

2004-09-24 Thread garyjones
The spec is ambiguous on the reason for having Set and Collection in CMR fields. It DOES NOT indicate why you sould use one over the other. It also does NOT indicate that using a Collection should allow duplicate entries. However, it does NOT indicate that you can't have duplicate entries. Th

[JBoss-user] [Security & JAAS/JBoss] - JBoss Ejb error

2004-09-24 Thread craig1980
Hi all! I'm newbie in JBoss... I have read the JAAS howto tutorial but i have some problems... I have an EJB (WorkflowEngine WE) that is in a secure-domain called danetworkflow; i have created a new EJB (Message Driven Bean MDB) that is tring to call WE.. since they weren't in the same security-

[JBoss-user] [Installation & Configuration] - Re: Can I having the server-directory somewhere else?

2004-09-24 Thread raja05
Not sure if i really understand your whole needs but if you want to split out the files that the developer codes Vs. the files that JBoss provides, you can provide a different deploy directory where you can have the developer related EAR/SAR/JAR/WARs. Take a look at the jboss-service.xml in the

[JBoss-user] [Persistence & CMP/JBoss] - Could not resolve uncommited transactions

2004-09-24 Thread [EMAIL PROTECTED]
Hi, I am using JBoss_3.2.0_Tomcat_4.1.24 with Postgres 7.3.2. Earlier it would run fine. But after adding some new JAR and WAR components to my EAR file, I am getting following error: 00:27:07,722 INFO [PersistenceManager] Starting | | 00:27:13,926 ERROR [PersistenceManager] Starting fai

[JBoss-user] [Beginners Corner] - CMP EJBs prevent concurrent access ?

2004-09-24 Thread klemzer
I have a servlet which does two things : 1- Create a new instance of an EJB x 2- findAll() the EJB x 3- show the EJB content in the resulting HTML (so, basically : add an item to a list, find all the items in the list) The EJB is CMP. I open my browser and call the servlet. Everything works as

[JBoss-user] [Installation & Configuration] - Re: How can I access a DataSource in JBoss 4.0 from a client

2004-09-24 Thread nimrod
in xxx-ds.xml, under this line: myHibernateSqlServerDB add a new line: false That's all.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849406#3849406 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849406

[JBoss-user] [Installation & Configuration] - ClassLoadingConfiguration problem

2004-09-24 Thread MPetrashev
I added to file jboss-web.xml the following: dot.com:loader=xwiki.war java2ParentDelegation=false as was described on http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration but it doesn't work... When I try to receive access to net.sf.hibernate.connection.Connecti

[JBoss-user] [Installation & Configuration] - AOP classes not found in JBoss 4

2004-09-24 Thread de107549
When I start the JBoss Web console I get the following exception: java.lang.NoClassDefFoundError: org/jboss/aop/AspectManager Do I have to install the AOP classes seperately? Thanks. Mirko View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849247#3849247 Reply t

[JBoss-user] [Nukes User] - unable to compile latest cvs

2004-09-24 Thread oissela
by following instructions reported here: http://www.jboss.org/developers/projects/nukes/build i got these errors when trying to build: F:\nukes\nukes>build Executing F:\nukes\nukes\..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBa nnerLogger Buildfile: build.xml _buildmagic:init: Trying t

[JBoss-user] [Management, JMX/JBoss] - Re: How to access my MBean from a client application?

2004-09-24 Thread darranl
Have a look at the 'Administrators and Developers Guide' available from the 'Free Doco' link on the right, there is more information on accessing MBeans programmatically. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849399#3849399 Reply to the post : http

[JBoss-user] [Installation & Configuration] - Deploying application in JBoss 4.0.0 - Spec Violation proble

2004-09-24 Thread peteslater
Has anybody else had this problem? I have a very small application that I use to deploy on application servers as a learning experience for myself. At the moment this app. contains just a stateless session bean and a single entity bean using CMP. When deploying under JBoss 3.2.2 and later 3.2.5

[JBoss-user] [Installation & Configuration] - Re: Question about configuration elements

2004-09-24 Thread darranl
I don't have the exact definition for the other type of beans at the moment: - The cache settings are used for beans that have an identity such as Stateful session beans. The pool settings are used for beans that currently don't have an identity such as stateless session beans and message drive

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP / JDBC-conn-lookup

2004-09-24 Thread darranl
In this situation you would want to add a entry for your datasource in your ejb-jar.xml and jboss.xml deployment descriptors. This will result in the datasource being bound to the java:comp/env namespace of the component using it. If in future you want to change which datasource you are using

[JBoss-user] [Messaging, JMS & JBossMQ] - Can I delete the StateManager and only use the SecurityManag

2004-09-24 Thread debarcar
Dear All, Can I only use the SecurityManager to manage JBoss MQ security by JAAS? It seems the StateManager is redundant. Thanks and best regards! Debarcar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849395#3849395 Reply to the post : http://www.jboss

[JBoss-user] [Installation & Configuration] - Re: How can I access a DataSource in JBoss 4.0 from a client

2004-09-24 Thread nimrod
The JBossJCA FAQ said "In JBoss-3.2.x you cannot, DataSources are not exposed remotely. There is an implementation of this in JBoss4. I would not recommend this anti-pattern", but how to do it in JBoss4.0.0? Someone said, to bind the datasource in the global jndi namespace, but how to bind the d

[JBoss-user] [Persistence & CMP/JBoss] - CMP / JDBC-conn-lookup

2004-09-24 Thread Roberto72
Hi, I have a full-developed project witch use CMP-beans. The DataSource name is present only in jbosscmp-jdbc.xml file. Now, I need to read some config-params from a "config" DB-table via direct JDBC-connection from JDBC-pool. Can I do this without re-declare DSname in: oContext.lookup(DSname)

[JBoss-user] [Installation & Configuration] - Re: How can I access a DataSource in JBoss 4.0 from a client

2004-09-24 Thread Darknight
And the answer is: you cannot access the DS from client... So make a bean to handle it. However, since the default behaviour for JAAS login modules is to make a direct query on the DS it was AWFULLY strange that it didn't work. This isn't coherent at all, please rectify this in the jaas modules.

  1   2   >