[JBoss-user] [EJB/JBoss] - during deployment CMP plugin is failing for always with last

2005-04-27 Thread rawat_tejinder
hello all, when i am deploying my application having 5-6 session beans and 7-8 entity beans i am getting failed message for last entity bean in the ejb-jar , i am highlighting the success and filures with highlights. 11:09:43,020 DEBUG [EjbModule] startService, starting container: N

[JBoss-user] [JBossCache] - Re: Concurrent upgrade from a read-lock to a write-lock by *

2005-04-27 Thread [EMAIL PROTECTED]
Here's the JIRA issue: http://jira.jboss.com/jira/browse/JBCACHE-97. You can vote on it. More votes means we bump up the priority... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875728#3875728 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [JNDI/Naming/Network] - Configuring jboss-4 to use remote JMS provider

2005-04-27 Thread shaileshhpp
Hi, I want to use remote JMS provider(Tibco) instead of JBOSSMQ. I have a message driven bean which should listen to a queue present on remote JMS server. How this can be done by changing some xml files in jboss. Can anybody help me please. Thanks in advance. View the original post : http://w

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP compile problem on 4.0.2 RC1

2005-04-27 Thread abuayyub
Copy the javax.servlet.jar from the jboss lib to the WEB-INF/lib dir of the application and rename it servlet.jar. remove any servlet-api.jar or other servlet jar. This did the trick when i got this particular error. View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Persistence & CMP/JBoss] - Re: throws javax.ejb.CreateException, causedBy:java.lang.Ill

2005-04-27 Thread rawat_tejinder
"[EMAIL PROTECTED]" wrote : The application didn't deploy properly and there was an exception logged showing the details why. thanks alex, you are right,this is the problem with deployment, can you tell me what is the reason behind it, the problem is always with my last entity

[JBoss-user] [Messaging, JMS & JBossMQ] - Hypersonic File Size

2005-04-27 Thread wikey
Hi, I'm using JBOSS 4.0.0 and having problem with the uncontrol hypersonic file size. It keeps growing even the messages already cleared from the JMS_MESSAGES table where the durable subriber already received the file and clear from the table. For each 200,000 messages process. It grows 64MB a

[JBoss-user] [Beginners Corner] - Re: Auto primary key generation with CMP and MySQL

2005-04-27 Thread amit10may
Hi guys, I think my problem is similar to yours. But I am using CMR in addition. The primary key generation works fine when I done use relationships. Can you help me out by viewing the post which describes the issue. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875593#3875593 Regards

[JBoss-user] [Beginners Corner] - Re: Can I use nested query in ejb finders?

