[jboss-user] [JBoss Seam] - Re: Sybase EAServer error

2007-01-30 Thread saeediqbal1
after adding jsf-api.jar and jsf-impl.jar files to web-inf i am left with just this error. any help would be appreciated. 2007-01-30 23:07:22.687 WARN ScheduledTask:AutoRefresh [AutoRefreshTask] Refresh failed for module: webapp-jboss_seam_registration 2007-01-30 23:07:22.687 WARN Schedul

[jboss-user] [JBoss Seam] - Re: having problem with seam gen

2007-01-30 Thread [EMAIL PROTECTED]
I doubt that we will support this. We have to draw the line somewhere with seam-gen or it will become too complex, and Facelets over JSP is very much our strong recommendation. Of course, its not hard to take the generated app and switch it over to JSP. Hey, you could even customize seam-gen yo

[jboss-user] [JBossWS] - urgent: java enums and mapping file...

2007-01-30 Thread tejasjani
Hi all... I am in urgent need of help. I have some enum types defined in my schema. I have already written the associated enum type classes for them as described in some other posts here. Now, I am not able to figure out how to change the jaxrpc-mapping file to map the xml enum types to the Ja

[jboss-user] [JBoss Seam] - Re: Does DataModelSelection work in a Stateless Session Bean

2007-01-30 Thread venkateshbr
declare the datamodel under PAGE scope. @DataModel(scope=ScopeType.PAGE) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008669#4008669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008669

[jboss-user] [JBoss Seam] - Does DataModelSelection work in a Stateless Session Bean?

