[JBoss-user] [Persistence & CMP/JBoss] - Re: Hypersonic auto-increment non-linearl JBoss 3.2.4

2005-01-25 Thread arnold
It seems the non-linear sequence can be explained by the number of write operations performed on the CMP bean between inserts. This behviour seems rather odd. Does anyone know the precise behaviour of "hsqldb-fetch-key"? Thanks. View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How can I start JBossMQ alone?

2005-01-25 Thread jzhuo
thanks genman. this is my mistake, next , i will search old forum firstly, then ask. there is another topic to solve this problem: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=56093 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863676#3863676 Re

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS error by the time of starting Jboss

2005-01-25 Thread chenna1978
Hi, I got solution to the above problem. The problem is due to the fact that the jms configuration is in /deploy/jms folder in JBoss 3.2.1. By default the deploy folder is parsed first for deployments and then its subfolders. So my EAR is deployed before the JMS implementation. To get rid of t

[JBoss-user] [Beginners Corner] - Re: Can't run Duke's Bank application

2005-01-25 Thread cjohan
You didn't give us much information about what went wrong. Have a look at the Jboss log (server.log in the serverdefault/log directory) and search for "ERROR". If you are using update 4 of the J2EE Tutorial, see the following topic http://www.jboss.org/index.html?module=bb&op=viewtopic&t=59000

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss changes clientid of durable subscribers

2005-01-25 Thread genman
I don't know if it's kosher to read messages from a queue from a session bean. http://www.theserverside.com/discussions/thread.tss?thread_id=15480 Regarding that bug, you can always get the latest 3.2 from CVS and test with that. It might work better than my crystal ball. View the original po

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Connection limit?

2005-01-25 Thread genman
Usually the 500 error sends back some sort of message to the client or generates some sort of error information in the server logs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863673#3863673 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Clustering/JBoss] - Re: Could not load the org.jboss.ejb.plugins.ServiceEndpoint

2005-01-25 Thread lepe
At least in 4.0.1 the class is in following jar-file | server/default/deploy/jboss-ws4ee.sar/jboss-ws4ee.jar | I got the same warnings after removed ws4ee since my app didn't use it. There should be no problem to remove the interceptor from the config file. View the original post : http:/

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ standalone distrubution+shutdown error

2005-01-25 Thread genman
http://www.jboss.org/wiki/Wiki.jsp?page=IsThereAStandaloneDistributionOfJBossMQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863670#3863670 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863670 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ standalone distrubution+shutdown error

2005-01-25 Thread genman
Sorry. The shutdown error is likely harmless, I would surpress it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863671#3863671 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863671

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How can I start JBossMQ alone?

2005-01-25 Thread genman
Isn't there a FAQ or Wiki entry on this? http://www.jboss.org/wiki/Wiki.jsp?page=IsThereAStandaloneDistributionOfJBossMQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863669#3863669 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Security & JAAS/JBoss] - Re: jass on windows 2003

2005-01-25 Thread tcherel
I guess that what you mean is any docs on using the windows server domain as a JAAS authentication source, correct? If this is correct, then the next question is what kind of windows domain is used for your server? If this is an active directory, then your best bet is probably to use the LDAP

[JBoss-user] [Beginners Corner] - "JBoss Web Console" applet won't work.

2005-01-25 Thread hyperq
I am running JBoss 4.0.1 and Java SDK 1.5, the JBoss server works fine, and I can see the page on http://localhost:8080. However, when I clicked the "JBoss Web Console" link, the applet on the left frame takes forever to load, and it never worked. I have waited 20+ minutes at one time. I th

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-25 Thread combsv
Many thanks! I look forward to using jUDDI as soon as you can make it available. BTW, if you are interested in the project that we working on please feel free to browse the publicly available web site. We are in the process of updating the site a bit (i.e. we are at version 1.2.0 now) but it wi

[JBoss-user] [JBossWS] - java endpoint from a wsdl

2005-01-25 Thread dmarcum
is there a free tool that will generate an endpoint from a wsdl? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863655#3863655 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863655

[JBoss-user] [Beginners Corner] - How best to retrieve and process emails from JBoss JavaMail?