2005-04-27 Thread amit10may
Note that the same query was working in Weblogc 8.1 The exception I get in JBoss 4.0.1 SP1 is - 2005-04-27 17:34:25,170 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCSybaseCreateCommand.CPRecoverLog] Insert Entity SQL: INSERT INTO CPRecoverLog (cp_transaction_id, attemptCount, status, type,

[JBoss-user] [JBossWS] - Re: DII call with literal & xsi in SOAP request

2005-04-27 Thread [EMAIL PROTECTED]
Thanks Jason ! In fact doing a literal/wrapped is a very good workaround for us as wrapped/literal is what we want at the end for our attachments. Only rpc/literal is possible for the endpoint. So when it will be possible to migrate to JBWS 2 with doc/lit endpoint, our clients will be already

[JBoss-user] [EJB/JBoss] - Re: Can I use nested query in ejb finders?

2005-04-27 Thread amit10may
Note that the same query was working in Weblogc 8.1 The exception I get in JBoss 4.0.1 SP1 is - 2005-04-27 17:34:25,170 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.keygen.JDBCSybaseCreateCommand.CPRecoverLog] Insert Entity SQL: INSERT INTO CPRecoverLog (cp_transaction_id, attemptCount, status, type

[JBoss-user] [Beginners Corner] - Can I use nested query in ejb finders?

2005-04-27 Thread amit10may
We need to use following query in CMP entity bean: SELECT OBJECT(o) FROM CPRecoverLog o WHERE o.status = ?1 AND o.CPTransactionId = ( SELECT MIN(o1.CPTransactionId) FROM CPRecoverLog o1 WHERE o1.status = ?1) The bean tags are as follows: * @ejb.bean description = "CPRecoverLog" *

[JBoss-user] [EJB/JBoss] - Can I use nested query in ejb finders?

2005-04-27 Thread amit10may
We need to use following query in CMP entity bean: SELECT OBJECT(o) FROM CPRecoverLog o WHERE o.status = ?1 AND o.CPTransactionId = ( SELECT MIN(o1.CPTransactionId) FROM CPRecoverLog o1 WHERE o1.status = ?1) The bean tags are as follows: * @ejb.bean description = "CPRecoverLog" *

[JBoss-user] [Security & JAAS/JBoss] - Re: Password Encryption with DatabaseLoginModule

2005-04-27 Thread frankgrimes
mjdinsmore, DatabaseServerLoginModule supports hashing of passwords out-of-the-box. (functionality inherited from its base class, UsernamePasswordLoginModule) More specifically, check out the following login-module parameters... hashAlgorithm: the message digest algorithm used to hash passw

[JBoss-user] [HTTPD, Servlets & JSP] - Re: session persistence config

2005-04-27 Thread [EMAIL PROTECTED]
Its working now. What is needed is to create a create a WEB-INF/context.xml descriptor with an empty pathname value for the Manager as shown here: Thanks, Ramesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875714#3875714 Reply to the post :

[JBoss-user] [Security & JAAS/JBoss] - Re: Using SSL with the JBoss/Tomcat bundle

2005-04-27 Thread romm
Hello mjdinsmore, Thank you for the reply... - I created a self-signed certificate with the keytool (as directed to do in the documentation "Using SSL with JBoss using JSSE"), - The keystore was moved to ${jboss.server.home.dir}/conf/ - The server.xml file was updated ("Using SSL with the JBoss

[JBoss-user] [JBossCache] - Re: Concurrent upgrade from a read-lock to a write-lock by *

2005-04-27 Thread youngm
anonymous wrote : Key is multiple readers requesting the *same* node upgrade. This is true. Perhaps my problem is I'm not necissarily using JBossCache in what would be though of as a normal cache type of scenario. Instead I'm trying to use JBossCache as more of a distributed object store. I h

[JBoss-user] [EJB/JBoss] - Re: EJB ghost reference in JBoss JNDI

2005-04-27 Thread mpelzsherman
I'm having exactly the same problem using JBoss 4.0.0 on Windows 2003. Very interested in any suggestions anyone might have on this! - Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875706#3875706 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [JBossCache] - Re: Concurrent upgrade from a read-lock to a write-lock by *

2005-04-27 Thread [EMAIL PROTECTED]
Key is multiple readers requesting the *same* node upgrade. In general, this is not that frequent since cache by first assumption should be read mostly anway. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875700#3875700 Reply to the post : http://www.

[JBoss-user] [Installation & Configuration] - Re: Server configurations are completely unrelocatable

2005-04-27 Thread [EMAIL PROTECTED]
You will be so happy since you are wrong :-) Though tmainly because the config is slightly counter intuitive. | [EMAIL PROTECTED] ejort]$ cd ~/temp/jboss-4.0.1sp1 | [EMAIL PROTECTED] jboss-4.0.1sp1]$ cp -r server/minimal/ /tmp | [EMAIL PROTECTED] jboss-4.0.1sp1]$ cd bin/ | [EMAIL PROTECT

[JBoss-user] [Performance Tuning] - Re: Good profiling tool for JBoss

2005-04-27 Thread [EMAIL PROTECTED]
It's a very subjective question. It really depends. It depends on what you are doing, what kind of features you are looking for and what kind of user you are. I have developed JBossProfiler and it works well with jbossAS. I also know JProbe, Yourkit and JProfiler and all of them work fine also

[JBoss-user] [Security & JAAS/JBoss] - Re: Password Encryption with DatabaseLoginModule

2005-04-27 Thread mjdinsmore
Oh, perhaps I should add I'm using JBoss 4.0.1sp1. Thanks to anyone with any insight to this issue... Doesn't seem popular as there's not much reference in all of JASS forum/topic regarding this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875694#3875694

[JBoss-user] [Security & JAAS/JBoss] - Re: Using SSL with the JBoss/Tomcat bundle

2005-04-27 Thread mjdinsmore
The jbosss.server.home.dir gets populated via jboss on startup so you don't need to configure anything. Did you make your own key? Did you put it in the conf directory for the jboss server instance you're running and make sure the server.xml file section with the ssl (its default setting is fo

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication & autorization of a j2ee application

2005-04-27 Thread mjdinsmore
Did you try reading the wiki page regarding this? Its a great place to start: http://www.jboss.org/wiki/Wiki.jsp?page=LdapLoginModule Using this module will allow you to log in (authentication) and set up roles (authorization). View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [EJB/JBoss] - problem running Budi Kurniawan's Tassie Online Book store Ca

2005-04-27 Thread ilangocal
Now I am trying to run the Tassie Online Book Store of Budi Kurniawan's book. The Tassie Online Bookstore example is also available at the following URL: http://benmira.free.fr/en/j2ee/sessionEJB.htm#ch29lev1sec4 I compiled the Book beans, Search Beans and even CartHome.java and Cart.java with

[JBoss-user] [EJB/JBoss] - Class cast exception with Set return value in finder method

2005-04-27 Thread tundra
Hi everyone, I'm having some problems with a finder method, this method work when I set the return type to Collection, but when I set it to Set a ClassCastException occurs, I want to use a Set to return unique values, but I cannot make it work, anyone have aany advice? Set sP = oHome.findProper

[JBoss-user] [JBossCache] - Re: Concurrent upgrade from a read-lock to a write-lock by *

2005-04-27 Thread youngm
Sodoes that mean that I should look elsewhere for a distributed transactional locking mechanism if I think multiple readers requesting upgrade is going to be frequent? Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875680#3875680 Reply to the post

[JBoss-user] [Performance Tuning] - Good profiling tool for JBoss

2005-04-27 Thread rafcio
hi, I'm looking for a good profiling tool which works without problmes with JBoss 3.2.x and 4.x. Is the a profiling tool which is recomended by the JBoss Group? Best Regards, Rafal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875679#3875679 Reply to the

[JBoss-user] [Installation & Configuration] - Server configurations are completely unrelocatable

2005-04-27 Thread astrien
Well, I've been working on this problem a couple of days now and had two posts here. One post has been ignored for six months, the other post got half an answer. All I want to do is have a server config directory somewhere other than jboss/server/xxx, where xxx is all, minimal, default, or my

[JBoss-user] [Security & JAAS/JBoss] - Authentication & autorization of a j2ee application

2005-04-27 Thread soussou
Hi I would like to use JBoss for the authentication & autorization of a user from LDAP directory (Active Directory). Q : how use Jboss security with a LDAP to guarantee a better safety : I must used jaas api or another api (please give me un example) Regards View the original post : h

[JBoss-user] [JBossCache] - Re: Concurrent upgrade from a read-lock to a write-lock by *

2005-04-27 Thread [EMAIL PROTECTED]
There is no ETA yet, especially because I wanted to use the util.concurrent ReentrantWriterPrefLock, but IMO it exposes incorrect semantics wrt upgrading. There is a unit test in JBossCache that demos the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Installation & Configuration] - Re: Isolated Classloaders and XML Parsers

2005-04-27 Thread rcarragher
Ok, I'm the jerk. There was a rogue utility jar (one of about 50) in my deployment that had org.w3c.dom.* in it. I removed those classes from the jar, redeployed the app, and "Voila!" Problem solved. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875672#38

[JBoss-user] [JBoss Portal] - Re: how to build complete J2EE application with portlet

2005-04-27 Thread mholzner
Portlets are identical to Servlets in this aspect, so whatever you'd do for a servlet in the same WAR (ejb-ref in web.xml) works for a portlet as well. The portlet uses the same code as the servlet to get to the ejb. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [Installation & Configuration] - Viewing a page

2005-04-27 Thread sabinaGlobant
I have installed JBoss 4 in Fedora 3 and set the following: export JAVA_HOME=/usr/java/j2sdk1.4.2_08 ./run.sh -c default The Stacktrace thows the following, so that I cannot see the page of the project I have deplyed with Ant. The stacktrace goes on and on with more errors, but I can see Jboss

[JBoss-user] [Persistence & CMP/JBoss] - entity bean strategy on-find doesnt seem to work ??

2005-04-27 Thread sudhirsrinivasan
hi here are my class level entity bean settings Alert on-load 150 * This doesnt seem to take effect. If i use a query @jboss.query * signature = "Collection findByTspRange (java.sql.Timestamp startTsp,java.sql.Timestamp endTsp )" * query = "SELECT OBJECT(a) FROM Alert a W

[JBoss-user] [JBossWS] - Re: JBossWS web-service from a Stateless Session Bean

2005-04-27 Thread sidazad
Okay, I got 1 step further but I think this should really work now but I still see an exception. Below is my code: | | ServiceFactory factory = ServiceFactory.newInstance(); | QName sName = new QName("http://sidtest.com";, "SidTestService"); | URL wsdlURL = new

[JBoss-user] [JBoss Portal] - Re: JBoss Portal usability

2005-04-27 Thread [EMAIL PROTECTED]
1. Noted. We are all aware of this, and it is on our roadmap. 2. This behaviour was changed in CVS HEAD recently to comply with what you're seeing in other portals. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875665#3875665 Reply to the post : http://w

[JBoss-user] [JBoss Portal] - JBoss Portal usability

2005-04-27 Thread kiwidamo
Hi, I'm new to the JBoss Portal but have worked with several other JSR168 Portals. I've noticed a few things about the JBoss Portal and I was hoping that someone (maybe from the Dev team) could explain : 1. Why the JBoss Portal doesn't allow a user to add Portlets to their page? User Personali

[JBoss-user] [Installation & Configuration] - Re: Isolated Classloaders and XML Parsers

2005-04-27 Thread rcarragher
Still working on this. I was able to upgrade to 3.2.7, but I'm still seeing the same problem. I think that deploying the xml jars in my ear is wrong, so I'm trying to pursue why I'm getting the following: anonymous wrote : 2005-04-27 15:50:09,583 ERROR [org.jboss.web.localhost.Engine] Standar

[JBoss-user] [EJB/JBoss] - Re: dynamic proxy approach vs pre-compilation

2005-04-27 Thread [EMAIL PROTECTED]
"Please do my homework" questions belong in the user forums. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875661#3875661 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875661

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problem retrieving POST method sent data

2005-04-27 Thread gardon
My problem is solved. I found that HttpServletRequest implementation in Tomcat doesn't support data parsing when sent with enctype="multipart/form-data"... So the solution is to use different enctype or to implement own class parsing ServletInputStream. Or does anybody know about good existing

[JBoss-user] [JBossWS] - Re: JBossWS web-service from a Stateless Session Bean

2005-04-27 Thread [EMAIL PROTECTED]
U r missing wsdl4j.jar on the clientside. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875658#3875658 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875658 --- SF.

[JBoss-user] [JCA/JBoss] - Re: Socket connection timeout fter idle time

2005-04-27 Thread knatarajan
Thanks for ur response! There is no firewall between my app and database as I am running on a dev environment. Also the same application when run on tomcat against the same database (which we have been doing for a while now) has never encountered this issue. What I am noticing now is that whet

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems getting JMS to authenicate using the LDAPLoginM

2005-04-27 Thread osganian
Does anybody know if this can be done? I'm looking around and it looks like I would need a LDAPStateManager that would know how to retrieve the information contained in the JMS_USERS, JMS_ROLES, and JMS_SUBSCRIPTIONS tables (when comparing to the JDBCStateManager). Is that true? It would be ni

[JBoss-user] [Clustering/JBoss] - Isolating web contexts in different EARs

2005-04-27 Thread sbudewig
Hi, We are running clustered JBoss AS 4.0.2RC1 and IBM JDK 1.4.2 on AIX. We have web context "/A" in 1.ear and web context "/B" in 2.ear, each of which deploy w/o issue from the all/farm directory. There is a Z.class which is in the WAR of each ear ( same name in both EARs ). After both appl

[JBoss-user] [JBossWS] - Re: JBossWS web-service from a Stateless Session Bean

2005-04-27 Thread sidazad
I was able to do this but I have been unable to create a client application for the deployed web service. I was trying to make a DII client but I keep getting the following exception: | xception in thread "Thread-1" java.lang.NoClassDefFoundError: javax/wsdl/factory/WSDLFactory | at o

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problem retrieving POST method sent data

2005-04-27 Thread gardon
Sorry, I described my problem very briefly... I try to process form sent by HTTP from browser in a JSP. I use JBoss 4.0.0, WinXP, JDK 1.5. I've tried it also on Red Hat Fedora (same JBoss and JDK). Form attributes: Form contains only simple text fields. When the form is sent by GET, in regist

[JBoss-user] [JBossWS] - Problem with EJB Web Service with two params

2005-04-27 Thread acxsjones
I am having a problem with an ejb that has two params. The ejb deploys fine, but when I go to http://localhost:8080/ws4ee/services I get the following error: | org.jboss.axis.InternalException: java.lang.Exception: The OperationDesc for hello was not synchronized to a method of com.acxiom.se

[JBoss-user] [JBossWS] - Re: Problems by deploying the WS-Wiki-Example

2005-04-27 Thread [EMAIL PROTECTED]
The exception you pasted in the bug is very differnt, the one you pasted in the bug looks like a networking problem that was occuring during validation of your web.xml file (probably downloading a dtd). Anyways i tested the war you uploaded and it worked fine, so there must be a problem on your

[JBoss-user] [Security & JAAS/JBoss] - Problems getting JMS to authenicate using the LDAPLoginModul

2005-04-27 Thread osganian
Want to move from using the DatabaseServerLoginModule to query the JMS_USERS and JMS_ROLES tables to using the LDAPLoginModule with all the JMS users and roles defined in my LDAP server. Here is the error I get on startup: | 2005-04-27 10:10:38,443 ERROR [org.jboss.ejb.plugins.jms.DLQHandler

[JBoss-user] [Clustering/JBoss] - Re: Read-mostly best practice on jboss4.0.1sp1

2005-04-27 Thread wildgeeza
This would probably give the cleanest solution unfortunately the data to the mainframe is marshalled through a third party request/response style API which is why I was thinking BMP would be the way to go. If ther's an abstraction in the container where I could do mapping of entity fields

[JBoss-user] [Installation & Configuration] - Re: Closing unused services

2005-04-27 Thread JimDwyer
Thanks. That is exactly what I needed. Now I just need to figure out how to fake out a JNDI lookup for the client side. Thanks again Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875635#3875635 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [JBossCache] - Concurrent upgrade from a read-lock to a write-lock by *diff

2005-04-27 Thread youngm
I noticed in the changelog for 1.2.1 the following note: * Concurrent upgrade from a read-lock to a write-lock by *different* transactions on the *same* node is currently not supported, e.g. get("/a/b/c") acquires a RL, subsequent put("/a/b/c") by the same transaction will acquire a write lo

[JBoss-user] [JBossWS] - Re: Problems by deploying the WS-Wiki-Example

2005-04-27 Thread sidazad
Hi, I opened an issue: http://jira.jboss.com/jira/secure/ManageAttachments.jspa?id=12314629 Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875632#3875632 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875632

[JBoss-user] [JBossWS] - Re: DII call with literal & xsi in SOAP request

2005-04-27 Thread [EMAIL PROTECTED]
Oh one last thing, make sure you call setOperationUse after you set the operation style (the latter overwrites the setting to encoded). -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875631#3875631 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [JBossWS] - Re: DII call with literal & xsi in SOAP request

2005-04-27 Thread [EMAIL PROTECTED]
Yuck, this is definately a bug in the axis call implementation. As a workaround you can cast the Call interface to org.jboss.webservice.client.CallImpl, and then call setOperationUse("literal") on the object. I would be carefull with using wrapped though, you could have unexpected behavior. Woul

[JBoss-user] [Advanced Documentation] - Re: Unified Class Loader

2005-04-27 Thread wendy.sue
When I was using the JBoss class loader I was deploying a .jar, .war and .wsr. Now that I have turned off the Class Loader via your instructions I'm getting an error. Do all my files need to be in the same jar file?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Beginners Corner] - Re: SSL and JBoss/Tomcat

2005-04-27 Thread romm
By the way, I'm running JBoss 4.0.1... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875627#3875627 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875627 --- SF.Ne

[JBoss-user] [JBossWS] - Re: Problems by deploying the WS-Wiki-Example

2005-04-27 Thread [EMAIL PROTECTED]
I can't see how it is possible for you to get that exception, can you open a jira issue, and attach your deployment, so I can look at it in more detail. http://jira.jboss.com/jira/secure/BrowseProject.jspa?id=12310050 You will have to login using the same login you use for forums to create an i

[JBoss-user] [Beginners Corner] - SSL and JBoss/Tomcat

2005-04-27 Thread romm
Hello all, This posting is a follow-up to my post (which has no replies) posted under "Security & JAAS" (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63164). It is not my intention to cross-post, but I thought I might get more eyes on my post here... Has anybody successfully been

[JBoss-user] [Installation & Configuration] - Re: Closing unused services

2005-04-27 Thread anguyen
Have you looked at the tuning/slimming section on the wiki? http://www.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875624#3875624 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Installation & Configuration] - Re: ClassCastException and redeploy--could serialization wit

2005-04-27 Thread erikdhansen
Well, I'm not seeing this in JBoss 3.2.7, so I guess whatever it was has been taken care of. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875623#3875623 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875623 ---

[JBoss-user] [JBoss Getting Started Documentation] - Re: my ejb exploded

2005-04-27 Thread raster3
It worked. I did a silly mistake of forgetting to keep my deployment descriptors at the correct place. JBOSS is cool. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875622#3875622 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [JCA/JBoss] - never mind.

2005-04-27 Thread smarlowe
I found the answer here. We have NoTxSeparatePools: set to true for the oracle connections, so this is normal operation... sigh. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875618#3875618 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [JBossWS] - Re: Problems by deploying the WS-Wiki-Example

2005-04-27 Thread sidazad
Hi, I did a fresh install (newly downloaded release) of JBoss 4.0.1 sp1 and still have the same problem. This is what my web.xml looks like: | http://java.sun.com/dtd/web-app_2_3.dtd";> | | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; |

[JBoss-user] [JBossWS] - Re: DII call with literal & xsi in SOAP request

2005-04-27 Thread [EMAIL PROTECTED]
More test shows: doing a client wrapped/literal with DII pointing on a RPC/literal endpoint is working in my case. | call.setProperty(Call.OPERATION_STYLE_PROPERTY,"wrapped"); | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875616#3875616

[JBoss-user] [Nukes User] - Error When using "Manage Html" module

2005-04-27 Thread HarperJiang
Hi all, I try to upload a icon file through "Manage Html" module,but always received an Exception "java.lang.OutOfMemoryError" after pressing the "Upload file" button. How can I solve this problem? Thanks. Harper View th

[JBoss-user] [Beginners Corner] - Thanks - another question

2005-04-27 Thread ilangocal
Many thanks for resolving my problem. Now I am trying to run the Tassie Online Book Store of Budi Kurniawan's book. I compiled the Book beans, Search Beans and even CartHome.java and Cart.java without any problem. However when I am trying to compile CartBean.java, i get the following errors:

[JBoss-user] [JBossWS] - Re: Serializers generated by wscompile

2005-04-27 Thread sidazad
Thanks for the answer, I have ordered that book :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875612#3875612 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875612 --

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

2005-04-27 Thread cvandyck
Hi Smeier I've tried out 3.2.7, and haven't seem the problem reoccur since then. So while I can't say for sure whether or not it was fixed, it certainly seems that way. HTH Collin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875610#3875610 Reply to th

[JBoss-user] [Beginners Corner] - problem running Budi Kurniawan's Tassie Online Book store Ca

2005-04-27 Thread ilangocal
Now I am trying to run the Tassie Online Book Store of Budi Kurniawan's book. I compiled the Book beans, Search Beans and even CartHome.java and Cart.java without any problem. However when I am trying to compile CartBean.java, i get the following errors: com/brainysoftware/tassie/ejb/CartBea

[JBoss-user] [Installation & Configuration] - Closing unused services

2005-04-27 Thread JimDwyer
I need to close unused service ports. What is the best way to undeploy unused services? I have backed out what I can from the server/deploy directory. I think I want to modify the jboss-service.xml file but seem to break the system when I do that. My understanding of JBoss is growing by lea

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

2005-04-27 Thread smeier
Hey All, has anyone of you ever overcome this error? Is it fixed in the latest JBoss version? Unfortunately we're still using 3.2.1 and haven't found a workaround for it yet. Thanks, Stefan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875609#3875609 Repl

[JBoss-user] [Installation & Configuration] - Re: configuring jboss for linux

2005-04-27 Thread darranl
This is a 'It does not work' post. Can you describe how you know it is not working? Have you set the JAVA_HOME environment variable? What JDK version are you trying to run it with? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875608#3875608 Reply to the p

[JBoss-user] [Installation & Configuration] - Custom URLComparator for deployment

2005-04-27 Thread bconroy
I would like to be able to use a URLComparator i write when i start my jboss server. I am setting the URL Comparator in the org.jboss.deployment.scanner.URLDeploymentScanner mbean configuration to be my custom class, but it throws a class not found exception when i try to start my server. whe

[JBoss-user] [JBossCache] - Re: JDBCCacheLoader feature

2005-04-27 Thread nperidont
Hi, I get the same pb and afer looking at the source in cvs it seems that old version of TreeCache make the preload before configuring the LRUPolicy. And cause the npe. It seems to be corrected in the TreeCache.java revision 1.6 in cvs Try to update your TreeCache version Regards, Nicolas PERI

[JBoss-user] [JBossWS] - Re: JBossWS web-service from a Stateless Session Bean

2005-04-27 Thread [EMAIL PROTECTED]
Which specific part of the StepByStep tutorials is not clear to you? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875572#3875572 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875572

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can JBoss wait until the database becomes available?

2005-04-27 Thread studenik
I found that the connection pool configuration in WebLogic has an attribute 'Connection Creation Retry Frequency'. If it is greater than 0 and if the database is unavailable when the connection pool is created, WebLogic will attempt to create connections in the pool again after the number of se

[JBoss-user] [JBossWS] - Re: Problems by deploying the WS-Wiki-Example

2005-04-27 Thread [EMAIL PROTECTED]
Looking at the trace again I noticed the following: Caused by: java.lang.ClassNotFoundException: Unexpected error during load of: org.jboss.webservice.server.ServiceEndpointServletJSE, msg=org/jboss/webservice/server/ServiceEndpointServlet This is very bad, and seems to indicate some kind of c

[JBoss-user] [Beginners Corner] - Error deploying WebModules

2005-04-27 Thread Asty
Hi, I am facing a strange problem with Jboss and Eclipse. Till now it was working great but today when I created a new Web Module and deployed it It is giving this error: Code: java.lang.ClassNotFoundException: depotApps.addItem.servlet.AddItemServlet this servlet is present and I ch

[JBoss-user] [Persistence & CMP/JBoss] - Error during running / invoking .ear through console java cl

2005-04-27 Thread sharma_arun_se
Hello all, Follwing is the error stack trace when try to invoke CMP entity through command - line client I am using SQL SERVER 2000 as backend And CMP EJB . STACK TRACE java.rmi.ServerException: RemoteException occurred in server thread; nested exce ption is: java.rmi.ServerExce

[JBoss-user] [HTTPD, Servlets & JSP] - Re: No suitable driver

2005-04-27 Thread gseel
You haven't got the set-up right for MySQL: jar in the wrong place? wrong driver name? some other MySQL issue. Should you really be going to the database from a jsp anyway? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875573#3875573 Reply to the post : ht

[JBoss-user] [HTTPD, Servlets & JSP] - Embedded Windows User Control

2005-04-27 Thread cli
Hi, I'm trying to embed a C# control in a HTML page - to work something akin to an ActiveX control. I can get this to work with IIS web server but not with jboss. It's embedded in the html page as follows, | | http://127.0.0.1/MyControl.dll#controls.mycontrol";> | |

[JBoss-user] [Clustering/JBoss] - Re: Automatic Recovery of nodes in cluster network

2005-04-27 Thread prince
Ok Thanks. I have tested with 2 jboss instances in the same maching with different ports. The notification to the nodes is working well if the master goes down. Is it possible to restart the master node automatically if any out of memory error/some other exception occurs? Kindly help me.. Than

[JBoss-user] [JBossWS] - DII call with literal & xsi in SOAP request

2005-04-27 Thread [EMAIL PROTECTED]
I've got a DII client with: | call.setProperty(Call.ENCODINGSTYLE_URI_PROPERTY, ""); | call.setOperationName(new QName(NS_URI, "myService")); | call.addParameter("arrayOfbyte_1", XSD_BYTEARRAYB64, ParameterMode.IN); | ... | call.invoke(new Object[]{m

[JBoss-user] [JBoss Portal] - Connector(s)

2005-04-27 Thread glarenzie
I need to have connector that is application scope as most modules will be using this connector. I have read the JBoss documentation and did not see anything regarding this topic. Has anyone done anything like this on the JBoss portal? Thanks, Grant View the original post : http://www.jboss

[JBoss-user] [Advanced Documentation] - Re: xml out of war-file

2005-04-27 Thread [EMAIL PROTECTED]
You can specify an alt-dd on your application.xml, but that just shifts the replacement burden one deployment descriptor higher. If you deploy in exploded format, swapping out web.xml files is easy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875598#387559

[JBoss-user] [EJB/JBoss] - Expire Stateful Session EJB

2005-04-27 Thread grom358
I have a client that does a series of HTTP requests to the server. The server needs to maintain state between this requests, so I have used a Stateful Session EJB. In between requests the client does some processing before continuing. There is no user interaction required, though the user may ca

[JBoss-user] [EJB/JBoss] - Re: Expire Stateful Session EJB

2005-04-27 Thread grom358
P.S. I don't have control over the client, so I can't get the client to remove the session. I must do it from server side. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875597#3875597 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Specifying Attributes in an HttpServletRequest in JBoss

2005-04-27 Thread gseel
Please ignore - misunderstanding on my part of how HashMap represented in Eclipse. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875596#3875596 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875596 -

[JBoss-user] [Persistence & CMP/JBoss] - Problem in automatic primary key generation for Beans having

2005-04-27 Thread kharesam
Hi, This is regarding the automatic primary key generation of primary keys for entity beans that have relationship with another entity bean in JBoss. Problem Statement:: --- We are using JBoss 4.0.1SP1 for our application. In this application we have two EntityBeans, TestUs

[JBoss-user] [JBossWS] - Re: Problems by deploying the WS-Wiki-Example

2005-04-27 Thread sidazad
Hi, I have the same exception. Did you find a solution to this? The class in the servlet-class tag is present in the war file classes directory but it is not a Servlet class since it is being used to deploy a web service, as described in the JBossWS document style web services tutorial. The clas

[JBoss-user] [EJB/JBoss] - Problem in automatic primary key generation for Beans having

2005-04-27 Thread kharesam
Hi, This is regarding the automatic primary key generation of primary keys for entity beans that have relationship with another entity bean in JBoss. Problem Statement:: --- We are using JBoss 4.0.1SP1 for our application. In this application we have two EntityB

[JBoss-user] [JBossCache] - Re: overriding LRUAlgorithm

2005-04-27 Thread kkalmbach
I finally got around to looking at the changes you put in and I found one small problem. In NodeEntry.java, you changed the access level from package to public on getModifiedTimeStamp() and setModifiedTimeStamp(long) Can you make getFQN() public as well. I'm not sure right off if the setModified

[JBoss-user] [Performance Tuning] - Re: JBoss-4.0.1 is slow than 4.0.0?

2005-04-27 Thread kirillp
Sorry it is my mistake. The configuration was not the same... The performance is more or less comparable if the configuration is the same. Thanks anyway. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875583#3875583 Reply to the post : http://www.jboss.or

[JBoss-user] [Clustering/JBoss] - Re: 2 jboss instances clustered using same server

2005-04-27 Thread alessandro.behling
Hi, I still have one problem, I changed the second JBoss instance confs in order to use a 'StagingPartition' has its partition name, there are no plances in any xml that has a reference to DefaultPartition, but during the startup this exception happens. Any idea? My JBoss version is 3.2.5 Tha

[JBoss-user] [Persistence & CMP/JBoss] - Re: Help: Deploying CMP Entity Bean on Jboss (DB2)

2005-04-27 Thread rawat_tejinder
try without putting standardjaws.xml in the /met-inf, it should work then View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875580#3875580 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875580 ---

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problem retrieving POST method sent data

2005-04-27 Thread gseel
How are you sending parameters? In general GET expects parameters in the URL string whilst POST expects them in the body of the request, e.g. as fields within a FORM. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875576#3875576 Reply to the post : http://w

[JBoss-user] [Installation & Configuration] - deploying batik1.6 on jboss-4.0.2RC1 :- manifest problem

2005-04-27 Thread nxs
the batik jar files contain manifests that have a classpath pointing to other jar files in subdirectories ie. Class-Path: lib/batik-ext.jar etc etc this seems to make the deployment hang for ages. If i remove the manifests and move the other jars up to the same level, then all is well. Is th

[JBoss-user] [JBossWS] - Re: Serializers generated by wscompile

2005-04-27 Thread [EMAIL PROTECTED]
The serializers/derserializers generated by wscompile are JWSDP specific artifacts. You need to use them if your client is Sun's JWSDP, which is not a WS4EE client. With JBoss' WS4EE client/server implementations they do not enter the game. Please realize that client/server are fundamentally di

[JBoss-user] [Installation & Configuration] - configuring jboss for linux

2005-04-27 Thread feroz_ps
i have downloaded jboss4.0 sp1 for linux , and have also set path jboss_home but still its not running can anyone help me out View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875569#3875569 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

  1   2   >