[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-18 Thread thirumalmarugan
for me the below command is also not working ./twiddle.sh -s 10.143.2.110 serverinfo -d jboss ./twiddle.sh -s remoteip serverinfo -d jboss ./twiddle.sh -s toki:1099 serverinfo -d jboss i also try out with the remote hostname also it is working for the local host only and i am getting the same

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Help on Named Query

2007-04-18 Thread scout1lacno
Hi, My code are the following @Entity | @Table(name = tblName) | @NamedQueries( { | @NamedQuery(name = TblName.findFilteredDate, query = select * from table ), | @NamedQuery(name = TblName.findStuff, query = select * from tableStuff ) |

[jboss-user] [JBoss Messaging] - Re: jboss.messaging:service=ServerPeer, ServerPeerID attribu

2007-04-18 Thread garu
Anybody from development side that can spend a couple of words here? Thanks, Gabriele View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038227#4038227 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038227

[jboss-user] [JBoss jBPM] - Problem with update of variable value

2007-04-18 Thread vtysh
Sorry for my ugly english at first. I can't decide my problem for a few days. I am working on web application similiar to native jbpm demo app. I am using this code to load taskInstance and save variables (little simplified): | JbpmContext jbpmContext=null; | try | { |

[jboss-user] [JBoss jBPM] - Re: Problem with update of variable value

2007-04-18 Thread vtysh
Upd.: I use jbpm from jbpm-starters-kit-3.1.3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038230#4038230 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038230 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-18 Thread CptnKirk
If that's correct, then great. I'm wrong and everything is safe. I've been cleaning out a lot of select ... where name like +name+% from a codebase I inherited. So I may just have been spooked by seeing #{expression} + %. That said, I don't recall reading anywhere that Seam does what you

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-18 Thread henschkowski
hashir, Were you able to resolve this? I'm running into the same. - Ralf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038232#4038232 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038232

[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-18 Thread genman
Use netstat and figure out what IP your server is bound to for port 1099. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038236#4038236 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038236

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-18 Thread CptnKirk
I guess I'm just expecting the values to be run through Seam's interpolator, which just does a string replace. I don't expect that Seam will generate a prepared statement, replace the EL with bind variables, etc. If it does, more power to Gavin. View the original post :

[jboss-user] [JBoss Seam] - Re: inconsistent behaviour

2007-04-18 Thread laxu
I have had that already and it even may (and usually does) give the error at the very first run. And there never is a permGen error in the log. I am not sure but I am relating it with me moving the library jars out of the project (to have a smaller .ear file) and adding these jars to the

[jboss-user] [JBossCache] - what happent in my jboss4.0.5 with jbosscache?

2007-04-18 Thread liaomike
Hello everyone! I built a apache with mod_jk to dispatch request to cluster. BY now thers is only one node in cluster. It's ok to forward a page on an ap server. After logining and get date from DB,page will set data to java bean. Bean will be put in session. But when I put a bean to session,It

[jboss-user] [Microcontainer] - Re: Urgent! In container automated testing with JBoss

2007-04-18 Thread alesj
Just reelased: - http://blogs.jboss.com/blog/bburke/?permalink=Embedded_JBoss_JBoss_without_the_Application_SErver.txt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038247#4038247 Reply to the post :

[jboss-user] [JBoss jBPM] - Understanding an asyncronous subflow ...

2007-04-18 Thread ygiriyap
Hi All ... I was trying to understand and build a asyncronous subflow. My idea was to make the subflow to send a mail asyncronously. So I built a WF as below ... anonymous wrote : Mainflow MyAsyncWFTest starts | 1. Start | 2. Task1 - Read a variable P1 | | 3. Process State - Call

[jboss-user] [JBoss Seam] - Re: Creating PDFs Programmatically

2007-04-18 Thread nhpvti
jgilbert wrote : I have the seam-pdf functionality working in my application. Now I want to have a background process create PDFs periodically. Currently I am using commons-httpclient to call out and back into my app and handle the redirect to create a PDF. | | It works but does anyone

[jboss-user] [JBoss Seam] - Re: TypeNotPresentException

2007-04-18 Thread sandytech
ya i selected ejb3 profile View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038250#4038250 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038250 ___ jboss-user mailing list

[jboss-user] [J2EE Design Patterns] - Re: Deploying a simple HelloWorld EJB3 under JBoss

2007-04-18 Thread destroyerlm
I think you'd better post you source code to all of us, otherwise we cannot help you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038251#4038251 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038251

[jboss-user] [JBoss Seam] - listener action not called

2007-04-18 Thread miloslav.vlach
I have an IncidentViewAction which display detail of entitfy incident. On the page are located some button, some do action and refresh page and some redirect to page to obtain some information. Finally all action ends on the same (detail) page. My problem is: How to do this correctly - best

[jboss-user] [JBossCache] - Re: JBossCache and readonly transactions

2007-04-18 Thread aricci
Caching read-only data is a good thing if it is done locally, but i donĀ“t understand why should we replicate them to all nodes in the cluster. Scalability and good performances can be achieved only if we reduce the amount of informations sent to the channel. So imagine that a transaction

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-04-18 Thread [EMAIL PROTECTED]
sh build.sh -p Gives you all the target. all Executes all modules and builds everything. clean Cleans up most generated files. clobber Cleans up all generated files. deployDeploy. exploded-deploy Deploy exploded sar. help Show

[jboss-user] [JBoss Seam] - seam-gen hbm to entities

2007-04-18 Thread lavoir
Hello, I was wondering if there was an easy way to generate a seam project from a hibernate map file to help me migrate some spring projects. I tried generating from the DB, but the relations are not quite the way they are defined in my hibernate mapping files + I loose component objects.

[jboss-user] [JBossCache] - Re: JBossCache and readonly transactions

2007-04-18 Thread [EMAIL PROTECTED]
Please read the general hibernate documentation on the second level cache, as all JBossCache does is provide a replicated data store. Typically you lazily load a result set that large, unless you have massive amounts of memory. -Jason View the original post :

[jboss-user] [EJB 3.0] - EJB3 webservice + OASIS

2007-04-18 Thread saxon747
Hi all! Is it possible to create a web service endpoint in a session bean with EJB3 annotations, and provide OASIS security features to it in a JBoss AS? Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038258#4038258 Reply to the post :

[jboss-user] [JBoss Seam] - Using a Seam-managed persistence context with JPA

2007-04-18 Thread tom_goring
Hi, If a non JSF request (to a old web app) calls a SLSB that uses a Seam managed persistence context e.g. @In EntityManager bookingDatabase; rather than @PersistenceContext(unitName=BookingDS) private EntityManager em; how does the Seam know the request has finished and it can close off the

[jboss-user] [JBoss Portal] - Re: Management Portlet in JBoss Portal 2.4.1-GA (JEMS instal

2007-04-18 Thread smileyfk
I have exactly the same problem. Any ideas someone ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038262#4038262 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038262 ___

[jboss-user] [JBoss Seam] - Question : seam and fine grain url control (regular expressi

2007-04-18 Thread zdaler
Hi, Is there a way to control urls way beyond the standard file name - url current mapping ? For instance if I have a page named users.xhtml along with a backing bean and I want that page to be served as /users/myusername/ to access my userspace instead of /users?username=myusername ? Is

[jboss-user] [JBoss Portal] - Re: Management Portlet in JBoss Portal 2.4.1-GA (JEMS instal

2007-04-18 Thread smileyfk
I found a solution. On http://jira.jboss.com/jira/browse/JBPORTAL-1198 It does not work for JAVA_HOME pointing to a JDK6. Cheers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038265#4038265 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-18 Thread thirumalmarugan
hi i have given netstat command but 1099 is not available ie) not assigned to any ip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038266#4038266 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038266

[jboss-user] [JBoss Seam] - Seam-Managed Persistence Context and vanilla SessionBeans

2007-04-18 Thread sradford
Is there any way to get plain vanilla (non-Seam) SessionBeans to use the Seam-Managed Pesistence Context? Sean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038267#4038267 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Conversation Should Be Flexible but NOT

2007-04-18 Thread atleprange
If you set the conversation id manually, you can control the number of conversations created. (The side effect is that you might rejoin the conversation even if you don't want to.) You could also be sure to end conversations whenever a new treenode or tab is clicked. That way you only have one

[jboss-user] [JBoss Seam] - Re: Creating PDFs Programmatically

2007-04-18 Thread petemuir
Can you file a JIRA issue for this - I can't currently see an easy way to do it... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038270#4038270 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038270

[jboss-user] [JBoss Seam] - Re: Question : seam and fine grain url control (regular expr

2007-04-18 Thread petemuir
Use the urlrewrite filter (see the wiki in cvs for an example) or a page action. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038272#4038272 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038272

[jboss-user] [JBoss Seam] - Re: DataModel in two SFSB issues

2007-04-18 Thread lcoetzee
My applications is still running on jboss 4.0.5, which means that I can't test the new Seam (as Seam is now dependent on jboss 4.2.0). I have been trying to port my app to run with the new jboss and seam. Unfortunately I am struggling a bit (the move from myfaces to jsf-ri appears to be

[jboss-user] [JBoss Portal] - jboss-portal-2.4.1 with DB2 Express 9.1

2007-04-18 Thread mohan_boss_chennai
hi All, We have connected jboss portal 2.4.1(bundle) with db2 9.1. We made the below changes to connect db2. c:\jboss-portal-2.4.1-bundled\jboss-portal-2.4.1\server\default\deploy\jboss-portal.sar\conf\hibernate\instance( change length=5000 to type=text).

[jboss-user] [JBoss Seam] - space in path when using SeamTest

2007-04-18 Thread ciryll
hi i try to make a test using a class extends SeamTest and there is a problem : java.lang.RuntimeException: Not a valid URL: file:/C:/Documents and Settings/XXX/.m2/repository/org/jboss/seam/jboss-seam/1.2.0.PATCH1/jboss-seam-1.2.0.PATCH1.jar look like there is no URL formating before try to

[jboss-user] [JBoss Seam] - seam-gen: behaviour of an generated app

2007-04-18 Thread baz
Hello, I do have some problems with a seam-gen (Seam 1.2.1GA) generated app. My setup: 1. seam setup 2. seam new-project 3. seam generate-entiities Now i hae a complete app which i can deploy to jboss. For simplicity i will reference to an entity called Car Start the application and navigate to

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-18 Thread varkon
Another thing: I've also tried to follow the instructions in chapter 10.4.2. Attaching to a scoped deployment. So, I've modified my jboss-aop.xml to read: | aop | loader-repositoryeapp:loader=eapp.ear/loader-repository | aspect class=org.lg.eapp.aop.AOPLoggingAspect scope=PER_VM/

[jboss-user] [JBoss Portal] - Re: Management Portlet in JBoss Portal 2.4.1-GA (JEMS instal

2007-04-18 Thread [EMAIL PROTECTED]
I just modify the source code so that it can compile with Java 6. Now, compiled with Java 6, it runs fine with Java 6. (I didn't run the whole testsuite though) Thanks for the feedback ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038287#4038287 Reply to

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-18 Thread [EMAIL PROTECTED]
varkon wrote : Ok, I've installed and ran the example. | The example's documentation clearly states that UseJBossWebLoader should be true for it to work. This is an old requirement which relates to the use of EnableTransformer which plugs in to the JBoss UnifiedClassLoaders. For

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-18 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | If you are having problems running the injboss example, you have something wrong with your setup. If you are running it unscoped that is View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038289#4038289 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Unexpected redeployment

2007-04-18 Thread ypsilon
CafeD00d wrote : Is it possible that you have an over-aggressive virus scanner that's for sure not the case. Too bad. Greetings PeeR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038290#4038290 Reply to the post :

[jboss-user] [JBoss Seam] - Security Problem

2007-04-18 Thread KoniKoni
I use latest seam release, i found follow in faces-config.xml: !-- Disabled when using Ajax4JSF -- | -- | view-handlerorg.jboss.seam.ui.facelet.SeamFaceletViewHandler/view-handler | -- and find follow in seam reference: For web-based security, jboss-seam-ui.jar

[jboss-user] [Installation, Configuration Deployment] - Re: Unexpected redeployment

2007-04-18 Thread [EMAIL PROTECTED]
Something is probably touching your files in /deploy. To verify this record the initial timestamps, and after a redeployment check again to see if something changed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038294#4038294 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Duplicate sessionIds in cluster

2007-04-18 Thread g2293
We are facing the same problem. Were you able to resolve the issue? -Kalyan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038295#4038295 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038295

[jboss-user] [JBoss Seam] - Re: Using a Seam-managed persistence context with JPA

2007-04-18 Thread [EMAIL PROTECTED]
how does the non faces request access the slsb? if that doesn't happen through a servlet that is filtere with the seam filter, @In won't work anyway. if it is filtered the PC is closed during the emulated jsf life cycle of the filter. View the original post :

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread petemuir
Is this on 1.2.1.GA or CVS? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038301#4038301 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038301 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-18 Thread varkon
Ok, I'll try running it un-scoped and post the findings here. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038304#4038304 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038304

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread KoniKoni
Nightly build 16.04 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038305#4038305 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038305 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - does jboss support localization

2007-04-18 Thread SantoshKumar
I want to deploy an application which support localization on jboss. I want to know whether jboss support localization or not ? any jboss document regarding the same ? Thanks- View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038306#4038306 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread KoniKoni
have i to use 1.2.1.GA? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038307#4038307 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038307 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread petemuir
No, but there have been some problems with el in CVS recently (more fixes yesterday). I would recommend building from CVS as I'm not sure when the last nightly got built. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038308#4038308 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using a Seam-managed persistence context with JPA

2007-04-18 Thread tom_goring
Hi Christian, Thanks for you help we this. The non faces request use remote interface to the SLSB. My understanding is that the injection is working as all the SLSB's have a ejb-jar.xml with the SeamInterceptoe defined |interceptor |

[jboss-user] [JBoss jBPM] - connecting with the API

2007-04-18 Thread ricardomarques
Hi all I'm currently evaluating jBPM, and after reading some docs I'm still wondering how can i contact the jBPM server, to interact with the API. When I develop an Action how can I deploy it? Must I recompile jBPM with that option? View the original post :

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread KoniKoni
I tried it today in the morning, a got a build error exception. I will try it again now... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038311#4038311 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038311

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread petemuir
Hmm, there is still a build error. Sorry... It should be fixed soon... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038315#4038315 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038315

[jboss-user] [JBoss Eclipse IDE (users)] - JBAS 4.2CR2 - JBossIDE is missing jboss-ejb3x.jar

2007-04-18 Thread Rhodan76
Hello, since release 4.2CR2 of JBoss the JBossIDE 2.0.0Beta2 is missing the jboss-ejb3x.jar, if i add the jboss EJB3 libraries to the build-path of my project. Don't know, if it's a jboss packaging failure, that jboss-ejb3x.jar isn't anymore in the

[jboss-user] [JBoss jBPM] - Problem regarding fork

2007-04-18 Thread bcgiuser
hi, I am new to JBOSS Jbpm. I have a simple process as mentioned below. The problem is, when i execute this process, the invokeTest2 node gets executed first, then InvokeTest1 node gets executed and again invokeTest2 node gets executed. Could anyone please tell me why the invokeTest2 node gets

[jboss-user] [JBoss Portal] - Re: to use display tag how to set portlet objects in JSP pag

2007-04-18 Thread baronnet
Hi, I'm facing the same issue. The URL generated by displaytag is http://localhost:18080/applicationTestPortlet/portal/auth/portal/dashboard/admin/default/11?action=2action=formulaireVue2Controllerd-49653-o=2d-49653-p=1d-49653-s=1 The right one is :

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-18 Thread hashir
No, but I downloaded 3.1 it's example is working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038322#4038322 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038322 ___

[jboss-user] [JBoss Seam] - Re: More form buttons and validation

2007-04-18 Thread miloslav.vlach
Thanks, I know it, but I dont know how to disable validation. When sumbiting first button, I would like to validate field via medatadata (@NotNull), but when I click on the second button (on same form) I would like to call listener action without validation. Mila View the original post :

[jboss-user] [Beginners Corner] - Re: Where do external jar files go in the ear?

2007-04-18 Thread kuvera
AFAIK there is no automatic inclusion of jar files in an EAR. You can define them in application.web: | module | javamyjar.jar/java | /module | And you place it in the root dir. of the EAR. View the original post :

[jboss-user] [JBoss jBPM] - Re: connecting with the API

2007-04-18 Thread kukeltje
depends on your deployment model... what docs did you read? the core/server can be just a jar, so in tyhat case you contact it via a pojo interface or the enterprise way where you can also connect via ejb or jms Your last question leads me to think you did way to little reading. View

[jboss-user] [JBoss jBPM] - Problem regarding fork

2007-04-18 Thread bcgiuser
Sorry the code is not being posted proeprly, posting again. | | ?xml version=1.0 encoding=UTF-8? | process-definition | xmlns=urn:jbpm.org:jpdl-3.1 name=simple_workflow |start-state name=start | transition name=forkTransition to=fork1/transition |/start-state

[jboss-user] [JBoss Portal] - Re: to use display tag how to set portlet objects in JSP pag

2007-04-18 Thread [EMAIL PROTECTED]
Which version of portal do you use ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038329#4038329 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038329 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - Re: Where do external jar files go in the ear?

2007-04-18 Thread kuvera
Sorry, application.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038326#4038326 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038326 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: How to provide soapAction from dispatch call?

2007-04-18 Thread oskar.carlstedt
I file this as a bug in JIRA http://jira.jboss.com/jira/browse/JBWS-1611. There is no SOAPAction http header sent to the server doing the specified way. //Oskar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038332#4038332 Reply to the post :

[jboss-user] [JBoss Portal] - Re: to use display tag how to set portlet objects in JSP pag

2007-04-18 Thread baronnet
I'm using JBPortal 2.6.0-BETA 1. I'm a bit puzzle as I'm not able to make displaytag running on JetSpeed 2 too. And it's the same for eXtremeComponents. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038333#4038333 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Where do external jar files go in the ear?

2007-04-18 Thread [EMAIL PROTECTED]
anonymous wrote : | AFAIK there is no automatic inclusion of jar files in an EAR. You can define them in application.web: | Code: | | | myjar.jar | | | | And you place it in the root dir. of the EAR. | | Not a good idea. The element is to be used for J2EE

[jboss-user] [JBoss jBPM] - Re: Problem regarding fork

2007-04-18 Thread kukeltje
how do you know it gets executed twice? do you have jbpm logging that shows that? Can't it just be a copy-paste error in in the net.bcgi.Test1/2 class? Secondly, if you want concurrent processing, use async actions View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-18 Thread [EMAIL PROTECTED]
What jboss version? If it's 4.2.0.CR1 the server binds to localhost by default. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038337#4038337 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038337

[jboss-user] [Beginners Corner] - Re: JNDI, JDBC Simple Application

2007-04-18 Thread [EMAIL PROTECTED]
A few things: 1) A DataSource does not require a PortableRemoteObject.narrow(). This is typically used for EJB resources running outside of the container (ie thin client). The real question you are facing is the 'location' of the DataaSource. Code running within the application server can

[jboss-user] [Clustering/JBoss] - avoid the Apache single point of failure

2007-04-18 Thread dbas2000
Can I have 2 Apache in front of a Jboss cluster to avoid the single point of failure ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038339#4038339 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038339

[jboss-user] [Messaging, JMS JBossMQ] - Re: Msg expiration doesn't work with a msg listener on a ses

2007-04-18 Thread [EMAIL PROTECTED]
You have not been listening to a word I've been saying. |// block consuming for 5 seconds |Thread.sleep(5000); |processed++; | If you do this, it is a not a problem for the JMS Server. The JMS Server has given you a message when it

[jboss-user] [Installation, Configuration Deployment] - Re: Urgent:- JAR not loading exceptions in JBOSS-4.0.5

2007-04-18 Thread [EMAIL PROTECTED]
Is there any particular reason you are include the Servlet API jar in your deployment? This should be removed as this is provided by the application server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038342#4038342 Reply to the post :

[jboss-user] [JBoss jBPM] - use jbpm.business.calendar.properties

2007-04-18 Thread anasseh
hello, howto use the jbpm.business.calendarin processDefinition. I want to execute some action just when time is good: exp: time in 9:00-12:00 12:30-17:00 and not holiday weekday.monday=9:00-12:00 12:30-17:00 | holiday.12= 25/12/2005 # kerstmis thanks View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-18 Thread petemuir
AFAICS this is exactly what it does - QueryParser in org.jboss.seam.persistence takes a ejbql which contains EL, , and replaces it with a parameter number, and creates a list of parameter value bindings. Then in EntityQuery query.setParameter is used. View the original post :

[jboss-user] [JBoss Seam] - Re: Deploying seam app along side standard jsf app problem

2007-04-18 Thread leman_1
Thank you for the quick responses. It looks like classpath isolation can only be done per deployment, the ear file in my case which contains both the wars. I don't know if this means that each war file in the ear will use classpath isolation or just the ear file as a whole will be isolated

[jboss-user] [Messaging, JMS JBossMQ] - Re: Msg expiration doesn't work with a msg listener on a ses

2007-04-18 Thread [EMAIL PROTECTED]
Actually, Carlo and I had a discussion about this yesterday and I believe the issue is clearer. This post is 'outdated' at this point. Ideally the question is do we want to take action when a message has expired en route. As you pointed out in the JIRA we could simply add this as an

[jboss-user] [JBoss Seam] - Re: inconsistent behaviour

2007-04-18 Thread petemuir
It's a really bad idea to start randomly putting libs into the AS. Seam is tested with everything packaged into the ear/war (you can just grab a clean copy of your AS and put the ear in) - by following some other packaging structure you loose the benefit of all that testing :( Follow the

[jboss-user] [JBoss Seam] - Re: More form buttons and validation

2007-04-18 Thread petemuir
@NotNull doesn't really work (see the Seam Problems FAQ on the wiki). It's hard to disable validation depending on which button is pressed using the standard JSF/Seam validation stuff. You would need to cook up your own solution, or, as I mentioned, use two forms. View the original post :

[jboss-user] [JBoss Portal] - Re: to use display tag how to set portlet objects in JSP pag

2007-04-18 Thread baronnet
Hi again, I found a workaround : | portlet:renderURL var=urlCourante | portlet:param name=action value=formulaireVue2Controller/ | /portlet:renderURL | then, requestURI=%=http://+request.getServerName()+:+request.getServerPort()+urlCourante% But I'm not sure it's very generic.

[jboss-user] [JBoss Portal] - Can JBP be configured to handle a routine weekly disconnect

2007-04-18 Thread sjewett
Hi All - We are about to go live with our new Doc Management app using JBoss Portal 2.4.1 SP1. (JBoss AS 4.0.4 GA, Oracle 9i, RedHat EL4). Our database goes down for a weekly maintenance every weekend. We have found that the AS needs to be restarted every Monday morning to restore

[jboss-user] [JBoss Portal] - Oops! We can't really find the resource you're looking for

2007-04-18 Thread mohan_boss_chennai
Hi All, We are getting the ?Oops! We can't really find the resource you're looking for? error, while accessing the home in the CMS portlet. We have configured the db2 express with jboss portal 4.2.1. Could you please advice, how we can resolve the issue. regards, Mohan. View the original

[jboss-user] [Security JAAS/JBoss] - Problem: JAAS + EJB + WEB

2007-04-18 Thread dgouvea
Hi People, I'm with a big problem. I have one EJB Project in EAR File and one WEB Project in WAR File. How I can loggin in my WEB Project and access the EJBs in my EJB Project? | Properties propriedades = new Properties(); | propriedades.put(Context.INITIAL_CONTEXT_FACTORY,

[jboss-user] [JBoss Eclipse IDE (users)] - EJB 3.0 wizard and code/descriptors generation

2007-04-18 Thread dkane
Dear colleagues, I have some experience with WTP + WASCE app server, and now would like to move to JBoss IDE + JBoss AS in order to use EJB3.0 (not available in WASCE). Both WTP and JBoss IDE are built over Eclipse. In WTP, XDoclet eliminated a lot of manual work when creating EJBs. I

[jboss-user] [Security JAAS/JBoss] - Problems with the Subject

2007-04-18 Thread jhmjesus
It assumes this context: 1.One ejb jar with one X Stateless . 2.Another ejb jar with Y Stateless. 3.The Security Domain is the same for both. Well, the login was made for client with user A. At this moment was performed one method of the X Stateless. In the sequence client perform

[jboss-user] [JBoss Seam] - Re: Seam Conversation Should Be Flexible but NOT

2007-04-18 Thread [EMAIL PROTECTED]
Atleprange, Yes, I did all of your mentioned methods. Otherwise, you think I could get it done :). For tree component, I was using Apache Tree2. The weird thing is the combination of AJAX4JSF won't work well with the h:commandLink. I had to use s:link instead. Now for ending the a form's

[jboss-user] [JBoss jBPM] - Re: connecting with the API

2007-04-18 Thread ricardomarques
Well I've read some documentation on the forum and the jPDL User Guide, I guess I was hopping the find some documentation on the API (except the javadoc), with some examples and stuff like that. About my classes deployment, like Actions, how is the deployment done? Is there an API for that?

[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-18 Thread thirumalmarugan
no it is jboss-4.0.5.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038364#4038364 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038364 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: More form buttons and validation

2007-04-18 Thread [EMAIL PROTECTED]
miloslav.vlach, This is a general JSF thing. You can do this: h:commandButton immediate=true onclick=bCancel=true value=Upload Attachment/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038365#4038365 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Problem of accessing Oracle DS in JBOSS from a stand-alo

2007-04-18 Thread [EMAIL PROTECTED]
One more 'anti-pattern', actually, it's a bug IMO. When using the Remote data source code like the following can lead to a leak pretty quickly: | | try | { | Connection conn = DataSource.getConnection() | PreparedStatement ps = conn.prepareCall(SomeSQL); | ps.close(); |

[jboss-user] [JBoss jBPM] - Re: connecting with the API

2007-04-18 Thread kukeltje
look at the testcases... LOTS of 'examples' there that use te api, including deployment etc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038368#4038368 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038368

[jboss-user] [JBoss jBPM] - jbpm3.2 on jboss 4.0.5

2007-04-18 Thread rishikumarsharma
Hi I am trying to install The jPDL Runtime Engine on jboss, but not getting success. Does anyone know how to configure or inco-opertate the jPDL Runtime Engine with Standalone JBOSS Application Server. Please send me steps if any one know. Many thanks R.K.Sharma View the original post :

[jboss-user] [JBoss Seam] - Re: Creating PDFs Programmatically

2007-04-18 Thread jgilbert
i am currently using commons-http client to access it. 1 - i make the inital http GET 2 - then i parse the redirect response to calculate the new url 3 - then i do another GET it works but... a wrapper similar to the mail render would be nice, but for my scenario it would need to work outside

[jboss-user] [JBoss Seam] - Migrate to jboss 4.2.0 CR

2007-04-18 Thread lcoetzee
Hi, This post with reference to: http://www.jboss.com/index.html?module=bbop=viewtopict=106625 I want to migrate my application to use the latest Seam cvs (to test a fix which has been submitted) which requires jboss 4.2.0CR. It seems that jb4.2.0 uses the JSF1.2 RI and not the myfaces jsf as

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-18 Thread Newlukai
Hi, don't know if it has been corrected or not. We just detected a problem in org.jboss.seam.ui.UISelectItems. There's a private static final String NO_SELECTION_VALUE = null; defined which should be replaced by import static org.jboss.seam.ui.NoSelectionConverter.NO_SELECTION_VALUE;

[jboss-user] [JBoss Seam] - Re: Security Problem

2007-04-18 Thread KoniKoni
How long does it take? pleasantly:) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038380#4038380 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038380 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Declare Anotation @EJB will a new instance ?

2007-04-18 Thread fhh
Yes, of course. What did you expect? Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038381#4038381 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038381 ___

[jboss-user] [JBoss Getting Started Documentation] - run.bat does nothing at all

2007-04-18 Thread digitx
hi board I've installed JBoss AS utilizing Javas Web Installer. OS is MS XP Pro, JBoss Version is 4.05 GA After installation procedure finished, i've double clicked the run.bat and. guess what: nothing happens at all. JDK 1.5.x is installed, JAVA_HOME is set, PATH variable points to

[jboss-user] [Messaging, JMS JBossMQ] - Re: Multiple persistence strategies in jbossMQ

2007-04-18 Thread [EMAIL PROTECTED]
No. Because that would require both databases to be XA and JBossMQ to use XA/JTA (two phase commit) internally on the two persistence managers. The jDBC2 PersistenceManager is not designed to do this. XA is implemented at the JMS Session level so you can do it with two different JBossMQ

[jboss-user] [Security JAAS/JBoss] - Re: Problem: JAAS + EJB + WEB

2007-04-18 Thread jaikiran
anonymous wrote : How I can loggin in my WEB Project and access the EJBs in my EJB Project? Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureAWebApplicationInJBoss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038387#4038387 Reply to the post

  1   2   3   4   >