[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2 wiyth Hibernate3 exception org.hibernate.Map

2005-12-28 Thread tyrone.yimin
I have the same problem. I Use JBoss AS 4.0.3 SP1 + JBossHibernate2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914530#3914530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914530

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2 wiyth Hibernate3 exception org.hibernate.Map

2005-12-28 Thread tyrone.yimin
The *.har be deployed ok. use a test.jsp such as: %@ page import=javax.naming.* % | %@ page import=net.sf.hibernate.* % | | % | InitialContext ctx = new InitialContext(); | SessionFactory factory = (SessionFactory) |

[JBoss-user] [JBoss Seam] - Re: Running noejb tests w/o JBoss?

2005-12-28 Thread [EMAIL PROTECTED]
Ignore that failure, I refactored stuff over the last few days and did not yet fix that unit test. It's just a bug in my mock objects. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914532#3914532 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Article over jBPM

2005-12-28 Thread camunda
Thanks :-) OK, then I will finish the article and post a link when it is finished... I will put in our homepage (www.camunda.com). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914533#3914533 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2 wiyth Hibernate3 exception org.hibernate.Map

2005-12-28 Thread tyrone.yimin
i solved the problem, it's seemed that domain classes deployed to *.har can not be deployed to the war again. classloader issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914534#3914534 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: to show variableinstance information in jbpm:table

2005-12-28 Thread sera
sera wrote : I want to add 1 column in the following table | value of that column get stored in variableinstance | So How can i show the information from jbpm_variableinstance table name fields in | | jbpm:table name=homeform property=tasks | jbpm:column title=Token Number

[JBoss-user] [JBoss jBPM] - assosiating variable instance to task istance.

2005-12-28 Thread saraswat.anil
Hi all, I want to know how we should assosiate variable to task. In jbpm_variableinstace table we have a column taskinstance which probably map that variable to task. How to populate that field??? thanks, Anil View the original post :

[JBoss-user] [JBoss jBPM] - Re: how to add an actorId??

2005-12-28 Thread saraswat.anil
u can assign actor to task using taskInstance.setActorId(actor) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914537#3914537 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914537

[JBoss-user] [JBoss Portal] - Inter Portlet Communication

2005-12-28 Thread arvind_pv
Hi Everyone, I have two portlets in my application which will communicate with each other. Portlet communication is working fine with PortletSession. I'm deploying my application in deploy folder bundled as enterprise archieve. I have seen the example of JBoss which is available in

[JBoss-user] [Beginners Corner] - Re: Stop automatic persist of parents children?

2005-12-28 Thread pieterjan
I found out that the simple parent-child example I gave, does not produce the selection statements I was talking about. Instead a parent-child-grandchild relation does produce the problem. I used the following classes to test (the getters and setters are removed here) : | | // Parent

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - More than 2000 statements into a a transaction ! How to mana

2005-12-28 Thread warx
Hi all, I have to read the content of a text file ( about 5000 lines ) for each of its line i have to run some SELECT queries and in a certain case an INSERT or UPDATE statement. Well, i open one connection , i open a WHILE cycle to read the file content and at the end of the WHILE i close

[JBoss-user] [JBossCache] - Hibernate JndiBoundTreeCacheProvider TreeCache

2005-12-28 Thread jpalex
Could anyone provide me a working example how to use Hibernate and Jboss TreeCache. Especially I am interested in using jndiBoundTreeCacheProvider thanx Alex View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914541#3914541 Reply to the post :

[JBoss-user] [JBossWS] - Re: EJB Webservice Clustering

2005-12-28 Thread prince
Thanks for your reply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914542#3914542 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914542 --- This SF.net email is

[JBoss-user] [JBossWS] - Re: WSDOCServiceStepByStep help

2005-12-28 Thread maleszka
The problem is in the jboss jars. Make sure that the jwsdp\jaxrpc\lib\jaxrpc-*.jar are loaded first and don't put the jboss-jaxrpc.jar in the CLASSPATH. I had the same problem and fixed it by using only the Sun libs of the jwsdp tools. I also used the saaj jars of the Sun jwsdp tools instead

[JBoss-user] [JBoss jBPM] - JBPM deployment problem

2005-12-28 Thread amichay
Hi, I have downloaded JBPM starters kit. In the documentation it is written that there is a directory called $jbpm_home/core and under it there is a file schema.generation.properties. In addition it is written to run ant generate.ddl . In my downloaded package I can't find core directory and

