[jboss-user] [JBoss Tools (users)] - WTP2.0.1, JBossAS-Tools-1.0.0.beta4 not publishing correctly

2007-10-08 Thread dlmiles
When I publish an EAR project from my workspace into JBoss 4.2.1 it does not publish correctly. I have tried both the WTP supplied 4.2 driver and the JBossAS-Tools supplied 4.2 driver. My JBoss runtime is at /opt/jboss-4.2.1.GA this directory tree is writable by my userid, also exists is

[jboss-user] [JBoss Seam] - Re: Setting the default propagation for s:link

2007-10-08 Thread swd847
http://jira.jboss.com/jira/browse/JBSEAM-2062 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092396#4092396 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092396 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to deploy the jar files in jboss

2007-10-08 Thread rohithadg
just put ur jar into deply directory. or put it into lib directory View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092397#4092397 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092397

[jboss-user] [JBoss Tools (users)] - Re: WTP2.0.1, JBossAS-Tools-1.0.0.beta4 not publishing corre

2007-10-08 Thread [EMAIL PROTECTED]
We don't use any temporary publishing location; so that must be something the WTP supplied 4.2 driver uses. What kind of project are you publishing ? For me the projects that is created with Seam project wizard works just like it should here. Maybe you haven't specified the right dependencies

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configure JBoss to connect to multi database on multi machin

