[jboss-user] [Javassist user questions] - Re: drools integration with spring frame work using java

2007-06-05 Thread hlship
Not on this forum, you can't. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051521#4051521 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051521 ___ jboss-user mailing list

[jboss-user] [Javassist user questions] - Re: Anomalous VerifyError (related to inner classes?)

2007-06-05 Thread hlship
I think that Javassist is instrumenting field access incorrectly inside static methods (when the static method accesses an instance variable of an object passed as a parameter). That's why it affects these $access methods so much ... that's pretty much what those do. View the original post :

[jboss-user] [JBoss AOP] - Re: Newbie needs help with configuration

2007-06-05 Thread JReifsnyder
Hello again Kabir, I removed the aop.xml file from my jar and renamed it, put it in the deploy directory, and it is all working. Thanks so much. Jamie View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051516#4051516 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Unable to locate NamespaceHandler for namespace [http://

2007-06-05 Thread youngm
Well, they're located in CVS at /src/ioc/META-INF I don't know if they are getting packaged into a source package. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051515#4051515 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Can you check for Hibernate filters at some point in a c

2007-06-05 Thread hstang
Sorry, the contrived hierarchy should be put in code blocks for readability. | Region | - Organizations |- Employees |- Assign employee of the month | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051513#4051513 Reply to the post

[jboss-user] [JBoss Seam] - Seam Email Formatting w/CSS

2007-06-05 Thread gwzoller
Hello, Is it possible to do CSS formatting in a Seam templated email message? I tried including a CSS file into the m:body but it didn't like that. If its possible can someone please post a simple example? Thanks! Greg View the original post :

[jboss-user] [JBoss jBPM] - Re: #{taskInstance} is null on Notify='yes'

2007-06-05 Thread [EMAIL PROTECTED]
I'm stilling running into issues with jBPM's notify feature. Can anybody from jboss verify that this is an issue, or point me to an example? Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051519#4051519 Reply to the post :

[jboss-user] [EJB/JBoss] - Stateful session reference problem while upgrading to Jboss

2007-06-05 Thread saifi27
We have a J2EE based product that we are running on Jboss 3.0.8. Its been in production for a couple of years now and is running fine. Recently we have tried to upgrade to Jboss 4.0 and we are seeing some strange behavior with our stateful session beans. We have a SFSB in our application that

[jboss-user] [JBoss Seam] - s:fileUpload NPE

2007-06-05 Thread trouby
Hey, I'm trying to simply use fileUpload with no luck, submitting the form always returns null of the bean's property binded to the 'data' parameter of the 'fileUpload' tag. I have exactly the same code as mentioned at the begining of this post:

[jboss-user] [JBoss Seam] - Re: Trouble Using s:convertEntity/ on Glassfish

2007-06-05 Thread soluble
Looking futher at the configuration I have discovered that just adding core:entity-manager-factory name=dbFactory persistence-unit-name=bookingDatabase/ to the components.xml file in the Glassfish example of jboss-seam-1.2.1.GA causes all the errors in the previous post. On examination of the

[jboss-user] [JBoss Seam] - Re: Simplest s:fileUpload usage

2007-06-05 Thread nathandennis
thanks shane, i was hoping i was that lost.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051530#4051530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051530 ___ jboss-user

[jboss-user] [Installation, Configuration Deployment] - ClassLoading questions

2007-06-05 Thread viniciuscarvalho
Hi there! According to http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases When I have a non-scoped deploy, and a version of a class on my server/default/lib and on my war/lib I get the version loaded by the first UCL (the 2nd scenario on the page). Well I give it a try. Created

[jboss-user] [Beginners Corner] - Re: how to create connection pool

2007-06-05 Thread PeterJ
When you declare your datasource using a *-ds.xml file, supply min-pool-size and max-pool-size entries. For example: datasources |local-tx-datasource | jndi-nameds/ProductDS/jndi-name | connection-urljdbc:postgresql:productdb/connection-url |

[jboss-user] [Beginners Corner] - Re: why jboss is not calling release() in taglibs

2007-06-05 Thread mdonato
Hi All, Sorry by the post, but i found what is wrong! The release Method is not invoked each time, couse the specification said that there are a pool of taglib instance class, that could be reused. So i invoke the release method in the doEndTag method for cleaning up my attibutes. And its

[jboss-user] [JBoss Seam] - Re: s:fileUpload NPE

2007-06-05 Thread trouby
Hey, just to mention: - If I replace Seam's 'fileUpload' tag with Myfaces one it works well and the file gets uploaded. - Something is very odd, even if I bind the tag with a varabile/backend seam component that does not exist it doesnt throw a 'property not found' exception when the page

[jboss-user] [JBoss Seam] - Re: ClassCastException: org.jboss.seam.jsf.SeamApplication11

2007-06-05 Thread [EMAIL PROTECTED]
ok, great View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051541#4051541 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051541 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Can you check for Hibernate filters at some point in a c