[JBoss-user] [EJB 3.0] - Timeline for PFD complience ?

2005-12-28 Thread bjb
Dear all, Any anticipated timeline for complience to PFD ? I was trying to integreate Seam into glassfish, but this fails as the PFD has change some minor things (but still blocking). Rgs, JB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914546#3914546

[JBoss-user] [EJB 3.0] - EJB3, JUnit, Maven 2

2005-12-28 Thread fcrabus
Hi, has anyone managed to get JUnit-based EJB3 tests to run within Maven2? Setting up the pom.xml and installing all the necessary jars was quite a PITA, but then all I get is this: java.lang.RuntimeException: java.lang.NullPointerException at

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

2005-12-28 Thread tom_sri74
Now it's creating the subprocess. what i did i download jbpm 3.02 and jbpm starter kit 3.02, Previously i use to worked in jbpm 3.1 alpha 1. this is not creating the subprocess i don't know why. but one issue after creating the subprocess i am getting message in server given below:-

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: More than 2000 statements into a a transaction ! How to

2005-12-28 Thread warx
Hi all, i just tryed to increase the timeout size in the file transaction-service.xml but it doesn't work. The original value was 300 and i put 2. Still, i got no errors ( it seems that everything is fine) but i don't find any data saved in my database. I hope someone will help me. Cheers.

[JBoss-user] [JCA/JBoss] - Not able to lookup the datasource in jboss

2005-12-28 Thread jkk
I have a created a mysql-ds.xml in the deploy directory with JNDi name as MySqlDS.I try to look up the datasource from an application client. But i get the following exception.However i am able to lookup a session bean deployed in the same server. javax.naming.CommunicationException: Receive

[JBoss-user] [JBoss jBPM] - Correlation

2005-12-28 Thread pedrosacosta
Does jbpm has anything to work with correlation? Is there any example? To describe my problem, i will give this example: let's suppose that i've 2 workflows instances started, and i received an event from outside of the workflows. The listener class reads the event, see to what worflow the

[JBoss-user] [JBoss jBPM] - Re: how to design multiple sub-processes

2005-12-28 Thread enazareno
Hi Britt, Thanks for your reply. It seems the 3.01 version has no support yet for tracking multiple sub processes. The subprocess only works for 1, but not many. I tried to look at some facilties in the code but the super process in the sub process instance refers only to one parent. I

[JBoss-user] [JBoss jBPM] - Re: how to design multiple sub-processes

2005-12-28 Thread enazareno
sorry, not 3.01 but I meant 3.1 version Regards, Elmo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914553#3914553 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914553

[JBoss-user] [EJB 3.0] - PostgreSQL and schema update error

2005-12-28 Thread armita
Trying to run SEAM example on the PostgreSQL 8.0 I got this error messages 15:44:49,371 ERROR [SchemaUpdate] Unsuccessful: create table User (username varchar(255) not null, name varchar(100) not null, password varchar(15) not null, primary key (username)) 15:44:49,372 ERROR [SchemaUpdate]

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

2005-12-28 Thread enazareno
It seems its a UI, probably a jsp related problem. I think I've already seen that issue somewhere, just check some posts here. Use the search facility in the post. Tip: check the database for entries, if there are values in there that seems to be correct, then you are on the right track.

[JBoss-user] [Security JAAS/JBoss] - Re: EJB3 @SecurityDomain and @RunAs or @RunAsPrincipal not w

2005-12-28 Thread mikeboo
Hi, I have exactly the same problem. Did you solve it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914556#3914556 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914556

[JBoss-user] [Beginners Corner] - Re: Where can I find the JBOss examples mentioned in the adm

2005-12-28 Thread pieterjan
On the JBoss website: 1. Go to Documentation 2. Select the documentation of the JBoss Application Server 3. Select the source of JBoss Application Server Guide That's it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914557#3914557 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Getting errors when starting up jboss 4.0.3SP1 in jboss-loca

2005-12-28 Thread peterm75
I am using jBoss 4.0.3SP1 JDK 1.5_05 When starting up jBoss AS with no internet connection i recieve the following errors. Can anybody help me. Thanks in advance 2005-12-28 14:10:10,921 ERROR [org.jboss.deployment.MainDeployer] Could not initialise deployment:

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - JSP worked in JBoss 3.2.x but not working on JBoss 4.0.3SP1