2005-01-25 Thread davout
I'm building a JBoss app that includes a business process where an email is dispatched to an external email address and later (asynchronously) a return email is expected back from the original email target. I've setup the JBoss JavaMail service so that the emails can be sent and retrieved from

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ standalone distrubution+shutdown error

2005-01-25 Thread fildiz57
Where did you get a standalone JBoss-MQ? I am looking for instructions for similar purpose. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863662#3863662 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863662

[JBoss-user] [JBoss Getting Started Documentation] - configuring log for each EAR file

2005-01-25 Thread caesarkim
is there any way to generate standard out log file for each EAR file when the server starts? i am using jboss 3.2.5. it would be very helpful if somebody can let me know how to do it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863665#3863665 Reply to th

[JBoss-user] [Beginners Corner] - Re: JBoss API documentation (JavaDoc)

2005-01-25 Thread jiwils
I experienced a very similar build failed message when trying to use the docs target with JBoss 3.2.4/3.2.6. See forum post/thread http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862405. Unfortunately, the suggested workaround resulted in other build failures. Since using this same,

[JBoss-user] [Beginners Corner] - Re: Incomplete Deployment Listing error

2005-01-25 Thread anu_katta
hmm, not really. My team does not want to change the filenames, since most of the filenames are from the schemas/ tour DB tablenames and which can not be changed, just like that. -Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863625#3863625 Reply to

[JBoss-user] [JCA/JBoss] - "JBoss LocalTransaction JDBC Wrapper" not yet installed

2005-01-25 Thread dannysh
Hi, I am migrating from Jboss 3.2.4 to JBoss 4.0.1. When I start the server, I get the following error: 18:31:49,357 ERROR [URLDeploymentScanner] Incomplete Deployment listing: MBeans waiting for other MBeans: ObjectName: bv.ds:name=b

[JBoss-user] [EJB/JBoss] - Re: 4.0.x classloader NoClassDefFoundException

2005-01-25 Thread jjmuhlestein
To be honest, that's just how XDoclet built it. It's always worked that way and it does find all the other jar files in the lib directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863657#3863657 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [HTTPD, Servlets & JSP] - Re: HttpSession times out even when it should be active

2005-01-25 Thread mcorey
Yes, I have done this -- I set it to 45 minutes, and it is honoring that... like I said, at 9:00 the user logs in, at 9:30 the user sends a touch request, and at 9:45 the session expires... when the touch request comes in, however, it SHOULD move the expire time out to 10:45 (45 minutes from th

[JBoss-user] [JCA/JBoss] - Trying to return an unknown connection2 / Hibernate

2005-01-25 Thread jardia
Hello Adrian. About: JBoss3.2, Hibernate2.1.6, closing Hibernate Sessions/Connections. Scenario: -slsb uses SessionFactory to get a Session -own hibernate SessionFactory impl which when handing out a new Session in getSession() registers a new javax.transaction.Synchronization handler instance

[JBoss-user] [Installation & Configuration] - Need to upgrade log4j to 1.3a in jboss 4.0.1.

2005-01-25 Thread gshekar
Hi, Please let us know the procedure to upgrade log4j to 1.3a in jboss 4.0.1. Thanks & Regards, -GnanaShekar- View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863580#3863580 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Performance Tuning] - Re: Change Localhost to static IP

2005-01-25 Thread [EMAIL PROTECTED]
Your best bet will be the admin guide. If somebody in the community is interested in preparing a cheatsheet, you are welcome to place it on the wiki. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863633#3863633 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Installation & Configuration] - Does JBoss work under Cpanel

2005-01-25 Thread drinky
Just a quick question, has anyone had success with JBoss running under Cpanel? Cheers Brett View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863661#3863661 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863661 --

[JBoss-user] [Messaging, JMS & JBossMQ] - How can I start JBossMQ alone?

2005-01-25 Thread jzhuo
I want use JBoss as a JMS server without other J2EE services. I do my job as following: (1) copy minimal directory to a new directory named myconfig. it contains minimal definitions to start JBoss Server. (2) copy default/deploy/jms to myconfig/deploy/jms, and only left two xml files, including

[JBoss-user] [EJB/JBoss] - Re: CMP Deployment fails on 'Standard' EJB-QL

2005-01-25 Thread mrobin21
Sorry, Do you think JBOSS will support the full EJB-QL as standard in the future, or will I always have to use JBOSS-QL? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863639#3863639 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Beginners Corner] - Is there an XML Schema for the deployment descriptors?

2005-01-25 Thread gevatron
Where can I find the XML Schemas that define the structure of the JBoss deployment descriptor files? (for example the one for jboss.xml). I think they are used in the JBoss IDE, and I would like to use them in my tool as well. View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Installation & Configuration] - Re: Can't change Tomcat log level from DEBUG

