[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Authentication

2006-03-24 Thread susitha
Hey Mr.JUNKIE This is my TRACE loggin file content... 2006-03-24 13:37:19,779 DEBUG [org.jboss.security.plugins.SecurityConfig] Creating jboss.security:service=SecurityConfig | 2006-03-24 13:37:19,779 DEBUG [org.jboss.security.plugins.SecurityConfig] Created

[JBoss-user] [JBoss Portal] - localization

2006-03-24 Thread gedel
I have the translated jbossportal's resource.properties for the one great and powerful language. How I can add it to future portals releases ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932339#3932339 Reply to the post :

[JBoss-user] [JBoss/Spring Integration] - Re: JBoss Hot Deployment Issue

2006-03-24 Thread alesj
What's the connection here between JBoss-Spring integration and your issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932340#3932340 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932340

[JBoss-user] [JBoss/Spring Integration] - Re: JBoss Hot Deployment Issue

2006-03-24 Thread Hari Prasad
Oops ! I posted the Query in wrong topic. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932341#3932341 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932341 ---

[JBoss-user] [Installation, Configuration Deployment] - JBoss Hot Redeployment

2006-03-24 Thread Hari Prasad
Hai All, I have a issue with JBoss Hot Redeployment. I have an EAR say Static.ear,which uses a JAR file(Dynamic.jar) in my application. The logic is that,the Dynamic.jar is provided so that any user can use it to configure/customize some of functionalities in the application.From

[JBoss-user] [Management, JMX/JBoss] - Re: How Can I deploy a Standard MBean on JBoss by using a SA

2006-03-24 Thread [EMAIL PROTECTED]
The jboss testsuite if full of standard mbean examples not extending jboss classes. And it's a piece of cake to make the http://wiki.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService example, not using jboss classes, i.e.: a) HelloWorldServiceMBean should not extend ServiceMBean b)

[JBoss-user] [JBoss jBPM] - Re: Exception Handling in JBPM

2006-03-24 Thread send2shriram
Is there any plans in future release of JBPM for handling these kind of errors properly? Throwing an RuntimeException like ObjectNotFoundException to user is not acceptable. Shriram View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932344#3932344 Reply to the

[JBoss-user] [JCA/JBoss] - Re: Yet another XAException with MS SQLServer 2000 Driver fo

2006-03-24 Thread thomas.guenter
Hi again, that's what I've found out for my own in the meanwhile: 1) Obviously there's still a bug in the MS JDBC driver regarding the sendStringParametersAsUnicode=false parameter setting. See (quite below) in http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=262525SiteID=1. Although

[JBoss-user] [JBoss Seam] - Re: Best practice for search then update group of use cases

2006-03-24 Thread simon.nicholls
Ahtumbleweed. I had hoped to spark off some chat about patterns for wiring together conversations seam components. I'll slip out quickly then, while nobody is looking :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932346#3932346 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - EJB client and its authentication by the client certificate?

2006-03-24 Thread gfzhang
I have read chap8 Security on JBoss in JBoss Admin Development Guide. About 8.7 Using SSL with JBoss using JSSE, I want to know how could I do if I require the client authentication in SSL, that is, like what we did by calling SSLSocket.setNeedClientAuth()). About JAAS and the EJB client

[JBoss-user] [JBoss jBPM] - java.lang.NoClassDefFoundError: org/jbpm/security/Authentica

2006-03-24 Thread kiamfei
Hi guys, I am not sure what I did wrong ? I downloaded the jbpm.war from http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmWebConsole and even used the one extracted from the jbpm-starters-kit-3.1.zip file downloaded from jboss site; both are giving the same error while I access to

[JBoss-user] [JBoss jBPM] - Re: install jbpm

2006-03-24 Thread antitrust1982
HI all, I tried to do your solution to deploy JBPM, but when I type the second command line I have and error: | D:\workflow\jbpm\jbpm-starters-kit-3.1\jbpmant -f build.deploy.xml deploy.service.archive | Buildfile: build.deploy.xml | | build.service.archive: | | compile.jbpm:

