[JBoss-user] [EJB 3.0] - Wrong query generated

2005-12-19 Thread micmnm
I think there is a bug in a query statement translated by hibernate. When running a query like this : SELECT COUNT(o) FROM org.ictrace.server.pm.DMWeightBean o WHERE ((o.sale.reference = :reference) OR (o.purchase.localReference = :reference1)) This shows in the hibernate logs : 2005-11-16 11:1

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Destination bridge

2005-12-19 Thread gquintana
Fairly easy? * Handle all message types: Text, Map, Object, Bytes... | * Handle header properties | * Handle sending options: priority, time to live, delivery mode | I guess I am not the only one who needs such a behaviour. JBoss can not do this in generic way? View the original post :

[JBoss-user] [EJB 3.0] - Re: Deploying problem

2005-12-19 Thread adver11
where control the deploy order? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913498#3913498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913498 --- This SF.net

[JBoss-user] [EJB 3.0] - Client call Stateless problem, Bug??

2005-12-19 Thread adver11
CmpTestBean.java public @Stateless class CmpTestBean implements CmpTest { | @PersistenceContext(unitName = "fids") | protected EntityManager em; | | public void dosomething() { | System.out.println("start"); | aodb_chkin_desk ak = new aodb_chkin_

[JBoss-user] [JBoss jBPM] - Re: Token reflects old node after a successful signal

2005-12-19 Thread enazareno
try commit and close. Regards, Elmo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913496#3913496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913496 --- This

[JBoss-user] [EJB 3.0] - Re: Remote Client: What library?

2005-12-19 Thread martin ganserer
Hi, here it is: java.util.Hashtable env = new java.util.Hashtable(); | env.put(InitialContext.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | env.put(InitialContext.PROVIDER_URL, "jnp://mi01:1099"); | env.put(InitialContext.URL_PKG_PREFIXES, "org.jboss.naming:org.jn

[JBoss-user] [Installation, Configuration & Deployment] - Jboss 3.2.7 compatible for Hibernate 3.0 ?

2005-12-19 Thread PradeepKumargt
Jboss 3.2.7 compatible for Hibernate 3.0 ? Hi all we are trying to deploy Hibernate 3.0 application on Jboss 3.2.7 we are Class Cast Exception becouse of Jboss-hibernate.sar( which will have different package structure) View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss jBPM] - Re: Need some help for GPD

2005-12-19 Thread mkrishna143
Hi, Thanks for your reply. I am in need of a complete documentation about : What are all the steps that I have to do For creating a web application into the Application server using the created par file. I need the link for the documentation. I am clueless about the next steps for dep

[JBoss-user] [EJB 3.0] - How to remove 3.0 Stateful Session EJB instances programatic

2005-12-19 Thread skotagiri
Is there any way to remove 3.0 Stateful session beans that does not define @Remove annotated method. Can I just typecast the Local or Remote interface to EJBObject and call the remove method to accomplish this? Also, once I have reference to a 3.0 Session EJB (Stateless or Stateful), is there

[JBoss-user] [JBossCache] - Jboss 3.2.7 + hibernate 3.0

2005-12-19 Thread PradeepKumargt
can we run Hibernate 3.0 application on jboss 3.2.7 OR is jboss 3.2.7 compatble for hibernate 3.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913490#3913490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913490 -

[JBoss-user] [JBoss jBPM] - Asynchronize BPEL process and external partnerLink

2005-12-19 Thread fwshk
Excuse me, I would like to know, how to create Asynchronize BPEL process? I have define a process like: receive (partnerLink: client) assign invoke (two-way, partnerLink: MyMath) assign invoke (one-way, partnerLink: client) I deploy it similar as ATM example, it is success but when I written the

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
P.S. My point is that if hot deploy is working correctly, then you should never *need* to restart the server while debugging (or any other time). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913487#3913487 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
Well, hot redeploy is working quite well for me running JBoss inside Eclipse. It doesn't work *every* time, and we know there are still some hot redeplyment related bugs in our EJB3 container (mostly related to stateful beans), but it works pretty well, and certainly better than on tomcat. Once

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - strategies for working around Hibernate 2.1.7/Jboss 3.2.5 Tr

2005-12-19 Thread mpelzsherman
Hi, We are using Hibernate 2.1.7 and Jboss 3.2.5, and are encountering a serious problem due to the following bug: http://jira.jboss.com/jira/browse/JBAS-1576 In the longer term we are planning to upgrade to newer versions of Hibernate/JBoss which should fix the problem, but in the short term

[JBoss-user] [JBoss Getting Started Documentation] - Re: Quick question on Linux and JBoss

2005-12-19 Thread kusanagihk
Thanks, but is it some of the tools (for server administration) must be run in web browsers (like mozilla)? if so, then I at least need the x-window package to run a GUI browser. I was wondering if I could run commands to perform the same tasks too View the original post : http://www.j

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread werpu
the problem is less hot deployment it is more that you have to restart the server often during debugging sessions (thanks to the hotswap which does not work too well), that is one of the main problems many ejb servers have, that the startup times are problematic during the average development cy

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
Hot deployment is always going to be faster and more reliable in JBoss. This is just a limitation of using Tomcat for stuff... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913480#3913480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [EJB 3.0] - Re: Deploying problem

2005-12-19 Thread adver11
where control then deploy order? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913479#3913479 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913479 --- This SF.net

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread werpu
just tried it works great, but the startup times are significantly higher than in the noejeb example. While I get 20 seconds in noejb I am between 60 and 70 seconds in the embedded ejb under Tomcat 5.5.12 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913478#

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
1. I will fix the problem with the error about a missing directory (I actually broke that after I sent the original post). 2. You need to put catalina-ant.jar in your ant lib directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913477#3913477 Reply to th

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 - PAGES as Tab in the admin user interface

2005-12-19 Thread PMO
We are expecting to pre-release it around march with workflow and jasper integration around june. We have not decided yet on the business model. If you have guidance for us we will be happy to listen from you. You can write us at [EMAIL PROTECTED] The point is that we are concentrating on model

[JBoss-user] [EJB/JBoss] - transaction not committed after ejbCreate

2005-12-19 Thread atulksh
Hi, I am using JBoss 4.02 with Oracle 91 (XA datasource). I have a BMP EJB. I can see that after I create a new instance (ejbCreate called) a record gets inserted in the db - since there is not exception thrown. But the transaction does not get committed. For that reason the record does not get

[JBoss-user] [Beginners Corner] - Re: ejbStore method called where ejbCreate is expected

2005-12-19 Thread atulksh
Okay. After some research I have found that ejbCreate does get called. But even if the database record creation for the BMP does go through successfully it is not comitted. That is why it is not reflected in further finds and my application fails with exceptions. Please reply if anybody knows w

[JBoss-user] [JBoss jBPM] - Using the portal data source for getting the user and his ro

2005-12-19 Thread challa
Hi all, I am using portal 2.0.1RC1 and jbpm 3.0.2. I want to use the JBoss portal datasource to get the User details and his roles instead of the jbpm datasource. The current jboss-service.xml of jbpm is < mbean code="org.jbpm.db.jmx.JbpmService" name="jboss.jbpm:name=DefaultJbpm,servic

[JBoss-user] [JBoss Seam] - Tests fails with MySQL + password

2005-12-19 Thread drapierwim
I have an issue I don't realy understand, I've used the booking app as a template and changed the DB to MySQL. All works well but when I created a password for my DB an added this to the booking-ds.xml I can't get connected to the DB resulting in an exception when running my tests. View the ori

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

2005-12-19 Thread werpu
anonymous wrote : | There is no problem here, pagination is easy to implement (the Hibernate Tools plugin actually generates code to do pagination). All you do is have a nextPage() action that re-runs the query with a diff setFirstResults()/setMaxResults(). Very, very simple. | Well I was

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
I recieved those errors also. I checked all the example build files and got the results as listed below. The following is my story of checking out seam and building it. Using Eclipse, I checked out the jboss-seam-head. To stop Eclipse from complaining I had to change the build path from antl

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread simon.nicholls
I got a: "jboss-seam/examples/booking/src/test" doesn't exist" error when running the default deploy target in build.tomcat.xml This was due to compile target being sucked in from ../../build.xml, with ${src.test.dir} declared as a source path for the javac task, and "src/test" being the defau

[JBoss-user] [Security & JAAS/JBoss] - Question regarding SecureIdentityModule

2005-12-19 Thread mandarm
Hi, I am new to JBoss Security and have a question related to SecureIdentityModule class. I was able to use this class and set up encrypted passwords in config files. The next step would be to use a customized version of this class so that I can use a different secret other than "jaas is the w

[JBoss-user] [JBossWS] - Re: Unable to deploy typemapping -> ClassNotFoundException

2005-12-19 Thread wayne.adams
Sorry this isn't an answer. It's a request for some help to definitively answer this question, which keeps getting posted without a satisfactory answer. I have a doc/literal WS which deployed just fine as a .wsr on 3.2.7, deploys as-is on the latest Sun app server, and does not deploy on 4.03

[JBoss-user] [JBoss.NET] - Re: Access problems using JBOSS

2005-12-19 Thread maruthiravuri
re View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913464#3913464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913464 --- This SF.net email is sponsored by: Splunk

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: starting a new project.

2005-12-19 Thread myraft01
Finally got it to work. Had to include servlet.jar in the /WEB-INF/lib directory and also add it to the class path ( I am guessing what the IDE calls the build path). Finally got it to work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913463#3913463 Re

[JBoss-user] [JBoss jBPM] - Re: Task Assignment results in two tasks with same id

2005-12-19 Thread michaelholtzman
Process Definition: | | | http://jbpm.org/3/jpdl"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jbpm.org/3/jpdl http://jbpm.org/xsd/jpdl-3.0.xsd"; | name="ValidateDeal"> | | | | | | | |

[JBoss-user] [JBossWS] - JBoss WS and JDBC parameter binding not playing nicely toget

2005-12-19 Thread harleybl
We are trying to develop an application that uses a SLSB Endpoint to provide a web service interface to some functionality that is also exported via a regular Stateless session bean. The webservice deploys correctly and works... The first time it is called after the server is started. Each subseq

[JBoss-user] [JCA/JBoss] - Re: RAR deployment classloader?

2005-12-19 Thread galderz
what type of file is it? is it a resource bundle? from what you say, it seems like the best place for that file to be should be inside the RAR file. You should not make any assumptions about the file structure inside the application server View the original post : http://www.jboss.com/index.ht

[JBoss-user] [Installation, Configuration & Deployment] - Timezone difference

2005-12-19 Thread marcthompson
Hi, I've got a weird time zone difference happening on a production server and wondered if anyone can help... I'm running jboss 3.2.3 on suse linux (enterprise 9.0) with a postgres 7.4.2 backend database and it runs with seperately installed verisons of tomcat (4.1.27) I'm based in Sydney, Aus

[JBoss-user] [JBoss jBPM] - Re: Valid use case?

2005-12-19 Thread kukeltje
Talking about a ski resort. no answers from me between the 23rd and 31st of december. Flachau will be my ski resort then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913457#3913457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBoss jBPM] - Re: Eclipse GPD 3.0.5 NullPointerException on opening Proces

2005-12-19 Thread [EMAIL PROTECTED]
Good to know this. Thanks for reporting back. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913456#3913456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913456

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-19 Thread [EMAIL PROTECTED]
Ronald, I was trying to answer this, but somehow got distracted and forgot to post :-( One important incompatibility IMO is that BPMN defines the concept of a token. It is quite similar as in jBPM but instead of modeling this as a tree, they define it as a segmented string. In addition, they de

[JBoss-user] [JBoss jBPM] - Re: Eclipse GPD 3.0.5 NullPointerException on opening Proces

2005-12-19 Thread Paz
Heads up... I had to install 3.1.1 Eclipse...3.1.0 kept crashing when I wanted to open any .par that had the gpd.xml. Best bet use 3.1.1..no issues post installation.. L8ski View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913453#3913453 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: ejb3 bug?? hibernate bug?? problem from a remote call

2005-12-19 Thread delkant
i solve the problem with the new release of hibernate, now we are using last version of hibernate annotations, entity manager etc.. the solution was download all the builds from the last hibernate version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss jBPM] - Authentication MS Active Directory How?

2005-12-19 Thread Paz
I am interested in learning how to use MS Active Directory with jBPM3? I would like to authenticate and assign users to a swimlane at run-time? Can I? I can see in your processdefinition.xml (websale) the example is using swimlanes and assigning users to the swimlane in the xml. Swinlanes accoun

[JBoss-user] [Security & JAAS/JBoss] - Unauthenticated Access to SessionBean (EJB3)

2005-12-19 Thread [EMAIL PROTECTED]
I define a session bean like so: @Stateless | @SecurityDomain("MySecDomain") | public class EchoBean implements EchoRemote | { |// lots of stuff | } | I have configured the security domain MySecDomain as "simple property file"-domain in login-config.xml. Next I run a client looki

[JBoss-user] [JBossCache] - Re: TreeCacheAop and JDBC Persistance and NotSerializableExc

2005-12-19 Thread [EMAIL PROTECTED]
Your test appears to be directly calling put on the cache loader, not going through an instance of TreeCacheAop. It's the TreeCacheAop instance that internally breaks down your object into primitives and strings, thus allowing you to avoid implementing Serializable. View the original post : h

[JBoss-user] [JBoss jBPM] - Re: Valid use case?

2005-12-19 Thread [EMAIL PROTECTED]
Tom may have been distracted by the snow conditions while answering this. I thind the use case is very valid. This is what jBPM is made for : structure your software around a graph. The graph is specified by the functional guys, the details are added in the graph as actionhandlers when certain e

[JBoss-user] [Installation, Configuration & Deployment] - JMS topic security configuration

2005-12-19 Thread lioneld
Is it possible to configure Jboss to do the following? Configure a set of Topics to always require a username and password. No un-authenticated users are to be allowed to connect. Configure another set of Topics (different from above) to allow users to connect un-authenticated. All this has t

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread [EMAIL PROTECTED]
Why did you need to override src.test.dir? You were trying to run the unit tests from build.tomcat.xml ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913446#3913446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913

[JBoss-user] [JBoss jBPM] - Re: Task Assignment results in two tasks with same id

2005-12-19 Thread [EMAIL PROTECTED]
Can you show us the processdefinition and the code of the assignmenthandler that you have written? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913445#3913445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [EJB 3.0] - Re: Remote Client: What library?

2005-12-19 Thread delkant
can you show us some code? how do you make the client call? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913442#3913442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913442 --

[JBoss-user] [JBossCache] - TreeCacheAop and JDBC Persistance and NotSerializableExcepti

2005-12-19 Thread jlukar
I get java.io.NotSerializableException when using the JDBC Cache loader to persist to JDBC backend. I was under the impression that with TreeCacheAop and aspectizing, there is no need to Serialize my cache business objects. could someone shed some light on this or point me to specific section

[JBoss-user] [EJB 3.0] - ejb3 bug?? hibernate bug?? problem from a remote call

2005-12-19 Thread delkant
hi, i have the next problem with hibernate and ejb3... Resume: two classes with a oneToMany relationship between them, if the relationship is removed everything works and the remote call is success,.. i am using ejb3 rc3, with jboss-4.0.3SP1 | @Entity | @Table(name = "transaction") | @N

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Destination bridge

2005-12-19 Thread genman
No. But I imagine it would be fairly simple to code using an MDB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913439#3913439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913439 -

[JBoss-user] [JBoss jBPM] - unable to delete process instance

2005-12-19 Thread edgarpoce
Hi I'm trying to delete an ended process instance and I get a weird exception. Any help is appreciated. br, edgar java.lang.RuntimeException: couldn't delete process instance '1' at org.jbpm.db.GraphSession.deleteProcessInstance(GraphSession.java:315) at ar.com.sibs.sca.liqu

[JBoss-user] [Clustering/JBoss] - Re: Multipath problem with JBoss 3.2.5

2005-12-19 Thread [EMAIL PROTECTED]
This is a known problem, if you google for "multipath jgroups" you'll find a JIRA issue. May be the same for IP bonding on Linux. Speaking of which, I didn't know Linux has IP Multipathing ? I thought this was a Solaris feature ? View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 - PAGES as Tab in the admin user interface

2005-12-19 Thread [EMAIL PROTECTED]
Are any of those 800 portlets, open source, that can be shared with the rest of the community? Portletswap.com? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913436#3913436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem while persisting messages

2005-12-19 Thread viky4u
Things are even more strange. Only a few data gives this error , rest all seem to be flowing in fine. Checking with Oracle. Thanks Vignesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913435#3913435 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 - Quality - Blocking CMS

2005-12-19 Thread [EMAIL PROTECTED]
Locale issues fixed in HEAD. http://jira.jboss.com/jira/browse/JBPORTAL-534 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913434#3913434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913434 -

[JBoss-user] [JBoss jBPM] - Re: asign swimlanes in execution time

2005-12-19 Thread brittm
>From your description, it sounds like you just need to wait to assign an actor >to your swimlane until you know which department it will be. 1) If you know which department should handle the complaint when the complaint is first received (the citizen specified which one), then your assignment

[JBoss-user] [Security & JAAS/JBoss] - Please help -- 'Failed to create sec mgr'

2005-12-19 Thread jobbyjoseph
Hi Gurus, I have a real bad issue, don't know how to solve the issue. I am actually using the JAAS security for my application. The application deploys well (all the EJB's and the services). But when i tries to log into my application i get an error 'Failed to create sec mgr'. excerpt from My

[JBoss-user] [EJB 3.0] - Configuration injection in EJB3

2005-12-19 Thread jsb
I've got a happily working EJB3 MBD set up via the @MessageDriven and @ActivationConfigProperty annotations. I'm also using an @EJB annotation to inject a stateless session bean for entity access. Once again, EJB 3 has proven itself very easy to work with. The only unmet requirement of my MDB

[JBoss-user] [EJB 3.0] - Re: Remote EJB Client doesn't work but Remote RMI Client doe

2005-12-19 Thread mustaghattack
Ok I solved my problem ! In fact I set the clientConnectAddress attribute (of the Ejb3Connector MBean) with my domain name (instead of the IP address). And my /etc/hosts file contained the following line 192.168.2.2 my-domain Where 192.168.2.2 is the ethernet interface. When the InvokerLocato

[JBoss-user] [JBoss Eclipse IDE (users)] - Eclipse vs. IntelliJ

2005-12-19 Thread RobertGary1
I'm normally an IntelliJ user and looking into using Eclipse for java web development. It seems that one of the major differences is that IntelliJ has a heavily Wizard based j2ee interface. In IntelliJ you never directly need to edit the web.xml file and you never directly need to control what g

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem while persisting messages

2005-12-19 Thread viky4u
and i also forgot this. This happens to large messages. Not sure if iam hitting the neck limit of the BLOB. Thanks Vignesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913426#3913426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [EJB 3.0] - Re: Deploying problem

2005-12-19 Thread jraustintx
I found a workaround. Deploy the ?.par first then the ?.ejb3 then ?.war. Note you may need up undeploy first. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913425#3913425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss jBPM] - Re: Terrible performance with jBPM/Tomcat 5.5/Oracle

2005-12-19 Thread jblevy
I thought that the latest version of hibernate has a default of lazy instantiation whereas the prior version defaulted to non-lazy. The hibernate mappings that come with jBPM in many cases used the default. I think that you need to be careful regarding when you use lazy or not. For example, if

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem while persisting messages

2005-12-19 Thread viky4u
Sorry Missed out the rest part. Here are the version information. JBoss : [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] JBoss Host : Linux myLinuxBox 2.4.21-9.ELsmp #1 SMP Thu Jan 8 17:08:56 EST 2004 i686 i686 i386 GNU/Linux

[JBoss-user] [Messaging, JMS & JBossMQ] - Problem while persisting messages

2005-12-19 Thread viky4u
Hi, I get this warning at my server.log when i try to put in a message, with oracle persistance. 2005-12-19 13:46:16,482 WARN [org.jboss.resource.connectionmanager.TxConnectionManager] Connection error occured: [EMAIL PROTECTED] [EMAIL PROTECTED] handles=1 lastUse=1135017974491 perm

[JBoss-user] [JBoss Portal] - Any good portlet development guides?

2005-12-19 Thread rkbrasse
Does anyone have any good portlet development guides out there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913421#3913421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913421 ---

[JBoss-user] [JBoss Portal] - Reporting a few errors

2005-12-19 Thread PMO
I am getting many exceptions of the same at different places. root causes are: org.apache.jasper.JasperException | org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:370) | org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) | org.ap

