[jboss-user] [Installation, Configuration & Deployment] - Re: strange! halt of jboss + DB2(XA)

2006-12-04 Thread richard_djs
table1 and table2 are exist in same db. For example, table1 is for business and table2 is for log. I start the transation from EJB(Stateless,Bean). try { ut = sessionContext.getUserTransaction(); ut.begin(); ... ut.commit; } catch(Exception e){ut.rollback} View the original post : http://

[jboss-user] [EJB 3.0] - Re: Testing Entity Beans in EJB 3.0

2006-12-04 Thread wolfc
You can use the Java Persistence API for out-of-container persistence and write JUnit tests around them. Alternatively you can test in the embedded EJB3 stack. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991198#3991198 Reply to the post : http://www.jboss

[jboss-user] [EJB 3.0] - Re: Instantiate bean in EJB 3.0

2006-12-04 Thread wolfc
There is no need to call a create method on an EJB3 session bean. You can optionally annotate a method with @Init to specify that it is the initialization method. (EJB3 4.3.10 & 4.4) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991196#3991196 Reply to the p

[jboss-user] [JBoss Portal] - configuring default dir in cms

2006-12-04 Thread purna_cherukuri
Hi. I am using jboss-portal-4.0.2. I want to configure CMS service to look into a different folder which is not there inside application. So i have modified jboss-service.xml in /deploy/jboss-portal.sar/portal-cms.sar/META-INF/jboss-service.xml accordingly. I have modified like below. |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - .xls is not opening properly in JBoss But the same code open

2006-12-04 Thread kalaiselvane
Hi, I am facing a weird problem with my xls files when opened thru Jboss in IE 6. I have a JSP deployed on JBOSS 4.0.4.CR2 which has links to a pdf file and a xls file. The pdf file opens up normally when the link is clicked on, but when the xls link is clicked it displays some Binary chara

[jboss-user] [Messaging, JMS & JBossMQ] - Re: How to limit the maximum number of concurrently executin

2006-12-04 Thread ssrrll
Thanks for your reply! :) It's container managed. The MDBs do nothing in the testing environment. The error message is shown below: java.sql.SQLException: null, message from server: "Deadlock found when trying to get lock; try restarting transaction" org.jboss.resource.adapter.jdbc.WrappedPre

[jboss-user] [Clustering/JBoss] - Re: same SLSB in multiple clusters

2006-12-04 Thread jotis99
I'm trying to add a Clustered partition name in the jboss.xml since I cannot hardcode it as an annotation (EJB deploeyed in 2 clusters). I've tried numerous combinations and scoured the forums to no avail. Does JBoss support jboss-specific overrides in jboss.xml? THe following did NOT work for m

[jboss-user] [JBoss Seam] - Re: IllegalArgumentException: value of context variable is n

2006-12-04 Thread SmokingAPipe
Now I have figured out the major part of the problem here. I have an entity with an annotation like @Name("invoice") and then, in my dataTable, I have var="invoice", and that is bad bad bad because somehow it isn't being found or whatever. Moral of the story: Use separate names for the variabl

[jboss-user] [JBoss Portal] - Re: Struts example portlet for 2.4?

2006-12-04 Thread sridhark79
Hi All, Do we have a working 'Hello World' Struts Demo with JBoss Portal 2.4.? Has any one come across such a demo or example please let evey body know. Thanks in Advance Sridhar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991190#3991190 Reply to the pos

[jboss-user] [JBoss Seam] - IllegalArgumentException: value of context variable is not a

2006-12-04 Thread SmokingAPipe
What could cause this exception: Caused by: java.lang.IllegalArgumentException: value of context variable is not an instance of the component bound to the context variable: price | at org.jboss.seam.Component.getInstance(Component.java:1639) | at org.jboss.seam.Component.getIn

[jboss-user] [JBoss Seam] - Is it possible to create a generics SFSB

2006-12-04 Thread gus888
Hi all, I am wondering whether it is possible to create a generics SFSB like: @Stateful | @Name("experimentEditor") | @Scope(ScopeType.CONVERSATION) | public class ExperimentEditorBean implements ExperimentEditor { | | T instance; | .. | } Then I try

[jboss-user] [Installation, Configuration & Deployment] - Re: Invalid use of destroyed classloader

