[jboss-user] [JBoss Seam] - Chaning RichFaces skin during development

2008-01-14 Thread hubaghdadi
Hi. seam-gen tool asks us which theme to use for RichFaces suite. What is happing under the hood when I select a skin (wine for example) beside of storing this value in seam-gen/build.properties file? How to change this value later during application development? Thanks. View the original post :

[jboss-user] [JBoss Seam] - Re: Trouble connecting to built-in HSQL using SQuirreL

2008-01-14 Thread nickarls
I think it is the seamdiscs example from http://fisheye.jboss.org/browse/JBoss/jboss-seam/examples/seamdiscs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119525#4119525 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Form Validation Question:Entity Bean @NotNull vs. requir

2008-01-14 Thread nickarls
a @NotNull doesn't help by itself, it has to have a required=true also, hope this gets fixed somewhere between JSF 2 and the JSR303. No matter how you validate, you are bound to get other persistence exeptions. Either handle them more gracefully in code or then through exception rules in

[jboss-user] [JBoss Seam] - Re: Chaning RichFaces skin during development

2008-01-14 Thread nickarls
Nothing magical, it just goes into web.xml as a parameter | context-param | param-nameorg.richfaces.SKIN/param-name | param-valueblueSky/param-value | /context-param | as described in

[jboss-user] [Installation, Configuration DEPLOYMENT] - Running JBoss AS in debug mode

2008-01-14 Thread hubaghdadi
Hi. How to run JBoss-4.2.2 under debug mode (I'm running Ubuntu)? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119524#4119524 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119524

[jboss-user] [JBoss Seam] - Seam application on Glassfish v2

2008-01-14 Thread hubaghdadi
Hi. A nice thing about deploying Seam application on JBoss AS is the ability to use a JNDI pattern name for EJB3 beans, so we don't have to enlist every EJBs in our application. Is it possible to employ the same thing on Glassfish v2? Thanks. View the original post :

[jboss-user] [JBoss Seam] - Re: Start quartz cron when Seam apps is up

2008-01-14 Thread nickarls
Marx3 wrote : or maybe use servlet with | load-on-startup1/load-on-startup ? | What's better? If you are using seam-stuff in your job it is probably best waiting for seam to signal that the init is complete (and it saves you from writing a servlet and mapping it) View the original post :

[jboss-user] [Beginners Corner] - Re: Jboss 4.2.2 starting problem

2008-01-14 Thread NSchweig
Hi PeterJ, thank you so much!!! A few weeks ago, I installed the sun application server (failed installation) and in my path-variable was only nonsense... At my notebook I think it is the same. Now it works, I´m happy! I wish you a great week :-) NSchweig View the original post :

[jboss-user] [Beginners Corner] - Backup mail system.

2008-01-14 Thread JDocs
Hi all. I've been tasked with developing with a system that will send certain critical mails if a MailNode fails to. This will only apply to some mail nodes so I've decided to proceed with the back up system implemented via an Exception handler. The backup system is fuilly developed and I am

[jboss-user] [JBoss Seam] - Re: Seam application on Glassfish v2

2008-01-14 Thread thejavafreak
Unfortunately no. You have to reference EJB on your web.xml because Glassfish has a different implementation regarding EJB3. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119537#4119537 Reply to the post :

[jboss-user] [Beginners Corner] - JBoss 4.2.2 with myfaces - java.lang.RuntimeException: Canno

2008-01-14 Thread javatwo
Everything is runing well in JBoss 4.0.5GA with myfaces. For JBoss 4.2.2GA, I uses myfaces jars bundled in web-inf/lib and add the following in web.xml, and remove all libs under jsf-libs. context-param param-nameorg.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL/param-name

[jboss-user] [JBoss Seam] - Re: how to set parameters in user integration tests

2008-01-14 Thread nickarls
Does this apply? http://www.jboss.com/index.html?module=bbop=viewtopicp=3997350#3997350 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119540#4119540 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119540

[jboss-user] [JBoss Seam] - Re: [newbie]is there a

2008-01-14 Thread mhinten
Thanks again. I will get it working now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119533#4119533 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119533 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Start quartz cron when Seam apps is up