2005-01-25 Thread mrooney
Here it is: | | | | | | | | | true | | true | | | true | | | j_subject | | | | | instant | 2000 | | | | |

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB Passivation warning

2005-01-25 Thread mmilicich
I have the same problem, but using the Commit Option C... The thing is that I need that option to keep our EntityBeans up-to-date with DataBase because of other external processes that insert data into it.- But when these warning msgs appear, it takes a lot of time to have the JBoss reply: It ma

[JBoss-user] [EJB/JBoss] - Re: 4.0.x classloader NoClassDefFoundException

2005-01-25 Thread [EMAIL PROTECTED]
Why is the lib under META-INF? Move it one level higher and give it a shot! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863626#3863626 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863626

[JBoss-user] [EJB/JBoss] - Re: CMP Deployment fails on 'Standard' EJB-QL

2005-01-25 Thread mrobin21
Thank you Mr Biaggi. Much appreciated! All deploys OK. Now to develop and test the queries! I presume JBOSS's 'native' support of the EJB spec will catch up? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863488#3863488 Reply to the post : http://www.jbo

[JBoss-user] [Persistence & CMP/JBoss] - cmp2.x jdbc2 pm caching mechanism

2005-01-25 Thread HariV
I am getting the following exception when I use the new container configuration. java.lang.ClassCastException at org.jboss.ejb.plugins.cmp.jdbc2.JDBCStoreManager2.start(JDBCStoreManager2.java:172) The following is my configuration xml . I had the same issue in 3.2.5 and 3.2.6 .anybody h

[JBoss-user] [Persistence & CMP/JBoss] - org.jboss.ejb.plugins.LogInterceptor not printing SQLExcepti

2005-01-25 Thread frankgrimes
Hi, We are getting intermittent SQLExceptions from some CMP beans and the logs don't show any vendor-specific (ISAM) errors. By walking back through the sources, following the stack trace in the logs, it seems that org.jboss.ejb.plugins.LogInterceptor.handleException() doesn't check for SQLExce

[JBoss-user] [EJB/JBoss] - Re: Pessimistic locking with notification in EJB

2005-01-25 Thread labrador
We use the same pattern for pessimistic locking. Our implementation requires an extra timestamp column on the table with the row you'd like to lock. We also have a column for the ID of the user who is locking the row for user feedback. All access to this table (at least the lock columns) must b

[JBoss-user] [Installation & Configuration] - Own JNDI-Context per EAR

2005-01-25 Thread piotrkotlinski
Hi, Is it possible to set separate name space in JNDI Context per EAR ? I have two the same applications which must be different configured (for instance the connection to database). I would like to set separate jndi name space per application. I would like to achive the following result wi

[JBoss-user] [Nukes User] - Portal 2.0 and PostgreSQL

2005-01-25 Thread cuoz
I'd like to try out the latest prerelease of JBoss Portal 2.0 using PosgreSQL as the database. I've set the database type in the local.properties file to "postgresql", but the ddl that gets generated still seems to be for MySQL or some other database. Any tips on getting it to generate the ddl

[JBoss-user] [EJB/JBoss] - Unspecified EJB Container Transaction Attributes

2005-01-25 Thread timfulmer
Hi All, We recently discovered that JBoss allows session and message driven EJBs to be configured without a section in ejb-jar.xml. After reading the 2.1 specification, it seems there is no guidance there regarding this configuration. We're wondering what the default value of is when ejb-j