2007-06-05 Thread [EMAIL PROTECTED]
No, a persistence context caches loaded data, you would have to destroy the cache if you wanted to change the filters halfway, which can have all sorts of side-effects. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051542#4051542 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Trouble Using s:convertEntity/ on Glassfish

2007-06-05 Thread [EMAIL PROTECTED]
You have misunderstood the semantics of @Startup(depends=...). Check the JavaDoc, and the line about if it is installed. Bottom line: you do not need MC to use an SMPC in glassfish. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051547#4051547 Reply to the

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Lightguard
What if you just leave it out of the xml file all together? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051550#4051550 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051550 ___

[jboss-user] [Management, JMX/JBoss] - Make an MBean (Quartz) depends on loaded jar?

2007-06-05 Thread avixcore
I'm using Quartz service right now in JBOSS 4. When it starts, it looks for JARs that haven't been loaded yet and I'd like it to have it depend on if it is loaded. I've looked into maybe trying to get it to work with MainDeployer, but I'm relatively new and am not sure what to put in my

[jboss-user] [Installation, Configuration Deployment] - Where is digester ??

2007-06-05 Thread jmiguel77
Hi: I downloaded the jboss-4.2.0-GA and tried to deploy and application i developed for 4.0.5 First of all, myfaces is gone, so i had to get rid of it in my web.xml and figure out what other components i could use But that is not the thing here. When i tried to deploy my app the server log

[jboss-user] [JBossWS] - Duplicate SOAP body/envelope tags in SOAP message

2007-06-05 Thread jopere
I have written two web services that I have tested separately and now I am trying to call one web service from the other. I have a client that is succesfully calling web service A, but when A tries to call web service B I get this message: 16:08:03,834 ERROR [SOAPFaultExceptionHelper] SOAP

[jboss-user] [Management, JMX/JBoss] - Re: Make an MBean (Quartz) depends on loaded jar?

2007-06-05 Thread avixcore
This is what I'd like to depend on, if it helps. [EMAIL PROTECTED] { url=file:/opt/jboss-4.0.5.GA/server/default/deploy/MovementCore.jar } deployer: [EMAIL PROTECTED] status: Deployed state: STARTED watch: file:/opt/jboss-4.0.5.GA/server/default/deploy/MovementCore.jar altDD: null

[jboss-user] [JBoss Seam] - Re: Can I create a flag variable in a entity-home maded in a

2007-06-05 Thread hstang
You can extend the EntityHome class, put your variable name there and reference your newly created class in components.xml using something like | component name=name class=a.b.c.ExtendedEntityHome | property name=someFlagVariablesomeValue/property | /component | or you could even

[jboss-user] [JBoss jBPM] - Re: Null check in condition

2007-06-05 Thread kukeltje
what is not working? If this is the only transition, it will always be taken (afaik) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051558#4051558 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051558

[jboss-user] [JBoss jBPM] - Re: #{taskInstance} is null on Notify='yes'

2007-06-05 Thread kukeltje
did you look at the testcases? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051559#4051559 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051559 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JSF 1.1 RI + JSTL + JBoss doesn't work

2007-06-05 Thread pjsa
Hi JBoss Community! I developed an application (using Netbeans 5.5 with Sun AS 9.0) that uses following technologies: - Database MySQL 5.0 - Persistence JPA - Business Layer EJB 3.0 - Web Servlet JSP with JSTL 1.1 JSF 1.1 Everything work fine in my development environment, but the

[jboss-user] [JBoss Seam] - Re: Trouble Using s:convertEntity/ on Glassfish

2007-06-05 Thread soluble
Thanks for the clarification. Seam really does have some neat features! I am trying to get to the root of my problem so have reverted to using the jboss-seam-1.2.1.GA/examples/glassfish example. I tried adding core:entity-manager-factory name=dbFactory persistence-unit-name=bookingDatabase/ to

[jboss-user] [JBoss Seam] - faces-config 1.1 or 1.2

2007-06-05 Thread awhitford
From Michael Yuan's blog, he instructs to update the /WEB-INF/faces-config.xml file to add the SeamELResolver using the new JSF 1.2 XML schema declaration... Looking at a fresh seam-gen application (from 1.3.0.ALPHA), I see that faces-config still has the 1.1 dtd and it has no SeamELResolver...

[jboss-user] [JBoss Seam] - Re: faces-config 1.1 or 1.2

2007-06-05 Thread [EMAIL PROTECTED]
It is not needed in Seam 1.3, since it is already in the faces-config.xml in the seam jar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051564#4051564 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051564

[jboss-user] [JBoss Seam] - Re: @Out with stateless beans should be outlawed?

2007-06-05 Thread liudan2005
I have a similar problem with @Out and I don't know if it's caused by the same problem as described. I have a page that dispalys a search box and serach result, when searchResult annotated with @Out is null, a search box shows. Otherwise, search result is displayed. I've noticed search result