2007-01-30 Thread twocoasttb
I have the following SLSB: @Stateless | @Name("organizationFinder") | @Scope(STATELESS) | public class OrganizationFinderBean implements OrganizationFinder, Serializable { | | @PersistenceContext | private EntityManager em; | | @In (required=false) | @Out (required=fal

[jboss-user] [JBoss Seam] - Re: having problem with seam gen

2007-01-30 Thread ask4saif
Thanx gavin for your reply, we are expecting that your team will give us option of jsp pages in the next seam-gen release. Is it possible. thank you in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008664#4008664 Reply to the post : http://www.jbos

[jboss-user] [JBossWS] - Re: Urgent Help requested ...support for enums..update jboss

2007-01-30 Thread tejasjani
Hi, can someone give any tips on how to modify the mapping file after writing the enum classes as described in previous post. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008663#4008663 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBossWS] - Re: enumerations in jboss ws...

2007-01-30 Thread tejasjani
I am having the same issue. I am not sure what to modify in the mapping file, once I have written the additional type classes for all enum types. Any help is highly appreciated. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008662#4008662 Reply to t

[jboss-user] [JBoss Portal] - Packaging of portlet-instances.xml

2007-01-30 Thread legolas
Hi all, Where does the portlet-instances.xml need to be packaged? I read from the docs of JBP2.4.1, that the use of the *-object.xml for defining portlet instances is deprecated and support will be removed from JBP 2.6 on. I want to be able to specify which instances I need in my portal outside

[jboss-user] [JBoss jBPM] - Re: GPD installation problem

2007-01-30 Thread thriveni
hi Koen, i have used gpd 3.0.13 as you have said. but during installing i am getting a new error like the "selected archive does not contain the update site" what to do with this? regards, thriveni View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008659#400865

[jboss-user] [JBoss Seam] - Re: Sybase EAServer error

2007-01-30 Thread saeediqbal1
Just to follow up on my previous post. i copied all files in seam folder/lib to web-inf/lib of this registration example. This is a similar message in the log files i get when deploying.. (shorter version of the above) .. i'm feeling some missing .jar files are needed. wonder why aren't they n

[jboss-user] [EJB 3.0] - Re: jdbc Query Timeout ( Is This a Bug? )

2007-01-30 Thread grdzeli_kaci
hi all, i found out one way. when i changed the session bean, add this: | @Resource(mappedName="java:/TimesTenXAClientDS") DataSource | myTestDB; and then i tryed get information from timesten database it works :) | try{ | Connection con = myTestDB.ge

[jboss-user] [Clustering/JBoss] - Re: JMS provider failure detected

2007-01-30 Thread visolvejboss
Hello, anonymous wrote : 2007-01-29 17:02:10,950 INFO [org.jboss.ejb.plugins.jms.JMSContainerInvoker] Trying to reconnect to JMS provider | 2007-01-29 17:02:10,993 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] destination not found: queue/ExAccMDB reason: javax.naming.NameNotFoundEx

[jboss-user] [JBoss Seam] - Re: Seam - iterator tag?

2007-01-30 Thread hstang
Believe the ui:repeat tag uses the standard JSF data model classes, none of which includes a Set wrapper, unfortunately. Guess the best bet maybe to use the ui:repeat tag with a customized facelet function to convert the set to Object[] e.g. ... View the original post : http://www.jboss.co

[jboss-user] [JCA/JBoss] - Re: Jboss Oracle XA Datasource throw WARNING MESSAGE

2007-01-30 Thread [EMAIL PROTECTED]
Sigh...please read: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp and more specifically http://www.jboss.org/wiki/Wiki.jsp?page=FAQJBossJCA At the very least, start with JBoss version DB vendor DB driver version Platform JDK version etc, etc, etc View the original post : http://www.jbo

[jboss-user] [JBoss jBPM] - Simple workflow for newbie

2007-01-30 Thread enpx
Hi, I have this simple workflow: 1. Search contract 2. Create account for this contract if it was found in previous step 3. Create contract if it was not found and go to step 1 Every step must be implemented with some java code. Can oanybody help me to translate this workflow to jBPL XML descr

[jboss-user] [JBoss Seam] - Re: Force Component creation with Contexts.lookupInStatefulC

2007-01-30 Thread hstang
"atzbert" wrote : | | | Contexts.lookupInStatefulContexts("myComponent"); | | | | Component.getInstance(String name, ScopeType scope, boolean create) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008647#4008647 Reply to the post : http://

[jboss-user] [JBoss Seam] - Sybase EAServer error

2007-01-30 Thread saeediqbal1
Hi all, I've deployed the simple registration example on EAServer and get this error:- The war file i deployed was taken from my tomcat/webapps directory. I apologize for the long error stack. It would be great if Seam would run on easerver. 2007-01-30 20:40:59.812 INFO HttpListener0-1 [UserR

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-01-30 Thread hstang
"henrik.lindberg" wrote : Hi, | a message saying "value could not be converted to the expected type". | Where is this message coming from? The console? The UI? If there's nothing coming out from the console, double check to see server.log (if you are using JBoss to really make sure nothin

[jboss-user] [JBoss AOP] - How do I access security info in a Interceport class?

2007-01-30 Thread peixubin
I try to use org.jboss.aop.aspects.security.SecurityContext .the getCurrentPrincipal() and getCallerPrincipal method can return a principal correctly ,but the isCallerInRole(String role) and isCurrentInRole(String role) allways return false, I view the SecurityContext.java file, the following c

[jboss-user] [JBoss Seam] - Re: Question about request/response lifecycle

2007-01-30 Thread buddy1974
so is it possible to short-circuit the response inside a tag? This seems not right, correct? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008639#4008639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008639 _

[jboss-user] [JBoss Seam] - Re: Injecting two instances of an Entity

2007-01-30 Thread seamNoobie
"[EMAIL PROTECTED]" wrote : Take a look at the @Role annotation. Oh yes... Worked perfectly... :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008636#4008636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008636 ___

[jboss-user] [JBoss Seam] - building Seam works better after a set ANT_OPTS=-Xmx500m

2007-01-30 Thread codelion
Make that set ANT_OPTS=-Xmx500m or more. I watched memory use today, and while Ant makes the seam_reference.pdf the memory use is way up. 400 meg wasn't enough after I wrote the previous post. What's heinous about it is that if you don't notice it there isn't a complaint at the end of the buil

[jboss-user] [JBoss Seam] - Re: Seam - iterator tag?

2007-01-30 Thread dan.j.allen
Are there any thoughts on a tag, or some adapter built into Seam, that helps to iterate over a java.util.Set? I figured this one would have gotten far enough under your skin, Gavin, that you would scratch at it until JSF bled ;) While we are on the topic, are we allowed to bash the JSF spec for