[JBoss-user] [JBoss jBPM] - Re: Terrible performance with jBPM/Tomcat 5.5/Oracle

2005-12-19 Thread brianmb99
I changed all the hibernate mappings to use lazy initialization and that improved performance hugely, but I don't know yet what implications that might have bug-wise or why the jBPM team chose not to use lazy as the default. I don't plan on using a web app as the primary user interface, so I'm n

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JNDI Datasource

2005-12-19 Thread nholbrook
I have a datasource defined in JBOSS called SecurityDS. When I define a DataSourceRealm inside Tomcat for authentication, it doesn't seem to be able to find it. I have tried to access it both as dataSourceName="SecurityDS" and dataSourceName="java:SecurityDS" I seem to get a NullPointerExc

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JNDI-problem with Tutorial

2005-12-19 Thread nholbrook
How do we get away from the ClassCastException when the war isn't packaged inside the ear? Anybody have any insight here yet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913416#3913416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss jBPM] - Re: Cant Start Server

2005-12-19 Thread [EMAIL PROTECTED]
I sometimes get this error because the port is taken by one of my instant messengers. Shutting these down, starting the server and afterwards starting the IM program again is a workaround in my case... Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [JBoss jBPM] - Re: subprocess doesn't pick up parent's variables

2005-12-19 Thread [EMAIL PROTECTED]
Guy, What version of jBPM are you using? We are really overloaded with work at the moment, could you please provide a JUnit testcase that shows the error? It really helps when we do not have to do this ourselves... Regards, Koen View the original post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss Getting Started Documentation] - Re: Quick question on Linux and JBoss