[jboss-user] [JBoss Seam] - Re: Trouble Using s:convertEntity/ on Glassfish

2007-06-05 Thread epbernard
Hi, Before digging more, try and update to HEM 3.3.1 Download the package and copy cp $HEM_HOME/lib/hibernate-annotations.jar $JBOSSAS_HOME/client cp $HEM_HOME/lib/hibernate-annotations.jar $HEM_HOME/server/default/lib cp $HEM_HOME/lib/hibernate-entitymanager.jar $JBOSSAS_HOME/server/default/lib

[jboss-user] [JBoss Seam] - Re: faces-config 1.1 or 1.2

2007-06-05 Thread [EMAIL PROTECTED]
And I just updated the scheme declarations everywhere. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051567#4051567 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051567 ___

[jboss-user] [Remoting] - Re: Remoting from unsigned applet - ClassLoader security exc

2007-06-05 Thread [EMAIL PROTECTED]
See http://www.jboss.com/index.html?module=bbop=viewtopicp=4051568#4051568 in the Design of JBoss Remoting, Unified Invokers forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051569#4051569 Reply to the post :

[jboss-user] [JBoss Seam] - Injection and relation between components

2007-06-05 Thread rmemoria
Hi all, I'm using JBOSS 4.0.5 and SEAM 1.2.1 I don't know if it's a bug or my (wrong) way of using components. I have a long running conversation and a java bean component declared like this: @Name(drugOrderHome) | public class DrugOrderHome extends EntityHomeDrugOrder{ | private

[jboss-user] [Beginners Corner] - Classloader -- multiple wars

2007-06-05 Thread haplar
If I have two different wars with the same fully qualified class name (e.g. pcg.animal.AnimalProps), can there be any problems with the classloader? If so, what should I look out for? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051575#4051575 Reply to the

[jboss-user] [JBoss Seam] - Re: Injection and relation between components

2007-06-05 Thread hstang
As well, if you SourceConsumptionHome is in fact already conversation-scoped, you may want to try adding @Out to make sure the changes are outjected. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051577#4051577 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Simplest s:fileUpload usage

2007-06-05 Thread [EMAIL PROTECTED]
nathandennis wrote : thanks shane, | i was hoping i was that lost.. It seems like there wasn't a bug with fileUpload after all, I retested it again and no matter what I did it worked every time. Perhaps because it was late at night when I tried it the first time my brain was playing tricks

[jboss-user] [JBoss jBPM] - Installation of the jbpm-bpel

2007-06-05 Thread pillcase
Dear all, I want to install the jBPM-bpel, and I've just created the jbpm-bpel.sar according to the bpel getting started guide; But there is something I could not understand, in the guide 3.5.3, Before deploying the service, start JBoss in the server configuration of your choice (see Server

[jboss-user] [JBoss Seam] - rememberMe at security: cannot get the username

2007-06-05 Thread xtia004
Has anybody experienced this problem -- Identity cannot get the username from the cookie? By tracking into the code, the real cause is that at getCookie method FacesContext.getCurrentInstance() always returns null. The other session scope component with @Startup + @Create also has got the same

[jboss-user] [JBoss Seam] - Re: Injection and relation between components

2007-06-05 Thread [EMAIL PROTECTED]
hstang wrote : As well, if you SourceConsumptionHome is in fact already conversation-scoped, you may want to try adding @Out to make sure the changes are outjected. This is not necessary. Just make sure that the sourceConsumptionHome component is conversation scoped. View the original post :

[jboss-user] [JBoss Portal] - Re: Migrate WebLogic Portal Application to JBoss

2007-06-05 Thread ashu_prakash
Are there any software, tool, utility availble for migration to JBoss Portal? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051586#4051586 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051586

[jboss-user] [JBoss Portal] - Re: from hibernate to sybase

2007-06-05 Thread Sonal K.
I have already checked that. Its is there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051588#4051588 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051588 ___ jboss-user

[jboss-user] [JBoss Seam] - Session scoped bean launching a conversational bean question

2007-06-05 Thread [EMAIL PROTECTED]
This is a button in a session scoped bean. | s:button value=#{messages.button_add_image} | action=#{uploadController.startUpload(the_organisation)} rendered=#{the_organisation.picture == null}/ | When pressed it is supposed to launch to a conversational bean,

[jboss-user] [JBoss Seam] - Re: Session scoped bean launching a conversational bean ques

2007-06-05 Thread [EMAIL PROTECTED]
| 17:18:21,372 INFO [Component] Component: uploadController, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: nz.co.selwynequestriancentre.actions.upload.UploadControllerImpl, JNDI: selwynequestriancentre/UploadControllerImpl/local | | 17:18:05,068 INFO

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-06-05 Thread grdzeli_kaci
sorry, limousyf is right, i wanted to say very good job guys :)) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051593#4051593 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051593

<    1   2   3