2007-10-08 Thread catania
Hi all! anonymous wrote : I have three machine (A, B, C). | I have installed JBoss server on machine A. | On B, I have installed MySQL. On C, I have installed Oracle. How I can configure JBoss server to when JBoss start, it can simultaneous connect to both of my database (MySQL and

[jboss-user] [JBoss Seam] - Re: RSS feed not validating on In Relation To

2007-10-08 Thread [EMAIL PROTECTED]
Fixed what I could fix. Only produces one warning now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092401#4092401 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092401 ___

[jboss-user] [JBoss Seam] - [B1-CR2] What happened to Ajax4JSF ?

2007-10-08 Thread Yacho
I'm trying to upgrade but i cant find ajax4jsf in lib/ What Happened to it ? How should i change my Web.xml ? is there any migration guide for CR2 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092403#4092403 Reply to the post :

[jboss-user] [JBoss Seam] - Difference in an @Asynchronous method

2007-10-08 Thread wiberto
I'm seeing a weird situation that I really don't understand. I don't think it's really a Seam issue, but maybe someone can help me understand what's going on. I have an XFire based web service client that lives in my EJB project. I call that web service code from my authenticator class and it

[jboss-user] [JBoss Seam] - Re: Difference in an @Asynchronous method

2007-10-08 Thread wiberto
BTW, from the async method I can call other methods from that web service, but none of the ones that need to construct a complex type. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092405#4092405 Reply to the post :

[jboss-user] [JBoss Seam] - mappedBy in Hibernate Annotation

2007-10-08 Thread sucheta24
Getting org.hibernate.AnnotationException: Unknown mappedBy in: LocalizedString.values, referenced property unknown: LocalizedStringMap.localizedString. LocalizedString - @OneToOne(mappedBy = localizedString) @Cascade({ CascadeType.ALL, CascadeType.DELETE_ORPHAN}) private

[jboss-user] [JBoss Seam] - Re: seam-gen : old issues

2007-10-08 Thread dan.j.allen
If I have any say in the matter, I would like to see these changes (or some variation of them) integrated. seam-gen had a lot of other areas where it needed attention, which was addressed for the 2.0 release. Once we are beyond 2.0, I think we can continue to make seam-gen produce better and

[jboss-user] [JBoss Seam] - Re: mappedBy in Hibernate Annotation

2007-10-08 Thread [EMAIL PROTECTED]
Go to the Hibernate forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092408#4092408 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092408 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: [B1-CR2] What happened to Ajax4JSF ?

2007-10-08 Thread [EMAIL PROTECTED]
Read /seam2migration.txt in the distribution. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092409#4092409 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092409 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: 2.0.0..CR2 Seam-gen Skins

2007-10-08 Thread dan.j.allen
fixed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092410#4092410 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092410 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Very slow initialization of Captcha

2007-10-08 Thread Toby451
When redeploying a Seam application the initialization of Captcha takes a very long time. On my system (New Lenovo T60 + Vista) it is hanging for more than 50 seconds at each redeploy. Example from my logs: 09:09:50,311 INFO [Contexts] starting up: org.jboss.seam.captcha.captchaImage

[jboss-user] [JBossWS] - soap message not correct?

2007-10-08 Thread jtestori
i have an existing oracle-bpel-process that i want to call with JBossWS. so i used wsconsume to create java classes for the WSDL. but when i use the classes to call the webservice, the generated soap-message seems to be incorrect: | inputVariable | part

[jboss-user] [JBoss Seam] - How to reload the same page after logout the seam applicatio

2007-10-08 Thread thiagu.m
Hai every one i am working on seam application. i my part user can login the application by clicking the login link on the rich:toolBar. it invoke the modal panel, then user enter their login details, then user click login button makes a ajax call and verify the user details. if it is

[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-08 Thread mnrz
Hi friends, there is something strange! I have 6 text box in my page username, password, password verify, phone no, address, mobile no astonishingly, when I press Save button to update changes, at server-side only changes to last text box is being seen and others remained intact and when I

[jboss-user] [JBoss Seam] - Re: How to split JBPM configuration for Seam ?

2007-10-08 Thread chawax
The error stack trace is this one : Caused by: java.lang.IllegalStateException: Two components with the same name and precedence: org.jboss.seam.bpm.jbpm | at org.jboss.seam.init.Initialization.addComponentDescriptor(Initialization.java:446) | at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configure JBoss to connect to multi database on multi ma

2007-10-08 Thread jaikiran
Creating the datasource files (-ds.xml) is the correct thing. When you say, it does take effect, what exactly happens? Do you see any exceptions? Also, can you post the contents of those 2 ds.xml files? (Please remember to enclose the contents the code block, by using the Code button in the

[jboss-user] [JBoss Messaging] - Message priority lost while distributed over bridge

2007-10-08 Thread rogerdudler
I'm using JBoss Messaging 1.4.0.GA on JBoss AS 4.2.1. I think that the message priority setting on a message will be lost while bridged to the target provider (remote). The message priority is set on the producer, where the message will be sent. Same code works without using the bridge. ...

[jboss-user] [Beginners Corner] - Re: example application for jdbc

2007-10-08 Thread jaikiran
For configuring a datasource, you just need a *-ds.xml file which needs to be placed in the server/ serverName/deploy folder. For more details about how to configure a datasource, have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources. That wiki article also has specific

[jboss-user] [JBoss Seam] - NotSuchMethod exception

2007-10-08 Thread miloslav.vlach
Hi, I have problem with my application. All was working very well, but now the application throws an exception. The exception is thrown by DroolsRule and i don't know where is the problem. Drools | rule ZobrazeniPozadavku | when | c: PermissionCheck(name == request, action==read) |

[jboss-user] [Beginners Corner] - Re: Getting system time from JBoss

2007-10-08 Thread jaikiran
Where do you have to show the server time? You can get the server time using: new Date(System.currentTimeMillis()); This piece of code, when run on the server will give you the server time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092422#4092422 Reply

[jboss-user] [EJB/JBoss] - remote client exception

2007-10-08 Thread tarek7elmy
i have deploy session bean on jboss application server (jboss-4.0.3SP1) and when i'am trying to debug it remotely(from jdeveloper 10.1.2.2.0) it give Exception when trying to invoke create method like this : Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY,

[jboss-user] [JBoss Seam] - Re: ant deploy.tomcat in 2.0.0 CR 2

2007-10-08 Thread [EMAIL PROTECTED]
Try ant tomcat.deploy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092427#4092427 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092427 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam app deployed in Tomcat

2007-10-08 Thread [EMAIL PROTECTED]
hibernate2 and jpa both can be. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092428#4092428 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092428 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: @in(create=true) not working !

2007-10-08 Thread _polly
matt - you are spot on - i was trying to reference a conversation scoped bean from a session scoped bean, from the tab panel, and it was this part that was failing. thankyou very much for the explanation! it looks like it's been fixed in richfaces 3.2.0, so maybe i'll try upgrading... View

[jboss-user] [JBoss Tools (users)] - Re: Seam 2.0

2007-10-08 Thread StarF666
Is Seam 2.0 support planned anytime soon (CR1)? Seam 2.0 GA is just around the corner and project creation is particulary interesting with that one as most people want to play around with 2.0 once it is out. At the moment it is not very easy to quickly create a running 2.0 demo out of eclipse.

[jboss-user] [Security JAAS/JBoss] - Question on security model for separate modules

2007-10-08 Thread konstandinos
Hi I have JBoss AS setup and dedicated to servicing a franchise-based business. I have a couple of modules deployed in JBoss AS (4.2.1), that are completely unrelated (but together serve a higher purpose). JSPWiki at example.com/wiki/ and JForum at example.com/forum/ - (note: I have enabled

[jboss-user] [JBoss Seam] - How to setup booking example with mssql 2000

2007-10-08 Thread oakchild
I have downloaded jboss as 4.2.1, Seam 2.0 cr1, sqljdbc.jar from microsoft, i've tried booking example with hsql successfully, but i want to setup it with mssql. How to ? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092434#4092434 Reply to the post

[jboss-user] [JBoss Seam] - Seam+EJB3 on WebSphere 6 with Emb. Microcontainer?

2007-10-08 Thread lisaanm
Hi, I would like to know whether there is any possibility for Seam with EJB3 on Websphere 6 with the help of Embeddable EJB3 microcontainer (#stated everywhere that Seam runs on J2EE application server thru Microcontainer). Before giving a try i would like to know any of Seam community

[jboss-user] [Management, JMX/JBoss] - Re: How do I remotely access an mbean attribute value?

2007-10-08 Thread [EMAIL PROTECTED]
I just tried this very simple twiddle command on 4.0.5 and got: | X:\jboss\jboss-4.0.5.GA\bintwiddle get jboss.web:type=RequestProcessor,worker= | http-0.0.0.0-8080,name=HttpRequest0 requestProcessingTime remoteAddr maxRequestUri | requestProcessingTime=1191832947562 | remoteAddr=null

[jboss-user] [JBoss jBPM] - Parse process definition xml error.

2007-10-08 Thread frankl
With some chinese chars defined in the processdefinition.xml, jbpm-console encountered an error like following: couldn't parse xml. Stack trace: org.jbpm.util.XmlException: couldn't parse xml at org.jbpm.util.XmlUtil.parseXmlInputStream(XmlUtil.java:68) at

[jboss-user] [JBoss Seam] - Re: [NamespaceScanner] Cannot load package

2007-10-08 Thread alexeinov
Forgot to mention that Seam version that was used in the previous test was 1.2.1 GA Now, I have tested deploying seam-booking demo from Seam 2.0.0 CR1, and the problem does not appear any more. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092441#4092441

[jboss-user] [EJB 3.0] - Re: Transaction not rolling back in CONTAINER mode

2007-10-08 Thread umberto_soprano
Yes, I lookup for a Datasource to get Connections. Otherwise the transaction wouldn't roll back in BEAN mode as well. The question is why rollback works within BEAN mode and not in CONTAINER mode. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092442#4092442

[jboss-user] [JBoss Seam] - Re: Seam @In EntityManager vs. Extended Persistence context.

2007-10-08 Thread marius.oancea
Just for clarification some of my requirements: - Session scoped leftTreeBean (because conversation is too short) - leftTreebean provides a getRoot method that creates a new TreeNodeimpl and makes db query to populate first level of the tree. Tree nodes are a custom class ClazzTreeNode.

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: putting Jsf el on javascript popup window - very urgent-

2007-10-08 Thread Raist_Majere
It's what I wrote on last post. You write ${param.approveType} wherever you need the param value. For example: p | This is the value of approveType: ${param.approveType} | /p View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092454#4092454 Reply to the post

[jboss-user] [JBoss Seam] - Seam Managed ActionHandler

2007-10-08 Thread jgeraert
Hello all, I'm trying to create a seam managed Action Handler for a jbpm node ( not a task node ). I want to inject a variable into this action which is outjected in a another SLSB. My process definition: | | ?xml version=1.0? | process-definition name=inkless |start-state

[jboss-user] [Advanced Documentation] - Re: When can we expect JBossAS 4.2 documentation?

2007-10-08 Thread normann
Damn, those RedHat docs are so full of errors, it seems that they need some serious proofreading. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092457#4092457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092457

[jboss-user] [JBoss Seam] - Re: session-scoped Seam-managed persistence context

2007-10-08 Thread marius.oancea
I think is not recommanded because of lifetime of the component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092458#4092458 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092458

[jboss-user] [JBoss Seam] - NoClassDefFoundError: org/cyberneko/html/filters/ElementRemo

2007-10-08 Thread franck93
Does anyone know why adding the following leads to an error ? | context-param | param-nameorg.ajax4jsf.xmlparser.ORDER/param-name | param-valueTIDY,NEKO,NONE/param-value | /context-param | | context-param |

[jboss-user] [JBoss Messaging] - Unexpected error delivering message delegator

2007-10-08 Thread boniek
Im getting the following exception: 2007-10-08 11:55:56,201 ERROR [org.jboss.resource.adapter.jms.inflow.JmsServerSession] Unexpected error delivering message delegator-JBossMessage[264975]:PERSISTENT, deliveryId=159 | javax.ejb.EJBException: Failed to acquire the pool semaphore,

[jboss-user] [JBoss Seam] - Entities generated by seam (many 2 many)

2007-10-08 Thread jagr
On my application have user and role control. These have many to many realtionship. I want to reuse views generated by seam but seam-gen only create entities form table user and role. user-role table it's ignored. How can I creat entities and views form user-role table? thanks View the

[jboss-user] [JBoss Seam] - Re: NoClassDefFoundError: org/cyberneko/html/filters/Element

2007-10-08 Thread [EMAIL PROTECTED]
Ask on the richfaces forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092469#4092469 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092469 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Call scheduled method from another scheduled method

2007-10-08 Thread motte79
The version 2.0.0.CR2 throws an exception on startup ... | java.lang.NullPointerException | at org.jboss.seam.async.AsynchronousInterceptor.isExecutingAsynchronousCall(AsynchronousInterceptor.java:64) | at

[jboss-user] [JBoss Tools (users)] - Re: Seam 2.0

2007-10-08 Thread [EMAIL PROTECTED]
I don't want to promise anything I can't hold; so I can only tell you at the moment that it is also on my top wishlist. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092474#4092474 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Call scheduled method from another scheduled method

2007-10-08 Thread [EMAIL PROTECTED]
How do trigger the Aync method at startup? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092475#4092475 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092475 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Call scheduled method from another scheduled method

2007-10-08 Thread motte79
It's is not an asynchronous method to be invoked ... It's the method marked with @Destroy @Remove ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092479#4092479 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092479

[jboss-user] [JBoss Seam] - Re: seam-gen : old issues

2007-10-08 Thread [EMAIL PROTECTED]
multiforeignkeys are not trivial to solve but is probably worth the trouble IFF it can be done right (something that just compiles is not enough, it needs to also actually work); i18n probably is easy to fix but needs fixes to hibernatetools to not overwrite files that are changed etc. I'm

[jboss-user] [JBoss Seam] - Re: Call scheduled method from another scheduled method

2007-10-08 Thread [EMAIL PROTECTED]
Ok, let me put it another way. How do I reproduce this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092484#4092484 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092484 ___

[jboss-user] [EJB/JBoss] - Re: remote client exception

2007-10-08 Thread jaikiran
anonymous wrote : error unmarshalling arguments; nested exception is: java.net.MalformedURLException: no protocol: Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp12288testdeploy.ear-contents/testdeploy-exp.war/WEB-INF/classes/ | By any chance, have you installed JBoss in a folder

[jboss-user] [JBoss jBPM] - Re: Whats the correct way to do task managment for a given a

2007-10-08 Thread ebrahimsalehi
Hi dude, Are you trying to end a taskInstance? If it is the case, call: myTaskInstance.end(). This method sets end date for current taskInstance and taskMgmtSession sees this task as ended and consequently won't bring this task as return value of tasMgmtSession.findTaskIns. If you want not

[jboss-user] [JBoss Seam] - Re: NoClassDefFoundError: org/cyberneko/html/filters/Element

2007-10-08 Thread franck93
OK http://www.jboss.com/index.html?module=bbop=viewtopict=120610start=-10 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092488#4092488 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092488

[jboss-user] [JBoss AOP] - Interceptor Class not in ClassPool

2007-10-08 Thread HansDampf1
I have to use a Interceptor that is loaded by a different ClassLoader than the intercepted class. Both ClassLoaders have the same parent ClassLoader. If I put the javassist library in the classpaths of both classloaders I get a javaassist.NotFoundException for the interceptor class when the

[jboss-user] [JBossCache] - Re: Transactions

2007-10-08 Thread aditsu
Hi, I'm finally coming back to this problem, and I'd like to use a local cache (B) to keep things simple. So far I found 2 ways to do that: 1. What you said - a TcpCacheLoader in B pointing at C, and (I guess) no replication for B 2. B and C synchronously replicated in the same cluster, with no

[jboss-user] [JBoss Messaging] - Re: Unexpected error delivering message delegator

2007-10-08 Thread timfox
[Moved to EJB forum] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092490#4092490 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092490 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Switch Portals programmaticaly

2007-10-08 Thread ameo
Hello, I use JBoss-Portal 2.6.2. I want to switch from my default portal to another portal. The other portal is created dynamically. I create the portal, the page, and a portlet on this page on the fly by clicking a button on an jsf-page on a portlet. Till here all works fine. Now I want just

[jboss-user] [JBoss Seam] - problem in login.seam

2007-10-08 Thread panky_p
Hi, I am newbie to seam and using jboss-4.2.0.GA and jboss-seam-2.0.0.BETA I am trying to build simple application for login-logout when I try url http://localhost:8080/mypage it redirect to http://localhost:8080/mypage/login.seam?conversationId=1 and shows message below login button - Please log

[jboss-user] [JBossWS] - Re: XMLSchema, WSDL and wsconsume tool

2007-10-08 Thread richard_opalka
You have to bundle your wsdl to the packaged archive you're deploying. Round trip you described doesn't work. Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092501#4092501 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Call scheduled method from another scheduled method

2007-10-08 Thread motte79
I'm sorry, i did place an @Asynchronous on a statefull application-scoped @Startup bean. I splitted the bean into a stateless one and an application-scoped bean for holding the state ... For which contexts are @Asynchronous methods allowed ? View the original post :

[jboss-user] [JBossWS] - Re: Upgrade to JBossWS 2 - Failed to find META-INF/jboss-ser

2007-10-08 Thread pkammas
I feel so dump... Thank you very much my friend. I interpreted 5 as jdk 5... I will test it at home and get back if i still have problems but it seems like a very good reason why this didn't work in all installations i tried... View the original post :

[jboss-user] [JBossCache] - Re: TransactionManagerLookup in standalone cache

2007-10-08 Thread [EMAIL PROTECTED]
pcarpenter wrote : | (After looking at the JIRA it seems it will no longer be required as of version 2.1) | No, I'm just investigating the feasibility of doing away with the TM for optimistic locking. May not actually do away with it till a bit later. And yes, I do know of people using

[jboss-user] [JBoss Messaging] - Re: Message priority lost while distributed over bridge

2007-10-08 Thread timfox
http://jira.jboss.com/jira/browse/JBMESSAGING-1098 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092506#4092506 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092506 ___

[jboss-user] [JBoss Portal] - JBP 2.6.1 Richfaces 3.1.1

2007-10-08 Thread rododendro
Hello, a simple question: is Richfaces /ajax4jsf supported by JBP 2.6.1 ? Thanks I View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092507#4092507 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092507

[jboss-user] [JBoss Seam] - getting seam wiki ex error SevltEx: Function 'wiki:renderURL

2007-10-08 Thread tsoucywork
Using a clean build windows XP and suggested JBoss configuration I'm getting this error. Has anyone been able to build and deploy and then use the example wiki as described in the readme? Thx t. here's the details: javax.servlet.ServletException: Function 'wiki:renderURL' not found

[jboss-user] [JBoss Seam] - Re: problem in login.seam

2007-10-08 Thread swd847
When you try and access the main page (index.seam or whatever) seam detects that you have not logged in yet and throws a NotLoggedInException. It then redirects you to the login page and adds 'Please login first' to the FacesMessages (which are displayed via the s:messages component) . The

[jboss-user] [JBoss Messaging] - Re: Message priority lost while distributed over bridge

2007-10-08 Thread rogerdudler
Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092510#4092510 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092510 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Seam Managed ActionHandler

2007-10-08 Thread swd847
The problem is that foo has not been outjected yet, and by default Seam will not automatically create context variables. This should be solved by specifying create=true on the @In annotation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092511#4092511

[jboss-user] [JBoss Seam] - Re: Entities generated by seam (many 2 many)

2007-10-08 Thread swd847
Does the user-role table have a primary key? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092512#4092512 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092512 ___ jboss-user

[jboss-user] [JBoss Seam] - using 2.0.0.CR2 of jboss-seam-ui causes java.lang.Unsupporte

2007-10-08 Thread motte79
im using : jboss 4.2.0GA | jboss-seam 2.0.0.CR2 | | i tried to use the following jsf-versions ... | 1.2_04-p02 ( used by seam 2.0.0.CR2 ) | | 1.2_04-b10-p01 ( bundled with jboss 4.2.0 ) | | any ideas whats wrong ? | using 2.0.0.CR1 causes no error on startup ... | |

[jboss-user] [JBoss Seam] - Additional filter outside Seam-filter messes up encoding

2007-10-08 Thread Toby451
I added a very innocent looking request timing filter outside the Seam Filter like this: | filter | filter-nameTiming Filter/filter-name | filter-classfoo.bar.TimingFilter/filter-class | /filter | | filter | filter-nameSeam Filter/filter-name

[jboss-user] [JBoss Seam] - Re: getting seam wiki ex error SevltEx: Function 'wiki:rende

2007-10-08 Thread [EMAIL PROTECTED]
Are you deploying with the 'dev' or the 'prod' profile? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092516#4092516 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092516 ___

[jboss-user] [JBoss Seam] - access char in Seam-gen generated view

2007-10-08 Thread jiangliu
Hi all, I have a data table which contains char values. When i tried to use Seam-gen to automatically generate a ACID application, the generated edit page can not be rendered. It complaining about the char value, e.g. the generated page contains: h:inputText . value=? ... / the value is

[jboss-user] [JBoss Seam] - s:decorate changed to use DIV instead of SPAN

2007-10-08 Thread damianharvey
Just upgraded from Seam 1.3.0.ALPHA to 2.0.0.CR1 and have found out that s:decorate now wraps the template code in a div rather than a span. I have a large number of forms with inline fields (ie. several on the same line) and a template edit_inline. This ruins all of that as the div forces

[jboss-user] [JBoss Seam] - Re: s:decorate changed to use DIV instead of SPAN

2007-10-08 Thread [EMAIL PROTECTED]
?! s:decorate doesn't render anything. It decorates a template. You can customize/create that template. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092518#4092518 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092518

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss with Jsf h:column doesn't work

2007-10-08 Thread Vjger
Hi. The example I'll post after doesn't work correctly with 4.0.x and 4.2.x as with jsf jboss library as with integrated jsf library. This is my web.xml | servlet-mapping | servlet-nameFaces Servlet/servlet-name | url-pattern/faces/*/url-pattern |

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-10-08 Thread NM-156
Looks like you are getting a different error now than when you first posted. What does anonymous wrote : then it forwards to login and result pages appropriately | Kindly tell me if anything is missing here mean? Your portlet is being displayed on the page, but you receive an error in

[jboss-user] [JBoss Seam] - Re: getting seam wiki ex error SevltEx: Function 'wiki:rende

2007-10-08 Thread tsoucywork
The error occurred using the development profile. The ant task: Run the standalone HSQL DB server with 'ant startdb' started OK. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092521#4092521 Reply to the post :

[jboss-user] [JBoss Seam] - Re: getting seam wiki ex error SevltEx: Function 'wiki:rende

2007-10-08 Thread [EMAIL PROTECTED]
You need to describe step by step what you are doing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092524#4092524 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092524 ___

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

2007-10-08 Thread swd847
The problem is not caused by Drools as far as I can tell. What I think is happening is you are getting an EntityNotFoundException in cz.bpsolutions.ims.model.Account.getLoginName() You then get a NoSuchMethodException when it is attempting to create the EntityNotFoundException, as it cannot

[jboss-user] [Management, JMX/JBoss] - Re: How do I remotely access an mbean attribute value?

2007-10-08 Thread rcolaco
So if twiddle gets the requestProcessingTime, how do I get it from the Java code snippet that I posted? If my Java code is incorrect, could you suggest a piece of code that could retrieve this? Thanks - Rohit View the original post :

[jboss-user] [Remoting] - Re: difference between socket, http and servlet invokers

2007-10-08 Thread [EMAIL PROTECTED]
They probably all have the same reliability. I would think socket transport is the fastest, since it need not go through any secondary layer, like a webapp layer (i.e. servlet) or an HTTP parsing layer (like http). The differences are in other areas. For example: Using http allows you to

[jboss-user] [JBoss Seam] - Re: s:decorate changed to use DIV instead of SPAN

2007-10-08 Thread [EMAIL PROTECTED]
damianharvey wrote : Can anyone think of any suggestions to remedy this? http://jira.jboss.com/jira/browse/JBSEAM-1572 anonymous wrote : Why was this changed? What was wrong with using a span? It's not valid html to nest div's inside spans hence inflexible. View the original post :

[jboss-user] [JBoss Seam] - Re: s:decorate changed to use DIV instead of SPAN

2007-10-08 Thread damianharvey
Sorry but it does. Look at the pagesource. From UIDecorate.java under Seam 1.3: |@Override |public void encodeBegin(FacesContext context) throws IOException |{ | super.encodeBegin(context); | | Contexts.getEventContext().set(invalid, hasMessage(this,

[jboss-user] [JBoss Seam] - HTML in PDF

2007-10-08 Thread mhissen
I use the support iText for SEAM to generate documents in pdf. I want to export a formatted text in HTML to a pdf document. Is it possible to do that with iText? thanks... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092532#4092532 Reply to the post :

[jboss-user] [JBossWS] - Client side memory leak?

2007-10-08 Thread m0hmad
Hello, I've got EJBs that operates in proxy mode. They just pass thru requests parameters to JBossWS Client implementation and redirect responses back. All WS artifacts, service and endpoints have been generated with wsconsume tool. Soap endpoints are exposed like: public class

[jboss-user] [JBoss Seam] - Re: Seam Managed ActionHandler

2007-10-08 Thread jgeraert
Hello, I outject variable foo in InklessProcessManagerImpl where i create my process as well. Otherwise i could understand why it was not functioning. Best regards, Jo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092531#4092531 Reply to the post :

[jboss-user] [JBossWS] - Re: XMLSchema, WSDL and wsconsume tool

2007-10-08 Thread mleite
Hi, Richard! Thanks for your help. I've decided to put my complex/simple types within the WSDL file only for experience. Then i've put my WSDL file in a folder called wsdl and put this folder in the WEB-INF dir, but it doesn't work. JBoss still create the WSDL dinamically without my

[jboss-user] [JBoss Portal] - Re: Questions about database connections between portlets

2007-10-08 Thread [EMAIL PROTECTED]
This might be just one of those Any comments as I am still learning this stuff also. A couple things about database connections. 1. JBoss AS and Portal uses Hibernate for there connections and it looks like this technology is making good progress in the development world. Hibernate and other

[jboss-user] [JBoss Seam] - Elegant handling of foreign key constraints

2007-10-08 Thread pdhaigh
Hi, Is there an elegant way of handling a delete that fails due to a foreign key constraint? @Transactional | public String remove() | { | try | { | return super.remove(); | } | catch

[jboss-user] [JBoss Seam] - Re: problem in login.seam

2007-10-08 Thread panky_p
Thank you swd847 !! But i don't want that message to be displayed. and I have tried it as public void PageAction() { if(FacesMessages.instance().getMessages().isEmpty()) FacesMessages.instance().add( ) } but it is not working. and displays same message Please Log in first Is there any other

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-10-08 Thread arunprasathav
I use struts 1.2.7, and jboss-portal-2.6.2.GA. No, error is same. At the end of log i get the following error.. failed to create instance TestStrutsPortletInstance of porlet /test.TestStrutsPortlet , because porltet /test.TestStrutsPortlet is not available. besides the above error, i get

[jboss-user] [JBoss Tools (users)] - Re: Seam 2.0

2007-10-08 Thread StarF666
I just realized, that in the newer nightlys it is no longer possible to install runtimes newer than 1.2.1. Maybe this could be fixed first as it is very annoying when trying out 2.0. Or do you want to leave 2.0 generally out until you officially support it? View the original post :

[jboss-user] [JBoss Seam] - Seam and custom JAAS problem

2007-10-08 Thread mindgame
Dear all, I have a problem (2 days old and counting...) with Seam and custom JAAS. I have written a custom JAAS login module to handle user login activity. The module is declare in component.xml, security:identity jaas-config-name=jaasLogin / A simple login page is used to obtain username and

[jboss-user] [JBoss Portal] - Re: Seam + Facelets + Jboss Portal

2007-10-08 Thread wesleyhales
Some of you questions are answered here: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamPortlet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092544#4092544 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092544

[jboss-user] [JBoss Seam] - Re: s:decorate changed to use DIV instead of SPAN

2007-10-08 Thread damianharvey
[EMAIL PROTECTED] wrote : http://jira.jboss.com/jira/browse/JBSEAM-1572 I'm not sure what the solution proposed there involves? Is it to move the field value out of the decorate and use the for attribute? Or to use ui:decorate? anonymous wrote : It's not valid html to nest div's inside spans

[jboss-user] [JBoss Seam] - Re: s:decorate changed to use DIV instead of SPAN

2007-10-08 Thread [EMAIL PROTECTED]
There is no solution unless the FR described (by me) in that issue gets implemented. You could file a issue asking for the ability to style the s:decorate's div. anonymous wrote : At least this way they can style the span in their template to resemble a div (ie. display=block, etc) No,

[jboss-user] [JBoss Tools (users)] - Re: WTP2.0.1, JBossAS-Tools-1.0.0.beta4 not publishing corre

2007-10-08 Thread dlmiles
Hi Max thanks for the reply. Okay this is what I can tell you about things: I have an EAR Project called EAREclipseManager, this has 2 artifacts added to it. These are 1 x J2EE Utility project called TheLibrary and 1 x EJB Project called TheEJB. If I do a project properties on the EAR

[jboss-user] [JBoss Seam] - Re: 2.0.0.CR2 Seam-gen Error

2007-10-08 Thread atarbes
I had the same problem. Something changed in hibernate-tools.jar $ jar tvf ./seam-gen/lib/hibernate-tools.jar | grep ostgr | $ jar tvf ../seam.old/seam-gen/lib/hibernate-tools.jar | grep ostgr |678 Thu Nov 09 12:47:22 PST 2006

  1   2   3   >