2005-12-19 Thread nat101j
Hi; You do NOT need gui to install or run jboss. The latest gui installer is not required and was not even around before 4.0.3, and is still 'work in progress' anyhow. -nat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913413#3913413 Reply to the post : h

[JBoss-user] [JBoss jBPM] - Re: JBPM randomly goes catatonic

2005-12-19 Thread michaelholtzman
No, I don't lock the process instance. (Should I ?) Could anyone summarize (1) when I would need to lock a process instance and (2) when I should be saving a process instance to the datbase? Thanx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913412#391341

[JBoss-user] [EJB 3.0] - Re: Deploying problem

2005-12-19 Thread jraustintx
I am running into this issue also. I see several other posts in this forum with no replies. Anyone have a hint on what might be wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913411#3913411 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss jBPM] - Re: Eclipse GPD 3.0.5 NullPointerException on opening Proces

2005-12-19 Thread [EMAIL PROTECTED]
The 3.0.5 was build against Eclipse 3.1.1. Anyway, normally it should work with 3.1.0 too. Do you have any additional plugins installed? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913410#3913410 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss Portal] - Portlet State

2005-12-19 Thread patrickdalla
When the user maximize a portlet and press the back button from browser and tries to interact with another portlet in the same page the portlet maximized is showed. How can I reset window state information? How can I avoid this situation? View the original post : http://www.jboss.com/index.ht