2006-12-04 Thread fmaredia
I found the solution: The Apache Discovery file was causing the error. I updated to the most recent commons-discovery-0.4.jar and everything works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991187#3991187 Reply to the post : http://www.jboss.com/

[jboss-user] [Messaging, JMS & JBossMQ] - Re: How to limit the maximum number of concurrently executin

2006-12-04 Thread Byorn
Please explain how you are handling the transactions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991186#3991186 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991186 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JSF JBoss question

2006-12-04 Thread fbrody
Hi I?m evaluating some frameworks at the moment at work (Spring, Tapestry, WebWork and JSF), and am hoping that someone could help me out with this question, the App Server were using is JBoss Is Jboss pushing JSF and if so are they making it easier for developer to work with this framework ov

[jboss-user] [JBoss Seam] - Seam JSF question

2006-12-04 Thread fbrody
Hi I?m evaluating some frameworks at the moment at work (Spring, Tapestry, WebWork and JSF), and am hoping that someone could help me out with this question, the App Server were using is JBoss Is Jboss pushing JSF and if so are they making it easier for developer to work with this framework ov

[jboss-user] [Installation, Configuration & Deployment] - Re: strange! halt of jboss + DB2(XA)

2006-12-04 Thread [EMAIL PROTECTED]
We will need more of a stacktrace/log file to be able to help. Just to clarify, table1 and table2 exist in the same DB correct? Where are you beginning the transaction from (EJB, Servlet)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991183#3991183 Repl

[jboss-user] [Messaging, JMS & JBossMQ] - How to limit the maximum number of concurrently executing su

2006-12-04 Thread ssrrll
Hi guys, I have a durable topic with 9 mdbs subscribed to. But dead lock encountered on acknowledging of a new message. Although nearly all operations successfully done at the first retry by PersistenceManager, there is a possibility that the operation fails. Is there any place that the maximum

[jboss-user] [JBoss Seam] - May i generate a full application by seam-gen in a databae e

2006-12-04 Thread chlol
i had tables in a database,i want to generate entity bean,action bean,view once and the generated application can be run. Can seam 1.x do that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991181#3991181 Reply to the post : http://www.jboss.com/index.html

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

2006-12-04 Thread sbryzak2
The security API is undergoing some major changes, but as mentioned previously is due to be released in Seam 1.1.5GA. Gavin and I reviewed what we already had and came up with some innovative (at least I think so) new ideas, including using Drools to perform dynamic permission checks and suppor

[jboss-user] [JBoss Seam] - Re: Seam remoting with overloaded methods

2006-12-04 Thread sbryzak2
Javascript doesn't support overloading, so unfortunately you can't do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991179#3991179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991179 ___

[jboss-user] [Installation, Configuration & Deployment] - strange! halt of jboss + DB2(XA)

2006-12-04 Thread richard_djs
I have got an big problem on my J2EE project which was deployed on JBOSS, and my configuation is jboss-4.0.4 + DB2(Version: 8.1.7.445). It works correctly when the code is looking like this start a transation... insert into table OR update table submit the transation

[jboss-user] [Security & JAAS/JBoss] - untrusted server cert chain - Please Help!

2006-12-04 Thread sonoerin
Not sure if this is the correct forum, but I really need some help with this and it seemed logical. I have an existing application running on JBoss (not sure what version, but I am guessing 3.x) that connects to a third party server via SSL. The third party certificate recently expired. They

[jboss-user] [Security & JAAS/JBoss] - Re: Programmatic Login Advice

2006-12-04 Thread jbouchair
I have tried this before with jaas automatic login and was able to login, but after the login and the redirection the security modules loose the information and the user is essentially logged out. I worked with this for about a month and finally gave up and just wrote my own security system then

[jboss-user] [EJB 3.0] - Instantiate bean in EJB 3.0

2006-12-04 Thread thejavafreak
How do I pre-instantiate bean in EJB3.0? Is there any method that is the same with ejbCreate in EJB3.0? I've read the EJB3.0 specification but couldn't find anything about this. Thank you for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991176#3991

[jboss-user] [JBoss AOP] - Re: Can't read parameter annotations through reflection