[jboss-user] [Installation, Configuration & Deployment] - Re: java.lang.NullPointerException

2007-01-30 Thread hussain_rangwala
hey peter thanx for the reply..i placed the lib under the WEB-INF/lib folder ...however now i get another exception can you help me on this or can you refer me to a site where i can find answers to my questions...thanx again | exception | | javax.servlet.ServletException |

[jboss-user] [JBoss Seam] - Re: Seam - iterator tag?

2007-01-30 Thread [EMAIL PROTECTED]
You are absolutely allowed to back JSF for this, but doesn't the facelets ui:repeat tag support Sets? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008631#4008631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008631

[jboss-user] [JBoss Seam] - Re: Injecting two instances of an Entity

2007-01-30 Thread [EMAIL PROTECTED]
Take a look at the @Role annotation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008630#4008630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008630 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Potential Spec violation in TimerService

2007-01-30 Thread mkleiderman
Here's the body of org.jboss.ejb.txtimer.TimerServiceImpl's createTimer method: | if (initialExpiration == null) | throw new IllegalArgumentException("initial expiration is null"); | if (intervalDuration < 0) | throw new IllegalArgumentException("interval dura

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-01-30 Thread henrik.lindberg
I am running seam 1.1GA, and JBoss 4.0.5GA. The rest of my application is pretty much bolierplate as gnerated by seam gen. Could the LoggedInInterceptor have anything to do with this problem? I added that to my project - a copy from one of the examples, and it works fine where I used it (not us

[jboss-user] [JBoss Portal] - Re: Upgrade from 2.4.1 SP1 to 2.6 - Big Effort?

2007-01-30 Thread [EMAIL PROTECTED]
anonymous wrote : | What I am aiming for is everything to be in 2.6, but I want the directories and files in CMS to reflect the things that we created and imported during our 2.4.1 incarnation. Is this possible without re-creating and re-importing the files to the new database? | the dat

[jboss-user] [JBoss Seam] - Re: Serializable is needed

2007-01-30 Thread [EMAIL PROTECTED]
Well, you need to implement Serializable when you want to use them in a context that requires serialization. :) There are a few places you could potentially need a serializable object. What exactly are you doing that causes you to run into the exception. View the original post : http://www.j

[jboss-user] [JBoss Seam] - Force Component creation with Contexts.lookupInStatefulConte

2007-01-30 Thread atzbert
How do I force Seam to create a component by looking for it with... | Contexts.lookupInStatefulContexts("myComponent"); | ...if it's not already created in its respective context? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008612#4008612 Reply

[jboss-user] [JBoss Seam] - Injecting two instances of an Entity

2007-01-30 Thread seamNoobie
I want to Inject two instance of the User entity into a controller: | @Entity | @Name("user") | public class User implements Serializable { | ... | | @In(create=true) | @Out | private User user; | | @In(value="userSearchCriteria") | private User user

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-01-30 Thread henrik.lindberg
If I remove the inputSecret that refers to register.verify I do not get the error, but naturally, register then sees that the password and verify are not equal. Commenting out the test that they are equal works fine. So, can anyone tell me what I am doing wrong? View the original post : http:

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-01-30 Thread henrik.lindberg
And here is the register.xhtml (Sorry for all the {} instead of normal lt/gt 'XML brackets' - the forum software choked on this otherwise - I hope you can read it - it is truly boiler-plate code (I chopped off the standard stuff at the beginning of the file. {ui:define name="body"} {f:vi

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-01-30 Thread henrik.lindberg
Sorry, I need to what? Do you mean post some code? Here is the register action (sans imports) @Stateful @Scope(EVENT) @Name("register") public class RegisterAction implements Register { @In @Out private User user; @PersistenceContext private EntityManager em;

[jboss-user] [JBoss Seam] - Re: selectItems exception

2007-01-30 Thread damatrix
Hi, I was able to debug the source for BasicEntityConverter. However i only saw a getIdAsObject not getAsObject (i take it urs was a typo). Anyway, i set breakpoints at all the catch clauses as well as at the end where the id and class are returned. It does get called, and no exception was thro

[jboss-user] [JBoss Seam] - Re: trouble using password verify as in booking example

2007-01-30 Thread hstang
You need to some code View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008592#4008592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008592 ___ jboss-user mailing list jboss-use

[jboss-user] [Beginners Corner] - Log4j Custom Logger with RepositorySelector

2007-01-30 Thread arena
I followed the instructions mentioned on the jboss wiki site for writing custom logger component for your web application i.e implementing the RepositorySelector. It works fine when i deploy only one application. We have two application that needs to be deployed on the same instance. When i dep

[jboss-user] [EJB 3.0] - Re: @NamedQuery and setting orderBy as a parameter?

2007-01-30 Thread fhh
Just from my database experience I would say that it is not possible. Any sane JPA-Provider will execute the query using a PreparedStatement and any sane JDBC driver will excute a prepared statement using bind variables. AFAIK bind variables can only represent SQL literals like strings, numbers

[jboss-user] [JBoss Seam] - trouble using password verify as in booking example

2007-01-30 Thread henrik.lindberg
Hi, I am a seam newbie. I have created a small application that works fine, and I wanted to add password verification (i.e. typing it twice and comparing), and I borrowed the code from the example in booking. There the RegisterAction has a "verify" member that is referenced in the register.xhtml

[jboss-user] [Beginners Corner] - Re: connecting to JBOSS and TOMCAT will die

2007-01-30 Thread jailau_24
Additional problem comes out on our system. Just to give background we have a content provider located in different network. Their application server is a Linux JBOSS server. Our APP00-202.163.229.51 will connect to their JBOSS Server-192.168.1.216 everytime there's a bets comes in to the syst

[jboss-user] [JBoss Portal] - Re: Needed functionality (requirements)

2007-01-30 Thread jimisola
Hi again! I'd really appreciate if someone would take the time to help me with some pros and cons of JBoss Portal vs OpenCMS. I really hoped that I would have gotten some sort of response by now on my questions. An open source project needs a good community just as much as a good product/libra

[jboss-user] [JBoss Seam] - Re: Seam remoting error

2007-01-30 Thread [EMAIL PROTECTED]
It doesn't look like a remoting exception, have you tried restarting JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008580#4008580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008580 ___

[jboss-user] [Clustering/JBoss] - Re: cluster-config.xml or jboss-service.xml

2007-01-30 Thread alanmoor
If all I want is Session replication, I need the tc5-cluster.sar application. The guide you pointed to is an all-or-nothing removal of clustering. It is my understanding that underneath the hood, the tc5 clustering uses JBoss Cache. I'm not sure how everything's plumbed together, so I'm just

[jboss-user] [Installation, Configuration & Deployment] - Re: Tomcat Not Logging? Can Someone help? Please?

2007-01-30 Thread russray
Just wondering if anyone from JBoss is watching this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008578#4008578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008578 ___ j

[jboss-user] [JBoss/Spring Integration] - JBOSS+SPRING+IBATIS [CachedConnectionManager] Closing a conn

2007-01-30 Thread anthonyhong
I use jboss4.0.2+spring1.2.8+ibatis2.x+Oracle10g I configured an xa datasource in jboss, everthing configured fine and startup without errors. But when request a function with db operation. Functions work fine but jboss has shown following errors: 20:46:01,687 INFO [CachedConnectionManager] Clos

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss log4j Update Required?

2007-01-30 Thread russray
JBoss 4.0.5 only used one log4j.xml file on the server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008572#4008572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008572 _

[jboss-user] [EJB 3.0] - Not able to create durable subscription in MDB

2007-01-30 Thread alllle
I am using JBoss 4.04GA SP2 and JBoss Messaging 1.0.2SP2. I want to create a MDB in EJB3 that creates durable subscription to a topic. Since the topic requires a valid user/pass, EJB3 annotation along was not sufficient. I therefore, created the ejb-jar.xml and jboss.xml file that are packaged

[jboss-user] [Security & JAAS/JBoss] - problem securing jsf pages

2007-01-30 Thread damatrix
Hi, I followed the instructions in the book "JBoss at Work" to set up my own customer login-config.xml file and the login-config-service.xml files respectively. I've also generated a keystore file and there seems to be no problems from these sides (i think). Bcos my certificate is self-signed,

[jboss-user] [JCA/JBoss] - Re: Prefill Pool for XA Datasource?

2007-01-30 Thread [EMAIL PROTECTED]
No problem man, thank you for your offer of support. Any of those outstanding JIRA tasks you want to take a crack at...please feel free ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008565#4008565 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Confused about Seam/JSF/Facelets Tools - Seeking some Gu

2007-01-30 Thread svadu
"kukeltje" wrote : The exadel plugin is less usable with seam since | - it does not know about the annotations and therefor has no codecompletion, validation | I do have code completion and validation (as well as recognision of annotations). Although I have MyEclipse installed next to exadel

[jboss-user] [JCA/JBoss] - Re: Prefill Pool for XA Datasource?

2007-01-30 Thread ALRubinger
Yep, was going to offer to just change the DTD. DTD in $JBOSS_HOME/docs/dtd looks good. The public version online is probably just out-of-date: http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd >From "docs" in my installation: $Id: jboss-ds_1_5.dtd 45250 2006-05-25 21:35:10Z wprice $ Online: $Id:

[jboss-user] [JBoss Seam] - Re: Seam injection doesn't work while testing with testng!

2007-01-30 Thread gena777
Ok, i don't know why, but it works now. I've tried the Seam-generated example as described on Wiki. And it did work! The only difference was the eclipse project kind: my project is a simple application, but seam-tutorial is an Enterprise Application. So i was missing the EAR-libraries. In my c

[jboss-user] [JCA/JBoss] - Re: Prefill Pool for XA Datasource?

2007-01-30 Thread [EMAIL PROTECTED]
Note, as per the Wiki. You can only prefill connection pools that do not require a subject or username/password (ie ConnectionRequestInfo). This information must be known upfront prior to filling the pool. It's fairly limited in that respect at this point. View the original post : http://www.

[jboss-user] [JCA/JBoss] - Re: Prefill Pool for XA Datasource?

2007-01-30 Thread [EMAIL PROTECTED]
Hmmm...looking at the 1.5 DTD I may have put it in. | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008559#4008559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008559

[jboss-user] [JBoss Seam] - Re: selectItems exception

2007-01-30 Thread petemuir
No Just include the jar as normal but make the source available to your ide so you can debug it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008558#4008558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008558

[jboss-user] [JCA/JBoss] - Re: Prefill Pool for XA Datasource?

2007-01-30 Thread [EMAIL PROTECTED]
Just the DTD needs updating. Not the actual code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008557#4008557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008557 ___ jbos

[jboss-user] [JBoss Seam] - Re: selectItems exception

2007-01-30 Thread damatrix
Sorry aba the last post. i just didn't realise that this topic had gone on to 2 pages long. i'm creating a small project to debug the BasicEntityConverter.getAsObject. Howeverl, i checked the source package and i found a tld and some other configuration files along with the source. am i suppos

[jboss-user] [JBoss Portal] - Portlet Taglib and Facelet XHTML?

2007-01-30 Thread jatsrt
Is this possible and if so how do I import it? I have tried: xmlns:portlet="http://java.sun.com/xml/ns/portlet"; But it does not work, am I missing something simple, or is this not possible? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008554#40085

[jboss-user] [JCA/JBoss] - Re: Prefill Pool for XA Datasource?

2007-01-30 Thread ALRubinger
Actually...send me a link to the JIRA task? I gotta get this working for myself anyway, so I'll fix and commit it. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008553#4008553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JCA/JBoss] - Re: Prefill Pool for XA Datasource?

2007-01-30 Thread [EMAIL PROTECTED]
Ugh...I forgot to update the DTD when I implemented the feature. The feature works, it's just not in there. I will file a JIRA request. Thanks for bringing it to my attention. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008551#4008551 Reply to the pos

[jboss-user] [Beginners Corner] - Re: JBoss 4.0.5: Cannot create timer table: javax.management

2007-01-30 Thread monika
Hi there, I was trying to deploy my application on the jboss 4.0.5 GA, and am getting an javax.management.MBeanException. Not sure if there is a configuration required for the app server to create the Timer table. Will be good to know if there is any pointers or help around this. Thanks!! H

[jboss-user] [JCA/JBoss] - Re: Prefill Pool for XA Datasource?

2007-01-30 Thread ALRubinger
And thank you for your help. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008552#4008552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008552 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - Re: selectItems exception

2007-01-30 Thread petemuir
Good luck :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008547#4008547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008547 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Seam] - Re: selectItems exception

2007-01-30 Thread petemuir
I'm not really sure what you're after here. The difference between s:button and h:commandButton has been explained above. I'm not asking to package the source in your project - just to debug the code at the method specified above - and this isn't the appropriate place to discuss debugging usin

[jboss-user] [Management, JMX/JBoss] - Re: [deploymentinfo] and temporary files

2007-01-30 Thread t_skowronek
Does this apply to all JDK versions on Windows? Which JDK bug are you referring to? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008544#4008544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008544 __

[jboss-user] [JBoss Seam] - Re: selectItems exception

2007-01-30 Thread damatrix
Ignore that last post. Somehow there was an error on my page so i thought u didn't get the previous message. I'll get cracking on what u suggested. Thanx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008543#4008543 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: selectItems exception

2007-01-30 Thread damatrix
Hi, I took the dreaded path of writing my own converter for my entity and guess what? That doesn't work as well. I mean the selectOneMenu does get populated with the entities alright, but after selecting one and clicking save h:commandButton my action method doesn't get called, with no exception

[jboss-user] [Management, JMX/JBoss] - Re: [deploymentinfo] and temporary files

2007-01-30 Thread [EMAIL PROTECTED]
There is (almost) nothing wrong with this. It's a jdk bug on windows. The tmp files are locked by the classloaders using them, and they will only deleted by jboss when it restarts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008538#4008538 Reply to the po

[jboss-user] [JCA/JBoss] - Re: Prefill Pool for XA Datasource?

2007-01-30 Thread ALRubinger
Thanks, Weston, saw that. But according to the DTD: http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd";> ..."prefill" is not a valid option. I originally thought that "prefill" might have only been for local-tx, but a quick glance at the DTD shows that "prefill" isn't allowed anywhere. Am I usi

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Dead letter queues

2007-01-30 Thread jp_ammu
Hi All, Could you please tell me how to listen the topic deployed on ActiveMQ ( Or Foreign MQ Proviers) from MDB deployed on JBOSS?. I am using JBOSS 4.0.2 with MDB ( ejb2.0). Please tell me what the configuration files i need to chnage. If you send me snippets would appreciate. View the origi

[jboss-user] [Management, JMX/JBoss] - Re: Persistence not quite working

2007-01-30 Thread [EMAIL PROTECTED]
No, it's not a bug. Unless a field is settable it cannot be persisted (or else how jboss will be set to set its value???) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008535#4008535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [EJB/JBoss] - Re: Listening Remote Topic from MDB

2007-01-30 Thread jp_ammu
Hello Guys, Any sujjestions? I haven't seen any reply. Believe people had already solved this issue. Please reply me soon. Iam totally struck. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008534#4008534 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [EJB 3.0] - Re: problem with test invocation of session bean

2007-01-30 Thread kpiis
Sorry for delay with answer. I have solved my problems with new jems GA installer. Current functions are working fine now. But I still have a lot of questions (maybe someone has answers for my stupid questions :)) 1. I deploy my app separately in 2 arch - jar with ejb3 components and war with ser

[jboss-user] [JBossWS] - Changing the context root and service uri location of the We

2007-01-30 Thread dwin
Hey guys Do you guys know how to change the context root and the service uri of a web service in JBossWS 1.2 +? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008505#4008505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Portal] - Re: Portlet navigation with CMS.

2007-01-30 Thread hurzeler
The question then becomes: Do you know if the CMS portlet supports IPC? Or do I have to extended so it does? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008506#4008506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [EJB 3.0] - Re: Composite primary keys

2007-01-30 Thread ssrinivas
i have a similar error, but no such mappedBy error. i have defined the fetchtype as lazy and i get this error when i try to get the value of isEmpty or iterator. the object is detatched. In fact it is serialized out through the local interface. i had initialized the collection data member to an

[jboss-user] [Installation, Configuration & Deployment] - Re: Starting MDB on deployment

2007-01-30 Thread phisatmonster
actually it's not so much that an MDB is needed, but any EJB. My problem is that I need to run a timer on the bean, and have the timer start on deployment, not the first access of the bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008512#4008512 Reply

[jboss-user] [JBoss Portal] - WSRP Producer and Sessions Not Working

2007-01-30 Thread fattymelt
I have an existing JSR-168 portlet that I deployed on JBoss Portal 2.4.1 (installed from JBoss Portal + JBoss AS 2.4.1-SP1 bundle on Mac OSX) as a remotable portlet so I could use it as a producer in a WSRP scenario. When I use the portlet within the JBoss portal (not remotable), the session da

[jboss-user] [JBoss Portal] - Re: Upgrade from 2.4.1 SP1 to 2.6 - Big Effort?

2007-01-30 Thread sjewett
Hi Sohil - After trying - unsuccessfully - the two scenarios I described to you above, I've concluded that the process of upgrading from 2.4 to 2.6 probably involves a migration application similar to the one that is described in Chap. 4 of the Reference Guide, which describes upgrading from 2.

[jboss-user] [Installation, Configuration & Deployment] - Re: Cannot obtain type mapping from: jboss.jdbc:datasource=

2007-01-30 Thread vinayarammohan
I am using Oracle 8.1.6.3. I think this is an XA database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008521#4008521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008521 __

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-30 Thread [EMAIL PROTECTED]
Yes, seamspace uses the new fileUpload control. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008522#4008522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008522 ___ jboss-u

[jboss-user] [JBossCache] - Re: Performance expectations

2007-01-30 Thread genman
There are many differences in what you tested and the wiki page. Mainly, they were testing field updates on attached objects across a cluster. And you are just testing the speed of attaching objects. If your objects are simple strings, just use the plain TreeCache. View the original post : ht

[jboss-user] [JBoss Portal] - Re: Apache mod_jk1.2.19 -> JbossAS 4.0.4 -> Jboss Portal 2.4

2007-01-30 Thread thierrylach
This is probably too late to help the original poster, but I got by this by adding the following lines to my jk application map file in apache: /portal=jboss /portal/*=jboss /portal-core=jboss /portal-core/*=jboss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss jBPM] - Re: jBPM and Message Driven Beans

2007-01-30 Thread estaub
Oops, my bad... Tom Baeyens addressed these problems in update (process-already-exists) scenarios in this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76751 This doesn't help @new4jboss, of course, because the process isn't created yet (sometimes!). -Ed Staub View the origina

[jboss-user] [JBoss jBPM] - Re: Question about retrieving User Object from ExecutionCont

2007-01-30 Thread crussell42
I tried the following trick (total guess, Not sure it will work but it got me a little further). Seems like this scheme should work to force jbpm to consider the user object as a hibernatable object...which mine is only not because of hibernate.cfg.xml jbpm.varmapping.xml | |

[jboss-user] [JBossWS] - Re: Error when invoking Webservice deployed in Jboss 4.0.3

2007-01-30 Thread mpardeshi
I resolved the issue. The problem was I was deploying the webservice in JBoss 4.0.3. The default WS implementation that ships with jboss 4.0.3 does not work with jbossws-1.0.4.GA. So when you are running clients from jbossws-samples-1.0.4.GA be sure to include the following jars from 4.0.3/clie

[jboss-user] [Installation, Configuration & Deployment] - Re: Empty server.log when booting

2007-01-30 Thread genman
Is your log4j file pristine? What appears in boot.log ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008503#4008503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008503 __

[jboss-user] [EJB 3.0] - @NamedQuery and setting orderBy as a parameter?

2007-01-30 Thread rocken7
Lets say you have a ton of records in a content table, and a lot of criteria to determine appropriate content. How would you specify the orderBy and sort on a @NamedQuery, say as a parameter or by overriding the default orderby etc. ? I know i can annotate a bunch of @NamedQuery's but do I

[jboss-user] [Installation, Configuration & Deployment] - Re: Starting MDB on deployment

2007-01-30 Thread genman
I don't think there is a way. What do you need to do in the MDB when there are no messages to process? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008500#4008500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008500

[jboss-user] [Beginners Corner] - Re: connecting to JBOSS and TOMCAT will die

2007-01-30 Thread genman
Server logs? Version? Does "telnet yourserver 8080" or whatever work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008495#4008495 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008495 ___

[jboss-user] [Management, JMX/JBoss] - Re: [deploymentinfo] and temporary files

2007-01-30 Thread sengsational
"GarryJ33" wrote : I am having a problem with bean re-deployment. Jboss does not overwrite its temporary files, the message appears [DeploymentInfo] could not delete file (** see below **) restart will delete it. | | I am worried that Jboss is not cleaning up properly - is there a way to c

[jboss-user] [Beginners Corner] - JBoss 4.0.5: Cannot create timer table: javax.management.MBe

2007-01-30 Thread monika
Hi there, I was trying to deploy my application on the jboss 4.0.5 GA, and am getting an javax.management.MBeanException. ERROR [org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin](main) Cannot create timer table And further on deployment get the following error WARN [org.jboss.ejb

[jboss-user] [Beginners Corner] - Re: zip file errors when start JBOSS AS?

2007-01-30 Thread genman
What are the contents of your .ear, i.e. output from "jar tf" ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008493#4008493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008493 ___

[jboss-user] [Beginners Corner] - Re: Applets communicating with EJBs

2007-01-30 Thread genman
The logging is done in the latest code base and is normal. The second error looks suspicious. If you have tested using the latest versions of things, raise an issue on the security forum, including the version and code and config causing issues. View the original post : http://www.jboss.com/in

[jboss-user] [JBossWS] - Problem generating SOAPFaults

2007-01-30 Thread bcguitar33
Hi there, I've written a simple skeleton web service to generate. Right now I'm just trying to test such that proper input returns an "OK" value and improper input (such as non-matching XML tags) is replied to with a fault. My service replies correctly when the correct input is given, but when

[jboss-user] [Installation, Configuration & Deployment] - Re: Cannot obtain type mapping from: jboss.jdbc:datasource=

2007-01-30 Thread genman
If you turn on log4j debug, you might be able to see the details. It looks like there's some sort of transaction recovery taking place and it failed. Are you using an XA database? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008490#4008490 Reply to the pos

[jboss-user] [JCA/JBoss] - Re: Prefill Pool for XA Datasource?

2007-01-30 Thread [EMAIL PROTECTED]
>From the JBoss Wiki: anonymous wrote : | - whether to attempt to prefill the connection pool to the minimum number of connections. NOTE: only supporting pools (OnePool?) support this feature. A warning can be found in the logs if the pool does not support this. This feature will appear in

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss log4j Update Required?

2007-01-30 Thread genman
How many log4j.xml files do you have? Have you tried switching from the JBoss appender to the stock log4j one? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008483#4008483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

  1   2   3   4   >