[JBoss-user] [JCA/JBoss] - RAR deployment classloader?

2005-12-19 Thread andycooper
I have a RAR that is attempting to load a file from the classpath. When the file is included in the RAR file, things work happily. However, I want to have the file external to the RAR file and can't get that to work - the code in the resource adapter is unable to find it on the classpath. I've t

[JBoss-user] [Beginners Corner] - JAAS Login Module and User Principal best practices

2005-12-19 Thread MrForms
Hi All, I just got into a new company. They have developped their own Authentication provider as a JAAS Login Module which is ok. They authenticate through different means. When they are done authenticating the user through the login method of the LoginModule, they populate the Subject with

[JBoss-user] [Installation, Configuration & Deployment] - Re: MBean being registered twice

2005-12-19 Thread aidan_b5
Ah, sorry for the bad formatting, didn't realise I can't post xml on herehope you get the idea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913402#3913402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913402 -

[JBoss-user] [Installation, Configuration & Deployment] - MBean being registered twice

2005-12-19 Thread aidan_b5
Hi, I am trying to write a service that will initiate Jackrabbit on startup, I've suceeded in doing this but it appears jboss is trying to register my mbean twice, I'm getting a 'DeploymentExceptionalready registered mbean'. I've done a search throughout my jboss directory and is no duplicate