2005-12-28 Thread ivanator
Hi, I had some web-apps with servlets and JSPs perfectly working on JBoss 3.2.6 and 3.2.7. I decided to update to the last JBoss version (I needed better support for webservices) and I've found some strange problems. Most web-apps deployed without problems, but some JSPs (not all of them) in

[JBoss-user] [JBoss jBPM] - multiple timers creating more than one node instance

2005-12-28 Thread mdonato
Hi all, I still have problems with timer ... but now ... with multiple timers in diferent nodes, and when one finish, it creates the next node instance more then once! I dont know what to do i know that when using timer, i need to save processinstance ... and it's what i'm doing ! see

[JBoss-user] [JBoss jBPM] - Re: multiple timers creating more than one node instance

2005-12-28 Thread mdonato
here is the result in the jbpm_taskinstance anonymous wrote : 5496 abertura

[JBoss-user] [JBoss jBPM] - Re: multiple timers creating more than one node instance

2005-12-28 Thread mdonato
When i use only schedulerSession.saveTimer(timer) or schedulerSession.deleteTimer(timer) only 1 instance of the next node is created but the next timer is not started! And when i use: schedulerSession.saveTimer(timer) and session.getGraphSession().saveProcessInstance(

[JBoss-user] [JBossWS] - Re: JAXRPC Handler to modify incoming SOAP

2005-12-28 Thread shin.tai
Thanks Jason. I think that did the trick! But it looks like the attribute has no effect and I think it's because the XML has been deserialised once already. So I think when RPCInvocation does Vector args = body.getParams(); It returns the attributes before the XML was modified. I don't

[JBoss-user] [JBoss jBPM] - Is it possible to update a process def without versioning it

2005-12-28 Thread mgjadoul
Let suppose that a process is wrong, but that process instances already exist for it. These process instances could be blocked, and you probably could delete them. But, doing that, the user would need to restart the process from begining. Is there something allowing to 'upgrade the process' in

[JBoss-user] [EJB 3.0] - Re: PostgreSQL and schema update error

2005-12-28 Thread [EMAIL PROTECTED]
@Table(name=TUser) public class User { ... } Go get yourself a copy of the EJB spec :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914566#3914566 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914566

[JBoss-user] [JBoss jBPM] - how to add tasks

2005-12-28 Thread abdenour01
please if some one can help me I want to decorate my process definition with task nodes thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914567#3914567 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914567

[JBoss-user] [JBoss jBPM] - Re: how to add an actorId??

2005-12-28 Thread Nassim
thank you very much for your reply that's ok; i developpe on eclipse and now i want to create a tomcat project that use jbpm how to do this?? should i create normally the project and put all the config files on the class path?? if anyone can help me... refgards Nassim View the original

[JBoss-user] [JBoss Seam] - Re: Running noejb tests w/o JBoss?

2005-12-28 Thread [EMAIL PROTECTED]
By the way, to run the example test, you need to type: ant testexample NOT ant test! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914569#3914569 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914569

[JBoss-user] [JBoss jBPM] - tomcat, jbpm and eclipse

2005-12-28 Thread Nassim
hello every body i developpe on eclipse and now i want to create a tomcat project that use jbpm how to do this?? should i create normally the project and put all the config files on the class path?? if anyone can help me... refgards Nassim View the original post :

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread [EMAIL PROTECTED]
Right, you cannot use #{foo} in a JSP page. You have to use h:outputText/. The examples which show a naked #{foo} only work in facelets. One of the many reasons why JSP is bad and should be deprecated :) But the original poster says she is using facelets, so this is not the problem, I guess.

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread [EMAIL PROTECTED]
By the way, the code looks basically correct. It might be a good idea to try with the current CVS version of Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914572#3914572 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: @DataModelSelectionIndex doesnt work

2005-12-28 Thread [EMAIL PROTECTED]
Well, this feature is working perfectly in the booking demo, so I guess you can make it work by copying that. I did not make any conceptual change to this stuff. I only fixed bugs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914573#3914573 Reply to the

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-28 Thread [EMAIL PROTECTED]
None of those things should matter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914575#3914575 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914575 --- This SF.net

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread marobashi
Shinerella, I did a good amount of debugging like this on my own app... trying to figure out why things don't work. Is it that your table is being rendered but the data fields don't show up, or is your table not rendered at all? One thing I did in debugging is to put a lot of log.info

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-28 Thread marobashi
Duh... I didn't even look at the top of your class at the implements statement... I just assumed you were coding based on the booking model, which uses one class for the interface and one bean for the backing actions. Also, I don't know if this makes a difference, but I noticed your DataTable

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSP worked in JBoss 3.2.x but not working on JBoss 4.0.3

2005-12-28 Thread ivanator
Hi again, I've found the problem: the TOMCAT-JBoss is trying to compile the .java with Java compatibility prior to 1.5 and I'm using 1.5 features... So, my next question is: how can I specify what compiler or what compiler options specify to the jasper compiler? I only have the jdk1.5

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread Shinerella
ok, this is the thing gavin.King, SORRY i wrote jsp because I was very used to it, but im using facelets now, should have wrote xhtml page instead. Indeed, today Im trying the new version of seams and the error log is : 12:42:21,984 WARN [VariableResolverImpl] Variable 'caroGroups' could not

[JBoss-user] [JBoss jBPM] - JBPM GUI

2005-12-28 Thread bkaremba
Hi I am an ardent fan of JBPM. My problem is I have limited programming experience and do not have the ability to build my own UI. Where can I get one, besides the webconsole e.g. that is currently not fully featured? Regards View the original post :

[JBoss-user] [EJB/JBoss] - Optimistic locking

2005-12-28 Thread ereze
To improve concurrency and to avoid deadlock I want to use Optimistic Locking using object version field. My system currently uses cache option A. Is it true that in order to use Optimistic Locking I need to use cache option B or C but NOT A? Do I have to use Instance Per Transaction container

[JBoss-user] [JBoss jBPM] - jbpm in a cluster

2005-12-28 Thread new4jboss
Can anyone please confirm the following statement ? JBPM workflow process descriptions and runtime status are persisted to a database but in a cluster they are not automatically failed-over, which makes sense once you realize that some processing steps may not be idempotent. Therefore, while

[JBoss-user] [EJB 3.0] - Cant call em.persist() more than once in a transaction. Plea

2005-12-28 Thread us97013
Hi all, I have created a simple entity bean as follows: @Entity @Table(name = ComplaintDetail) public class ComplaintDetail implements Serializable { } Then I create a session bean as follows: @Stateless public class AdminCompBean implements AdminComp { public void addComplaintDetail

[JBoss-user] [EJB/JBoss] - Re: Stub error..

2005-12-28 Thread Ayusman
It helped. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914585#3914585 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914585 --- This SF.net email is

[JBoss-user] [EJB 3.0] - Re: Timeline for PFD complience ?

2005-12-28 Thread [EMAIL PROTECTED]
jira.jboss.com ejb3 project post any specific problems there and we'll schedule them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914586#3914586 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914586

[JBoss-user] [EJB 3.0] - Re: Simple stateless session bean example- does one exist?

2005-12-28 Thread [EMAIL PROTECTED]
download the EJB3 standalone distribution. it has all the code and build files View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914587#3914587 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914587

[JBoss-user] [JBoss AOP] - merging execution and call pointcuts

2005-12-28 Thread aefremov
Consider that you have a base class like this, public class MockListner { public void onMsg(Object msg) { } } Then you create execution pointcut of onMsg method. So far, so good. But if you derive a class from MockListner and define a call pointcut of the constructor you get an Exception.

[JBoss-user] [Installation, Configuration Deployment] - Using xml files at the deployment folder

2005-12-28 Thread cesarlopez
Hello all, It's possible to use the deployment directory to put there xml files that points to applications allocated on external folders? As example, this xml can be used at Tomcat ?xml version='1.0' encoding='utf-8'? Context displayName=Tomcat Administration Application

[JBoss-user] [Installation, Configuration Deployment] - Re: Getting errors when starting up jboss 4.0.3SP1 in jboss-

2005-12-28 Thread peterm75
It seems like it needs to download a .xsd from the www and if there is no internet connection I will recieve this error. It should be possible to run jBoss without a internet connection! I would be very greatful if somebody could help me. View the original post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: problem in creating j2ee project with jbossIDE

2005-12-28 Thread mconley99
I had a similar problem using Eclipse 3.1 and JBossIDE 1.4. The FAQ says that Eclipse 3.1 requires JBossIDE 1.5. I switched and was able to get started. I also ran into other problems later with XDoclet, I'm still working on those. View the original post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Does CMP2.x jdbc2 pm supports optimistic version fields?

2005-12-28 Thread ereze
Does the Configuration CMP 2.x jdbc2 pm in 3.2.6 supports the optimistic locking version fields? Does it update them correctly? Thanks, Erez View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914593#3914593 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: how to design multiple sub-processes

2005-12-28 Thread brittm
Hmm...perhaps you can simply not use sub processes at all. Rather that think of the 'candidate' process as a sub process, just consider it as a stand-alone process. Start as many as necessary like you are now, with an ActionHandler, and set a process variable to link it back to your 'parent'

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - CMP2.x jdbc2 pm configuration and version fields

2005-12-28 Thread ereze
I would like to use the new Cmp2.x jdbc2 pm. I set the entity to use optimistic locking with version fields. The application starts up and throws complains that the entity is missing the version field. This did not happen in other container configuration like the Standard CMP2.x Entity. Is this

[JBoss-user] [EJB 3.0] - Re: Multiple Session Bean Instances

2005-12-28 Thread hasijutu
Is someone working on this issue? http://jira.jboss.com/jira/browse/EJBTHREE-352 The issue status seems to be 'Open'. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914595#3914595 Reply to the post :

[JBoss-user] [EJB 3.0] - sending a mail from a bean

2005-12-28 Thread razel
I'm developing an application using EJB 3.0 on JBoss 4.0.3. I would like some hints on how to send e-mails from inside a bean, configure and use the jboss mail API implementation. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914596#3914596 Reply to

[JBoss-user] [Remoting] - Example service.xml with 1.4.0 beta

2005-12-28 Thread Tyler Black
Hello, Recently downloaded 1.4.0 beta, and I'm having a lot of fun with remoting. I noticed a typo in the example-service.xml file that is packaged with the beta release. The package name for the CallbackStore class is incorrect. The example-service.xml points to

[JBoss-user] [Installation, Configuration Deployment] - limiting session creation on a per application basis

2005-12-28 Thread ptomsic
is it possible to say, deploy war(a) and war(b) to the same jboss instance, but limit session creation to only war(a) and have no sessions created on war(b) ? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914598#3914598 Reply to the post :

[JBoss-user] [EJB/JBoss] - Bus error occurring on during ejbRemove() on JBoss 3.2.7 on

2005-12-28 Thread beamer908
At the very end of my ejbRemove() method before the method returns to the caller (bean.remove() ), I'm getting a bus error that kills the JVM process. Is this a known problem with jboss 3.2.7 on Mac OS X? I've never seen anything like this on a Windows or Linux machine, but this very

[JBoss-user] [Installation, Configuration Deployment] - Re: When will JBoss 4.0.4 be released

2005-12-28 Thread AndrewGoedhart
What feature is it? If you need a temporary patch to get Jboss working on linux AMD64 without crashing on startup due to problems with opening zip files in the RepositoryClassLoader see: http://www.jboss.com/index.html?module=bbop=viewtopict=74634 View the original post :

[JBoss-user] [JBoss Portal] - Re: possible bug in portal 2.2

2005-12-28 Thread danch
mpurdy1973 wrote : how would you marshall it into a render parameter? | Either decompose it into constituent properties then convert those to strings, or use something like CastorXML to convert to/from XML. The first would really only be workable for a pretty simple, flat bean. View the

[JBoss-user] [Installation, Configuration Deployment] - Hacked solution for OutOfMemoryError on opening zip file on

2005-12-28 Thread AndrewGoedhart
I am writing this partly to help those who experience the problem at least have a way out and also to ask if there is another better way to solve this problem I am using release 4.03 SP1 and a 64 bit linux jvm with 4 GB memory and heap set at 2MB max. Sometimes on startup the jboss crashes

[JBoss-user] [JBossCache] - Re: JDBC persistance with pojo cache and performance issue

2005-12-28 Thread jlukar
I just created Jira issue. I have created a test case with dummy business objects and associated class/interfaces that showcases the slowness of this scenario. There is a build.xml that does the whole thing after configuring the jdbc parameters in the service xml file. I'd appreciate any

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread Shinerella
Marobashi * Into my groups this is what I have in running Time: (setting a breakpoint on the following return statement and inspecting what groups contents after the session.createCriteria) groups = ArrayList - elementData=Object[10] - CAROTypeGroup + code=NAME001 +

[JBoss-user] [Installation, Configuration Deployment] - Re: Hacked solution for OutOfMemoryError on opening zip file

2005-12-28 Thread AndrewGoedhart
Make that a heap size of 2 GB not 2 MB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914601#3914601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914601 --- This

[JBoss-user] [JBoss Seam] - Re: Running noejb tests w/o JBoss?

2005-12-28 Thread RobJellinghaus
Yes, I know, I was just trying the toplevel tests as a sanity check (to avoid any issues of the multiple build.xml files). examples / noejb / ant testexample works great now :-) I must say it's a pleasure being back on a forum that's got a timely Gavin on it! I was on the Hibernate forums in

[JBoss-user] [JBoss jBPM] - Token splitting?

2005-12-28 Thread dhartford
Hey all, Not even sure if the subject is the right idea, but the business use-cases are as follows: *A multipage fax comes in as an individual fax token. A user looks at the fax and may want to split it into several new faxes before continuing the rest of the process. Each of the new faxes

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread Shinerella
And finally my problem solution is: The @Factory anotation is needed, this is not found in the old doc, i guess.. @Begin | @Factory(groups) | public String findCaroGroups() { | groups = session.createCriteria(caroTypeGroup.class).list(); | return

[JBoss-user] [EJB/JBoss] - ejb deployment problem

2005-12-28 Thread newbeeuser
Hi, I am trying to deploy a simple hello bean ejb on jboss 4.0.3 sp1. I am getting following exception 17:26:30,281 ERROR [MainDeployer] Could not create deployment: file:/C:/software s/jboss-4.0.3SP1/server/default/deploy/hellobean.jar org.jboss.deployment.DeploymentException: ejb-jar.xml

[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-28 Thread knatarajan
I am posting the solution that I have put in for the problem posted here. I changed the cluster config to use instead of FD_SOCK and am no longer experiencing the timeout issue. The cluster documentation mentions that when FD_SOCK is used, a member is declared dead only when socket is closed.

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread marobashi
Shinerella, what are you seeing as output? 1) Table headings and empty boxes where the data should be. 2) Table headings but no rows 3) No table at all If 3, do you have any other output on the page, and are you seeing that? (Like a h1Here are your CAROGroups:/h1 before the dataTable snippet

[JBoss-user] [JBossWS] - Deploy Problem Webservice

2005-12-28 Thread asbin88
I'm trying to use a very simple EJB Bean as Webservice. When deploying the Bean everything goes ok, but after adding support for a WebService i get following Error. | 20:00:53,118 INFO [EjbModule] Deploying UserManager | 20:00:53,619 INFO [EJBDeployer] Deployed:

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem with ejb deployment!

2005-12-28 Thread newbeeuser
hi, is there any body out there who knows what is wrong? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914608#3914608 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914608

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem with ejb deployment!

2005-12-28 Thread newbeeuser
newbeeuser wrote : hi, is there any body out there who knows what is wrong? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914609#3914609 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914609

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Building a standalone JBoss Messaging server

2005-12-28 Thread [EMAIL PROTECTED]
The error messages show you're trying to install and deploy JBossMQ, which soon will be deprecated and replaced by JBoss Messaging. JBossMQ: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQ JBoss Messaging: http://www.jboss.com/products/messaging View the original post :

[JBoss-user] [EJB 3.0] - Re: ActiveMQ + EJB3 MDB Integration failure

2005-12-28 Thread rtselvan
Thanks for the response. Does this configuration work on the EJB3 RC3 release or do I build from the source? Thanks again View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914621#3914621 Reply to the post :

[JBoss-user] [JBossWS] - Re: Could not find deserializer for type

2005-12-28 Thread geekgurl
ameisinger wrote : Hi to everyone! | | I made some attempts with complex types. Now they're working after inserting the corresponding typeMapping. | | I tried a new method: String setStrings(String[]) and there is the same error like before: | | No deserializer defined for array

[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-28 Thread [EMAIL PROTECTED]
In the /server/all/deploy directory there is a cluster-service.xml file with a section that configures the JGroups protocol stack. It has a UDP element with attributes mcast_addr and mcast_port (multicast address and port). If different machines on the network have the same mcast_addr and

[JBoss-user] [Installation, Configuration Deployment] - Re: Newbie: Verification of Enterprise Beans failed

2005-12-28 Thread Strunker
No idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914626#3914626 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914626 --- This SF.net email is sponsored by:

[JBoss-user] [JBoss Portal] - Spring mvc portlet examples not working in JBoss portal 2.2

2005-12-28 Thread mackcom
I hope someone here can help, I've also posted to the Spring forums looking for help as well... I've been having problems getting the spring-portlet-sample, books example to work in JBoss portal 2.2. I've tried with the older set of samples and with the new (as of today) set of samples that are

[JBoss-user] [Security JAAS/JBoss] - Custom authentication or JAAS?

2005-12-28 Thread aspa
hi I'm working on implementing authentication mechanisms for a web application. The web tier components will be accessing business objects implemented as EJBs (mainly session beans). The business objects will also be accessed by remote systems through RMI as well as using web service

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread marobashi
Why is the factory annotation required on the DataModel here but not when filling the hotels DataModel in the booking example? Is it because of a difference in the application deployment context, how the find() method is initially invoked, or something else? ... batting 1000 today... if these

[JBoss-user] [Clustering/JBoss] - Re: TreeCache error when node leaves network

2005-12-28 Thread knatarajan
Brian, Thanks a lot ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914629#3914629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914629 --- This SF.net email is

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-28 Thread dittup
Thank you. It is my problem. One of the classes I has is an olderversion. Thanks again, Aditya.P View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914634#3914634 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914634

[JBoss-user] [JBoss/Spring Integration] - Injection on server startup

2005-12-28 Thread dittup
Hi, I am using ejb3. I need to inject references of delegate classes into the ejb so that it can call methods in the delegate. I need this to happen when jboss server start's up. Is there any way I can do? I have all my bean definitions in a xml file named beans-ejb.xml. I do not use tomcat

[JBoss-user] [JBoss jBPM] - Re: how to add tasks

2005-12-28 Thread kukeltje
see the example in the sourcecode, or the testcases. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914636#3914636 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914636

[JBoss-user] [JBoss jBPM] - Re: Token splitting?

2005-12-28 Thread kukeltje
If case one is like http://is.tm.tue.nl/research/patterns/download/swf/pat_14.swf, it is possible. Look at the testcase to see an example of pattern 14 case 2 is possible but would take some work of yourself. e.g. some businessrules (drools ;-0)) to define the decsisions and a custom fork View

[JBoss-user] [JBoss jBPM] - Re: Correlation

2005-12-28 Thread kukeltje
Pedro, The async functionality has something, but I'm not sure if that is what you need. Since the way a mapping/correlation needs to be done, it is best to do this outside jBPM or use a variable to store the relevant info and retrieve process instances based on this variable and its value

[JBoss-user] [JBoss jBPM] - Re: Missing TaskInstance.setDescription

2005-12-28 Thread kukeltje
Tony, afaik, there is something in the JIRA on this. Please look it up and vote for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914639#3914639 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914639

[JBoss-user] [Beginners Corner] - Uploading files

2005-12-28 Thread sy62k
Hi, I am using commons upload library to upload files. I would like to be able to upload files to a directory in myapplication.war. When I try to set the destination directory below deploy directory, a NullpointerException is being thrown. If the destination directory is deploy it self then

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

2005-12-28 Thread vmarco
I am new to JBoss Portal, but am very fluent with Weblogic Portal and JSR-168. I am using JBoss Portal 2.2 and JBoss 4.0.3 (the jboss portal 2.2 bundle), along with MySQL 5. I deploy demoportal.ear (which I created through descriptors), which contains the HelloWorldPortlet, along with 5 pages

[JBoss-user] [Javassist user questions] - Stronger complier capabilities

2005-12-28 Thread moonusamy
I need to be able to generate byte code from java source generated in memory. The problem I have using Javassist is that the compiler is not strong enough to flag compilation errors with line numbers and well-defined reasons. I don't want to use javac or Eclipse JDT because they require files

[JBoss-user] [JBoss Getting Started Documentation] - Re: Failed to Deploy Duke's Bank org.jboss.deployment.Deploy

2005-12-28 Thread dvasu
This version works fine for me. J2EE 1.4 Tutorial Update 2 (for Sun Java System Application Server Platform Edition 8 Update 1) June 22, 2004 DO NOT USE the following LATEST J2EE Tutorial update J2EE 1.4 Tutorial Update 6 (for Sun Java System Application Server Platform Edition 8.1 2005Q2

  1   2   >