2006-12-04 Thread dwl8
Thank you both for your replies. flavia, all my annotations are set to RetentionPolicy.RUNTIME. If only that was the issue... :) stalep, I created a unit test and it read the annotation correctly. It seems that when I deploy it to my app server (Tomcat) the annotation can't be read. Here's a s

[jboss-user] [JBoss Seam] - Seam remoting with overloaded methods

2006-12-04 Thread chris.morrisette
I am using Jboss Seam 1.1 CR2. With regards to remoting, when attempting to call a method that is overloaded (one version has 2 arguments, the other 3 arguments) I recieve the error "call.callback is not a function" in line 693 of remote.js. When I change the method signature of the 3 argument m

[jboss-user] [JBoss AOP] - Re: Obscure error message

2006-12-04 Thread fabiocsilva
Only to complement (xml complete): | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-04 Thread SmokingAPipe
I'm getting closer to it, and it is in fact a JSF bug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991170#3991170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991170 ___

[jboss-user] [JBoss AOP] - Obscure error message

2006-12-04 Thread fabiocsilva
The pointcut | | generates the error | org.jboss.aop.pointcut.ast.PointcutExpressionParser$LookaheadSuccess | at org.jboss.aop.pointcut.ast.PointcutExpressionParser.(PointcutExpressionParser.java:3126) | at org.jboss.aop.pointcut.PointcutExpression.(PointcutE

[jboss-user] [Installation, Configuration & Deployment] - No ejb-relationship-role-name element found

2006-12-04 Thread jain_prabhat
I was trying to migrate from weblogic to Jboss 3.2.7 I have added all the Jboss related xdoclet tags and also checked the generated jboss.xml and the jbosscmp-jdbc.xml and everything is looking fine. But whenever I try to deploy I get the above mentioned error though this element is configure

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - cookies browser problem with ajax

2006-12-04 Thread enazareno
Hi, I have a recurring problem regarding cookies. We always have our users accept/unblock cookies in the browser otherwise it can't access especially our ajax routines. It's quite annoying because users might think the application sucks. In our development, even if we block cookies, it work

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: When entities.jar updated => should not update persisten

2006-12-04 Thread olvin
Just another way to ask you my question : I have one .jar with all my entities shared by some .ear. I configure the persistence.xml file in the .jar to bind to the good datasources. So, in the future, how can I update the .jar to keep the configuration in the persistence.xml ? Is it possible ?

[jboss-user] [JBoss Seam] - Re: content of datatables of jbpm

2006-12-04 Thread juangiovanolli
i'm using MySQL Query Browser.I have ten schemas in addition to the jbpm schema, but this is the only one with the problem. obviously, the browser isn't the problem. anyway, thks ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991161#3991161 Reply to t

[jboss-user] [JBoss Seam] - Re: javax.ejb.ConcurrentAccessException: no concurrent calls

2006-12-04 Thread SmokingAPipe
Thanks for the tip on that. I took out one of the factories and it was fine. I may add it back but I'll carefully check for any circular dependencies. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991160#3991160 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-04 Thread petemuir
If the restore view phase isn't happening you do have something weird going on... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991158#3991158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991158 ___

[jboss-user] [EJB 3.0] - Testing Entity Beans in EJB 3.0

2006-12-04 Thread akrishmohan
Hello All, I am trying to test persistence in EJB 3.0 and looking at various testing options (like MockObjects etc). Basically, I have configured my code not to run in-container for now. So the service layer carries out the persistence by reading the configuration from persistence.xml. I would

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-04 Thread SmokingAPipe
Ok, following your suggestion, I removed all the Tomahawk components. Somehow they were working when they shouldn't have been. I removed all of them, and made it only one column, to just display (no input) the field I want to display, and I get an exception with this cause: "value of context

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread cocampo
"kukeltje" wrote : you'll get the chance if I ever come to mexico again. Where did you say you live? Playa del Carmen? ;-) Not even close, Mexico City, but if you ever came we can manage to visit Acapulco, is that good enough? BTW, I was pretty sure I read Roland all this time; didn't you chang

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-04 Thread petemuir
"SmokingAPipe" wrote : I put in: after the table, and get no messages. I also turned off all the validation in the various classes. This is 99% a bug in the JSF implementation. I think you need to produce a simple runnable test case then. anonymous wrote : There's no reason why it shouldn't

[jboss-user] [JBoss Seam] - Re: seam fileupload

2006-12-04 Thread petemuir
It's been there quite a while, and is probably out of date. Tomahawk is not recommended for use with Seam either. I would suggest using Trinidad Upload - which definitely works :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991156#3991156 Reply to the p

[jboss-user] [JBoss Seam] - Re: Multiple page actions per single view-id?

2006-12-04 Thread petemuir
Pre 1.1CR2 this definitely isn't possible. Gavin did make a change in CR2 to pages.xml that might help (but if he did it isn't documented ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991155#3991155 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-04 Thread SmokingAPipe
I put in: after the table, and get no messages. I also turned off all the validation in the various classes. This is 99% a bug in the JSF implementation. There's no reason why it shouldn't hit the "update model values" phase, because if it were dying in the process validations phase, there

[jboss-user] [JBoss Seam] - Re: Help - seam component not found:

2006-12-04 Thread petemuir
I wouldn't put too much store by those debug messages. Better to attach your debugger to the component and check whether it is being instantiated. You'll need to post an example component, and your config files (components.xml, persistence.xml, application.xml), JSF page you are using to acces

[jboss-user] [JBoss Seam] - Re: Injection of primitive with required=false

2006-12-04 Thread petemuir
s/to to/not to/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991152#3991152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991152 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: Injection of primitive with required=false

2006-12-04 Thread petemuir
I would think that a warning to to biject using primitives might be a good idea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991151#3991151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991151 __

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

2006-12-04 Thread petemuir
At least in English there are so many irregular plurals (e.g. dog/dogs, sheep/sheep, pony/ponies) that I think you would need to specify the messages. I think you would hit problems parsing that last string. Perhaps its not quite what you are after but I would suggest just using (if you are usi

[jboss-user] [JBoss Eclipse IDE (users)] - J2EE 1.4 Libraries and Required Resource Bundles

2006-12-04 Thread bcholmes
I want to add the J2EE 1.4 Libraries to my Java Build Path so that my classes compile. That seems to work just fine. What doesn't work is that the J2EE Libraries defined by JBoss IDE don't have reference to the HTTP Servlet resource bundles. The consequence of this is that if I try to write J

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread kukeltje
Btw, you made a very stupid, unforgiven error...my name is Ronald, not Roland ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991148#3991148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991148

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread kukeltje
you'll get the chance if I ever come to mexico again. Where did you say you live? Playa del Carmen? ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991147#3991147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=399114

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread cocampo
"kukeltje" wrote : no, I meant a jar file on the classpath with the ProcessDefinition class in it, in addition to e.g. the sar file. So multiple PD classes on the classpath My dear Roland: If I could invite you a beer, I'll do it for sure. Thank you very much, that was indeed the problem. Reg

[jboss-user] [JBoss Seam] - Re: javax.ejb.ConcurrentAccessException: no concurrent calls

2006-12-04 Thread petemuir
You can have two @Factory methods on the same bean. What you can't do is have circular dependencies, as, for obvious reasons, this would blow up :) | ... | @In(create=true) | Foo foo; | | @In(create=true) | Bar bar; | | @Factory("foo") | public void fooFactory() { |//

[jboss-user] [JBoss Seam] - Re: Seam UML diagrams

2006-12-04 Thread petemuir
Do you mean UML diagrams of Seam itself? Or UML diagrams of applications using Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991144#3991144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991144 _

[jboss-user] [JBoss Seam] - Re: Question about Conversations and Stateful Bean Instances

2006-12-04 Thread petemuir
Have you checked on debug.seam that the conversation is actually ended? Also are you sure you're not mistakenly calling the method on the superclass? Does it really need the @Name annotation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991143#3991143 Repl

[jboss-user] [JBoss Seam] - Re: @End conversation and @Begin new one on same Action

2006-12-04 Thread petemuir
I think Gavin's normal response is that this is an anti-pattern. But you can do @End(beforeRedirect=true) which might do what you want. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991142#3991142 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: content of datatables of jbpm

2006-12-04 Thread kukeltje
"juangiovanolli" wrote : the data are being persisted correctly, because i'm using my application without problems. | | in summary: | the schema is created | the data are persisted | my application works fine with the data pers

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-04 Thread petemuir
sorry, I meant that it is no bug in Myfaces View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991140#3991140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991140 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-04 Thread petemuir
I'm 99% that it is no bug (which is the default JBoss JSF impl). It's also highly unlikely that it is the persisting of objects that is causing this. I notice that you don't show a h:messages component. Are you sure that there are no validation/conversion errors on your form? View the original

[jboss-user] [JBoss Seam] - Re: content of datatables of jbpm

2006-12-04 Thread juangiovanolli
i forget the jbpm.cfg.xml. VoilĂ  | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Re: content of datatables of jbpm

2006-12-04 Thread juangiovanolli
the data are being persisted correctly, because i'm using my application without problems. in summary: the schema is created the data are persisted my application works fine with the data persisted in the database I

[jboss-user] [JBoss Seam] - Re: jndi name of ejb in ear

2006-12-04 Thread petemuir
Easy. Write an ant task to filter components.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991136#3991136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991136 ___ jboss

[jboss-user] [JBoss Seam] - Re: content of datatables of jbpm

2006-12-04 Thread petemuir
What do you mean, you can't see the content? Are the table schema created but no data is persisted? Or no table schema created? Post your jbpm config and the hibernate config for jbpm. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991135#3991135 Reply to th

[jboss-user] [JBoss Seam] - Re: how to use taskinstance??

2006-12-04 Thread petemuir
Sorry, I typod. I meant you want @In(required=false). Anyway, it looks like Seam/JBPM is having problems loading the taskInstance. Is JBPM and processes working properly elsewhere? And data is being persisted to the database? When does this error occur? When the component is instatiated or wh

[jboss-user] [JBoss Seam] - Re: NullPointerException in LogImpl

2006-12-04 Thread c_eric_ray
Didn't see it. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991133#3991133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991133 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread cocampo
BTW Roland, I saw this post of yours, it's from 5 years ago (in the 'Design of JBoss jBPM' forum), you did seem to have a problem like mine, but there is no answer posted... http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72126 Regards. PS. I meant to post: anonymous wrote : | It

[jboss-user] [Beginners Corner] - Customization of Portal

2006-12-04 Thread the_rafi
Hi, Is it possible to customize the portlets in a portal page? (ie) If there are two users User1 and User2, then User1 should be able to view only portlets A, B and C in the page, whereas User2 should be able to view only portlets C, D, E in the page. How can this be accomplished? Regards Raf

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread kukeltje
no, I meant a jar file on the classpath with the ProcessDefinition class in it, in addition to e.g. the sar file. So multiple PD classes on the classpath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991130#3991130 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread cocampo
"kukeltje" wrote : can it be the jbpmContext is loaded via e.g. the jbpm.sar and there is an additional ProcessDefinition on the classpath? I remember having had a similar issue (with a completely different product) where this was the case. Roland: I tried different approaches to solve this pr

[jboss-user] [JBoss Seam] - Re: NullPointerException in LogImpl

2006-12-04 Thread stu2
Did you look at this thread? http://www.jboss.com/index.html?module=bb&op=viewtopic&t=94811 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991127#3991127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991127 _

[jboss-user] [JBoss Seam] - @End conversation and @Begin new one on same Action

2006-12-04 Thread ekusnitz
Is there a way to @End the previous conversation and @Begin a new one from the same action? We have an application with a list of nodes on the left side and the capability of editing them one at a time on the right. So when one is selected, we want to be in a conversation, but if the user select

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-04 Thread SmokingAPipe
I'm now thinking that this is a bug in JBoss' JSF implementation. The restore view phase isn't even happening on the form. I'm trying to make a test case for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991126#3991126 Reply to the post : http://w

[jboss-user] [JBoss Seam] - is hibernate.cfg.xml mandatory in examples of Seam 1.1 CR2 ?

2006-12-04 Thread cfranky
I have installed Seam 1.1 CR2 and I have tried to deploy the registration example in the JBoss 4.0.5 GA server but I got the following exception: | | 16:49:56,484 INFO [Lifecycle] starting up: org.jboss.seam.core.hibernate | 16:49:56,484 INFO [Configuration] configuring from resourc

[jboss-user] [JBoss jBPM] - Re: Exception instancing process

2006-12-04 Thread kukeltje
can it be the jbpmContext is loaded via e.g. the jbpm.sar and there is an additional ProcessDefinition on the classpath? I remember having had a similar issue (with a completely different product) where this was the case. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss AOP] - Re: Hotswapping an interceptor to an EJB

2006-12-04 Thread flavia.rainone
Hi! I'm not sure whether this will work. You can give it a try, though. If it doesn't work, you'd better download JBoss AS src (instead of an installer) replace the jboss-aop source code (in the aop/src/main and aop/src/jdk15 directories) by its svn counter part and compile JBoss AS. To compile

[jboss-user] [JBoss Seam] - Re: jndi name of ejb in ear

2006-12-04 Thread c_eric_ray
I'm interested in a solution to this as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991122#3991122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991122 ___ jboss-use

[jboss-user] [Installation, Configuration & Deployment] - Re: Concurrent scheduler tasks?

2006-12-04 Thread genman
There's an attribute called "Timer" (or something similar). Set it to a different name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991121#3991121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991121 __

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-04 Thread SmokingAPipe
Now I don't think it's in my code. I have checked it over. I have it working in a test case but not in a case where the entities are actually persistent. Hmm. Seam holds great promise, but for now is fragile and has almost no possibility of debugging these things. There's no way to tell whi

[jboss-user] [JBoss Seam] - NullPointerException in LogImpl

2006-12-04 Thread c_eric_ray
During activation of a passivated bean I get the following exception. My code: | @Logger | private Log log; | | @PostActivation | public void activate() { | log.info("activating bean"); | } | The exception: | Caused by: java.lang.NullPointerException | at org.jboss.

[jboss-user] [JBossCache] - Re: JBossCache as a message oriented middleware?

2006-12-04 Thread [EMAIL PROTECTED]
Can you divide your data between different caches? I.e. if on servers 1 and 2, there are processes running that are interested in data structures A, B, and C, then you deploy CacheA, CacheB and CacheC. On servers 3 and 4, the running process are interested in B, C and D, so CacheB, CacheC and

[jboss-user] [JBossCache] - Re: Overflow berfore OutOfMemory

2006-12-04 Thread genman
Er, I should say "eviction" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991116#3991116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991116 ___ jboss-user mailing list jbo

[jboss-user] [JBossCache] - Re: Overflow berfore OutOfMemory

2006-12-04 Thread genman
There's no bundled policy for this (yet) but you can write one. Commonly, the policies available cause removal based on usage and capacity. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991115#3991115 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossCache] - Re: Please vote for your favorite issues -- mine :-)

2006-12-04 Thread genman
One thought I had was, why couldn't Regions be attached to Nodes directly? I know, for instance, Log4J attaches Appenders to Categories ("Loggers"). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991112#3991112 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Exception instancing process

2006-12-04 Thread cocampo
Hello: Tom, Roland, Koen, I hope you jBPM guys can help me (anybody else's help is apreciated too, but as this seems to be a jBPM API problem...) Tools: JBoss 4.0.4GA, jBPM 3.1.2, jBPM DB is running on MySQL 5.0, JDK 1.5.08. I'm having an exception while instancing a process. Here is the err

[jboss-user] [JBossCache] - Re: Please vote for your favorite issues -- mine :-)

2006-12-04 Thread genman
I do know that functors can be used for both querying and updating, but for cache products, the data that's stored is typically a "mirrored" set of data from another source (e.g. the database.) The need for updating a large number of nodes seems unlikely. Maybe for evictions? There are existing

[jboss-user] [Messaging, JMS & JBossMQ] - Re: effect of irregular configuration of Thread Pool Configu

2006-12-04 Thread [EMAIL PROTECTED]
I have moderated & moved the thread to the right forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991110#3991110 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991110 ___

[jboss-user] [JBoss Eclipse IDE (users)] - Can't Launch from Windows to Linux

2006-12-04 Thread Charlie Kelly
I'm using JBoss IDE 1.6.0 on a windows XP platform; JBoss 4.0.4.GA is on a Linux platform JBoss AS on Linux starts fine from the Linux shell prompt, but not from JBoss IDE. I get the following on the console within JBoss IDE 14:20:37,569 INFO [Server] Starting JBoss (MX MicroKernel)... 14:20:3

[jboss-user] [JNDI/Naming/Network] - not getting the IOR naming service while running the JBoss s

2006-12-04 Thread sjsustudent
Do we get the IOR naming service while running the JBoss server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991108#3991108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991108 _

[jboss-user] [JNDI/Naming/Network] - not getting the IOR naming service while running the JBoss s

2006-12-04 Thread sjsustudent
Do we get the IOR naming service while running the JBoss server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991107#3991107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991107 _

[jboss-user] [JBoss Seam] - Re: how to use taskinstance??

2006-12-04 Thread juangiovanolli
you has solved, in part my problem. now i'm getting a new error : | 16:36:30,281 ERROR [STDERR] org.hibernate.SessionException: Session is closed! | at org.hibernate.impl.AbstractSessionImpl.errorIfClosed(AbstractSessionImpl.java:49) | at org.hibernate.impl.SessionImpl.fireLoad(Se

[jboss-user] [JBoss Seam] - jndi name of ejb in ear

2006-12-04 Thread knaas
EJBs deployed from an EAR are put under the EAR's jndi namespace. For instance if the ear file is "my-ear.ear", and there is a Local Session Bean with the name of "MySessionBean", it will be bound to "my-ear/MySessionBean". In order for Seam to lookup this EJB, it requires a change to the comp

[jboss-user] [JBoss Seam] - Re: is not mapped ?

2006-12-04 Thread Andreh
Thanks for your attention =] and for answering my thread I'll study a little more from now on, thanks for the advice View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991090#3991090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Installation, Configuration & Deployment] - Re: Permission Issue