[JBoss-user] [JBossWS] - Re: Web Service deployed, Wsdl not published (jboss 4.0.4rc1

2006-03-24 Thread irisel
I solved my problem changing many things. On one hand, the context url for the web service in the ejb.jar now differs from that used by the war. And double-checking all the references between the EJBs. Tip: With eclipse, pointing the mouse over the xml tags of the descriptos shows their

[JBoss-user] [EJB 3.0] - subquery in from clause

2006-03-24 Thread [EMAIL PROTECTED]
Hallo, is it possible to have a subquery in the from clause? The query is select a.cust.id from (select distinct o.cust.id, o.art.id from order o where o.cust.id = cust.id and o.date = :_orderdate) a group by a.cust.id having count(a) 3 Thanks Ralf View the

[JBoss-user] [JBoss jBPM] - Re: Exception Handling in JBPM

2006-03-24 Thread kirby
The problem is that the load* istructions are probably implemented using the load method in Hibernate. The load method REQUIRES that the object exists before loading them, because it doesn't really do a DB fetch, just initialize a proxy object. When the proxy is resolved (at property access) an

[JBoss-user] [JBoss and NetBeans] - JCA in JBoss using Netbeans

2006-03-24 Thread k_r_ashwin
Hi, I'm about build a connecter for the jboss J2ee server.I use netbeans and i was just wondering if there is any plugin which enables to create the basic architecture files of JCA like we do for EJBIf any 1 has any comments or suggestions on this please reply to this post My email id

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Tag Library error

2006-03-24 Thread ruchir.shah
Hi, I had my application running on JBoss 3.2.3 When i try to deploy same ear on JBoss 4.0.2SP1 i get folloing error: org.apache.jasper.JasperException: Unable to compile class for JSP Generated servlet error: The method _jspx_meth_itshop_compareValues_0(JspTag, PageContext) in the type

[JBoss-user] [JBoss Portal] - JBoss Portal 2.0 - User Authentication

2006-03-24 Thread deidlk
Hi all, Can some one plz tell me how to login to the portal using the user names and passwords stored in oracle database(the default is to use the file system) from the user portlet. plz let me know all the files i hv to configure. I have followed all the steps described in the manuals.

[JBoss-user] [Installation, Configuration Deployment] - HTTP Status 400 - Invalid direct reference to form login pag

2006-03-24 Thread javatwo
First time login is ok. After logout, then try to login again, I got the following erorr. It is consistently reproduced. I am using Form login. IE browser. Thanks for help! HTTP Status 400 - Invalid direct reference to form login page

[JBoss-user] [JBoss jBPM] - Re: is the Join-node mandatory???

2006-03-24 Thread rafaelle
[EMAIL PROTECTED] wrote : a token that arrives in an end state causes the process to be ended. | | that is the definition of the end state. | | if you want all concurrent paths to finish before the process is ended, use a join before the end state. Then ... if a token arrives to an

[JBoss-user] [Installation, Configuration Deployment] - Re: deployed war cannot find jar-files in /lib

2006-03-24 Thread afjochnick
OK, so according to the Issue in Jira (apparently my had already been logged, the issue i submitted got closed as a duplicate), http://jira.jboss.com/jira/browse/JBAS-2072 This has been fixed in JBossAS-4.0.4.CR2 . So, newbie question - where do i get my hands on that release? I've been

[JBoss-user] [JBoss Seam] - Re: I get Exception : No active application scope , how to r

2006-03-24 Thread JamesWoodward
This is either a typo, or it may be your problem: filter-mapping | filter-nameSeam Redirect Filter/filter-name | url-pattern/face/*/url-pattern | /filter-mapping | /face/*, should be /faces/* View the original post :

[JBoss-user] [JBoss jBPM] - Re: Process Variables in Process Definition

2006-03-24 Thread vsuarez
We are using something like this: | process-definition name=your_definition |start-state name=start | event type=node-leave | action name=init_vars class=your_package.YourVaribleAssigmentHandler config-type=configuration-property | variables |

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Best Practis for putting defaut data into a database?

2006-03-24 Thread SchlauFuchs
Hello, Is there a best practice solution to deploy database table starting content with a deployed .ejb3 file? Kindly regards, SF View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932361#3932361 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: V3.1 Authentication Model

2006-03-24 Thread [EMAIL PROTECTED]
The default authentication service is based on a thread local. You can set the actorId with the method JbpmContext.setActorId(String). You only should plug in a new authentication service in case you want the current actor to be obtained automatically from the environment like e.g.

[JBoss-user] [Messaging, JMS JBossMQ] - Non-persistent messaging needed

2006-03-24 Thread ghilling
I got a problem with 2 topics, that I don't want to persist to disk (I have configured Hypersonic so my disk will fill quickly when using persistent storage). I'm just using the JMS-Service of JBoss here. To prevent JBossMQ from writing to Disk, I configured the following way: 1.) I use

[JBoss-user] [JBoss Portal] - Re: Can I have a separate Instance of JBoss on the same mach

2006-03-24 Thread keletappi
Yes you can, but you need unique set of ports of second instance. I decided that each server is going to have portblock like 1xx00 where xx in server instance number. So my first server starts all ports in 10100 and my last server would start ports in 19900. I don't think that i can ever run

[JBoss-user] [JBoss Seam] - Re: I get Exception : No active application scope , how to r

2006-03-24 Thread [EMAIL PROTECTED]
Hi Thank you very much. I fixed the noticed mistake . now i get the same exception again. I should say that it just happen when i navigate to the page that contain references to a seam component (register.jsp page) Thanks here is the stack trace again. | No active application scope |

[JBoss-user] [JBoss Seam] - Better error message when component isn't found?!

2006-03-24 Thread Eekboom
I get a stacktrace that indicates (I think) some misconfiguration with my @In and @Name annotations. However I have no indication what name is looked up and why (from what other component). Would it be possible to get a better error message here? Caused by: java.lang.NullPointerException

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-24 Thread prashanttejura
SOLUTION:- KEEP 1) jaxrpc.jar, 2) axis.jar, 3)saaj.jar inside your {JBOSS_HOME}/server/default/lib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932367#3932367 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932367

[JBoss-user] [EJB 3.0] - MSSQL wrong results in ejb3

2006-03-24 Thread [EMAIL PROTECTED]
Hallo, I'm using ms sql 2000 with the newest jdbc (sqljdbc.jar) for 2000 and 2005 databases and the Jboss 4.0.4RC1. The programm uses the createNativeQuery() methode. If I profile the generated sql by ejb I get: declare @P1 int set @P1=0 exec sp_prepexec @P1 output, NULL, N'select id from

[JBoss-user] [JBoss jBPM] - Re: Exception Handling in JBPM

2006-03-24 Thread send2shriram
Hi kirby, Thanks for your reply. But still i have the same problem. Here is my code TaskInstance taskInstance = null; Session session = jbpmContext.getSession(); taskInstance = (TaskInstance)session.load(TaskInstance.class,new Long (taskID)); View the original post :

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-24 Thread prashanttejura
Eventhough it took me 3 days of trial error to arrive at the above solution i hope we guys dont need to write-off JBoss that easily ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932370#3932370 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Exception Handling in JBPM

2006-03-24 Thread send2shriram
TaskInstance taskInstance = null; Session session = jbpmContext.getSession(); taskInstance = (TaskInstance)session.load(TaskInstance.class,new Long (taskID)); Is this correct ? Thanks shriram View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932371#3932371

[JBoss-user] [JBoss jBPM] - Re: Issues with deploying BPEL example

2006-03-24 Thread Lymit
Thanks for the reply! I didn't know alpha4 is not compatible with jBPM 3.1. Now the sar-file is deployed succesfully and the problem is solved. Juha S. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932372#3932372 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Cannot deploy jbpm-bpel.sar

2006-03-24 Thread Lymit
Problem solved by using jBPM 3.0.2 instead of 3.1! Juha S. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932373#3932373 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932373

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Non-persistent messaging needed

2006-03-24 Thread ghilling
OK, I found out I could use the none Persistence Manager but I'd still like to know how to disable the whole persistence feature using a per-Topic configuration (And I'm certainly interested in the reason for different behaviour on different platforms. In the meantime I tried setting Xmx to a

[JBoss-user] [JBoss Portal] - Lots of problems validating page source

2006-03-24 Thread keletappi
We have just gone live with our website based on jboss portal 2.2.1RC2. Yes I know it is just RC but our site is not mission critical and actually it is kind of showcase for our future clients. When I run the first page thouru w3c's validator I get tons of errors. About half of these are

[JBoss-user] [EJB/JBoss] - Implementing Deployment Bootstrap

2006-03-24 Thread dsteinwe
How do I implement a bootstrap that is executed after the archive is deployed? IFAIK even EJB3 specs doesn't define such a mechanism. Therefore I think, I have only the option to choose an application server specific implementation. In the case using jboss, I think about using a mbean

[JBoss-user] [JBossCache] - Re: JBossCache 1.3 Beta 2

2006-03-24 Thread [EMAIL PROTECTED]
Optimistic locking will always bypass these locking issues - because the very concept of o/l is that node data is copied, rather than locked, for each transaction. The OOME errors are probably due to the extra memory requirements of o/l (additional memory space to copy node data, etc.) View

[JBoss-user] [EJB/JBoss] - CMP field for key not found:when create a cmr relationship

2006-03-24 Thread dpkoolin
I am creating a CMR relationship b/w two entity bean(one to one bidirectional).There are two entity bean(DepartmenEntity second is EmployeeEntity).In department primary key is employeeid this key as a foreign key in employee table.I am trying to create a CMR relationshipb/w these two beans.I

[JBoss-user] [JBoss Seam] - Re: java faces and seam

2006-03-24 Thread truto
The tomahawk faces library has examples on how to make tables with dynamic columns. For the selectOneMenu, you just need to bind it to a ListSelectItem getxxxList() method. h:selectOneMenu id=xxx required=false value=#{yourBean.xxx} | f:selectItems value=#{yourBean.xxxList}/ |

[JBoss-user] [J2EE Design Patterns] - CMP field for key not found:

2006-03-24 Thread dpkoolin
I am creating a CMR relationship b/w two entity bean(one to one bidirectional).There are two entity bean(DepartmenEntity second is EmployeeEntity).In department primary key is employeeid this key as a foreign key in employee table.I am trying to create a CMR relationshipb/w these two beans.I

[JBoss-user] [Beginners Corner] - Request.log Configuration

2006-03-24 Thread bmvbab
Hi Im a newbie to JBoss. I have installed jboss 3.0.6 on my Linux box. When I see the request.log file, the field for username is not populated. It is allways -. Can some one help me with why this is so Is there a possibility to modify the way JBoss logs reuests... Thanks View the

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Hot Redeployment

2006-03-24 Thread [EMAIL PROTECTED]
There is no magic here. If you somehow redeploy a .jar used by an .ear you have to redeploy the .ear as well, because it has already loaded and uses the classes of the .jar in memory. Java doesn't have a mechanism to unload or replace classes in memory, so it just created new versions of those

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-24 Thread [EMAIL PROTECTED]
You are free to submit a patch ;) you have access to the documentation sources. Except the details about ROOT.war, i don't understand what is missing. I already fixed the typo about portal.web.context-root This: By default, the main page of JBoss portal will be accessible at

[JBoss-user] [Installation, Configuration Deployment] - Re: deployed war cannot find jar-files in /lib

2006-03-24 Thread [EMAIL PROTECTED]
It's not released yet. Hopefully, it will on Monday Look at the roadmap: http://jira.jboss.com/jira/browse/JBAS?report=com.atlassian.jira.plugin.system.project:roadmap-panel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932387#3932387 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Problem with clustering tests in Windows XP SP2

2006-03-24 Thread JerryGauth
I've recently run the tests-clustering target for both 4.0.4 and 5.0 on Windows XP Pro SP2, using a multihome machine. Most of the tests execute successfully. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932388#3932388 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Migration wsad to Jboss but Cannot find FacesContext,PLE

2006-03-24 Thread ak.agonia
But i don't use myFaces,i has developer all my application with websphere application Developer 5.1.2 and in this app Server all work fine. now i will migrate to jboss,but it's shot this error. So i think that i have much glue with ibm,so i think that is a problem with lib o web.xml. My step

[JBoss-user] [JBoss Eclipse IDE (users)] - link for Fibonacci tutorial

2006-03-24 Thread adilou1981
Hello, Can anyone get me the link for Fibonacci Tutorial? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932390#3932390 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932390

[JBoss-user] [JBoss Portal] - Re: Can I have a separate Instance of JBoss on the same mach

2006-03-24 Thread [EMAIL PROTECTED]
To do that without having to edit multiple files, you can also simply use the Service Binding manager. Edit the default/conf/jboss-service.xml file and uncomment that service on one of the 2 instances. You can use the StoreURL that is already specified if you want or create your own. View

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

2006-03-24 Thread [EMAIL PROTECTED]
Which language is that ? :) Please create a JIRA task, and attach the translated file. http://jira.jboss.org View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932392#3932392 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: subquery in from clause

2006-03-24 Thread heinrich
No. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932393#3932393 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932393 --- This SF.Net email is sponsored by xPML, a

[JBoss-user] [JBoss Portal] - Re: problem deploying my portlet ear

2006-03-24 Thread [EMAIL PROTECTED]
When you use the forum to post some code and or xml snippet, you need to use [ code ] around the code [ / code] (without spaces) About your problem, make sure you have a correct application.xml file inside the META-INF directory of your ear View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Security: avoid a user to navigate through JBoss directory s

2006-03-24 Thread ogomez
Hi guys, I'm using JBoss to deploy some applications, and i would like to know how i can configure Jboss in order to avoid that a user could access Jboss directory structure (and all of my PC directory structure ) just typing an URL in the address bar in the, for example, Internet Explorer, in

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Hot Redeployment

2006-03-24 Thread Hari Prasad
Hai dimitris, Thanks for your help But the question is Hot Deployment is a feature which is supposed to do this I suppose .right ? My understanding of Hot Redeployment is 1.Deploy newly developed components to a running production system. 2.Remove (undeploy) deployed live components

[JBoss-user] [Management, JMX/JBoss] - How to stop an MBean properly

2006-03-24 Thread joejag
Hi, I have a MDB called FileMessage. I have to make a simple servlet for the admins to be able to start and stop the MDB easily (i.e. not having to learn to use the JMX console). To do this I've made the code below. I feel there must be a better way to start and stop MBeans at random. For

[JBoss-user] [JBoss Portal] - Re: Workflow in Portal

2006-03-24 Thread antitrust1982
What I need? me I need to implement a workflow in my portal in order to impose a specific way of traitement of tasks in my portal. I mean which user has to act on the task for the treatment of my process, in order to verify that the information are right and follow a process of creation of

[JBoss-user] [JBoss Seam] - Re: Modifying Hibernate validator msgs

2006-03-24 Thread dahm
Hi, I had the same problems using my ValidatorMessages.properties I put it in anywhere in my JAR and EJB3 archives, but it didn't work. It seems to be a classloader problem. If you modify the DefaultValidatorMessages.properties file in the hibernate-annotations.jar in the ejb3.deployer folder it

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-24 Thread Pierroot
This works but JBoss says then no longer support axis (that's why we gotta add those jars to the lib folder (by the way, do not forget to reboot your server so that jars files are used ! ;)) how about using the ws4ee service stack as recommended by JBoss ?? I tried the tutorial in the wiki

[JBoss-user] [JBoss jBPM] - Re: is the Join-node mandatory???

2006-03-24 Thread [EMAIL PROTECTED]
it could be an option in a end-state to specify that only the token that arrives in the end state should be finished. but i don't see why a join in front of the end state is insufficient for you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932403#3932403

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

2006-03-24 Thread gedel
really ?? Are you forgot that the great and powerful language is russian? |:{ thanks I have not the JIRA-expirence. But I will try to post my job ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932405#3932405 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: ValidatorMessages

2006-03-24 Thread dahm
As a quick workaround you can also put a JAR with your ValidatorMessages.properties in the ejb3.deployer folder View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932404#3932404 Reply to the post :

[JBoss-user] [JBoss Portal] - Portal URLs

2006-03-24 Thread lehd
Hi. I need the following jbp 2.2 behaviour: passing content url to jbp, for example http://host/portal/content/path-to we will see http://host/portal/content/path-to in browser's address string. But currently CMSObject mapper gets deal with such url and prepares render url and direct it to CMS

[JBoss-user] [EJB 3.0] - Re: SLSB Facade in front of Entity?

2006-03-24 Thread agreif
epbernard wrote : the entitymanager is the same for all session beans executed in a single transaction. I tried this with the following code | @Stateful | @Remote(ShoppingCart.class) | public class ShoppingCartBean implements ShoppingCart, java.io.Serializable | { |

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Authentication

2006-03-24 Thread j2ee_junkie
Susitha, I see what your problem is, but it is unclear how to fix it... The log shows what is configured for the 'portal' security-domain. It uses the DatabaseServerLoginModule. However, the log does not show that a datasource is set for this login module. So what I think is happing is that

[JBoss-user] [Management, JMX/JBoss] - web-console Invocation Statistics

2006-03-24 Thread fss
Hi, with the web-console you can view all Invocation Statistics+Bean Statistics of all deployed ejb's. Is there a way to store this statistics to a log file at servershutdown? thanx florian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932409#3932409

[JBoss-user] [EJB 3.0] - Mass Data Association Mapping / Finding

2006-03-24 Thread JXerXes
Hello again! I hava a problem with two tables in my database: they are connected via primary/foreign key. (its a warehouse with warehouse stock) i mapped it with the @onetomany Annotation in the warehouse. now i load one warehouse into memory (LAZY, far too many items in the stock table). but

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-24 Thread keletappi
First thing is local.properties is not there unless you have built the portal once. Second is that 'rebuild' is actually first 'build clean' and then 'build deploy'. This might be obvious to some people but there are lots of people who need to build the source just to change the context root

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How do you handle chunked HttpServletRequests?

2006-03-24 Thread asack
A follow, I'm using 4.0.4RC1 behind a Apache 2.055. When a mobile client sends a chunked POST, everytime I try to read it via HttpServletRequest.getReader() or getInputStream(), it just hangs! It looks from a tcpdump/network monitoring tool that all the chunks have not been received by

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-24 Thread [EMAIL PROTECTED]
Then we should add that info but at another level, not for every configuration step that includes rebuilding or modifying the local.properties file. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932413#3932413 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-24 Thread [EMAIL PROTECTED]
Alternatively, you can go in to the portal-server.war/WEB-INF/jboss-web.xml and change it there: |context-root//context-root | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932414#3932414 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: web-console Invocation Statistics

2006-03-24 Thread [EMAIL PROTECTED]
No, the stats are not persisted. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932415#3932415 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932415 --- This SF.Net

[JBoss-user] [Management, JMX/JBoss] - Problem with monitoring and notifications

2006-03-24 Thread jean_yves
Hello, I'm trying trouble with monitoring and notifications. I followed instructions found on jboss wikis to put a FreeMemory. jboss-monitoring.xlm looks like this: server | | mbean code=org.jboss.monitor.alerts.ConsoleAlertListener |

[JBoss-user] [EJB 3.0] - Re: persistence.xml

2006-03-24 Thread persabi
Hi, curious to know if you made any progress on this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932417#3932417 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932417

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Hot Redeployment

2006-03-24 Thread [EMAIL PROTECTED]
You can hot deploy/undeploy modules, not modify. Again, you can't swap classes on the fly, you need to redeploy the whole thing (the jar and whoever uses it). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932418#3932418 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: encapsulate entity beans?

2006-03-24 Thread squishy
that would interest me a lot too, because i'm going to port many ejb 2.0 entities that use value objects to ejb 3.0 and i'm not sure if it's good to keep the value objects either. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932419#3932419 Reply to the post

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-24 Thread [EMAIL PROTECTED]
The above solution is incorrect. Read the FAQs on what jars are needed http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ We do not support Apache Axis in any form or flavour. If you decide to use Axis instead of portable J2EE-1.4 compliant web service as provided by jboss-ws4ee.sar or

[JBoss-user] [EJB 3.0] - Re: MSSQL wrong results in ejb3

2006-03-24 Thread [EMAIL PROTECTED]
I'm so sorry I don't recognize, that ejb uses a different database connection. All works fine Ralf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932422#3932422 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932422

[JBoss-user] [JBoss Seam] - Dynamic Messages

2006-03-24 Thread dahm
Hi, this may sound exotic, but I remember I could do this with Struts Actions ... :-) Image I've got a validator tag set an attribute, say @Length How would I output the concrete value just being validated, i.e. I'd like to have some output in the browser like length must be between 5 and 10.

[JBoss-user] [EJB 3.0] - URGENT: My SubQuery not working in JBoss 4.0.3SP1 JBoss 4.

2006-03-24 Thread mohammadsami
PLEASE HELP ME TO RESOLVE THIS SUBQUERY ISSUE My subquery is giving problem, I tried on both JBoss 4.0.3SP1 JBoss 4.0.4RC1. I am using java version 1.5.0_06. In jbosscmp-jdbc.xml --

[JBoss-user] [JBoss Eclipse IDE (users)] - Any portlet tutorials for the JBoss IDE?

2006-03-24 Thread nslyv
Hi, I'm new to JBoss and I'm looking for a couple of sample codes/tutorials for creating portlets under JBoss IDE. Googling yielded some tutorials (notably http://wiki.opensymphony.com/display/WW/Portlet+Tutorial) but nothing pertaining specifically to portlet creation with the JBoss IDE. It

[JBoss-user] [Installation, Configuration Deployment] - 100% CPU usage under Win XP - can't connect to server

2006-03-24 Thread davebarker
Absolute newbie to JBoss... Trying to run 3.2.7 under XP. After a couple of minutes the CPU goes to 100% and logging stops. Here's the last few lines from server.log... I'm using JDK 1.4.2_11... Fire end() for CallParamRule[paramIndex=1, attributeName=null, from stack=false] 2006-03-23

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: link for Fibonacci tutorial

2006-03-24 Thread nslyv
http://jboss.com/products/jbosside/docs It's the JBoss Eclipse IDE Tutorial. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932429#3932429 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932429

[JBoss-user] [JBoss AOP] - currentInterceptor

2006-03-24 Thread tterm
Hello, There is no method to get the currentInterceptor value in the InvocationBase class (getCurrentInterceptor() would be nice)! I don't know why there is no such method because I would need the value in my interceptors. Is there another possibility to get this value? Thanks in advance!

[JBoss-user] [Beginners Corner] - CachedConnectionManager is not registered.

2006-03-24 Thread jcash
When deploying session beans on JBoss I get the following exception: | javax.management.InstanceNotFoundException: jboss.jca:service=CachedConnectionManager is not registered. | at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:509) | at

[JBoss-user] [JBoss Portal] - No layout found for layout id generic

2006-03-24 Thread tletts
JBoss 4.0.3.SP1 JBoss Portal 2.2.1RC3 MySQL 4.1.12 MySQL JDBC Connector 3.1.12 Java 1.5.0_06-b05 RedHat ES 4 - 2.6.9-34 I am receiving the following error when accessing the localhost:8080/portal site... | javax.servlet.ServletException: No layout found for layout id generic |

[JBoss-user] [JBossCache] - Re: JBossCache 1.3 Beta 2

2006-03-24 Thread [EMAIL PROTECTED]
Aaron, this problem seems to be something specific with when used with Hibernate. WHich version of Hibernate is this tested against? Also, what do you do in your load test? Do you start transactions on the same objects to induce concurrency? Cheers, Manik View the original post :

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-24 Thread Pierroot
Hi Thomas, I did the tutorial rpc step by step (for the client side only). Basicaly, I try to call a web service that returns hello 'your name'. The web service is hosted on an apache Axis web server. I am trying to create a servlet which calls this webservice. The problem is that there is no

[JBoss-user] [JBoss jBPM] - Re: Tracing the Process Instance

2006-03-24 Thread kukeltje
but there might be more than a root token. You should check for child tokens as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932437#3932437 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932437

[JBoss-user] [Messaging, JMS JBossMQ] - JBossMQ Fails under load - Exiting on IOE

2006-03-24 Thread alchemista
In a production environment, I've had several cases where my JBossMQ has failed under load. The problem is described below. I was wondering if someone else has solved this problem before, or has any ideas? The setup is that I have a JBoss application server (1) on Windows sending logs over

[JBoss-user] [JBoss Portal] - Re: No layout found for layout id generic

2006-03-24 Thread Rysiek
Hi Try the version of JBoss Portal which has JBoss AS bundled. I had the same problem couple days ago and this helped. Cheers Ryszard Kozmik JBoss Forums Lead View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932440#3932440 Reply to the

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Bootstrap Environment config

2006-03-24 Thread johnson4
well I guess the .bashrc is the least of my problems. I've tested jboss as is suggested here-http://wiki.jboss.org/wiki/Wiki.jsp?page=StartupAndDeploymentCheck and with the command bin# twiddle get jboss.system:type=Server Started it returns that jboss is started however # sh twiddle.sh get

[JBoss-user] [JBoss jBPM] - Re: V3.1 Authentication Model

2006-03-24 Thread michaelholtzman
That's exactly what I am doing: | authenticate = jbpmContext.getServices().getAuthenticationService(); | ((DefaultAuthenticationService)authenticate).setActorId(whatever); | /* --snip --*/ | jbpmContext.setActorId(SecurityHelper.getAuthenticatedActorId()); | Yet, when I get the logs,

[JBoss-user] [Beginners Corner] - JBoss 4.0.4RC1 - no Web Console

2006-03-24 Thread rknechtel
I have installed JBoss 4.0.4RC1 on Red Hat Linux the web-console.war directory is under: $JBSS_HOME/server/default/deploy/management/console-mgr.sar But when I try to access it via: http://wauatg08:8080/web-console/ I get: HTTP Status 404 - /web-console/ type Status report message /web-console/

[JBoss-user] [EJB 3.0] - Re: Let Session Bean can catch the Exception throwed by Enti

2006-03-24 Thread [EMAIL PROTECTED]
please elaborate...I didn't fully grok what you said. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932444#3932444 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932444

[JBoss-user] [JBoss jBPM] - Very very new to workflow in general-Help

2006-03-24 Thread seybaa
Hello I am very new to workflow in general and want to start it, i need a hello world examples of it. Does any body has a good link ? or a good examples, or tutorials ? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932445#3932445 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - DB2 and select for update

2006-03-24 Thread liemmn
Hello, I am using JBoss 4.0.3 and DB2 8.1. I would to obtain a pessimistic lock (row lock) for my entity bean's findByPrimaryKey() method. So, I have the row-locking set to true in my jbosscmp-jdbc.xml file and also set the row-locking-template for DB2 to SELECT ?1 FROM ?2 WHERE ?3 FOR

[JBoss-user] [EJB 3.0] - Re: persistence.xml

2006-03-24 Thread mshpigel
I had similar problem. I removed first line: ?xml version=1.0 encoding=UTF-8? as well as the xml_body tags and everything started working. Seems like a bug to me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932447#3932447 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - LdapExtLoginModule and jaasSecurityDomain

2006-03-24 Thread cmiles123
Hello, Has anyone got an example of how to setup encryption on the bindCredential of the LdapExtLoginModule? After reading the wiki entries I'm a little fuzzy on the JaasSecurityDomain piece and where that gets defined etc. An example of how someone has done this would be nice. Thanks View

  1   2   >