[JBoss-user] [Installation & Configuration] - Wanted to upgrade the log4j to 1.3Alpha in JBoss4.0.1.

2005-01-25 Thread gshekar
Hi, I am getting the below error during jboss startup. I downloaded 1.3Alpha version of log4j.jar and put it in place of the existing one at JBOSS_HOME/server/default/lib folder. Please help. 17:22:23,649 WARN [ServiceController] Problem creating service jboss.system:type=Log4jService,servi

[JBoss-user] [Security & JAAS/JBoss] - Re: jass on windows 2003

2005-01-25 Thread tcherel
Then you need to get more details on what your application is really requiring . The pointer I gave you below might help you asking the right questions. Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863646#3863646 Reply to the post : http://www.

[JBoss-user] [Security & JAAS/JBoss] - Re: jass on windows 2003

2005-01-25 Thread trhymers
im not sure what i mean the info i get is "you need to have jass configured, we dont support jboss or jass and dont claim to. but this is what you need" so im kinda in the dark. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863645#3863645 Reply to the

[JBoss-user] [Security & JAAS/JBoss] - javax.security.auth.login.name

2005-01-25 Thread paper57
I am writing a custom login module. This will be the only acceptable way to authenticate for my application. Is there any reason to check for the exitstence of a principal stored with javax.security.auth.login.name? Parts of the application will depend on a custom principal object, so any oth

[JBoss-user] [Clustering/JBoss] - Re: How to seperate two clusters within the same network ?

2005-01-25 Thread jimmyed2001
We have two developers in the same workgroup (Windows XP) trying to develop in isolation but their JBoss servers (3.2.4 and 4.0.0) keep detecting each other and trying to cluster. How can we stop this? Is this the default behavior? View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [JCA/JBoss] - Using NoTransFS RA from "JBoss 4 Application Server Guide" s

2005-01-25 Thread scottmiller
I'm able to run the NoTransFA resource adapter from "JBoss 4 Application Server Guide" section 7.2.5. The example bean gets a connection and then closes it w/o actually doing some i/o. In EchoBean.java, the connection is returned as a DirContext (FSDirContext) object. What's needed to take th

[JBoss-user] [Persistence & CMP/JBoss] - Problem of performance with large tables

2005-01-25 Thread prothee
Hi all, I'm under jboss3.26 I've got an entity bean mapped to a table with 33M of records. I've done some finders, some are very quick, other very slow... for example: (in jbossql) select object(o) from TheEntity as o where o.name like ?1 ORDER BY o.name OFFSET ?2 LIMIT ?3 with a parameter lik

[JBoss-user] [Beginners Corner] - Can someone what I'm doing wrong with JNP/JNDI

2005-01-25 Thread gressil
Hi all, I've managed to get the Fibo application installed and running and all is fine with that, but now I want to try and access the Fibo EJB from a client and I am having a problem referencing it, the jmx-console output looks like this: Global JNDI Namespace | | +- XAConnectionFactory

[JBoss-user] [Security & JAAS/JBoss] - jass on windows 2003

2005-01-25 Thread trhymers
i will be running an app that requires jboss along with jass on a windows 2003 server. are there any docs on setting up jass with jboss on a windows server? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863636#3863636 Reply to the post : http://ww

[JBoss-user] [JBossWS] - Re: XML Payload Best Practice

2005-01-25 Thread forkbomb
"[EMAIL PROTECTED]" wrote : The upcomming jboss-4.0.1 release maps xsd:anyType to org.w3c.dom.Element which makes it easier to exchange arbitary XML fragments. This however goes beyond the JAXRPC spec and is therefore not portable and maybe not interoperable. | Thomas, did this not make it i

[JBoss-user] [Installation & Configuration] - I Want to know the version of log4j in JBoss 4.0.1. Please

2005-01-25 Thread gshekar
Hi, I Want to know the version of log4j in JBoss 4.0.1. Please guide. Regards, -GnanaShekar- View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863544#3863544 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863544 -

[JBoss-user] [HTTPD, Servlets & JSP] - Re: HttpSession times out even when it should be active

