[jboss-user] [JNDI/Naming/Network] - Re: java.sql.SQLException: Bigger type length than Maximum

2007-07-19 Thread Rajesh.Gajula
Hello JBOSS team , Can i have any suggestions on this ? even i tried by including the 10.0.1.5 version ojdbc14.jar file in the application path .. but still got the same exceptions . Your quick responce will be highly appriciated. Thanks, -Raj View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - can't build jboss seam 2.0 beta

2007-07-19 Thread grdzeli_kaci
hi all, i got jboss seam from cvs repository ( 20.07.07), but when i tried to build it by ant, first i got warnings : | [java] [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from repository.jboss.com | [java] [WARNING] repository metadata for: 'arti

[jboss-user] [JBoss Seam] - Re: Evaluation of action attibute in s:link

2007-07-19 Thread wise_guybg
Hi again, It's strange to me that no one has submitted even a suggestion to help my problem. I have performed another search on the internet. The problem still stays. Even found this other thread on the forum from January: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056220 Dustin

[jboss-user] [JBoss Seam] - Re: Conversation Timeout and Redirect

2007-07-19 Thread chubby
Ok, I think I understand the problem: 1. @Begin does not start a new conversation until after the method completes. 2. Thus, the object I created in the method was actually outjected to the "current" conversation. 3. The conversation time out is not enforced until just prior to the redirect.

[jboss-user] [Microcontainer] - Re: How do you override the source for configuration propert

2007-07-19 Thread alesj
"rbuckvrsn" wrote : | Is there any decent documentation on what the syntax of these XML files is, and what it means? I have not found much anywhere. Perhaps if there was some documentation on how this XML format works, I could figure out what you wrote below. | There is almost complete Use

[jboss-user] [JBoss Seam] - Er....I have a question that no one here will like.

2007-07-19 Thread dhinojosa
But I have to ask, since I am building my own products on seam. Where are all the tests (unit, integration, functional, acceptance, etc) to seam on CVS? It's very very anemic from what I can tell. The examples seem to have more coverage that the product itself. Am I missing something? Constr

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem in configuring log4j in Jboss

2007-07-19 Thread inderjeet
I was able to resolve the problem by changing category tag contents from to (my app's base package). It started working and my file is now displaying all the logs. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066030#4066030 Reply to the post : http:

[jboss-user] [JBoss Seam] - Seam 1.2.1GA - Facelets

2007-07-19 Thread monkeyden
Which version of facelets comes with Seam 1.2.1GA? Looks like the version number wasn't swapped out by ant. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066029#4066029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Re: NoSuchMethodException when acessing protected methods in

2007-07-19 Thread pettersonfp
Hello again, I was having a problem in a machine with linux / jboss 4.2.0.GA and seam 2.0. Now I am in home and the only difference is that I have windows xp. Instead of NoSuchMethodException now I am getting another one. Following are the code and the stack trace. Disregard my previous message

[jboss-user] [JBoss Seam] - Re: Gavin, Can you tell me how run seam2.0 on tomcat6 ???

2007-07-19 Thread [EMAIL PROTECTED]
To use JPA in Tomcat, you need a JTA transaction manager in JNDI. You need to know how to set it up or use Embeddable JBoss to set it up. An alternative to JPA is to use plain Hibernate + Seam + JSF on Tomcat 6. You can see an example app in examples/hibernate2 in the Seam distribution. View th

[jboss-user] [JBoss Seam] - Seam workable with JBoss 4.0.3

2007-07-19 Thread matteg
I apologise if this is not the appropriate forum for this question. We are running JBoss version 4.0.3 on a number of development and testing servers - and are reluctant to embark on an upgrade project just now. I see in the SEAM FAQ that it's possible to install SEAM 1.2GA on a server running

[jboss-user] [JBoss Seam] - Re: NoSuchMethodException when acessing protected methods in

2007-07-19 Thread pettersonfp
Please, ignore this until my next post, I posted the wrong sample code. I'm fixing the sample and I'll post again. Sorry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066022#4066022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - NoSuchMethodException when acessing protected methods in sup

2007-07-19 Thread pettersonfp
Hi, I having weird NoSuchMethodExceptions that I cannot understand, I made a very simple example that reproduces my problem. Someone can help me understand what I am doing wrong? Thanks in advance, Petterson Base.java | public class Base { | | protected void printProtected() { |

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

2007-07-19 Thread chrismalan
Hi Markus, Yes, it's there. Only, I called it Seam Filter and not Seam Multipart Filter. I changed the name, moved it up in web.xml - no luck. A simple text input get its value propagated to the session bean. The file upload input is totally invisible to the application. As far as I'm aware

[jboss-user] [JBossCache] - Re: CR3 Listener

2007-07-19 Thread aditsu
I was going to post something along the same lines as FredrikJ, so I'm glad to see this thread. Could we perhaps have an adapter (abstract listener class) with annotated callback methods, that we can extend for defining listeners with compile-time checking? Also, are the listener callbacks cur

[jboss-user] [JBossCache] - Re: JBC 2 performance

2007-07-19 Thread aditsu
Hi, I've just found a similar problem in CacheImpl: various methods (such as _put) call getDataDirect() on a node, which again does a MapCopy, and slows down the code a lot. This is with 2.0.0.CR3. Can you please check? Thanks Adrian View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Gavin, Can you tell me how run seam2.0 on tomcat6 ???

2007-07-19 Thread oncetime2008
Now, I'm very bother. I was tried to run seam2.0 on tomcat5.5,but it's can't run.I think seam2.0 that can't run on tomcat5.5. Yes or No.I waste two days. Recently,I'm trying to run seam2.0 on tomcat6,but it's still wrong. I use JSF1.2RI with Facelets. Development tool is Eclipse3.3,MyEclipse6.0 w

[jboss-user] [JBossWS] - JBossWS 2.0 cannot handle inhertiance

2007-07-19 Thread koganty
I am running JBoss 4.0.5 with JBossWS 2.0 with JDK 1.6. JBossWS looks like cannot handle inheritance. I have a class GetAllQueryRequest which extends QueryRequest which extends Request. I have an EJB3 SLSB with methods : @WebMethod public Response executeSyncRequest(Request request) @W

[jboss-user] [Clustering/JBoss] - Re: ServiceLocator and caching home interfaces in a cluster.

2007-07-19 Thread Alenaal
Thanks JerryGauth, do you know how local interfaces work in HA-JNDI ? Say, I created the context the way I described above and looked up a local home interface using HA-JNDI on nodeA. Now, say this reference to EJBLocalHome gets passed to nodeB (as an instance variable of a Session Bean or if

[jboss-user] [JBoss Seam] - Conversation Timeout and Redirect

2007-07-19 Thread chubby
Hello, We are currently using Seam 1.2.1.GA and I have a question regarding the conversation time outs and redirects. We have a page called listcontacts.xhtml with an s:link that calls a bean method action: | Add | This method is annotated with the @Begin annotation: | @Begin

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Deploy Message listener as MBean service get No ClassLoa

2007-07-19 Thread loseyourself
Here you go: C:\Program Files\Java\jdk1.5.0_06\bin>jar -tf Docs.sar META-INF/MANIFEST.MF WEB-INF/classes/au/gov/nsw/community/mail/TopicMailListenerMBean.class WEB-INF/lib/DocumentServicesLibrary.jar WEB-INF/classes/au/gov/nsw/community/forms/siebel/ WEB-INF/lib/wsdl4j.jar WEB-INF/classes/au/gov/ns

[jboss-user] [JBoss Seam] - Re: Deployed ear file generated with seam-gen

2007-07-19 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114017 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066007#4066007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066007 ___

[jboss-user] [JBoss Seam] - Re: java.lang.LinkageError

2007-07-19 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114017 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066006#4066006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066006 ___

[jboss-user] [JBoss Seam] - Application design question...

2007-07-19 Thread carlsz
Hello all: I am currently in the process of migrating a plain JSF application over to Seam and have run into a small speed bump. The legacy application has a PhaseListener implementation which is used to store application visitation stats for each new visitor. It is simple enough and allows us

[jboss-user] [JBoss Seam] - Re: compüonents .xml not scanned on Linux...

2007-07-19 Thread fhh
This only happens with Seam CVS as of 7/18. Seam 2.0.0 BETA1 works well on Windows and Linux! Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066003#4066003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBossCache] - :: Regarding CacheLoaders with Eviction Policies in Place ::

2007-07-19 Thread BhaktavatsalamReddy
Hi, I am quite new to the JBossCache. We are using JBossCache as the Second Level Cache. I wanted to know the relation between Eviction Policy and CacheLoader I have a couple of questions: What exactly happens when the Eviction Policy is in place withoutthe CacheLoader configuration? What exac

[jboss-user] [JBoss Seam] - Re: s:selectDate does not have focus when h:selectOneMenu is

2007-07-19 Thread [EMAIL PROTECTED]
The issue is that IE6 uses a native control for select boxes, giving it a higher z-index than all the other "normal" controls (i.e. it's rendered "on top" of everything else on the page). One workaround I've seen (on an internet banking site) is to hide the select menu while the popup is open

[jboss-user] [JBoss Seam] - Exploded Deployment from MyEclipse (trid 5.5 and 6.0M1) don'

2007-07-19 Thread [EMAIL PROTECTED]
FOUND IT! - I think! VERY frustrating. This is do with MyEclipse Exploded deployment (not what seam calls exploded deployment) Using MyEclipse -> Add and Remove Project Deployments and chosing exploded deployment (which maps out an exploded archive in JBoss deploy area) does NOT WORK. choos

[jboss-user] [Beginners Corner] - Missing database tables (Oracle)

2007-07-19 Thread HibsMax
Hi, Folks. I posted this in the wrong forum (JBoss Messaging) but Tim informed me to post it in the JBoss AS forum. I couldn't find one with that name so I am trying here. Peace, Anders = original post below = Hi, Group. When I startup my JBoss Server (4.2.0 GA with Messaging 1.3) I

[jboss-user] [JBoss Messaging] - Re: Missing tables (Oracle)

2007-07-19 Thread HibsMax
Thanks, Tim. I'll do that then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065996#4065996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065996 ___ jboss-user mailing lis

[jboss-user] [JBoss Messaging] - Re: Missing tables (Oracle)

2007-07-19 Thread timfox
The tables HILOSEQUENCES TIMERS are nothing to do with JBM - they're tables created by JBoss AS - I don't know what they're used for. Best ask in the AS forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065995#4065995 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - java.lang.LinkageError

2007-07-19 Thread [EMAIL PROTECTED]
Any ideas why I would be getting this? Caused by: java.lang.LinkageError: loader constraint violation: when resolving method "javax.faces.context.FacesContext.getELContext()Ljavax/el/ELContext;" the class loader (instance of org/jboss/web/tomcat/service/WebAppClassLoader) of the current class,

[jboss-user] [JBoss Seam] - Exception/ Http Error 500 - when doing bad access under /dyn

2007-07-19 Thread henrik.lindberg
By mistake I happened to enter a URL with the part "/dynamic/" inserted before the seam part. i.e. http://localhost:8080/mysite/dynamic/home.seam instead of http://localhost:8080/mysite/home.seam And, I got this exception: | 00:51:35,218 ERROR [[Faces Servlet]] Servlet.service() for servlet F

[jboss-user] [JBoss Seam] - Re: Deployed ear file generated with seam-gen

2007-07-19 Thread [EMAIL PROTECTED]
This is for Seam 2 beta 1 on JBoss 4.2.1GA using exploded format (proper exploded format not the seam version!) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065991#4065991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Messaging] - Missing tables (Oracle)

2007-07-19 Thread HibsMax
Hi, Group. When I startup my JBoss Server (4.2.0 GA with Messaging 1.3) I find that the following tables are missing from my schema: HILOSEQUENCES TIMERS I believe these tables are supposed to be created at startup. My colleague did not have this problem with missing tables (we use different s

[jboss-user] [JBoss Seam] - Re: Deployed ear file generated with seam-gen

2007-07-19 Thread [EMAIL PROTECTED]
Acutually you get diffrent error messages depending what version of jdk you use! 1.6 gives a diffrent error that 1.5 for instance. OOPS! Summat is not well... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065989#4065989 Reply to the post : http://www.jbos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deploying external exploded directory as an application

2007-07-19 Thread sudhirkd
Hi, In order to see my JSP changes quickly on my JBoss (by refreshing browser) , I am trying to add exploded external directory into Jboss . In directory jbossweb-tomcat55.sar of Jboss deploy, I have added following lines in server.xml . But it doesnt deploy throwing error. |

[jboss-user] [Messaging, JMS & JBossMQ] - Configuring retry behaviour for an MDB

2007-07-19 Thread ojacobson
Good afternoon. I'm working my way towards understanding JMS and MDBs and I've encountered a roadblock. I have a very simple MDB which accepts one message out of X (it cheats on the EJB spect and keeps a per-instance "how many messages have I recieved" count) and "rejects" the rest with contex

[jboss-user] [JBoss Seam] - Re: XSS and jboss-el

2007-07-19 Thread ellenzhao
now someone is talking about el, MVEL is so good I wonder why jboss does not take it as jboss-el? The current jboss-el is not standard-comform neither, anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065986#4065986 Reply to the post : http://www.jb

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Toplink->Hibernate, GenerateSequence Issue

2007-07-19 Thread trouby
Hey, I am trying to migrate an application from GF that uses Toplin as JPA to Jboss with Hibernate, I'm still having a confusion of how to generate IDs as generic as possible, Usually my app is deployed with Oracle 9/10 or Mysql DBs and I'd like to have my application be as generic as possibl

[jboss-user] [JBoss Seam] - separate seam annotations jar?

2007-07-19 Thread [EMAIL PROTECTED]
Any chance of having the next release of Seam break out its annotations into a separate jar? This would enable non-Seam applications that use components which are also Seam components, to not need to build against the whole jboss-seam.jar, they would just need the annotations jar. Just using t

[jboss-user] [JBoss Seam] - XSS and jboss-el

2007-07-19 Thread [EMAIL PROTECTED]
I saw this blog http://raibledesigns.com/rd/entry/java_web_frameworks_and_xss and wondered how jboss-el handled escaping XML? Does it do it by default? May be it should? Cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065982#4065982 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Deployed ear file generated with seam-gen

2007-07-19 Thread [EMAIL PROTECTED]
I had this and managed to get rid of it.. When you configure your server in MyEclipse REMEMBER to force the JDK to a Sun? one. otherwise it uses this one => "My Eclipse 5.5GA" which gives this totally obscure error :/ View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [Clustering/JBoss] - Re: :: Regarding using Software Load balancer Mod_jk1.2.23 w

2007-07-19 Thread [EMAIL PROTECTED]
[Wed Jul 18 14:39:28 2007][6916:11872] [info] jk_connect.c (451): connect to 127.0.0.1:8080 failed (errno=61) Don't have time to look in detail, but mod_jk is trying to reach Tomcat on 8080 instead of 8009. Must be some problem in your mod_jk config. View the original post : http://www.jboss

[jboss-user] [JNDI/Naming/Network] - Re: no security manager: RMI class loader disabled

2007-07-19 Thread atanas.roussev
"atanas.roussev" wrote : ... Wrong submission. I thouth is my IM. Apologies. Please ignore or delete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065971#4065971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065971

[jboss-user] [Installation, Configuration & DEPLOYMENT] - engineOptionsClass (ClassCastException)

2007-07-19 Thread bcr666
I get this exception when I am trying to deploy my .war file. I can't seem to find anything about engineOptionsClass on these boards or Google. Does anyone have any idea what caused this? 15:57:51,390 WARN [JspServlet] Failed to load engineOptionsClass java.lang.ClassCastException: org.jboss

[jboss-user] [JNDI/Naming/Network] - Re: no security manager: RMI class loader disabled

2007-07-19 Thread atanas.roussev
shit View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065970#4065970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065970 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Unable to run a test

2007-07-19 Thread michaelcourcy
with seam 1.2 it works !! So I think I 'm going to keep with this version until a stable release View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065967#4065967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065967 _

[jboss-user] [Microcontainer] - Re: How do you override the source for configuration propert

2007-07-19 Thread rbuckvrsn
Hi, Thanks for the response. Is there any decent documentation on what the syntax of these XML files is, and what it means? I have not found much anywhere. Perhaps if there was some documentation on how this XML format works, I could figure out what you wrote below. I see one example that cr

[jboss-user] [JBoss Portal] - Re: header.jsp - How To?

2007-07-19 Thread rvkishore
Env : JBoss portal 2.6 / AS 4.2 I am running into the exact same issue. The documentation on what is a very common customization is really sparse. Would highly appreciate it if any of the JBoss folks throw some light on this. Thanks in advance View the original post : http://www.jboss

[jboss-user] [JBoss Messaging] - Re: problem when testing multiple failovers in a cluster

2007-07-19 Thread timfox
Not sure I understood what the problem is from your explanation. Can you explain in more detail? When you say "failover does not work as I would expect it" - how would you expect it to work? If you can give me a step by step to reproduce and state what you your expected behaviour is that would

[jboss-user] [EJB 3.0] - Re: what happen with my entity bean , need expert help

2007-07-19 Thread ALRubinger
Agree w/ Wayne. Beat me to it. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065959#4065959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065959 ___ jboss-user mailing l

[jboss-user] [JBoss Messaging] - problem when testing multiple failovers in a cluster

2007-07-19 Thread chatzi
Hi I have set up a JBoss 4.2.0 cluster running JBoss Messaging 1.4.0CR1 on top of an SQLSERVER 2005. I have configured a distributed topic. Runinng the cluster, publishing and subscribing messages from a client works reasonable fine, even if one of the (two) cluster nodes is shutdown or killed.

[jboss-user] [JBoss Seam] - Seam JARs in system classpath?

2007-07-19 Thread toddh
Is it possible to use Seam without packaging the various libraries in each application? I developed a Seam application on JBoss 4.0.5 with Seam 1.2.1 and everything works fine when the Seam libraries are packaged with the application. However, when I take those libraries out of my application

[jboss-user] [JBoss jBPM] - Timers and JBPM 3.2.1

2007-07-19 Thread luukey
Hello. I'm trying to ceate a simple console application with jbpm and timers. What I did is quite simple: public static void main(String[] args) | { | try | { | JbpmConfiguration conf = JbpmConfiguration.getInstance("src/main/config/jbpm.cfg.xml"); | JbpmCo

[jboss-user] [Security & JAAS/JBoss] - Federated SSO documentation and examples

2007-07-19 Thread kpalania
I am just starting to explore the JBoss Federated SSO technology for integrating a bunch of applications that we have deployed in JBoss. I downloaded the binary and source, and know where the javadoc is. But, didn't really find any documentation and/or examples. Perhaps, I missed it. Could some

[jboss-user] [JBoss AOP] - Re: JBoss AOP and Weblogic (inWebLogic)

2007-07-19 Thread [EMAIL PROTECTED]
I've not tried, but I guess by using -javaagent you should be able to do loadtime weaving. I think your main challenge will be to get the jboss-aop.xml files deployed before your application classes. You will probably need to write something of your own to handle this, based on http://anonsvn.j

[jboss-user] [JBossWS] - Configured DII Not Working

2007-07-19 Thread c_eric_ray
JBoss 4.0.5.GA/JBossWS 1.0.3 This code from the User's Guide does not work. Any ideas? String endpoint = "http://redbull:8080/ping/Ping";; | String namespace = "http://ls.vicor.com/ws";; | | ServiceFactory factory = ServiceFactory.newInstance(); | URL wsdl

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-designer-3.1.0.beta1 and seam page node

2007-07-19 Thread andyredhead
Hi Koen, Thanks for getting back to me :) It's probably me missing the point but I got the idea about a page node in the standard process designer from here: http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/jbpm.html#d0e4949 (scroll down to the first image...) I'll have a go at building

[jboss-user] [JBoss Seam] - Re: Problem with the images in the [i]D:\jboss-seam-1.2.1. G

2007-07-19 Thread trickyvail
I have also experienced corrupt image files when creating new seam-gen projects in a Linux environment. I'm not sure that this problem occurs within windows. There are only 3 files that are effected by this problem: /view/img/cal-next.png /view/img/cal-prev.png /view/img/dtpick.gif So it has n

[jboss-user] [JBoss Seam] - s:selectDate does not have focus when h:selectOneMenu is bel

2007-07-19 Thread byoudan
When you have a selectDate tied to a h:inputText box and there is h:selectOneMenu control directly below, the h:selectOneMenu item has focus and shows through the date picker when the date picker is selected. This only happens on IE6. IE7 and Firefox are ok but the standard browser here is IE6

[jboss-user] [JBoss AOP] - JBoss AOP and Weblogic (inWebLogic)

2007-07-19 Thread azhurakousky
Guys Personally I am not a big fan of BEA, but unfortunately my client is. However we still have ways of using JBoss products. One of them is JBoss AOP. Even though I haven't try yet using JBossAOP aspects/interceptors in WebLogic, I figured I'll ask if someone went through this before and coul

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-designer-3.1.0.beta1 and seam page node

2007-07-19 Thread [EMAIL PROTECTED]
The pageflow support is in HEAD now and it will be included in the next beta release that is coming shortly. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065941#4065941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-designer-3.1.0.beta1 and seam page node

2007-07-19 Thread [EMAIL PROTECTED]
Hi Andy, I just committed the seam pageflow support in the new plugin. So the pageflow will for now continue to live in the same plugin as jpdl. All commonalities are factored out, so in the future it will live in its own plugin. I do not know about a page node in the standard process designer.

[jboss-user] [JBoss Seam] - Re: no session or session was closed: but why?

2007-07-19 Thread fmars
i have had a similar error before. i am not sure now, but the reason was that i didn't make my stateful session bean a long running bean, if i remember correctly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065939#4065939 Reply to the post : http://www.

[jboss-user] [JBoss Portal] - Re: Portlet Edit Mode

2007-07-19 Thread [EMAIL PROTECTED]
Why use the Edit mode for that purpose? According to the JSR-168 spec PLT.8.2: anonymous wrote : Within the EDIT portlet mode, a portlet should provide content and logic that lets a user customize the behavior of the portlet. The customization is user-specific, hence the need to be logged in. The

[jboss-user] [JBoss Seam] - Why is called @Factory method always ?

2007-07-19 Thread miloslav.vlach
I have a component which display some list and I am using @Factory method. But when I call add, from this component, which do not access to the list, the @Factory method is called. Why ? | package cz.bpsolutions.ims.services.diary; | | import java.io.Serializable; | import java.util.Ar

[jboss-user] [JBoss jBPM] - Some questions on Process Instance.

2007-07-19 Thread jgreiner
I just wanted to make sure I am doing some things using the best practice. I think I am doing some things that are not just 100% correct and work coincidentally I have the process instance that I want to work with. What is the best method to get a Node so I can signal it? Also what is the

[jboss-user] [JBoss Seam] - Re: has no effekt

2007-07-19 Thread fmars
"stu2" wrote : Could you please post the showAll() method (and any annotations) as well as the stacktrace? methsearch is a stateful session bean. there are two methods annotated with @Begin. showAll() is one of them and here it is: @PersistenceContext(type=PersistenceContextType.EXTENDED) |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] Virtual host environment

2007-07-19 Thread Steve
Hello, Does anyone know how to configure a different set of JNDI environment entries for each virtual host that uses the same WAR in JBoss? This can be done with stand alone Tomcat using context.xml fragments under CATALINA_HOME/conf/Catalina/www.site1.com/ROOT.xml I can then give each virtu

[jboss-user] [JBoss jBPM] - Re: Task assignment

2007-07-19 Thread jgreiner
What might help you in this case is to assign a task to a group, then only assign to the actor when they are ready to work the task. J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065931#4065931 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Seam-Gen and overwriting of files

2007-07-19 Thread garypinkham
Is there a way to have Seam generate-entities not overwrite existing files? I have been using it in an incremental way. I make some tables. generate-entities. do some coding and go back to making some new tables etc... The issue I mostly have is it wipes out my menu.xhtml. I'd like

[jboss-user] [JBoss Portal] - Re: how can i get current PortalNode

2007-07-19 Thread brownfielda
I'm a bit confused about what you are asking. I see org.jboss.portlet.JBossRenderRequest in both the API docs and in the source. Same with javax.portlet.RenderRequest. This is with JBP 2.6 source package, and javadocs for both 2.4 and 2.6. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: ARGH! Seam 2.0.0 Beta, Ajax4JSF, ,

2007-07-19 Thread dhinojosa
For reference: http://jira.jboss.org/jira/browse/JBSEAM-1702 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065928#4065928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065928 _

[jboss-user] [JBoss Portal] - Portlet Edit Mode

2007-07-19 Thread naveenkn
Edit mode is only available to logged in users to edit the portlet preferences based on the user's needs. For my application if the user clicks edit button I am redirecting to Sample1.jsp and if the user clicks Cancel button I am redirecting to Sample2.jsp. Its not mandatory that the user shoul

[jboss-user] [JBossWS] - Re: contract based approach

2007-07-19 Thread 01012003
Of course if I write the xml manually and send it over http like this: | | "http://schemas.xmlsoap.org/soap/envelope/\"; xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\";> | " | "http://ws.hj.org/\";> | "test |

[jboss-user] [JBoss Seam] - no session or session was closed: but why?

2007-07-19 Thread miloslav.vlach
I got this exception, but I understand why In Stateful component I have @PersistenceContext(type=EXTENDED) EntityManager em; | javax.faces.FacesException: Error calling action method of component with id simpleAdd:_id91 | at org.apache.myfaces.application.ActionListenerImpl.p

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Migrating hibernate code from weblogic 9

2007-07-19 Thread upabbi
Hi, I am working on migration project to migrate J2EE application from weblogic to Jboss. I am new for hibernate and gone through some tutorials. In my application I didn't notice any weblogic specific code in java classes written using hibernate. Can i port these jave classes and associated

[jboss-user] [JBossWS] - contract based approach

2007-07-19 Thread 01012003
Is it possible to create a SOAP message with contract based approach as: | javax.xml.soap.MessageFactory.newInstance(SOAPConstants.SOAP_1_2_PROTOCOL).createMessage(); | I have tried but getting: does not contain operation meta data for error. View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - org.jboss.seam.servlet.characterEncodingFilter

2007-07-19 Thread wkzk
Hi. I 'm just wondering why CharacterEncodingFilter class 's @Name is org.jboss.seam.servlet.characterEncodingFilter. other Filter's @Name specifies org.jboss.seam.web package. Does works fine? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065916#4065916

[jboss-user] [JBossCache] - Re: Could this be deadlock when modifying TreeCache

2007-07-19 Thread ramdas
"[EMAIL PROTECTED]" wrote : "ramdas" wrote : | | Does the max_credit work at the thread level or the process level within the JVM? | | | | Actually it works on the Channel level. So, per JGroups channel. | Please excuse me for asking very naive questions - but how do i know the

[jboss-user] [JBoss Portal] - Re: multiple header support

2007-07-19 Thread explorer
Thanks fore the reply, Well i came across making changes there.. but my concern is. I have a myProjectTheme.war outside the portal.sar. How would this context be picked up. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065911#4065911 Reply to the post : h

[jboss-user] [EJB 3.0] - Re: Problem when persisting Entity

2007-07-19 Thread ycswyw
I think the "PrimaryKeyJoinColumn" attribute should be used instead of "JoinColumn". Also check that "JobItemId" field names match with JobItem field names. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065910#4065910 Reply to the post : http://www.jboss.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Adding configuration files to SAR deployment

2007-07-19 Thread ramboid
How can I configure a SAR deployment so that some extra files are available to the deployed application? I have a custom class that is called from a Schedulable class. The custom class looks for a cfg file in the root of JBoss. I have added the cfg file to each of the folders of the sar deplo

[jboss-user] [JNDI/Naming/Network] - Tomcat client + JBOSS server

2007-07-19 Thread fausto_minotti
Regarding to JBossIDE-Tutorial.pdf I worked through this tutorial and I reached my first EJB Now I?m trying to deploy the application as clent and server using Tomcat 5.5 and JBOSS 4.2.0GA ( on two different host placed in the same lan ) I have the same project on the JBOSS and the new one in To

[jboss-user] [JBossWS] - Re: Deploying JDeveloper/Oracle webservices on JBossWS

2007-07-19 Thread lambeths
Has anyone solved this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065907#4065907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065907 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Problem when persisting Entity

2007-07-19 Thread waynebaylor
do you want the two unannotated fields to be persisted? by default they are considered to be annotated with @Basic, but if you don't want them to be persisted you must annotate them with @Transient. hope that helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Multiple WARs with SSL and common data source configuration.

2007-07-19 Thread trickyvail
I have a requirement for two SSL enabled shopping websites to share the same data source. Both websites are owned by the same company. Some of the products are unique to one website and some products are common to both - hence the shared data source to accurately reflect inventory levels. I hav

[jboss-user] [JBoss Seam] - Re: hibernate validation decorators pb in 2.0.0.B1

2007-07-19 Thread zdaler
thanks for the reply ... I'll try to be more precise in the future. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065899#4065899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065899 ___

[jboss-user] [JBoss jBPM] - jbpm-jpdl-designer-3.1.0.beta1 and seam page node

2007-07-19 Thread andyredhead
Hi, I've started "tinkering" with Seam. One of the most interesting parts of Seam (for me) is the use of jBPM processes to control page-flow. In the seam manual there is a screenshot showing a process editor in eclipse that includes a "page" node (though not an email node etc). I've just inst

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-19 Thread ricardomarques
I'm wandering if I'm ending a task instance correctly since I can figure out the problem. | engine.openSession(); | JbpmContext jbpmContext = engine.getJbpmContext(); | | | TaskInstance taskInstance = jbpmContext.getTaskIns

[jboss-user] [JBoss Seam] - Re: facelets and seam2

2007-07-19 Thread stu2
I'd use seam-gen to create a blank new project, then carefully compare your config files with those in the new project. This will always work, as seam-gen is generally quickly updated to reflect seam changes (and has helped me several times). View the original post : http://www.jboss.com/inde

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

2007-07-19 Thread ellenzhao
Most likely you would have to hack a class in the org.hibernate.dialect package. I filed a Hibnernate JIRA a while ago with a patch, but till now such kind of problem is not get fixed. Okay, first know which dialect you are using. Most likely MySQL5Dialect. That class extends the MySQLDialect.

[jboss-user] [JBoss Seam] - Re: has no effekt

2007-07-19 Thread stu2
Could you please post the showAll() method (and any annotations) as well as the stacktrace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065895#4065895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065895 __

[jboss-user] [JBossWS] - wsconsume error

2007-07-19 Thread bglasco
parsing WSDL... generating code... [ERROR] null unknown location com\ballydev\sds\sdt\marketing\events\ObjectFactory.java com\ballydev\sds\sdt\marketing\events\SDTwsService.java com\ballydev\sds\sdt\marketing\events\Sdtws.java com\ballydev\sds\sdt\marketing\events\SdtwsResponse.java com\ballydev

[jboss-user] [JBoss Seam] - Re: EntityQuery.refresh() doesn't clear the result list??

2007-07-19 Thread ASavitsky
Nope, raiseAfterTransactionSuccessEvent() didn't help. Here's the code I used: @Observer ("refreshAccounts") | public void refresh() { | userAccounts.refresh(); | } | @Transactional | public void save() { | em.persist(selectedAccount);

[jboss-user] [JBoss Portal] - Re: how can i get current PortalNode

2007-07-19 Thread k3nnymusic
I am use jboss portal 2.4.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065890#4065890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065890 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - Re: Drools (JBoss Rules) Hibernate Query and EntityManager

2007-07-19 Thread ellenzhao
Forgot to mention it's better not to mess your rule definition with things like persistence code or rendering code. It's better to do session.setGlobal("cheeseList", cheeseList); , let your rule engine use or modify the cheeseList. The modification is automatically visible to the conversation b

[jboss-user] [JBoss Seam] - Re: Identity not created

2007-07-19 Thread monkeyden
That's a busy method! I've added a conditional breakpoint, so I don't have to respond to all calls to it: return name.equals("identity") && bean instanceof {class in which injection is failing}; In every case it returns the correct object. It seems that the problem is happening after the cal

[jboss-user] [JBoss Portal] - how can i get current PortalNode

2007-07-19 Thread k3nnymusic
I read CatalogPortlet.java sources and i saw lines PortalNode current = req.getPortalNode(); for JBossRenderRequest req; definition. In new api there isn't class org.jboss.portlet.JBossRenderRequest but newest javax.portlet.RenderRequest whitch don't have method getPortalNode(); Where should I

  1   2   3   >