[JBoss-user] [JBoss Seam] - Re: Seam on Tomcat

2005-12-19 Thread simon.nicholls
Worked great, though I had to override src.test.dir in the tomcat build file. Cheers for sorting this out View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913400#3913400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913

[JBoss-user] [Messaging, JMS & JBossMQ] - Destination bridge

2005-12-19 Thread gquintana
Hello, Is it possible to create "destination bridges" in JBoss MQ: every JMS message sent to the bridge is forwarded to another Queue or Topic on another JMS server as soon as it is available. Other J2EE servers already do this | * Bea Weblogic: http://edocs.beasys.com/wls/docs70/adminguid

[JBoss-user] [Security & JAAS/JBoss] - Re: Multi Credential Authentication

2005-12-19 Thread [EMAIL PROTECTED]
Your frustrations are overlapping with the current focus in the Security Arena at JBoss. In addition, to the link Brian provided, an area that fits your needs are: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73024 Unless the AuthenticatorBase is retrofitted, you will not achieve

[JBoss-user] [JBoss jBPM] - Re: hsqldb-ds

2005-12-19 Thread [EMAIL PROTECTED]
Please search for "socket creation error" including all terms. This question has been already answered several times. ...Alright, here it goes: you're looking in the right place. In hsqldb-ds.xml, near the start, comment the section that reads "for in-process persistent db" and uncomment "for t