2008-01-14 Thread thejavafreak
nickarls wrote : You could probably place an observer on org.jboss.seam.postInitialization and tickle it from there. Hi Nick, Thanks for the hint. I'm going to read the document and try it first. Thanks, View the original post :

[jboss-user] [JBoss Seam] - how to set parameters in user integration tests

2008-01-14 Thread berkay
hi.. i ve a little question about user integration test w testNG. | new FacesRequest() { | protected void invokeApplication() { | Session hibernateSession = (Session) Component.getInstance(hibernateSession); |

[jboss-user] [JBoss jBPM] - Dynamic configuration for ActionHandler

2008-01-14 Thread greeneagle
Hello, is ist possible to configure an ActionHandler dynamically? More precisely I want to do something like this: | . | . | . | node |event type='node-enter' | script | expression | myVar=I am a variable; | /expression | variable

[jboss-user] [JBossCache] - What happens if number of buddies is 0 and Data Gravitation

2008-01-14 Thread ne_vasya
What happens if number of buddies is 0 and Data Gravitation set to True? Would the data still be gravitated. In particular, what if cluster node N1 receives a request for data keyed by K1 and the K1 currently resides on N2. Will the data for K1 be moved from N2 to N1? If this cannot be

[jboss-user] [Clustering/JBoss] - Re: HASingletonElectionPolicy

2008-01-14 Thread [EMAIL PROTECTED]
After killing A, B correctly removes A from view and then proceeds to start up the singleton and becomes the master. So the failover is successful in this case. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119541#4119541 Reply to the post :

[jboss-user] [JBoss Seam] - Re: how to set parameters in user integration tests

2008-01-14 Thread berkay
this doesnt works for me when i print getValue(parentCategory), null comes. i am confused. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119546#4119546 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119546

[jboss-user] [JBoss Seam] - Re: Access exception stacktrace from error page

2008-01-14 Thread vas_opel
I have just tried that and the result is the first line of the exception occured. Is there a similar way to return the full stack trace? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119551#4119551 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: forms in jpdl

2008-01-14 Thread kukeltje
yes, - build your own framework - use seam - ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119554#4119554 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119554 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Dynamic configuration for ActionHandler

2008-01-14 Thread mwohlf
Hi, most likely the scope of the script variables is destroyed after the script is terminated, i guess you have to store the variables in the process instance somehow and then access them in the execute() method of the action with something like (not tested): | public void

[jboss-user] [JBoss Seam] - Re: Pageflow: Illegal Navigation Error

2008-01-14 Thread tjakopec
I have the same problem, but only on some pages! Any one know how to fix this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119556#4119556 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119556

[jboss-user] [JBoss Seam] - EntityManager adds instead removes object???!!

2008-01-14 Thread mladen.babic
Hi, I'm using Seam 2.0.0 and JBoss AS 4.2.1 GA. Problem occurs when I try to delete some objects, entitymanager adds new objects (without any orders) in database instead removes. I have categories and products and they have properties. While adding category properties, products in category

[jboss-user] [JBoss jBPM] - Re: Dynamic configuration for ActionHandler

2008-01-14 Thread kukeltje
I'm not even sure the script and action run in a pre-determined order might be that they do now 'by accident' but without promoting this to 'by design' it might be lost in a new release View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119557#4119557 Reply

[jboss-user] [JBossWS] - Re: WS-Attachment on jbossws

2008-01-14 Thread paoletto
googled further, and found this on axis2 documentation: | /* Sample client which sends a message with SwA type attachments */ | |public void uploadFileUsingSwA(String fileName) throws Exception { | | Options options = new Options(); | options.setTo(targetEPR);

[jboss-user] [JBoss Seam] - Re: Access exception stacktrace from error page

2008-01-14 Thread nickarls
The Manual speaks of org.jboss.seam.handledException holds the nested exception that was actually handled by an exception handler. The outermost (wrapper) exception is also available, as org.jboss.seam.exception. is there anything useful in org.jboss.seam.exception? View the original post :

[jboss-user] [JBoss jBPM] - Why jbpm-console example doesn't work?

2008-01-14 Thread inxaoc
I've downloaded jboss server jboss-4.2.2.GA and jbpm-jpdl-suite-3.2.2.zip. Unzipped all. Put jbpm-console.war and log4j.xml (from deploy folder of jbpm-jpdl-suite-3.2.2) to server (jboss-4.2.2.GA) deploy folder (default server). Checked that jboss-4.2.2.GA/lib folder of server contains all

[jboss-user] [JBoss Seam] - Re: EntityManager adds instead removes object???!!

2008-01-14 Thread nickarls
Hard to tell without seeing the code. This is probably more of a persistence provider (hibernate?) question and will probably be ignored on the hibernate forums ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119555#4119555 Reply to the post :

[jboss-user] [EJB 3.0] - Re: ConnectionTimeout when accessing ejb3 beans

2008-01-14 Thread nicolas.medoc
My JBoss version is 4.0.4GA. In jboss-remoting.jar (in meta-inf/manifest.mf) the specification version is 1.4.3. The default timeout is 180. For this version, the timeout configuration don't work with socketTimeout parameter but with timeout parameter. Like this : | attribute

[jboss-user] [JBoss Portal] - Mapping AD groups to roles not working

2008-01-14 Thread krejci.r
I installed JBossPortal 2.6.3 bundle. I setup integration with AD by http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigurePortalForMicrosoftActiveDirectory document ( all work ok ), I tried assign admin role to different AD group by http://wiki.jboss.org/wiki/Wiki.jsp?page=GiveAdminPrivileges

[jboss-user] [JBoss Seam] - Re: test enum values in EL expressions

2008-01-14 Thread Lundegaard
Try the following: | h:outputText rendered=#{user.form.gender == 'FEMALE'} | == works for me | /h:outputText | Tested with jboss-el-2.0.0.CR1.jar and jsf-impl-1.2_07.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119561#4119561 Reply to the

[jboss-user] [JBoss Seam] - Re: jbpm do not auto create database schema.

2008-01-14 Thread SunFire
If you want to create the schema even without process definitions present you can use a component like this: @BypassInterceptors | @Name(org.jboss.seam.bpm.jbpm.init) | @Startup(depends={org.jboss.seam.bpm.jbpm}) | @Install(dependencies=org.jboss.seam.bpm.jbpm) | public class

[jboss-user] [JBossWS] - WSSE UsernameToken without HTTP basic auth?

2008-01-14 Thread mikaeljl
Hi! I've managed to implement a web service + a client that authenticates with WSSE UsernameToken. My problem is that the client side is always including the HTTP Authorization header. Something like: Authorization: Basic a2VybWl0OnRoZWZyb2c= Note, the WSSE data in the SOAP header is also

[jboss-user] [JBoss Seam] - Re: Inc. hot deployment classloader blues

2008-01-14 Thread [EMAIL PROTECTED]
You can't hot deploy entities. Sorry :( The only solution is to not hot deploy action classes on which your model depends (normally your model wouldn't depend on your actions) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119566#4119566 Reply to the post :

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread Mussie
this is my components.xml ?xml version=1.0 encoding=UTF-8? | components xmlns=http://jboss.com/products/seam/components; | xmlns:core=http://jboss.com/products/seam/core; | xmlns:persistence=http://jboss.com/products/seam/persistence; |

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread [EMAIL PROTECTED]
Post the whole exception stack trace please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119568#4119568 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119568 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Inc. hot deployment classloader blues

2008-01-14 Thread nickarls
Well, I doesn't have to be hot deployment for the entities, lukewarm would do and http://www.jboss.com/index.html?module=bbop=viewtopict=127432 indicates that it would be possible. At least with ant scripts, although it is the eclipse-version I'm currently looking for. View the original post

[jboss-user] [JBoss Seam] - Re: No selected element from h:selectOneListbox

2008-01-14 Thread haefti
Hi! First of all thanks for the answer! jmodadams wrote : I believe the problem here is that you have not specified a value attribute in the h:selectOneListbox tag, which is how you bind the selected value to your backing bean. | | If you were to add a video property to your manager bean

[jboss-user] [JBossCache] - Exception when a cluster node joins under load

2008-01-14 Thread ne_vasya
Hi, I have cache configured with INVALIDATION_SYNC policy and get the following error when a 2nd cluster node starts up under load: | java.lang.IllegalStateException: Cache not in STARTED state! | at org.jboss.cache.CacheImpl.invokeMethod(CacheImpl.java:3929) | at

[jboss-user] [JBoss jBPM] - Re: eclipse designer setup issues

2008-01-14 Thread [EMAIL PROTECTED]
Hi Uma, Did you try to unzip the downloaded Eclipse archive in the folder D:\jbpm\jbpm-jpdl-suite-3.2.2\jbpm-jpdl-3.2.2\designer that you mentioned? I just tried it on my (linux) machine again and this works like a charm. Regards, Koen View the original post :

[jboss-user] [JBoss jBPM] - Re: Why jbpm-console example doesn't work?

2008-01-14 Thread kukeltje
afaik, the jbpm 3.2.x suite is configured for JBoss 4.0.5. See the wiki on how to configure it for 4.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119581#4119581 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119581

[jboss-user] [JBoss Seam] - openId authentication on seam

2008-01-14 Thread koenhandekyn
has anybody made an openId implementation on top of seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119583#4119583 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119583 ___

[jboss-user] [JBoss Seam] - Re: Start quartz cron when Seam apps is up

2008-01-14 Thread cavani
Sorry by portuguese log, but it is very easy to undestand. Second, I put the comment but didn't comment the code on start method, so... Both are Seam components and it is interesting to use: | @In | private SynchronizationTimer synchronizationTimer; | to control the timer. Thanks,

[jboss-user] [JBoss Seam] - Re: No selected element from h:selectOneListbox

2008-01-14 Thread nickarls
drop the () from the editVideo() action in the button View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119574#4119574 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119574 ___

[jboss-user] [JBoss Seam] - Re: test enum values in EL expressions

2008-01-14 Thread SunFire
Now this is quite impressive. About 18 months have passed since I made the original post and now it is being answered. ;) Thanks a lot guys but since then I have figured out ways to get this done. But I do appreciate that it doesn't matter how old a post is, you can always keep up the hope to

[jboss-user] [JBoss Seam] - Re: Start quartz cron when Seam apps is up

2008-01-14 Thread cavani
I am using this: | | @Name(bootstrap) | @Scope(ScopeType.APPLICATION) | @BypassInterceptors | @Startup | public class Bootstrap | { | | @Create | public void start() throws Exception | { | Events.instance().raiseTimedEvent(comeEvent, new

[jboss-user] [JBoss AOP] - Re: aop precompiler ant task fails to find class reference

2008-01-14 Thread thebaz
I add ant build task to be more clear. !--AOP COMPILATION-- | path id=cachelib.classpath | fileset dir=${cache_lib} | include name=**/*.jar/ | exclude name=jboss-cache.jar/ | exclude name=jboss-aop.jar/ | /fileset | |

[jboss-user] [Remoting] - How to stop the Remoting Server??

2008-01-14 Thread ajay.gour
Hello All, Iam a newbie to the JBoss Remoting. I wanted to know if there's a way to stop the server other than using Ctrl - C on server window? How can we stop the server if it is running as a separate background thread? Any help would be highly appreciated. Thanks, -Ajay View the original

[jboss-user] [JBoss Seam] - Re: how to set parameters in user integration tests

2008-01-14 Thread abra
i'm actually fighting with the same kind of problem. what i want to do is setting the @DataModelSelection with set(#{ataModelSelection}, myObject). as far as i have understood seam, this should provide myObject for injection in my classes where the @In annotation stands. can someone provide me

[jboss-user] [JBoss Seam] - Re: openId authentication on seam

2008-01-14 Thread nickarls
I might be misunderstanding what level of integration you are looking for but couldn't you just use http://code.google.com/p/openid4java/ or some other package inside the normal authentication method? View the original post :

[jboss-user] [JBoss AOP] - Re: aop precompiler failed to resolve class reference

2008-01-14 Thread thebaz
Hi I have the same problem this is my topic: http://www.jboss.com/index.html?module=bbop=viewtopict=127489. Have you solved your issues? Can you help me? Thanks, Marco. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119588#4119588 Reply to the post :

[jboss-user] [JBoss jBPM] - Deploy jbpm-bpel process definition error

2008-01-14 Thread anas
Dears,, I'm trying to depoly the hello world example,, I'm using jbpm-bpel-1.1.GA with AS 4.2.2 and I successed to run the jbpm-bpel cpnsole,,, but the problem while i'm tryin to deploy the bpel process definition.. I'm following the deocumentation and other llinks,,, i started by build the

[jboss-user] [JCA/JBoss] - Re: XADataSource vs. WrapperDataSource

2008-01-14 Thread jhalliday
Ahh, cool, thanks. That's not quite what I need, but it's close enough to give be a good idea on how to proceed. Ideally I'd like to be able to call XAManagedConnectionFactory.getXADataSource but since it's not possible I'll settle for getXADataSourceClass plus getXADataSourceProperties which

[jboss-user] [JBoss Seam] - Re: No selected element from h:selectOneListbox

2008-01-14 Thread haefti
nickarls wrote : drop the () from the editVideo() action in the button Thanks but that does not change anything. The log output after clicking the button is: | 13:19:40,096 INFO [STDOUT] Hibernate: select video0_.videoId as videoId123_, video0_.picturesId as picturesId123_, vide | o0_.datum

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problems with @Past validator

2008-01-14 Thread mahbe
Answer from the Hibernate Team: http://forums.hibernate.org/viewtopic.php?t=982687 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119604#4119604 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119604

[jboss-user] [JBoss Tools (users)] - Re: Opening an xhtml file crashes Eclipse in Mac OS X Leopar

2008-01-14 Thread oranheim
Check this out: http://www.jboss.com/index.html?module=bbop=viewtopicp=4113729#4113729 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119601#4119601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119601

[jboss-user] [JBoss Seam] - Re: openId authentication on seam

2008-01-14 Thread nickarls
http://labs.jboss.com/jboo/ also mentions Work in progress for the JBoss SEAM Framework integration but I have no idea of the progress on that one. There might also be other ways using JAAS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119598#4119598

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.2.2 does not respond to http port 80, no firewal

2008-01-14 Thread javatwo
Ops, I read the doc, and need to set -b 0.0.0.0 when starting JBoss. Where to add the -b option? Is it a Java option? I am running Linux. Thanks Dave View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119600#4119600 Reply to the post :

[jboss-user] [JBoss jBPM] - Sending an attachment along with ws invocation

2008-01-14 Thread paoletto
Hi! i have the problem of sending an attachment along with the normal web service invocation of the bpel process.. i dont understand how to attach attachments to the invocation made with jbossws wsconsume generated client.. i examined jbossws attachment examples, but in all of them, they add

[jboss-user] [JBoss Seam] - Re: No selected element from h:selectOneListbox

2008-01-14 Thread nickarls
Do you have a messages tag to see validation errors? (although you should see them in the log, too). Tried putting a change listener on the select box? The last sql is probably from the entityConverter... View the original post :

[jboss-user] [JBossCache] - java.lang.NoSuchFieldError: TRACE

2008-01-14 Thread boniek
When I try to use JBoss Cache in standalone mode (1.4.1.SP8) I get following exception: [java] java.lang.NoSuchFieldError: TRACE [java] at org.jboss.logging.Log4jLoggerPlugin.trace(Log4jLoggerPlugin.java:97) [java] at org.jboss.logging.Logger.trace(Logger.java:131)

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.2.2 does not respond to http port 80, no firewal

2008-01-14 Thread jaikiran
javatwo wrote : Ops, I read the doc, and need to set -b 0.0.0.0 when starting JBoss. Where to add the -b option? Is it a Java option? I am running Linux. | | Its not a java option. You will have to pass this parameter to the run command. For linux, you use run.sh -b 0.0.0.0 View the

[jboss-user] [JBoss Tools (users)] - Re: Ant Task not dependent upon Eclipse plugins

2008-01-14 Thread tcrosman
Rob, I just signed the contributor agreement so feel free to use the submitted code anyway you like. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119608#4119608 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119608

[jboss-user] [JBoss Seam] - Re: begin-conversation starting 4 conversations

2008-01-14 Thread DiegoCoronel
this problem can occurs because my seam jars are in deploy ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119613#4119613 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119613

[jboss-user] [JBoss jBPM] - Re: BPEL Problem

2008-01-14 Thread [EMAIL PROTECTED]
Hi Arman, jBPM BPEL 1.1.GA supports (a subset of) the final version of the BPEL 2 standard. The process document you posted has namespace URIs that corresponds to an old specification draft. You can find the final BPEL 2 specification at: http://docs.oasis-open.org/wsbpel/2.0/wsbpel-v2.0.html.

[jboss-user] [JBoss jBPM] - problem with startJobExecutor

2008-01-14 Thread mmaaty
Hi , I am using JBPM-jpdl suite 3.2.2. I'm tring to use timer inside task , I added an action that is supposed to be excuted after DueDate. but I get this Exception exception while executing 'timer(TimerTask,08-01-14 15:10:19,218,TaskInstance: 1,Token: 1)' java.lang.NullPointerException

[jboss-user] [JBoss AOP] - Re: aop precompiler ant task fails to find class reference

2008-01-14 Thread [EMAIL PROTECTED]
The classpath tag, inside aop, must point only to the class files that will be transformed by aopc. Please, have a look at the build file contained in the examples directory of our release ( the path is [release-dir]/docs/aspect-framework/examples). There you will find an aopc task example. In

[jboss-user] [JBoss Portal] - How to set up locale in portlets

2008-01-14 Thread thepriz
I am trying to figure out how to make my jsp portlets use a properties file for locale strings. I have looked for a tutorial or examples and have not been successful. Can someone point me in the right direction? Thanks, View the original post :

[jboss-user] [JBoss Seam] - Re: begin-conversation starting 4 conversations

2008-01-14 Thread nickarls
Entity beans implies EAR packaging. Try putting the libraries there (start with seam-gen ear packaging to get a sample) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119625#4119625 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Deploy jbpm-bpel process definition error

2008-01-14 Thread [EMAIL PROTECTED]
Notice the following entry in the server console. 13:28:40,937 INFO [WscompileTool] error : com.sun.tools.javac.Main is not available in the classpath Are you running AS with a JRE as opposed to a JDK? If so, please use a JDK because the wscompile tool requires the java compiler. Alternatively,

[jboss-user] [JBoss Portal] - Re: Request forward error with Portlet

2008-01-14 Thread anantj
Ya I did following. I put my servlet code inside portlet class... what i think is... portlet class already runs inside a container so it doesn't hit any other servlet... so what that... what all code was there in my servlet i put the same in my portlet class and hence it started

[jboss-user] [JBoss jBPM] - Re: Exception while executing SubProcess

2008-01-14 Thread jkva
I've found a possible solution for the NPE. I don't think it's a best practice, but at the moment it works. The fix is manually creating an instance of the sub process and then manually creating a token, like in the following snippet. | token.signal(); | ProcessInstance subProcessInstance

[jboss-user] [JBoss Portal] - Re: Request forward error with Portlet

2008-01-14 Thread Szymon
Hi anantj, I face exactly the same problem. Did you manage to resolve it? I look forward to any hints because I'm kind of stuck with it right now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119611#4119611 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Invoke a WebService from ActionHandler

2008-01-14 Thread dadajboss
Done! But I have still the following error: Error completing task: An exception of type org.jbpm.graph.def.DelegationException was thrown. The message is: ; nested exception is: | org.xml.sax.SAXParseException: Content is not allowed in prolog. I've also tried to call another

[jboss-user] [JBoss Seam] - Re: how to set parameters in user integration tests

2008-01-14 Thread laksu
Hi, I am from the same team with berkay. We followed the suggested solution ot that thread. There, in the code from Seam 2.0.1.CR1 for invodeApplication is: return application.getExpressionFactory().createMethodExpression( facesContext.getELContext(), methodExpression,

[jboss-user] [JBoss Seam] - Re: Adding dependencies to a Seam Eclipse (with JBoss Tools)

2008-01-14 Thread [EMAIL PROTECTED]
I would suggest taking this to the JBoss Tools forum, as that is where the eclipse gurus hang out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119633#4119633 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119633

[jboss-user] [JBoss Seam] - Re: begin-conversation starting 4 conversations

2008-01-14 Thread [EMAIL PROTECTED]
No you can use JPA with WAR style deployment. (see e.g. the JPA example). But if you are indeed using a EAR, then your entity beans and jboss-seam.jar need to be in the EAR as Nick says. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119635#4119635 Reply to

[jboss-user] [JBoss Seam] - Re: Servlets in long running conversations

2008-01-14 Thread burtoncarl
Well the real issue isn't getting the Conversation object, it's getting my thread to join the conversation so that when I use Component.getInstance(name) I am able to get the instance of my object from my current long running conversation. View the original post :

[jboss-user] [JBoss AOP] - Re: aop precompiler ant task fails to find class reference

2008-01-14 Thread [EMAIL PROTECTED]
I'm glad it works now :). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119634#4119634 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119634 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread nickarls
Are you sure the components.properties files is in the correct place? Since the trace says | Expression @jndiPattern@ evaluated to null. | (you could also try hardcoding the jndiPattern as in the properties file View the original post :

[jboss-user] [JBoss AOP] - Re: aop precompiler ant task fails to find class reference

2008-01-14 Thread thebaz
Hi all, problem is solved. I had to change ant task build, course it was not good. Just have to say sorry! !--AOP COMPILATION-- | !-- set local properties for this build -- | path id=cachelib.classpath | fileset dir=${cache_lib} | include name=**/*.jar/ |

[jboss-user] [JBoss Seam] - Re: error while reading /WEB-INF/components.xml

2008-01-14 Thread Mussie
hi thats my stack trace errors ocur when I try to generate entities! 14:01:21,796 INFO [TomcatDeployer] deploy, ctxPath=/crudappwar4, warUrl=.../tmp/deploy/tmp12204crudappwar4-exp.war/ | 14:01:31,578 INFO [ServletContextListener] Welcome to Seam 2.0.0.GA | 14:01:31,656 INFO [Scanner]

[jboss-user] [Beginners Corner] - Re: JBOSS JSTL sql:dataSource issue

2008-01-14 Thread jaikiran
Based on a similar discussion in the JCA forum, it seems that the sql:datasource looks for the datasource in the java:comp/env namespace. So in your case, it looks for java:comp/env/OracleDS In order to setup the datasource in the java:comp/env namespace, you will have to add the following

[jboss-user] [JBoss Seam] - Re: Adding dependencies to a Seam Eclipse (with JBoss Tools)

2008-01-14 Thread nickarls
stian wrote : | So I have tried adding my jar libraries directly to projectname-ear/EarContent, updating application.xml, and updating MANIFEST.MF but of no use. So, how do I properly add extra jars to my project that is accesible for the files in project-name-ejb/ejbModule (if this is where

[jboss-user] [JBoss Seam] - Re: Seam Theme and Printable View?

2008-01-14 Thread altes-kind
Hi terry... it works for me now. Thanks a lot for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119638#4119638 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119638

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Running JBoss AS in debug mode

2008-01-14 Thread jaikiran
In the run.conf file (present in %JBOSS_HOME%/bin folder) you will find a line for setting JAVA_OPTS, which has been commented. Uncomment it and start JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119640#4119640 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem using mail inside timer

2008-01-14 Thread [EMAIL PROTECTED]
Is the xml validation a problem or rather the execution? In the first case it is as simple as correcting the xsd (or throwing out the xsd reference for the validation not to occur). In the second case it could be a bug in the xml parsing. In both cases you can file a JIRA issue, preferably with

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-14 Thread ydzsidemiik
The ejb3mdb example shipped with JBM works to demonstrate the issue. Every time the example is run, the number of ClientTransaction and LocalTx instances in memory goes up by two each. Running a full GC removes one, but the other remains. You can run the example as many times as you want and

[jboss-user] [EJB/JBoss] - Re: What is wrong with my local ejb JNDI lookup code (or the

2008-01-14 Thread jaikiran
sairndain wrote : | | If anyone knows what other benefits the jboss*.xml provide, please post it... | | You can configure classloader for your application through the jboss*.xml files. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119643#4119643

[jboss-user] [JBoss jBPM] - Re: forms in jpdl

2008-01-14 Thread [EMAIL PROTECTED]
Notice that there was a bug in the task generation mechanism in the GPD included with the JBoss Tools 2.0.0.GA. Try to use the latest release of the GPD and normally you should be able to visualize the generated task forms. You should make sure that the names of the xhtml files in your

[jboss-user] [JBoss jBPM] - Re: jBPM jPDL GPD 3.1.2 Released

2008-01-14 Thread [EMAIL PROTECTED]
This is obviously wrong. Let me correct this. Thanks for reporting. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119645#4119645 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119645

[jboss-user] [JBoss jBPM] - Re: problem with importing jbpm-bpel-1.1.GA into Eclipse

2008-01-14 Thread [EMAIL PROTECTED]
Hi Aukasz, The BPEL QuickStart with Eclipse Designer document was written for jBPM BPEL 1.1.Beta1 and has not been updated. You can still import jBPM BPEL 1.1.GA into Eclipse as follows. Go to File - New - Java Project. Specify jbpm-bpel-1.1.GA as the project name. In fact, you can set

[jboss-user] [JBoss jBPM] - Re: Invoke a WebService from ActionHandler

2008-01-14 Thread kukeltje
'content not allowed in prolog' means there is data before ?xml...? Not jbpm related at all View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119647#4119647 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119647

[jboss-user] [JBoss Seam] - How to get a seam components in Filters ?

2008-01-14 Thread alessandrolt
I tried Componente.getInstance in servlet filters and the contexts aren't active. How can I do? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119648#4119648 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119648

[jboss-user] [JBoss Messaging] - Re: LocalTx, ClientTransaction leak?

2008-01-14 Thread ydzsidemiik
I should note that I built and deployed the MDB independently of the ant build script, and modified the script to not perform that step itself. The script then simply called the Sender to repeatedly connect to a single deployment of the MDB. View the original post :

[jboss-user] [JBoss Seam] - Re: How to get a seam components in Filters ?

2008-01-14 Thread Lundegaard
Your web.xml contains the following code? | filter | filter-nameSeam Filter/filter-name | filter-classorg.jboss.seam.servlet.SeamFilter/filter-class | /filter | | filter-mapping | filter-nameSeam Filter/filter-name | url-pattern/*/url-pattern | /filter-mapping

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBOSS AS 5.0.0.beta3 and JMS - where are we?

2008-01-14 Thread jonin
How does one configure JMS queue and topic in JBOSS 5.0.0.beta3? I cannot find any documentation on the subject (as I have no idea which version of JMS Messaging is included in the 5.0.0.beta3, that's not in the release notes neither in the manifest files). This lack of proper versioning is

[jboss-user] [JBoss Tools (users)] - Something seems wrong with generated filenames.

2008-01-14 Thread mikeeprice
Using Eclipse Version: 3.3.1.1 Build id: M20071023-1652 with Jboss 4.2.2, Seam 2.0.1-SNAPSHOT from last week, Java jre1.6.0_03, JBossTools-200801131613-nightly-ALL-win32 I used Seam Create Entity to create an entity with class name Person. I then ran Seam Generate Entities (isn't this the

[jboss-user] [Installation, Configuration DEPLOYMENT] - config JDBC

2008-01-14 Thread harish73
Hi, I'm using jboss-4.0.3SP1 with jdk 1.4 on linux server. Can someone tell me steps to configure JDBC pool in jboss? I mean which files to do the changes? Thanks, hk View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119656#4119656 Reply to the post :

  1   2   3   >