2006-12-04 Thread Xia
genman Thanks for your reply. So you have the entire jboss installation top down chown'd by usr/grp and no part of it, is owned by root? I changed my entire installation ownership from root to our usr/grp. Now all that remains is to change jboss' port from 80 to 8080 but I am not sure where

[jboss-user] [JBossWS] - Re: JSR-181 Annotation Based UDDI Registration

2006-12-04 Thread jgilbert
This discussion outlines what I did and where to find the code: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=94403 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991097#3991097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBossWS] - Re: JSR-181 Annotation Based UDDI Registration

2006-12-04 Thread jgilbert
Here is some more info: http://taylor.sourceforge.net/index.php/Endpoint_Address_Discovery#Client_Handler View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991098#3991098 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991

[jboss-user] [Clustering/JBoss] - Re: same SLSB in multiple clusters

2006-12-04 Thread [EMAIL PROTECTED]
This is a missing bit of functionality. See http://jira.jboss.com/jira/browse/EJBTHREE-424. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991096#3991096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991096 __

[jboss-user] [JBoss Seam] - content of datatables of jbpm

2006-12-04 Thread juangiovanolli
i'm using a mysql database server and jboss seam 1.1CR1. it's all working fine, but i have a problem: when i try to see the data of tables of jbpm with mysql query browser,for example, i can't see the content of the tables. also I have tried using the jbpm server included in the jbpm starter ki

[jboss-user] [EJB 3.0] - Re: ManyToMany constraints problem

2006-12-04 Thread [EMAIL PROTECTED]
I am having the same problem. Did you ever solve this issue? - Kevin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991102#3991102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991102 _

[jboss-user] [EJB 3.0] - Re: Problem with named query...

2006-12-04 Thread EricChile
Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991101#3991101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991101 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [Installation, Configuration & Deployment] - Ear and War isolation, accessing EJB from War

2006-12-04 Thread bholya
Hello, we are using Jboss 4.01.SP1 and having all EJB deployed as flat classloading, and having some war file with own class-loader, means in jboss-web.xml own class-loader defined. com.example:loader=unique-archive-name Now on these kind of plattform,without c

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-04 Thread SmokingAPipe
I set up a simplified test case, which did work. Now I need to figure out what is going on with my more complicated real use to see why that isn't working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991104#3991104 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: is not mapped ?

2006-12-04 Thread monkeyden
...because nothing matched your criteria. You may want to read up on EJB3 a bit before trying to tackle Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991088#3991088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

  1   2   3   >