[JBoss-user] [Security & JAAS/JBoss] - Re: Multi Credential Authentication

2005-12-19 Thread NigelWhite
OK, that won't work. Any other ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913395#3913395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913395 --- This S

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Integrating Apache and Tomcat with mod_jkon Solaris 10 (Int

2005-12-19 Thread annointed3
Hi, I attempting to configure an Apacher web server connector to a JBoss Tomcat appliation server. I have been unable to find a mod_jk for Solaris (Intel). Can anyone assist me in telling how I can integrate Tomcat and Apache on Solaris (Intel).? View the original post : http://www.jboss.com/

[JBoss-user] [JBoss jBPM] - Token reflects old node after a successful signal

2005-12-19 Thread aron.gombas
Hey, I have a very annoying problem with 3.0.2 that has very similar symptoms to these ones: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889539#3889539 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889415 What happens in my particular case is the following sequence:

[JBoss-user] [JBoss jBPM] - Re: Need Help for Sub-Process

2005-12-19 Thread sforema
You have to do it in the XML. There is no GUI component for the sub process. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913388#3913388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913388

[JBoss-user] [Security & JAAS/JBoss] - Hibernate tables

2005-12-19 Thread ego2002
Hi all! I've customized my dbLoginModule and it works fine, but JBoss creates his tables in my db anyway (like jbp_user, jbp_roles, etc...). How can I do to let he doesn't do it? Thanks. Il Dima View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913387#3913387

[JBoss-user] [JBoss jBPM] - Re: Terrible performance with jBPM/Tomcat 5.5/Oracle

2005-12-19 Thread stembol
I have a problem of performance: I use this query to retrieve the list of tasks for actorIds: "select distinct ti " | + " from org.jbpm.taskmgmt.exe.PooledActor pooledActor " | + " join pooledActor.taskInstances ti " | + " where pooledActor.actorId in ( :actorIds ) " | + " and ti.isCancel

[JBoss-user] [Beginners Corner] - role mapping

2005-12-19 Thread epotvin
I have a role in my web application called GARE_USER. In my web.xml file it looks like this : | | GARE_USER | | I authenticate my application with an ldap login module, but I don't have a GARE_USER group on my ldap server but an equivallent called AUTHENTICATED_USER. Wi

[JBoss-user] [JBoss jBPM] - Re: Utility to convert my gpd.xml to processdefinition.xml

2005-12-19 Thread kukeltje
You mean you have a gpd.xml and no processdefinition.xml? Did your system crash or something, cause nromally both are created by the GPD View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913383#3913383 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss jBPM] - Re: randomly get Exception

2005-12-19 Thread kukeltje
good catch. Didn't know hibernate had this option. We use it a lot in Bea/Oracle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913382#3913382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913382 -

[JBoss-user] [EJB/JBoss] - ClassCast Exception in Primary Key Generation with Custom En

2005-12-19 Thread sivakumar_n
I have written a custom implementation for Primary Key Generation using entity command. This implementation works fine for entity beans having Integer as Primary Key Class. The Class Cast Exception is being thrown for the beans having java.lang.Long as primary key Class. I have the following e

[JBoss-user] [EJB 3.0] - Re: Inheritance Issues

2005-12-19 Thread alvarommz
Hi, folks There is anyone that can help me on this I really need it. thanks Alvaro Martinez M [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913379#3913379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBossWS] - Re: webservices question

2005-12-19 Thread collila
script kiddy? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913376#3913376 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913376 --- This SF.net email is sponsored

[JBoss-user] [Installation, Configuration & Deployment] - Re: DeploymentScanner does not redeploy the app

2005-12-19 Thread zambak
@auila_deus That works but I only want to deploy that certain directory. I think that in either case , if I "touch" web.xml DeploymentScanner should redeploy the app, which it does not. Regards Z.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913375#39133

  1   2   >