2005-01-25 Thread [EMAIL PROTECTED]
have you set the session time out in web.xml of your war? | 30 | The default timeout used by the tomcat instance is under deploy/jbossweb-tomcatxxx.sar/conf/web.xml You shud override in your web.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Beginners Corner] - Re: I am not able to run cleint. Please help me

2005-01-25 Thread darranl
If you class is supposed to be in the package com.bizwise.ejb you need to add the following line to the top of the class and compile it again: - package com.bizwise.ejb; Alternatively as it sounds like the class has been compiled in the default package you could take your command prompt into th

[JBoss-user] [HTTPD, Servlets & JSP] - HttpSession times out even when it should be active

2005-01-25 Thread mcorey
I am having a problem with my HttpSessions occasionally timing out when, in fact, there is normal activity. I have a web app that is keeps a small amount of login information about a user in the HttpSession when they login. The client is a C-based fat client, which sends a 'touch' message ever

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem of performance with large tables

2005-01-25 Thread Lviz
hi prothee afaik (with oracle db) a like with abd% uses the index a like with %abd% drops the index and does a full table scan. cheers L View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863627#3863627 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [EJB/JBoss] - EJB Initialization Error

2005-01-25 Thread nadeemhoda
Has anybody seen the following error? I have not found a solution: 15:47:46,455 INFO [URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanner,flavor=URL 15:47:46,516 INFO [MainDeployer] Deployed package: file:/usr/local/jboss-3.2.3/server/atlaspro/conf/jboss-service.xml 15:47:46

[JBoss-user] [Installation & Configuration] - Re: localhost to IP change :)

2005-01-25 Thread raja05
In jbossweb-tomcat50.sar/server.xml, look up the Connector element that you are using (HTTP/1.1 or AJP) and then change the address="${jboss.bind.address}" to whatever IP you want it to listen on. By default jboss.bind.address is 0.0.0.0 which listens to all incoming requests. View the origin

[JBoss-user] [Beginners Corner] - Conflict Hibernate/Cocoon because of EHCACHE

