[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-02 Thread sbryzak2
What Javascript do you have on the client? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962365#3962365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962365 ___ jboss-user m

[jboss-user] [JBoss Messaging] - Re: Removing a MessageListener doesn't remove its associated

2006-08-02 Thread davidrh
I have enhanced my test harness again and have managed to reproduce the problem of the listeners dying. I have made the harness emulate pretty much exactly what we do in our application for receiving messages. Our application receives messages from multiple queues, and we have a manager thread

[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-02 Thread rlhr
So I have the following javascript: /* IE */ | /* IE */ | | | function getList(id){ | var myManager = Seam.Component.getInstance("myManager"); | var fctCallback = function(myList) { | for (var idx = 0; idx < myList.length; idx++) { | for(var field in myList[idx]) {

[jboss-user] [JBoss and NetBeans] - Re: Netbeans hangs during deployment

2006-08-02 Thread lkotouc
Could you please describe better the circumstances, specifically: 1. are you sure that the archive is deployed? could you run it from your web browser or see it in the deploy directory? 2. aren't there some exceptions or other messages in the message log, server log, output console? The output

[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-02 Thread sbryzak2
Your javascript looks ok. Is SelectItem an interface? If it is, then there are still some outstanding issues with how remoting deals with interfaces. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962369#3962369 Reply to the post : http://www.jboss.com/i

[jboss-user] [Beginners Corner] - Re: PostgreSQL as DefaultDS Tutorial

2006-08-02 Thread miguelastico
hi again, i am at the point 3, in the standardjbosscmp.xml i found type-mapping for PostgreSQL, PostgreSQL 7.2 and PostgreSQL 8.0 assuming that i have installed 8.0, should i change the type-mapping in postgres-ds.xml and in standardjaws.xml in PostgreSQL 8.0 instead of PostgreSQL? Any other chan

[jboss-user] [JBoss jBPM] - Re: BPEL: ServiceGeneratorTask WebDeployTask cannot be found

2006-08-02 Thread KVAK_TNT
No one knows anything about this? Maybe some Infos about the system: I have installed (first) the Tutorial StarterKit. Wont work. I tried the CVS-Download - no success... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962371#3962371 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: where is going?

2006-08-02 Thread peteroyle
Hi dbatcn, Some quick questions. If these don't help I'll try having a closer look: 1: Will it help to add create=true to your @In annotation on the BQManagerBean.quux property? 2: Have you tried changing #{namefornewbaz} to #{nameForNewBaz} in bqmgr.xhtml to better match the name of the prope

[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-02 Thread rlhr
This is the javax.faces.model.SelectItem class that also implements java.io.Serializable View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962373#3962373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962373

[jboss-user] [Beginners Corner] - Re: PostgreSQL as DefaultDS Tutorial

2006-08-02 Thread jaikiran
anonymous wrote : should i change the type-mapping in postgres-ds.xml and in standardjaws.xml in PostgreSQL 8.0 instead of PostgreSQL? I havent tried changing Hypersonic DB to any other DB, but going by what is mentioned in the first post, you will have to change it to PostgreSQL 8.0 in the sta

[jboss-user] [JBoss jBPM] - Re: a fast solution

2006-08-02 Thread smokeman
Actually, it has nothing to do with the webapp. This is because setPooledActors in TaskInstance does not call TaskAssignLog in 3.1. What that means for the webapp in case of pooled-actors assignment is that assignmentLogs.size() = 0. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Help injecting the SessionContext

2006-08-02 Thread bfo81
First: You don't need to write value="sessionContext" since the name of the annotated variable is the same, namely sessionContext. You only need to explicitely set the value when the variable's name ist different from the seam component name. Ok, now to your problem: The last Exception says tha

[jboss-user] [JBoss Seam] - Re: Help injecting the SessionContext

2006-08-02 Thread bfo81
Stop, forget what I said. I just had a look at UnsafeObjectFieldAccessorImpl.java and its set-method: public void set(Object obj, Object value) | throws IllegalArgumentException, IllegalAccessException | { | ensureObj(obj); | if (isFinal) { |

[jboss-user] [JBoss Seam] - No transaction startted when running integration tests

2006-08-02 Thread emsa
Using 1.0.1.GA I am trying to run Integration style test cases with Seam Managed Persistence. My problem is that nothing is written to the database; so I tried with a em.flush() but then I get a javax.persistence.TransactionRequiredException: no transaction is in progress. So it seams to me lik

[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-02 Thread sbryzak2
What does /peanutcafe/seam/remoting/interface.js?myManager produce for the SelectItem class? Looking at the MyFaces implementation of SelectItem, it seems that they are using a non-standard naming convention for their javabean fields... ie. _value instead of just value. This might be what's me

[jboss-user] [Beginners Corner] - Will there be a JBoss 3.2.x with Xalan 2.7?

2006-08-02 Thread CH
First of all, sorry for posting this here, but I did not find any subforum, where I could have placed my post. Via YourKit Java Profiler we found out, what a lot of other people already knew: Xalan 2.6 has an ugly memory leak. Due to this leak, we have to reboot out JBoss 3.2.7 at least once a

[jboss-user] [JBoss Portal] - Re: Confusing personalize security-constraint behavior

2006-08-02 Thread [EMAIL PROTECTED]
that is fixed in the current 2.4 head cvs, and we will release CR3 soon (actually it is tagged in cvs). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962383#3962383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=396238

[jboss-user] [Remoting] - RMI question - java.rmi.NoSuchObjectException

2006-08-02 Thread yair.zaslavsky
Good day all, I'm using JBoss 4.04GA and JBoss Remoting 1.4.1. I have a JEE application that has a client to a remote J2SE application. I wrote a code similar to the SimpleServer and SimpleClient in the examples provided, and used rmi as underlying transport. In some cases I receive the java.rmi.N

[jboss-user] [JBoss Seam] - Re: where is going?

2006-08-02 Thread bfo81
As far as I know there's a mistake in the documentation. The default scope is not Conversation but Event -> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86491 - but I'm not sure if this only concerns normal JavaBeans (as shown in that topic's title) or also EJBs. View the original

[jboss-user] [JNDI/Naming/Network] - RMI-IIOP

2006-08-02 Thread One_Special_User
Hello, I have a stateful SessionBean (EJB 2.x) called "MySession" being accessed via IIOP and having a Property "MySessionID". Within it's ejbCreate() it should register itself within the JNDI under "mysessions/" + its "MySessionID", just like "mysessions/mysessionid_123", from where it can be

[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-02 Thread rlhr
This is what is generated: Seam.Remoting.type.javax$faces$model$SelectItem = function() { | } | | Seam.Remoting.type.javax$faces$model$SelectItem.__name = "javax.faces.model.SelectItem"; | Seam.Remoting.type.javax$faces$model$SelectItem.__metadata = [ | ]; | | Seam.Remoting.regist

[jboss-user] [JBoss AOP] - Re: interceptor not executing in jboss4.0.4GA

2006-08-02 Thread [EMAIL PROTECTED]
You need to use the -javaagent switch as outlined here. http://labs.jboss.com/portal/jbossaop/docs/1.5.0.GA/docs/aspect-framework/reference/en/html/running.html#d0e3174 There is an example called injboss that comes with the jboss aop dist that you can use to validate that you have everything set

[jboss-user] [EJB 3.0] - Re: Problem using SequenceGenerator

2006-08-02 Thread fmatar
I'm using a similar approach: | @Id | @GeneratedValue(generator="system-uuid") | @GenericGenerator(name="system-uuid", strategy = "uuid") | @Column(name = "id", unique = true, nullable = false, insertable = true, updatable = true, length = 32) | public String getId() {

[jboss-user] [JBoss jBPM] - Process parameter

2006-08-02 Thread tang_2001
Hello, Is it possible to have a process parameter ie. initialized at process startup? Here is my need: I have a process that can be started by the same actor but the tasks can be assigned to different groups depending on a parameter given when the process is started. I understand that conceptua

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: IllegalAccessError initializing ehcache.CacheManager

2006-08-02 Thread lapoutre
I had the same problem, using hibernate 3.1.3 without MBean. the problem is that JBoss 4.0.4 has hibernate 3.2 installed. and this version should use ehcache-1.2 to fix this, just remove hibernate from the lib. maybe cglib too(I removed it). View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Messaging] - IllegalStateException when invoking MessageProducer.send

2006-08-02 Thread mskonda
I have an inflow mdb which invokes an EJB which publishes the message to a Topic. When the messageproducer.send(msg) is invoked inside the EJB, the following exception is caused (TRACE turned on): 2006-08-02 10:10:38,574 TRACE [org.jboss.jms.client.container.ClientLogInterceptor] invoking Pro

[jboss-user] [EJB 3.0] - Re: Problem using SequenceGenerator

2006-08-02 Thread fmatar
Sorry folks, it was my mistake. Nothing related to the generator a stupid method in the create() method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962396#3962396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39623

[jboss-user] [JBoss Portal] - Why portal 2.4 can not work with Oracle9 at all!

2006-08-02 Thread yuanwh
I downloaded the updatest jboss-portal-2.4.0-CR2-bundled.zip with jboss AS 4.0.4 and I want to it work with oracle. So I copy the portal-oracle-ds.xml from setup folder to deploy folder and modify its parameter propertly. But when I start up it, it throws many exceptions. Firsty at some place it

[jboss-user] [JNDI/Naming/Network] - Re: RMI-IIOP

2006-08-02 Thread One_Special_User
Hm propbably I should rephrase it: Binding the current Instance of MySession seems to bind a RMI-Stub to the JNDI: "mypackage.mysession._MySession_Stub"... And it's basically bound to "mysessions/mysessionid_123". If I state context.rebind( "iiop/mysessions/" + mysessionid, ms ) I cannot look it

[jboss-user] [JBoss AOP] - Re: interceptor not executing in jboss4.0.4GA

2006-08-02 Thread chelaru.viorel
hi, first ...thanks for replying... additionally i've put the -javaagent option to JAVA_OPTS, i renamed jboss-aop.deployer to jboss-aop-jdk50.deployer and i modified mbean code="org.jboss.aop.deployment.AspectManagerService" to mbean code="org.jboss.aop.deployment.AspectManagerServiceJDK5" an

[jboss-user] [JBossWS] - Example for transmitting a pojo

2006-08-02 Thread Juergen.Zimmermann
Is there a working example on how to transmit a pojo from the server to the client? Any hint is highly appreciated! I'm using JBoss 4.0.4-Patch1 with EJB 3.0RC8_FD, JBossWS 1.0.2 and JSR-181 EJB endpoints with BASIC authentication. I'm struggling with the transmission of pojos. I use wstools to

[jboss-user] [JBoss jBPM] - Using another Hibernate Server

2006-08-02 Thread maxip
Hi my problem is that after every session my hibernate DB is killed completely. It seems that hibernate starts, my programm runs, does some jbpm actions, and after my program terminates, the hibernate is being deleted. So i want to install my own hibernate DB that runs all the time how does i

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate Client Jar with JBoss 4.0.4

2006-08-02 Thread Magdalena.Piller
"benoitx" wrote : Hi | I've just noticed that JBoss 4.0.4 coems with a hibernate-client.jar which is really cool. | Benoit Forgive me if I'm blind, but i just downloaded 4.0.4.GA-Patch1 and looked AGAIN and AGAIN in the standard 4.0.4.GA...and there was NO hibernate-client.jar to be found!

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JBoss 4.0.2 and JDK 5.0

2006-08-02 Thread sasi2103
Hi all, I deployed an application on JBoss 4.0.2 with JDK 5.0 When I load one of my jsp page, that contains list with generics, (e.g. List), I get the following error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 8 in the jsp file: /generics/uppe

[jboss-user] [JBoss Seam] - Re: tomcat deploy

2006-08-02 Thread [EMAIL PROTECTED]
Did you use the deploy.tomcat target for ant ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962404#3962404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962404 ___ jboss-us

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate Client Jar with JBoss 4.0.4

2006-08-02 Thread benoitx
I do not know about the Patch1 but the 4.0.4.GA once exploded has a jboss-4.0.4.GA/client directory which contains the hibernate-client.jar Hope this helps Benoit View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962406#3962406 Reply to the post : http://www.

[jboss-user] [JBossCache] - Running POJOCache error

2006-08-02 Thread confuz
Hi All, I ran pojo cache, but hit error, following is the code and errors | package org.jboss.cache.data; | | import java.util.List; | | /** | * @author Ben Wang | * @@org.jboss.cache.aop.AopMarker | */ | public class Person { |protected String name; |prote

[jboss-user] [EJB 3.0] - class cast exception

2006-08-02 Thread razvanc
Hello, I am using JBoss 4.0.4.GA and i have the following problem: I have two ears, - first contains the ejbs jar + the ejb interfaces jar. The ejb jar refers the ejb interfaces jar. - the second ear contains a war archive that refers the ejb interfaces jar file. it also contains the ejb inte

[jboss-user] [JBoss AOP] - Re: interceptor not executing in jboss4.0.4GA

2006-08-02 Thread [EMAIL PROTECTED]
Download the aop 1.5.0 dist, and install the jboss-aop-jdk50.deployer into your server/xxx/deploy directory, removing the existing jboss-aop.deployer (the jdk 1.4 version) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962409#3962409 Reply to the post : htt

[jboss-user] [JBoss Portal] - Re: JSF / IPC / Portal 2.4

2006-08-02 Thread rameshkumar
i am building jsf portlets.can anyone give me a sample jsf portlet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962411#3962411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962411

[jboss-user] [EJB/JBoss] - Migration to JBoss 4.0.4

2006-08-02 Thread rainapetkoff
Hi We are trying to migrate from Jboss 3.2.3 to Jboss 4.0.4. We carried out a small POC and the results suggest we are definitely in dark about some key concepts. My concerns are: 1.We are currently using EJB 2.0. We encountered problems on passing objects which were not serialized. Is it man

[jboss-user] [JNDI/Naming/Network] - Re: RMI-IIOP

2006-08-02 Thread One_Special_User
It's me ... again :-) Ok, i tried a different approach. I've got a SessionBean A and a SessionBean B. Have to use IIOP as stated above. My ejb-jar.xml looks as follows: | http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2006-08-02 Thread wolfc
I can't find anything in the spec about calling @PreDestroy on undeploy. Please let me know where it is stated. Nevertheless I find the functionality very interesting, so I think you should open a JIRA issue. (Based on the specs it's either a feature request or a bug.) View the original post :

[jboss-user] [Javassist user questions] - Re: AccessControlException on generated classes due to missi

2006-08-02 Thread renat-zubairov
Hi, I found a way to fix it, however there are two problems: 1. I need to commit it somehow, but Jirra from Javassist is seems to be not mantained (vacation time?). As soon as I'll recieve a reasonable answer from someone from Javassist I'll do so. 2. The changes most problably will affect a pu

[jboss-user] [JNDI/Naming/Network] - Problem with deploying two EJBs which implementing the same

2006-08-02 Thread Anton1984
Hi all! I have problem with deploying two EJBs which implementing the same interface. As a whole I have two EJBs with the same interface and different JNDI names and EJB names. When I try to deploy these EJBs, JBoss creates only one proxy and as it should be I can create instance of only one EJB

[jboss-user] [Beginners Corner] - Re: problem starting server when using my .war

2006-08-02 Thread kdr
Thanks for the help and i am very happy with the support. my jboss server does't hang any more I changed load-on-startup value to 0 and it worked fine. But now i have a different problem, i am not able to create connection factories. Can you please tell me how i can create connection factories

[jboss-user] [JBossCache] - Eviction Policy problem cache clear

2006-08-02 Thread Gorshkov
Hi, I try tune JbossCache Object stored in JBoss cache successfully. But I can't remove Object from cache use EvictionPolicy. (JBoss 4.0.4.GA + JbossCache 1.4.0.GA + EJB 3.0 RC8) ejb3-entity-cache-service.xml: | ... | | ... | LOCAL | ... | | or

[jboss-user] [EJB 3.0] - Re: Compound primary key with cmr

2006-08-02 Thread Ajaleo
Thanks, this is a excerpt of the code: Class Person: | @Entity | public class Persona implements Serializable { | | @EmbeddedId | private PersonaPK pK; | | @Transient | private Pais pais; | | private String nombre; | | private String

[jboss-user] [JBoss jBPM] - MySQL: JDBC Driver class not found: com.mysql.jdbc.Driver

2006-08-02 Thread maxip
Hi, i have put the mysql_connector.jar file into commons/lib but i still get this error message where do i have to put which file to make jbpm running with mysql ? thx cya View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962422#3962422 Reply to the post :

[jboss-user] [JBoss Portal] - Re: How to navigate from one page to another page containing

2006-08-02 Thread rameshkumar
hi, it would he helful if you can send me your login portlet code... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962423#3962423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962423 __

[jboss-user] [JBoss jBPM] - Exposing jBPM db using a Web Service

2006-08-02 Thread sajid08
Hi All, I want to know can we expose jbpm database using a webservice, like if we want to build a web service that tells us at which stage a process is at the moment or the value of a specific variable in the process. If yes then is there any example of that being done?, if yes then please red

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss 4.0.2 and JDK 5.0

2006-08-02 Thread j2ee_junkie
sasi2103, I think this is what you are looking for. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80296 cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962425#3962425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [Installation, Configuration & Deployment] - How can i get my Castor application work under JBoss4.0.4RC1

2006-08-02 Thread kingofhawks
Deal All: I have some classes to deal with XML using Castor which are packaged into EJB jar lib.And i have put Castor.jar and xercesImpl.jar into WEB-INFO/lib. But when EJB call my pojo to access Castor library,it will raise java.lang.RuntimeException: Could not instantiate parser org.a

[jboss-user] [Beginners Corner] - Re: problem starting server when using my .war

2006-08-02 Thread jaikiran
anonymous wrote : i am not able to create connection factories. Do you mean, you want to configure a connection factory? If yes, have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigConnectionFactory http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJCACommon View the original post :

[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-02 Thread sbryzak2
What you could do is implement your own javascript stub and register it with Seam.Remoting.registerType(), but it would be interesting to see what actual XML is being sent in response to your remoting call. You can enable debugging mode with Seam.Remoting.setDebug(true) which will show you the

[jboss-user] [JBoss jBPM] - Re: Using another Hibernate Server

2006-08-02 Thread kukeltje
see the hibernate documentation for this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962430#3962430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962430 ___ jboss-user mai

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2006-08-02 Thread [EMAIL PROTECTED]
by default, we pool in a threadlocal variable. This is to avoid synchronization in very high thread loads. It is a common pattern. This is why predestroy is never called. All you need to do is plug in your own pool implementation. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Re: MySQL: JDBC Driver class not found: com.mysql.jdbc.Drive

2006-08-02 Thread kukeltje
Somewhere on the classpath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962431#3962431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962431 ___ jboss-user mailing list jbos

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Automatic redirect to primary domain name?

2006-08-02 Thread j2ee_junkie
Frank, How many/what type of deployable components does your site/web-app have. More info about the basic organization of you applciation/site please. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962432#3962432 Reply to the post : http://www.jbo

[jboss-user] [JBoss jBPM] - Re: Exposing jBPM db using a Web Service

2006-08-02 Thread kukeltje
Has been asked and answered before. jBPM itself is not exposed as a webservice. You have to build it yourself if you want it *now*. Same is true for the monitoring stuff, altouh I doubt it will be available as a webservice from jBPM any time soon View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Portal] - can we move the portlets using Ajax

2006-08-02 Thread anurudh
can we move the portlets using Ajax..? If somebody know how to move the portlets in jboss portal, then give me some tips to do it. Thanks.!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962434#3962434 Reply to the post : http://www.jboss.com/ind

[jboss-user] [Security & JAAS/JBoss] - Re: Why are some security domains visible in JNDIView and ot

2006-08-02 Thread j2ee_junkie
fhh, I believe that the login-config.xml file is loaded by the server, but actual SecurityDomain/SecurityManagers are not instantiated and bound in JNDI until they are needed. An example of when one would be needed is when an application specifically says, "I am using security domain x" at dep

[jboss-user] [JBoss jBPM] - Re: BPEL: ServiceGeneratorTask WebDeployTask cannot be found

2006-08-02 Thread KVAK_TNT
Problem "solved" don't use Eclipse 3.2 ... Use Eclipse 3.1 and it will work. Maybe some failure in packages or plugins. Greetings Claus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962437#3962437 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - Re: Process parameter

2006-08-02 Thread kukeltje
STFF, learn the api, be creative etc...etc...etc... If you do that, you will see a 'yes' at your last question (besides the I hope...) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962435#3962435 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss jBPM] - Re: a fast solution

2006-08-02 Thread kukeltje
Then it is imo still (also) a bug in the webapp since it should (again imo) not use the taskAssignLog, but the taskinstance info itself. Agreed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962438#3962438 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss jBPM] - Will high numbers of process instances work

2006-08-02 Thread n.belford
Does anybody have any experience or knowledge of jBPM use in situations where high numbers of process instances are active simultaneously. We are looking at a scenario tracking B2B transactions in Energy Reticulation Markets where about 5000 new process instances per hour would be generated (at

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Javassist errors with latest jboss

2006-08-02 Thread Newlukai
anonymous wrote : Would someone be kind enough to post a fixed javassit.jar Would be nice. I got this error while trying to override Object.clone(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962441#3962441 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JCA/JBoss] - Undeploy doesn't work when using datasource.

2006-08-02 Thread clovistrf
I'm using Hibernate 3.1 with Oracle 9i running on JBoss 4.0.3 SP1. When I create a SessionFactory with datasource the undeploy doesn't work fine. The PermGen space is not released. Any idea? (Sorry about the English) | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";>

[jboss-user] [Installation, Configuration & Deployment] - Re: Error occurred during initialization of VMError occurred

2006-08-02 Thread visolvejboss
Hello, Make sure that you have enough RAM space in your system. Reduce your minimum heap size to 64m, for that you have to change the value of JAVA_OPTS in the $JBOSS_HOME/bin/run.conf file as shown. JAVA_OPTS="-server -Xms64m -Xmx128m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.serv

[jboss-user] [Installation, Configuration & Deployment] - Re: Error occurred during initialization of VMError occurred

2006-08-02 Thread jaikiran
You can also find a very good explanation about one of the cause of this problem, here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86769 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962444#3962444 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Eclipse IDE (users)] - Entity Beans in JBoss IDE , Tutorial Needed

2006-08-02 Thread tahirakramch
Hello Members well I m looking for any tutorial from where I can try entity bean ejb in JBoss IDE, if anyone of u have tutorial of entity beans in JBoss IDE or any other helping material then plz share here, Thanks in advance Regards -Tahir View the original post : http://www.jboss.com/in

[jboss-user] [JCA/JBoss] - Re: Undeploy doesn't work when using datasource.

2006-08-02 Thread [EMAIL PROTECTED]
Please see: http://wiki.jboss.org/wiki/Wiki.jsp?page=DynamicallyChangeADatasourceWithRestartingOrRedeployingApplicationsDependentOnIt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962446#3962446 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Could not instantiate Seam component:

2006-08-02 Thread klsateesh
Hi, Are there any Errors in the Console when you deploy the EAR File ?? It will be helpful if you post the Console Output .. Sateesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962447#3962447 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: Exposing jBPM db using a Web Service

2006-08-02 Thread falazar
What is the status of this with the CVS head? We have advanced quite a ways into our project now, and am working on a login module, and Remote Calls. We are using oracle, and can remotely call stored procedures from within the jBPM, but need to be able to call into jBPM from either a web servi

[jboss-user] [JBoss jBPM] - Re: a fast solution

2006-08-02 Thread falazar
Do we have a status for this one in the current CVS build? Or has a Jira issue been posted? I briefly searched through the roadmap and did not see anything mentioned. James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962449#3962449 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

2006-08-02 Thread rlhr
Here are the XML packets: Wed Aug 02 2006 14:56:54 GMT+0200 (Romance Daylight Time): Request packet: | | | 10 | | | | | | ID:12 | | | | | | | | | Wed Aug 02 2006 14:56:55 GMT+0200 (Ro

[jboss-user] [JBoss jBPM] - Re: Exposing jBPM db using a Web Service

2006-08-02 Thread kukeltje
No work has been done on a ws frontend yet. If things are implemented, it will initially focus on starting a process, signalling a token, ending/cancelling a task and getting a generic full task list. Getting a list of task based on the value of e.g. process variables is not in scope. If all go

[jboss-user] [JBoss Seam] - DVD Store error

2006-08-02 Thread kianooshjon
when i deploy dvdstore and run tomcat this error ... 17:34:22,968 INFO [Ejb] starting the embedded EJB container 17:34:23,000 ERROR [AbstractKernelController] Error installing to Start: name=TransactionManagerInitializer state=Create javax.naming.NameAlreadyBoundException at org.jnp.serv

[jboss-user] [JBoss jBPM] - Re: Exposing jBPM db using a Web Service

2006-08-02 Thread kukeltje
Same is true for rmi. Nothing yet, but wrapping the jbpm context in e.g. an ejb should not be to difficult. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962452#3962452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [JBoss jBPM] - Re: a fast solution

2006-08-02 Thread kukeltje
The 3.2 webapp will report this fine if the generic solution for callback info is in place. This will take approx 2-3 weeks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962454#3962454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss jBPM] - Re: Exposing jBPM db using a Web Service

2006-08-02 Thread falazar
Yes, those are the type of calls we are needing now. What about the RMI aspect of it I saw it mentioned in some functions for JBoss, but no real examples of usage, on only 1 brief mention with respect to jBPM usage. We need a simple way to automate the transition of tasks from another appl

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Entity Beans in JBoss IDE , Tutorial Needed

2006-08-02 Thread miguelastico
hi i need the same tutorial, the one on session beans was wonderful because i'm still not able to use lomboz j2ee wizards (i don't know why it doesn't work for me) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962457#3962457 Reply to the post : http://www.

[jboss-user] [JBoss jBPM] - Re: Will high numbers of process instances work

2006-08-02 Thread kukeltje
The info I have: 1: If you just look at the jBPM core, yes, this would be feasable, most delay will be in DB access 2: 2 general sized servers (dual 3GHz, 8GB) would suffice is my guess. (I perosonally have no real figures, but I've done a small test on a lesser system with good results) 3: hm

[jboss-user] [JBoss jBPM] - Re: Exposing jBPM db using a Web Service

2006-08-02 Thread falazar
OK, sounds good. Im not sure which route we will go with, but we will try to put up our solution for the benefit of the rest of everyone. If anyone else has already done either something similar, some pointers or code would be helpful as well. James View the original post : http://www.jboss.

[jboss-user] [JBoss jBPM] - Re: Exposing jBPM db using a Web Service

2006-08-02 Thread kukeltje
There was ejb (rmi) in jbpm 1, none existed in 2 and 3 will probably contain something before 4 is released. But some work has been done on JMS access to jBPM. If you can put a command object in this queue via RMI you have a solution. View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: Problem with session and SFSB timeouts

2006-08-02 Thread JXerXes
could you give me a hint? i didn't configure anything about the session in tomcat. now i reduced the session-timeout attribute in the web.xml to one minute, but only for testing. it seems like the session isnt destroyed or the new session after session timeout has the same session ID as the old

[jboss-user] [JBoss jBPM] - Re: Exposing jBPM db using a Web Service

2006-08-02 Thread falazar
Perfect, I searched and saw your other post now, (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83595) somehow it slipped by. Will test that out and see how it goes. James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962462#3962462 Reply to the

[jboss-user] [EJB 3.0] - How to implement Pagination in JBoss using Entity beans ?

2006-08-02 Thread hiteshkitty
Hi, I want to implement pagination in JBoss using entity beans. For eg. if there are 10,000 records in a table then i want to fire a query which returns only a specified number of records (say 30) from the database. Regards, Hitesh Sharma View the original post : http://www.jboss.com/inde

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Javassist errors with latest jboss

2006-08-02 Thread penczek
Try downloading javassist source code from http://prdownloads.sourceforge.net/jboss/javassist-3.2.zip?download Next, change isVisible(int mod, String from, Member meth) inside javassist.util.proxy.ProxyFactory class to this: private static boolean isVisible(int mod, String from, Member meth) {

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss 4.0.2 and JDK 5.0

2006-08-02 Thread sasi2103
Hey thanks for the reply , that real helped me! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962465#3962465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962465 ___ jboss-u

[jboss-user] [JBossCache] - Re: Eviction Policy problem cache clear

2006-08-02 Thread [EMAIL PROTECTED]
you can turn on the org.jboss.cache to trace to see the eviction log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962466#3962466 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962466 _

[jboss-user] [Installation, Configuration & Deployment] - how to turn off autocommit to false ?

2006-08-02 Thread lapoutre
I have the following error : | 15:36:38,828 ERROR [SchemaExport] schema export unsuccessful | java.sql.SQLException: You cannot set autocommit during a managed transaction! | my data base conf file is the following : | | | | | | | | MySqlDS | jdbc:mys

[jboss-user] [JBossCache] - Re: Running POJOCache error

2006-08-02 Thread [EMAIL PROTECTED]
The apis are putObject, removeObject, and getObject for PojoCache. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962469#3962469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962469

[jboss-user] [JBossCache] - Re: Eviction Policy and configuration issues

2006-08-02 Thread [EMAIL PROTECTED]
Eviction now only works with String based Fqn. So try to construct fqn directly, e.g., "/test/1" to see if that makes any difference. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962470#3962470 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Eclipse IDE (users)] - Re: 'Can't create EJB3 Project

2006-08-02 Thread artyap
No luck, 'did not solve the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962471#3962471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962471 ___ jboss-user mailing

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Transaction strategy requires access to the JTA Transact

2006-08-02 Thread rschlege
Solved it myself... After googling quite a while, I learned many things about configuration and library versions. One of it is that I needed ehcache-1.2 instead of 1.1. But that didn't help at first, until I found out that Netbeans doesn't copy anymore the *.ear file to the deploy directory bef

[jboss-user] [EJB 3.0] - Re: Javassist throws SecurityException on new 4.0.4GA

2006-08-02 Thread Magdalena.Piller
Unfortunately, if using standard JBoss and Hibernate (no EJB3), the use of javassist is forced in the Hibernate MBean (createService() method of org.jboss.hibernate.jmx.Hibernate by hardcoding the property. To work around this I patched two classes: 1. Hibernate.java (remove createService() meth

[jboss-user] [Javassist user questions] - Re: Javassist throws SecurityException on 4.0.4GA

2006-08-02 Thread Magdalena.Piller
See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=86117 You can override Hibernate.java and HibernateMBean.java and change the createService() method to your likings. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962475#3962475 Reply to the post

[jboss-user] [JBoss Seam] - Master/Detail and Events

2006-08-02 Thread Doegi
Hi! I'm using nested conversations for a wizard-like creation of objects and sub-objects, similar to the "issues" example. This works great so far. However, I can't figure how to raise events from a Conversation and let it find it's way up the conversation stack. Why do I need this? I want t

[jboss-user] [JBoss Seam] - Re: Problem with SFSB passivation

2006-08-02 Thread chlabreu
I updated the version of Seam to jboss-seam-CVS.20060801 and the EJB3 to jboss-EJB-3.0_RC8-FD on jboss-4.0.4.GA. The stack trace changed, but the problem remains. It occurs on the seam booking example even, wich makes use of SFSBs. To reproduce the error, navigate the application for a while, wa

  1   2   3   4   >