[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-09-08 Thread sstrenn
In order to get ant deploy-jboss42 to work on jbossws-2.0.1, I had to modify line 53 of build-deploy.xml: was: thirdpartylibs=${lib.dir} / changed to: thirdpartylibs=${lib.dir} stacklibs=${lib.dir} / View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Exceptions while starting JBoss on Ubuntu 7.04 (Feisty Fawn)

2007-09-08 Thread berliita
I tried to run JBoss on a Ubuntu 7.04 (Feisty Fawn). The run was unsuccessful: error messages were printed on the screen. Here's part of the output that was printed on the screen by the startup script. Starting with the instruction i typed at the command line, and stopping just after the first

[jboss-user] [JBoss jBPM] - Swimlane assignment to group

2007-09-08 Thread bazoo
Hi all, I can't make swimlane assignment to a group work. My swimlane definition is: swimlane name=Legal | assignment expression=group(Legal)/ | /swimlane The process definition and task assigment is: task-node name=Contract | task name=Contract swimlane=Legal | | /task |

[jboss-user] [Remoting] - MulticastDetector could not be loaded because the NetworkReg

2007-09-08 Thread modulo2
Dears, I'm using JBoss remoting version 2.2.0.GA, currently winxp platfrom, target to deploy on AIX. I'm currently developing an application command line that should support failover between two instances on separate machines thats why I need detection feature supported by JBoss remoting.

[jboss-user] [JBoss Seam] - Re: JSF or Seam Question?

2007-09-08 Thread baz
i was routed from here http://www.jboss.com/index.html?module=bbop=viewtopict=118074 to this thread. I hope that the default action will solve my problem. So i can specify something like this defaultAction type=SUBMIT action=... | form will submitted and action is the same thing zhat is

[jboss-user] [JBoss Seam] - Re: JSF or Seam Question?

2007-09-08 Thread [EMAIL PROTECTED]
No, I don't think we need to alter the default behaviour of the enter button - simply make it correspond to the 'normal' html behaviour - i.e. h:commandButton action=... |s:defaultAction / | /h:commandButton You can of course do what you are after using javascript. View the original

[jboss-user] [JBoss Seam] - Re: problem with Authenticator

2007-09-08 Thread [EMAIL PROTECTED]
No transaction normally means that an earlier exception has occurred. Use your debugger to see what goes wrong. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082330#4082330 Reply to the post :

[jboss-user] [JBoss Seam] - HTMLLoadStyle definition not found

2007-09-08 Thread mindgame
Using Seam 2 Nightly build and Richfaces 3.1.0 RC5, got the following exception, Caused by: java.lang.NoClassDefFoundError: org/ajax4jsf/ajax/html/HtmlLoadStyle | at java.lang.ClassLoader.defineClass1(Native Method) | at java.lang.ClassLoader.defineClass(Unknown Source) | at

[jboss-user] [JBoss jBPM] - Re: Where is the unit test code of jpdl-3.2.1 ?

2007-09-08 Thread kukeltje
correct, it is not in there. It is in CVS. jBPM does not have a source distribution. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082333#4082333 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082333

[jboss-user] [EJB 3.0] - CascadeType.PERSIST question

2007-09-08 Thread ttrepper
Hi all, I am running into troubles with the cascdetype, Please imagine the following szenario: SQL (tables) | CREATE TABLE Party ( | PartyID BIGINT DEFAULT nextval('seq_PartyID') NOT NULL, | CONSTRAINT PK_Party PRIMARY KEY (PartyID) | ); | | CREATE TABLE PartyIsPerson (

[jboss-user] [JBoss jBPM] - Re: Swimlane assignment to group

2007-09-08 Thread kukeltje
I see no reason why this should not work. Can you make a unittest that demonstrates the problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082334#4082334 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082334

[jboss-user] [Beginners Corner] - Problem with JBoss Examples

2007-09-08 Thread Hirschniesel
Hi, I just tried to execute the JBoss example application found in org.jboss.book.jms.ex3.SendRecvClient. I executed the build.xml found in the example root directory and got a BUILD SUCCESSFULLY. So I think, everything needed is installed on the jboss. I changed the jboss.dist property within

[jboss-user] [JBossWS] - Re: Accessing a Java JBossWS WebService from VBScript not wo

2007-09-08 Thread [EMAIL PROTECTED]
Ok, thanks for looking at it. I'll try MSSoapKit 3.0 over the weekend and report if it's working. After googling a while I found following piece of information: | VBS client - Java | | put this attribute on body element. |

[jboss-user] [JBossWS] - Re: Accessing a Java JBossWS WebService from VBScript not wo

2007-09-08 Thread palin
SOAP-ENV:encodingStyle=http://schemas.xmlsoap.org/soap/encoding/; means an rpc/encoded wsdl, that is no longer supported since it has been disallowed in WS-I basic profile. The @SOAPBinding(style = SOAPBinding.Style.RPC) annotation says you want a rpc style wsdl (rpc/literal). I would verify

[jboss-user] [JBoss Seam] - newbie startup problems with seam new-project

2007-09-08 Thread wiggy
being getting round to try SEAM - started just getting EJB 3 up and running with basic session bean and persistence test. now moved onto try seam. unpacked the seam 2.0 beta and ran seam setup and answered the questions it prompts you for. heres the generated properties file - i told it to

[jboss-user] [JBossWS] - Re: Problem Converting EJB2.1 to Web Services

2007-09-08 Thread palin
It's not clear to me whether your ws is not working or you only noticed those messages in the log. They're debug logs by the MainDeployer that seems to be ignoring those exceptions. Anyway as long as you correctly install JBoss AS and JBoss WS (if you need to update it to a more recent

[jboss-user] [JBoss jBPM] - Re: Combo Box in Form

2007-09-08 Thread kukeltje
@Karsten The reason I think it could still be a classloader issue is that you mentioned you (also?) had jsf libs on in tomcat. If these classes do not implement the serialversionid thingy, they are not identified as identical (I think) and therefor the instanceof not working. Maybe you could

[jboss-user] [Messaging, JMS JBossMQ] - Message Driven Beans and priority (weight)

2007-09-08 Thread dolorfer
Hi, Is there any possibility to set somewhere in configuration files priority for MDB?? or to set maximum usage of CPU, Mem, etc. Thanks in advance, Pawel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082344#4082344 Reply to the post :

[jboss-user] [JBoss Seam] - Re: newbie startup problems with seam new-project

2007-09-08 Thread [EMAIL PROTECTED]
Looks like a permissions error on your default/deploy dir to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082345#4082345 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082345

[jboss-user] [JBoss Seam] - Re: HTMLLoadStyle definition not found

2007-09-08 Thread [EMAIL PROTECTED]
Please use #218 I did the update for this on Thursday. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082346#4082346 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082346 ___

[jboss-user] [JBossWS] - Re: Deploying EJB Endpoint Web Services on Jboss-4.0.5.GA

2007-09-08 Thread palin
See http://www.jboss.com/index.html?module=bbop=viewtopicp=3944063#3944063 You're using a wrong wsdl4j.jar library. Alessio Soldano View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082347#4082347 Reply to the post :

[jboss-user] [JBoss Seam] - Re: HTMLLoadStyle definition not found

2007-09-08 Thread mindgame
Pete, thanks for the hint, I just tried with the following combination, * JBoss AS 4.2.1 GA * Seam CVS.2007-09-07_17-05-10 * RichFaces 3.1.0 RC5 * Facelets 1.1.2 but got the following deployment error, javax.faces.FacesException: Can't parse configuration file:

[jboss-user] [JBoss Seam] - Re: HTMLLoadStyle definition not found

2007-09-08 Thread [EMAIL PROTECTED]
I fixed this in RichFaces CDK yesterday - have to wait for rc6 for this to get to Seam. Please set com.sun.faces.validateXml to false until then. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082349#4082349 Reply to the post :

[jboss-user] [JBoss Seam] - Re: HTMLLoadStyle definition not found

2007-09-08 Thread mindgame
Thank you very very much!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082350#4082350 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082350 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-09-08 Thread gus888
Great job, Pete. Thank you s much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082351#4082351 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082351 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Ant configuration

2007-09-08 Thread brettonwoods
Hi All The RH Developer Studio seems to be doing odd things with my ant config. Ant only works for building the seam examples when I set ant home to C:\rhdevstudio\eclipse\plugins\org.apache.ant_1.7.0.v200706080842. Without that setting (with ANT_HOME set to a standard ant deployment) ant

[jboss-user] [JBossCache] - Patch adding transactional putSilent() method

2007-09-08 Thread Cyberax
Please, can you review this patch for addition into the mainline JBoss Cache? The motivation for this patch Currently, JBoss Cache adapter for Hibernate uses putForExternalRead() method. This method suspends and then resumes the current transaction and this is slow with some transaction

[jboss-user] [JBoss jBPM] - Re: Where is the unit test code of jpdl-3.2.1 ?

2007-09-08 Thread bopomofu
kukeltje wrote : correct, it is not in there. It is in CVS. jBPM does not have a source distribution. A bit disappointed . jbpm-3.1.4 has both source and unit test code distribution. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082354#4082354 Reply to the

[jboss-user] [JBoss Seam] - Dynamic number of input types

2007-09-08 Thread leezard
Hi all again, Now I'm trying to solve another JSF/Seam related problem and hope yopu will help me to do it :) I have an Seam component defined as: | | @Name(account) | class Account { |private String id; |private String name; |private ListLimit limits; | |//

[jboss-user] [JBoss jBPM] - Re: Where is the unit test code of jpdl-3.2.1 ?

2007-09-08 Thread kukeltje
The number of requests for this or complaints regarding 3.2.x has been fairly low. Probably most people have no problem using cvs for this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082356#4082356 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Dynamic number of input types

2007-09-08 Thread leezard
ok, I've partially found a solution - long running conversations and jsf syntax like this: |h:outputText vallue=#{account.limits[0].type}/ |h:inputText vallue=#{account.limits[0].value}/ | But another thing is: how to iterate thorough this list in JSF to be able to use list

[jboss-user] [JBoss Seam] - SEAM project needs RMI access to Jboss 3.x server

2007-09-08 Thread nynymike
Not sure if this is the right forum for this question, but I have a Seam project that needs to include the client folder jars from a JBoss EJB3 server to access EJBs on that server. I can't use the JBoss 4.2.1 client jars, because then I get a serial number mismatch. If I include those jars,

[jboss-user] [JBoss Tools (User)]Adding a War to an already existing EAR

2007-09-08 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings. I am using JBossTools Beta 3. How do I create a Dynamic Web Project, and add it to an already existing EAR? When I attempt to Add it to the EAR's dependencies, the WAR project is not available. When I select the Ear Checkbox during war

[jboss-user] [JBoss Seam] - Re: seam generate-entities failed with mysql blob column ple

2007-09-08 Thread minamti
Hi, I am stuck with the same problem. I am using MySQLInnoDBDialect. Any solution would be appreciated. Just a note. Using MySQL5Dialect, I get this error for TEXT datatype also. Thanks, M View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082363#4082363

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Exceptions while starting JBoss on Ubuntu 7.04 (Feisty F

2007-09-08 Thread PeterJ
Here are the usual suspects: 1) Try using JDK 1.5 instead of 1.6. 1.6 is not officially supported on AS 4.0.5. 2) Double-check your /etc/hosts files that the entries are correct. If you are not sure, post yours. 3) Check your firewall. My understanding is that Ubuntu is desktop-oriented, not

[jboss-user] [JBoss Seam] - Re: Dynamic number of input types

2007-09-08 Thread mgrouch
You could use t:dataList from Tomahawk View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082366#4082366 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082366 ___ jboss-user mailing

[jboss-user] [The Lizzard's corner] - GREG CHEW ALAN RUMM TOMMY GAY JEFF FLYNN

2007-09-08 Thread HRH
GREG CHEW OF DUBLIN, IRELAND, ALAN RUMM OF VIRGINIA; TOMMY GAY OF BEAUMONT, TEXAS; AND JEFF FLYNN OF VIRGINIA ARE BLACKLISTED IN THE PETROLEUM TRADING INDUSTRY WORLDWIDE DUE TO THEIR RECENT CIRCUMVENTION OF INTRODUCING PARTIES AND PRINCIPLES IN A JET FUEL TRANSACTION INVOLVING 6 MILLION BARRELS

[jboss-user] [JBoss Seam] - Re: SEAM project needs RMI access to Jboss 3.x server

2007-09-08 Thread nynymike
Just to add to this... I tried putting the jar files in the project-ear/lib directory. When I start JBoss it throws all sorts of errors, and reports numerous failures. It it possible to access an EJB on an older JBoss server? If so, where should I put the old jar files? Do I need to update any

[jboss-user] [JBoss Seam] - How to Handle POST Callbacks from a third party appliation

2007-09-08 Thread nynymike
Jbilling uses HTTP POST to send information about billing events to the application (i.e. the subscription renewal payment was declined, and the account should be de-activated). I could setup a Servlet to process this POST, but it would be nice if I could route it through SEAM. If it were a

[jboss-user] [Beginners Corner] - Re: Warning when use log4j

2007-09-08 Thread changemylife
Hi all! Some warning that I received from client. But has a problem that I understand. If my client is EJB project, I will receive this warning. But if my client app is Java project, I not receive some warning! View the original post :

[jboss-user] [Beginners Corner] - Log some requests to database ?

2007-09-08 Thread changemylife
Hi all! I want log some requests to database (example mySQL), so JBoss has support a certain Appender ? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082378#4082378 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Dynamic number of input types

2007-09-08 Thread ishabalov
a4j:repeat rowKeyVar=xx will do the trick. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082379#4082379 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4082379 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Exceptions while starting JBoss on Ubuntu 7.04 (Feisty F

2007-09-08 Thread berliita
Hi PeterJ, Thank you for answering my posting. I'll respond to each of the points you raised in order. 1. I did try using JDK 1.5 . The installation process didn't fare better with this version than it did with JDK 1.6 . 2. There's only one hosts file in my /etc directory. I'm not sure

[jboss-user] [EJB 3.0] - mapping generic entities

2007-09-08 Thread saxon747
Hi! I'm trying to map the following: I have two abstract entities: | public abstract class UserEntityUR extends UserRightEntityR, R implements Serializable { | | // ... | | @OneToMany( mappedBy = user, fetch = FetchType.EAGER, cascade = CascadeType.ALL ) | private ListUR