2005-01-25 Thread samfra
Hello, my problem is the following : I use Cocoon and Hibernate within Jboss... My Hibernate objects are cached in ehcache. Cocoon uses internally ehcache... when I redeploy my cocoon.war, it reinitializes ehcache... and I loose all my hibernate objects ;o( any idea how to solve this ? telli

[JBoss-user] [Performance Tuning] - Re: Change Localhost to static IP

2005-01-25 Thread Zer0n3
Anil, Could you suggest a lean book on JBoss configuration. By lean I mean something straight to the point, more advanced type of reading. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863620#3863620 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Persistence & CMP/JBoss] - Re: Upgrading CMP Beans from JBoss 2.4.x to JBoss 4.0

2005-01-25 Thread [EMAIL PROTECTED]
JAWS was removed from 4.x. You should use EJBQL or deploy JAWS by yourself. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863572#3863572 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863572 -

[JBoss-user] [Installation & Configuration] - Re: jboss locking up

2005-01-25 Thread mont0165
Woo Hoo! Thanks :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863617#3863617 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863617 --- This SF.Net email is spon

[JBoss-user] [Performance Tuning] - Re: Change Localhost to static IP

2005-01-25 Thread Zer0n3
Thanks Anil That was just the fix I needed. The JBoss I am working with is a major customization of an older version running on a unusual port, the IP and port in the post were not the real ones. Thanks again, both installs are working great! -Z View the original post : http://www.jboss.org/

[JBoss-user] [Installation & Configuration] - Connecting to Mysql using Getting Started Doc.

2005-01-25 Thread beeby
Hi, I am going through the Getting Started documentation, and am now trying to get MySql to work with cmproster. But I just can't seem to get a connection to MySql. I'm a newbie and don't fully understand how Jboss finds MySql. MySql is set-up in my Program Files directory, so how does JBoss kn

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Persistence-related exceptions in JMS under heavy load

2005-01-25 Thread eranha1
This problem happens also in 3.2.6 I have opened a JIRA issue at : http://jira.jboss.com/jira/browse/JBMESSAGING-20 Please advice, we need to go to production with this application ASAP. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863614#3863614 Reply to

[JBoss-user] [Persistence & CMP/JBoss] - cmp2.x jdbc2 pm with cache invalidation

2005-01-25 Thread HariV
My understainding is If I use this container configuration(cmp2.x jdbc2 pm with cache invalidation) , an entity bean will be created for every transaction and the data for the entity bean will be fetched from the global cache. But When I execute the get method on entity bean from different trans

[JBoss-user] [Beginners Corner] - Can't run Duke's Bank application

2005-01-25 Thread choikim
I tried to run Duke's Bank application. I downloaded all the necessary files and installed all the tools and ran ant jboss-build.xml script. I followed instructions on Chapter 4. The Duke?s Bank Application on Getting Started with JBoss 4.0 documentation. I checked all the java class files, ejb,

[JBoss-user] [Installation & Configuration] - reload a page in a frame inside a frame

2005-01-25 Thread rlepretre
Hello, I am using JBoss 3.2.5 I try to update a frame (Frame2) inside a frame. Page1 -> Frame1(Page 2) -> Frame2 (Page3) This HTML page page3 is changed constantly. In Page2, I have some javascript to reload the page: document.frames['page3'].document.location.reload(); This always takes the fir

[JBoss-user] [EJB/JBoss] - 4.0.x classloader NoClassDefFoundException

2005-01-25 Thread jjmuhlestein
I have an application, packaged in an EAR file which deployed just fine under 3.2.x I have been attempting to get it to deploy under 4.0.0, discovering that there was a change to scoped class loading. The suggestion was to deploy the EAR under the standard server configuration to avoid the a

[JBoss-user] [Beginners Corner] - Re: JBoss API documentation (JavaDoc)

2005-01-25 Thread monocongo
I have unzipped and untarred the source distribution. I went into the build directory and ran the build command as suggested: $ cd jboss-4.0.1-src/build $ ./build.sh docs Here is the output and error message: | Searching for build.xml ... | Buildfile: c:\Home\Software\JBoss\jboss-4.0.1-sr

[JBoss-user] [Beginners Corner] - jboss4guide zip file error

2005-01-25 Thread eyassud
Hello: I downloaded the zip file that contains the sample code for the JBoss 4 Application Server Guide (v2) [HTML] , but I get an error message when unzipping it. | | has anyone gotten it to download and unzip recently? Anyone has a good version of the zip file that I can have? | | T

[JBoss-user] [Beginners Corner] - Re: I am not able to run cleint. Please help me

2005-01-25 Thread asheeshshrivastav
Thanks Darranal, I really appreciate ur help. I am sorry for not early reply as i was on medical leave. Well I am fine now No I have not put any packae statement. Honestly I just copy and paste the coed to see whether my jboss is working properly an my cleint is able to thrown the right output.

[JBoss-user] [JCA/JBoss] - Problems with XA Resource (Oracle) and JBoss 3.2.4

2005-01-25 Thread reisner
Hi, I am using JBoss 3.2.4. I have configured an Oracle XA datasource. Here is the *-ds.xml: anonymous wrote : | | OracleDS | | false | oracle.jdbc.xa.client.OracleXADataSource | jdbc:oracle:oci8:@XXX_XXX | xxx | xxx | | TRANSA

[JBoss-user] [Beginners Corner] - Re: Incomplete Deployment Listing error

2005-01-25 Thread darranl
Is there any way that you could change the name of your xml file so that the last five characters arent 'ds.xml'? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863528#3863528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Installation & Configuration] - Re: localhost to IP change :)

2005-01-25 Thread Zer0n3
I forgot to mention that I have hacked and slashed all the xml configuration files where "localhost:port" have been listed with a "static IP:port" but the application still only launches via the "localhost:port". I am new to JBoss/Tomcat but I sure its a simple fix, it just eludes me. View the

[JBoss-user] [Beginners Corner] - Re: Change the name of the ejb-jar file, and use it in JBOSS

2005-01-25 Thread darranl
When talking about the ejb-jar are you talking about the jar file itself or the ejb-jar.xml deployment descriptor? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863555#3863555 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [EJB/JBoss] - Re: CMP Deployment fails on 'Standard' EJB-QL

2005-01-25 Thread fbiaggi
Sorry, my english is not so good, can you explain more better your question ? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863600#3863600 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863600 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem of performance with large tables

2005-01-25 Thread fbiaggi
Hi, you may install a tool like P6Spy and see how long take the SQL statement to execute. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863598#3863598 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863598 --

[JBoss-user] [JBossWS] - Re: Bug in ServiceDeployerEjb's portURI

2005-01-25 Thread raja05
Hi Thomas I have a single webservice-description-name only. this is how my webservices.xml looks like | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2e

[JBoss-user] [HTTPD, Servlets & JSP] - JBoss/Tomcat not properly reading UTF8 HTTP (POST) parameter

2005-01-25 Thread jjm
Hello All, Hopefully this hasn't been addressed already, I did a quick search and wasn't seeing anything addressing this specifically. We're using JBoss fronted by Apache HTTPD 2.0.52. Found a strange bug. When a HTTP parameter (in this case, it is a submit button) is being posted with a non-a

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS JDBC Persistence and server restart.

2005-01-25 Thread mormota
"[EMAIL PROTECTED]" wrote : You obviously have some skills since you claim a Phd. | | For us to help you we need enough information (supplying a simple mdb jar | that demostrates your problem would be one solution). | | Debugging (show us what you are doing): | http://www.jboss.org/i

[JBoss-user] [Beginners Corner] - Re: how to deploy .ear file on jboss-3.2.5

2005-01-25 Thread darranl
Assuming that you are running the default configuration (Did not pass a -c argument to the run script) just copy the ear file to {jboss.home}/server/default/deploy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863586#3863586 Reply to the post : http://www.

[JBoss-user] [Installation & Configuration] - Re: jboss locking up

2005-01-25 Thread darranl
This is a function provided by Microsoft called 'Quick Edit', if you select anything in the command prompt they will pause the process for you and let it continue when you press enter. If you look at the properties for the command prompt you should find a property where you can disable this. V

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss deploy bug?

2005-01-25 Thread adrianob
Thanks for reply! anonymous wrote : The main message is this: Setter was found but no getter was found for field: flagUniversitario. Hum, ok, but the get/set of this field exist in entity NivelInstrucao: public interface NivelInstrucao extends EJBLocalObject | { | public boolean getFlagU

[JBoss-user] [Beginners Corner] - how to deploy .ear file on jboss-3.2.5

2005-01-25 Thread ketan_dba
hi, i am newbie for jboss-3.2.5/struts/tiles.i have build the .ear file for my struts/tiles application on jboss-3.2.5. now i want to deploy this .ear file...how i do this...i am very fresh user for jboss..may be my question is silly ...but pl. help me ketan View the original post

[JBoss-user] [Installation & Configuration] - jboss locking up

2005-01-25 Thread mont0165
We have JBoss running on a Windows 2000 Server. Actually it works perfectly EXCEPT when someone clicks in the command prompt screen where JBoss is running. It freezes up. If we hit Alt+F4, it begins working again. Seems strange and have no idea why this is happening. We are running in a co

[JBoss-user] [Performance Tuning] - Re: Change Localhost to static IP

2005-01-25 Thread [EMAIL PROTECTED]
Do you want port 8080? That is the default port for Tomcat in JBoss. When you start Jboss and want to bind to a praticular IP address, do run --host=ipaddress where ipaddress is the ipaddress of the box where you are running. View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [HTTPD, Servlets & JSP] - Session Information Lost when Fronting Jboss with Apache

2005-01-25 Thread leathurman
Hi All, Before I start to crack up can someone atleast confirm that this is possible.. this will atleast put my mind and heart at rest. I am running JBoss3.0.6/Jetty and have two applications (ears) deployed. One is mapped to the root context and the other to a customer specific context. I ha

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hypersonic auto-increment non-linearl JBoss 3.2.4

2005-01-25 Thread arnold
Appears to be a bug in the HSQL shipped with JBoss 3.2.4 The problem is resolved when I simply dropped in some new HSQL jar from JBoss 4.0.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863569#3863569 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Management, JMX/JBoss] - Re: Use dynamic class downloading for access to JBoss 3.x/4.

2005-01-25 Thread mlange
Ok, great. Do you have a code snippet how to talk to the service and to download class bytecode? Is there an example in the testsuite? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863561#3863561 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Performance Tuning] - Re: Change Localhost to static IP

2005-01-25 Thread Zer0n3
I forgot to mention that I have hacked and slashed all the xml configuration files where "localhost:port" have been listed with a "static IP:port" but the application still only launches via the "localhost:port". I am new to JBoss/Tomcat but I sure its a simple fix, it just eludes me. View the

[JBoss-user] [Beginners Corner] - Re: Change the name of the ejb-jar file, and use it in JBOSS

2005-01-25 Thread darranl
The name and location of the ejb-jar.xml deployment descriptor is mandated by the EJB specification, it must be called ejb-jar.xml and it must be located in the META-INF folder. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863566#3863566 Reply to the pos

[JBoss-user] [Nukes User] - Separating JBoss and Tomcat

2005-01-25 Thread pedrojosemartins
Hi. Can i use Nukes using JBoss 3.2.3 and Tomcat 5 separately? Or does it only run with Tomcat embedded? Thanks, Pedro Martins Lisboa - Portugal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863565#3863565 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Security & JAAS/JBoss] - About Loing Model

2005-01-25 Thread wxwang
DatabaseServerLoginModule is used for login in my Application. EJB can be access correctly by using JSP. But I cannot login through Applet. Could anyone tell me How I can call the secury EJB method by using Applet? The deployment as following login-config.xml | | |

[JBoss-user] [HTTPD, Servlets & JSP] - Several views.properties (webwork) in different war files

2005-01-25 Thread pernilla
Hi, I work with a web application that consists of several different war/ear files, where each one represents a separate module. I would like each war to use its own views.properties (webwork) file. The problem is that only the actions, which are defined in the first views.properties file are

[JBoss-user] [Beginners Corner] - Re: Change the name of the ejb-jar file, and use it in JBOSS

2005-01-25 Thread vtorrejon
Well, I was talking about the ejb-jar.xml file, or deployment descriptor. We have a different name for it, so JBOSS can not access the ejbs defined inside it. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863560#3863560 Reply to the post : http:

[JBoss-user] [Clustering/JBoss] - Re: Could not load the org.jboss.ejb.plugins.ServiceEndpoint

2005-01-25 Thread gstragapede
Hi Suchan, i've experienced the same problem. Do you have any idea? Thanks, giuseppe View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863558#3863558 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863558 ---

[JBoss-user] [Beginners Corner] - Re: Mapping Configuration Exception

2005-01-25 Thread pittupgd
Hi Frito, It gives me internal server error 500. In the log also it gives 500 error.I am trying to run this JBoss on win XP.Is there some compatibility issue?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863492#3863492 Reply to the post : http://www.jboss

[JBoss-user] [Installation & Configuration] - Re: change ejb-jar file name.

2005-01-25 Thread darranl
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=59263 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863557#3863557 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863557 --

[JBoss-user] [Installation & Configuration] - localhost to IP change :)

2005-01-25 Thread Zer0n3
Greetings guys, I am trying to alter a JBoss install to replace the 'localhost' with an IP address. This is the first step for me to make a dual instance of JBoss on a single server with two IP address. So which file(s) do I need to modify to change http://localhost:80 to http://100.20.101.240

[JBoss-user] [Performance Tuning] - Re: sql performance

2005-01-25 Thread rafaelfarias
Thanks for your help. Rafael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863551#3863551 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863551 --- This SF.Net ema

[JBoss-user] [Installation & Configuration] - change ejb-jar file name.

2005-01-25 Thread vtorrejon
HI! I have an J2EE application to be migrated to JBOSS. Actually, we are using the ejb-jar file with a different name, and we are having problems to make JBOSS to find the new name of the file. Where do you think we can do it? View the original post : http://www.jboss.org/index.html?module=bb

  1   2   >