[jboss-user] [JBoss Seam] - Re: Entity not persisting from within a Servlet Filter

2007-01-08 Thread SmokingAPipe
You can definitely do this from a filter. I have a servlet that gets an EntityManager. It must get a transaction to work! It can do queries without a transaction but it cannot do writes without one. As for why it can't find a transaction, I have no idea. Maybe post some of your persistence

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss IDE: New Server located not on localhost

2007-01-08 Thread Syslock
Can someone help how to achieve this? I'm using Eclipse 3.2.1, JBoss AS 4.05 and JBoss IDE 2.0 BETA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999342#3999342 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999342 _

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-01-08 Thread alesj
"DGuralnik" wrote : | Is it NOT enough to have mcp.beans file with the beans and the xml description that is packed to my ear? | It is enough, but I would still change it to v2.0.Beta (or trunk from SVN) - a lot of new features. anonymous wrote : | If it is NOT, what way is to have all

[jboss-user] [Installation, Configuration & Deployment] - Re: Start up 2 JBoss in same machine

2007-01-08 Thread Samal
Thanks very much!!! it works perfectly~~ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999337#3999337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999337 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Contributing to seam-gen?

2007-01-08 Thread atzbert
I was wondering if it was possible to contribute to seam-gen. Is this generally possible? Who would I have to ask about this? A few things I'd like to add would be: IntelliJ project file templates/generation si:selectItems integration enhanced menu template (rudimentary optional Icefaces support?

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - CMP Primary key for created instance is null

2007-01-08 Thread pingudebian
Hi I am very new with JBOSS CMP. I am trying to create a test CMP for one of my projects and it throwing this error Here is the details I have a 1:N relationship eg Employee -> skills it's a bidirectional relationship Now within the skillbean i am trying to create skill in ejbCreate() and t

[jboss-user] [JBoss Seam] - Re: Entity not persisting from within a Servlet Filter

2007-01-08 Thread brentgfox
"sbryzak2" wrote : I agree with Norman. I'd be inclined to put your business logic into a Seam component and then call that from your filter. SeamServletFilter is a good example of how to set up the Seam contexts for the request. I've tried wrapping it in a transaction gathered from a context

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2007-01-08 Thread kgrjb
i still get data node is newer ... problem. JBossCache 1.4.1.CR1 [optimistic lock - invalidation sync] Hibernate 3.2 JBoss 4.0.5.GA java.lang.RuntimeException: org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=zzz52.zzzint.com/1919, Branch

[jboss-user] [JBoss Messaging] - Re: Does anyone have a clustered oracle service xml file?

2007-01-08 Thread batter
Well I got it almost up and running. The messaging system comes up and by the output it looks like queues and topics are created: 22:13:36,145 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' | 22:13:3

[jboss-user] [Installation, Configuration & Deployment] - Re: Securing web console

2007-01-08 Thread maulikshah
Hi All, The above mentioned coed wores for me also.But now I want to enable encrypted password instead of plain text password which is stored in the users.properties for jmx-console. I mean i have to store encrypted password instead of plain text password in the users.properties file. Can any

[jboss-user] [JBoss jBPM] - Re: invoke called, but our invoker is disconnected

2007-01-08 Thread [EMAIL PROTECTED]
The cause of the problem is your remote Axis-based service returning a SOAP envelope that does not adhere to BP 1.1. The developerWorks article you referenced confirms this. In the thread you mention, I confirmed that the part accessors should have a namespace associated with them. I said that

[jboss-user] [JBoss Portal] - How to Create two pages in one portal

2007-01-08 Thread kvk
Hi, 1)I want to create two pages in one portal,these two pages should visible at a time Parlely. 2)I want to create page inside the page. If any one knows please help me.. Thanks, kvk. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999325#399932

[jboss-user] [JBoss Seam] - Re: Issue Raised by Seam Upgrade

2007-01-08 Thread [EMAIL PROTECTED]
I havn't been able to reproduce this one, but I did try to fix it in CVS. Please try out a current build of Seam CVS, and see if it solves the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999312#3999312 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Messaging] - No of retrys for a client trying to publish a message

2007-01-08 Thread bnarayan
Hi, >From the client side, can the number of times a client tries to publish/send a >message to a messaging server be configured. i.e., if it fails for some reason >during one attempt it should try for another specified number of attempts. Currently we have the SOCKET_TIMEOUT parameter set for

[jboss-user] [JBoss Seam] - seam generate-entities yields java.lang.StackOverflowError

2007-01-08 Thread awhitford
Running seam generate-entities against a SQL Server schema with handful of entities yields me a failure: | BUILD FAILED | java.lang.StackOverflowError | at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1225) | at org.apache.tools.ant.Project.executeTarget(Project.

[jboss-user] [JBoss Portal] - Re: securing portlets fails on redeploy

2007-01-08 Thread anu123suya
The query is posted only in JBoss portal User forum... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999305#3999305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999305 ___

[jboss-user] [JBoss Seam] - Re: Entity not persisting from within a Servlet Filter

2007-01-08 Thread sbryzak2
I agree with Norman. I'd be inclined to put your business logic into a Seam component and then call that from your filter. SeamServletFilter is a good example of how to set up the Seam contexts for the request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Issue Raised by Seam Upgrade

2007-01-08 Thread xtia004
After I switch from 1.0.1 to 1.1.0, I got the following exception. It worked fine on 1.0.1. anonymous wrote : | 15:16:45,296 ERROR [[/1piece]] Session event listener threw exception | javax.ejb.EJBException: java.lang.IllegalStateException: No active event context | at org.jboss.ejb3.

[jboss-user] [Beginners Corner] - problem publishing App in Eclipse

2007-01-08 Thread jjanga
hi~! I'm trying to develop small Ejb app using using jboss recently. Eclipse 3.1.2 jboss 4.0.5 Ejb 2.0 The App is working well right after starting the jboss and modifying App and publish it once in eclipse. However the problem( Exception below) happens when I publish App twice and

[jboss-user] [JBoss Seam] - Re: Entity not persisting from within a Servlet Filter

2007-01-08 Thread [EMAIL PROTECTED]
You'll probably need to look up the the the user transaction object in JNDI (java:/UserTransaction) and then explicitly call begin/commit. As you can see, it's always preferable to be doing these things in a managed environment where you don't need to think about these things. :) View the or

[jboss-user] [Remoting] - Re: JBoss & Java 1.6 class loading issue?

2007-01-08 Thread aron-smith
I say it needs to be fixed, it is still not fixed in 5.0 beta so no sign of a change... ...anyone know how to hack it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999287#3999287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Remoting] - Re: JBoss Remoting & JDK 6.0 situation deadlock

2007-01-08 Thread aron-smith
I also need it. This is a real shame. It is still broken in the 5.0 beta so no sign of this being fixed. I wonder if we can download the source and make the changes ourselves - can anyone figure it out? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39992

[jboss-user] [JBoss Eclipse IDE (users)] - problem with publish in Eclipse....

2007-01-08 Thread jjanga
hi~! I'm trying to develop small Ejb app using using jboss recently. Eclipse 3.1.2 jboss 4.0.5 Ejb 2.0 The App is working well right after starting the jboss and modifying App and publish it once in eclipse. However the problem( Exception below) happens when I publish App twice and mor

[jboss-user] [JBoss Eclipse IDE (users)] - JbossWS tutorial question

2007-01-08 Thread khkachn
Hi, I am running through the web services walkthrough at http://www.soapui.org/jbossws/bottomup_example.html Everything seems to go OK, but after I publish my class I do not see the IHelloWorld interface under the JbossWS Web Services header so I can not do the test at the end. The XML seem

[jboss-user] [JBoss Seam] - Re: Seam and Portal Future

2007-01-08 Thread h.cahyadi
Gavin Please review this thread :) thanx and regards, -haric- View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999279#3999279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999279 ___

[jboss-user] [JBoss Seam] - Re: Seam and Portal Future

2007-01-08 Thread h.cahyadi
Hi Gavin, nice to see your post again :) I want to share my experience when using seam+portlet+jsf+facelets, may be I also have post some of them in the diferent topic, but I found some new problem yesterday. Here is my spec : - Seam 1.1.0 GA - Jboss portal 2.4 GA I have an application which h

[jboss-user] [JBoss Seam] - Re: Entity not persisting from within a Servlet Filter

2007-01-08 Thread brentgfox
Thanks for the reply. Now, after wrapping it in a transaction, when I attempt to get the transaction manager from the entity manager, I get the following exception: | ... | java.lang.IllegalStateException: JTA EntityManager cannot access a transactions | ... | I've hunted around the

[jboss-user] [JBoss Seam] - Re: Seam 1.1.0 - Injecting EJB's - Not Working

2007-01-08 Thread [EMAIL PROTECTED]
Exactly. @In injects a contextual variable. If an instance doesn't exist, you can optionally ask seam to create one for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999273#3999273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBossWS] - Re: WSDL First Model?

2007-01-08 Thread tejasjani
Hi, I am looking to do something similar. I have a hand-crafted WSDL from which I want to generate the type classes and other server-side artifacts to deploy. Do I need to use wsimport to generate the type classes ? Also, I assume I would need to run the wstools after that to generate the jax

[jboss-user] [JBoss jBPM] - Re: invoke called, but our invoker is disconnected

2007-01-08 Thread bertrand.njiipwo
Sorry, i didn't edit the precedent postreply to end. The WSDL-files follow: loanapproval.wsdl | http://schemas.xmlsoap.org/wsdl/"; xmlns:tns="urn:samples:loanapproval" xmlns:loanapproval="urn:samples:loanapproval" xmlns:schufa="urn:samples:schufa" xmlns:types="urn:samples:loanapprovalTypes"

[jboss-user] [JBossWS] - nullpointer in specifying transport guarantee

2007-01-08 Thread siddharthags
hi i have a web service that is deployed as a war on the JBoss [Zion] 4.0.5.GA build running the jbosws1.0.3 stack. i am trying to specify the transport guarantee for it to be confidential in the web.xml as | | . | | | myservice |

[jboss-user] [JBoss jBPM] - Re: invoke called, but our invoker is disconnected

2007-01-08 Thread bertrand.njiipwo
Hello Alex once, i' have read the WS-I Basic profile. but i'm still having the same error. Is there some thing wrong in my loanapproval.bpel when copying the variable parts? http://schemas.xmlsoap.org/ws/2003/03/business-process/"; xmlns:tns="urn:samples:loanapproval" xmlns:loanapproval="urn:

[jboss-user] [JBoss Seam] - conversation switching problem with seam and icefaces

2007-01-08 Thread kukeltje
I am switching from using tomahawk to using icefaces (1.5.1) with Seam 1.1.0.GA and facelets. I've had a lot less problems (none) getting tomahawk to work compared to icefaces (sorry Gavin). To be honest, it still does not work fully to the point . Besides issues already reported (disconnected

[jboss-user] [JBoss Seam] - Re: actions on items from (framework) entity-query ?

2007-01-08 Thread kukeltje
I made a jira issue for this and assigned it to myself. http://jira.jboss.org/jira/browse/JBSEAM-642 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999256#3999256 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999256

[jboss-user] [JBossWS] - Schema-first WS development with JBossWS

2007-01-08 Thread tejasjani
Hi... I am trying to figure out how to do schema-first development with JBossWS. I have a WSDL that I am starting out with and would like to know the steps in going to the WS implementation and deployment from a WSDL file. Has anyone tried JBossWS with this approach ? Any insights are app

[jboss-user] [JBoss Seam] - Re: Why use ear files?

2007-01-08 Thread [EMAIL PROTECTED]
Unfortunately this is not allowed by the EE5 spec. We are working with Sun to get this changed in EE6. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999253#3999253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999253

[jboss-user] [JBoss Seam] - Why use ear files?

2007-01-08 Thread fabricio.lemos
On conventional JEE applications, there was an explanation on why to separate your applications on ejb modules and web modules and package the whole thing on an ear file. The purpose, I think, was to build ejb modules that were independent from the client code. With Seam, the web module java

[jboss-user] [JBoss Messaging] - Re: Does anyone have a clustered oracle service xml file?

2007-01-08 Thread timfox
Right now, we're looking at code complete by the end of the month. The idea is that the February will be spent testing and stressing the system, so we only want to apply fixes and optimisations in that month. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999

[jboss-user] [JBoss Seam] - Re: doesn't render the id attribute

2007-01-08 Thread jimk1723
"[EMAIL PROTECTED]" wrote : JSF controls client-side ids, so this will not be supported. Ah, yes, I see now. Literal component identifiers are part of the JSF spec. http://mail-archives.apache.org/mod_mbox/myfaces-users/200410.mbox/[EMAIL PROTECTED] View the original post : http://www.jboss.

[jboss-user] [JBoss jBPM] - org.jbpm.JbpmException: token 'Token(/)' can't be signalled

2007-01-08 Thread juangiovanolli
hi: i'm having the error below : org.jbpm.JbpmException: token 'Token(/)' can't be signalled cause it is currently not positioned in a node | at org.jbpm.graph.exe.Token.signal(Token.java:118) | at org.jbpm.graph.exe.ProcessInstance.signal(ProcessInstance.java:217) | at or

[jboss-user] [JBoss Messaging] - Re: Does anyone have a clustered oracle service xml file?

2007-01-08 Thread batter
"timfox" wrote : The only working config we currently have is MySQL. | | I can guarantee the others won't work and probably shouldn't be in SVN. | | We have deliberately done it this way, since it is a pain having to keep them all up to date during the development process. | | Once

[jboss-user] [JBoss Messaging] - Re: Does anyone have a clustered oracle service xml file?

2007-01-08 Thread timfox
The only working config we currently have is MySQL. I can guarantee the others won't work and probably shouldn't be in SVN. We have deliberately done it this way, since it is a pain having to keep them all up to date during the development process. Once we are code complete, we'll convert the w

[jboss-user] [JBoss Seam] - Re: Dealing with JAR conflicts

2007-01-08 Thread [EMAIL PROTECTED]
Hmm... I doubt JBoss will have a dependency on Java 6 any time in the near future. You might suggest the JAR updates in JIRA so the app server guys take notice. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999242#3999242 Reply to the post : http://www.j

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Documentation for EJB 3

2007-01-08 Thread mjremijan
What's already there? Where is it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999241#3999241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999241 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - Re: Does anyone have a clustered oracle service xml file?

2007-01-08 Thread batter
I noticed a bunch of definitions were missing from the oracle file (see below) but still the same error. Unfortunately turning on logging doesn't help :-( Will see what to do next. CREATE_IDX_MESSAGE_REF_PAGE_ORD | UPDATE_PAGE_ORDER | LOAD_PAGED_REFS | LOAD_UNPAGED_REFS | UPDATE_RELIA

[jboss-user] [JBoss Seam] - Re: actions on items from (framework) entity-query ?

2007-01-08 Thread [EMAIL PROTECTED]
I would *love* to get any improvements to the default look of the seam-gen pages. Better CSS is very welcome! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999237#3999237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Messaging] - Re: How to specify the username and password when connecting

2007-01-08 Thread alllle
"timfox" wrote : | | Connection conn = connectionFactory.createConnection(username, password); | | The correct way to go! Thank you very much for the help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999235#3999235 Reply to the post : http://w

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-01-08 Thread DGuralnik
Thank you. I am new with JBoss. Well Is it NOT enough to have mcp.beans file with the beans and the xml description that is packed to my ear? If it is NOT, what way is to have all environment things about Microcontainer beans in ear? Anyway, please give me some detail (example) how to use M

[jboss-user] [JBoss Seam] - Re: actions on items from (framework) entity-query ?

2007-01-08 Thread kukeltje
Oh, I agree on not having to write trivial things I (personally) hope that seam-gen will, in the future, generate apps with sessionbeans (like the issues example) instead of just (mainly) entitybeans. I'm currently looking into giving the web-pages generated by seam-gen a more professional l

Re: [jboss-user] [Installation, Configuration & Deployment] - Re: Start up 2 JBoss in same machine

2007-01-08 Thread Matthew Hannigan
On Mon, Jan 08, 2007 at 10:34:50AM -0500, PeterJ wrote: > Look at the ./docs/examples/binding-manager/sample-bindings.xml file. It > simplifies setting ports for 2 servers. > > The other option for running two servers is to bind each to its own IP > address. Of course, you need to either be able

[jboss-user] [JBoss Seam] - Re: Seam 1.1.0 - Injecting EJB's - Not Working

2007-01-08 Thread kukeltje
create does not need to be true afaik, there just has to be an instance of this object that seam can 'find' or use if you do not use @IN(required=false) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999232#3999232 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Do I have to learn JSF or Facelets before learning Seam?

2007-01-08 Thread kukeltje
Facelets... nice now that is an understatement. Did you ever try jsf in jsp and do some advanced stuff it's a hell. Facelets makes this a breeze. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999231#3999231 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Getting Started Documentation] - Session bean in jar 1 can't access entity bean in jar 2 alth

2007-01-08 Thread soulreaper
Hello Folks I have a rather basic question concerning the deployment of EJB3 beans. My application consists of three projects: shopdemo-data, shopdemo-business and shopdemo-web, all packaged within their own jars (or war for the web package). I have packaged all three of those archives inside o

[jboss-user] [JBoss Seam] - Re: doesn't render the id attribute

2007-01-08 Thread [EMAIL PROTECTED]
JSF controls client-side ids, so this will not be supported. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999230#3999230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999230 __

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-01-08 Thread alesj
"DGuralnik" wrote : I wouldn't like switching to 2.0 because JBoss AS 4.0.5 has Microcontainer 1.0. | Yes, but as a separate deployer, right? "DGuralnik" wrote : | I think the stateless bean is not important in the discussion. I don't understant how to use this Microcontainer. Spring was

[jboss-user] [JBoss Messaging] - Re: Client and server on separate machines ++

2007-01-08 Thread OliverHrdz
I can't answer your specific question, but just want to suggest that you read over the JBoss Remoting documentation, as that is what JBoss Messaging uses for communications. The default mechanism is a callback scheme where the server has to initiate connections back to a client for the client t

[jboss-user] [JBoss Seam] - Re: Seam Application Framework : association management

2007-01-08 Thread atzbert
I forgot..., u probably wanna surround the si:selectitems with a h:selectone or smth similar: | | | | :P View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999226#3999226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

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

2007-01-08 Thread fabricio.lemos
Yes I had. After I removed one of then, everything works fine. Thank you for the really fast answer. Jboss foruns are the best I ever participated! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999223#3999223 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: doesn't render the id attribute

2007-01-08 Thread jimk1723
"[EMAIL PROTECTED]" wrote : Correct, id="#{...}" is definitely not supported. Not supported, as in "not yet supported" or "never to be supported." I was going to cobble in a patch, but I'm now wondering what I would be breaking. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBossWS] - Re: ProxyContext is not visible ffrom the Classloader

2007-01-08 Thread zonelion
This helped. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999224#3999224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999224 ___ jboss-user mailing list jboss-user

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-01-08 Thread DGuralnik
I wouldn't like switching to 2.0 because JBoss AS 4.0.5 has Microcontainer 1.0. I think the stateless bean is not important in the discussion. I don't understant how to use this Microcontainer. Spring was pretty easy. So I has beans I declared in jboss-beans.xml. To load them I need a kernel co

[jboss-user] [JBoss Seam] - Re: Seam Application Framework : association management

2007-01-08 Thread atzbert
In fact there is a very convenient way to realize this. by using the http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamSelectItemsNewDesign component. | | :) ps: I guess I don't know how to use the url formatter correctly...it always prints the url instead of the text I entered in the tag :

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-01-08 Thread alesj
"DGuralnik" wrote : | | http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd" xmlns="urn:jboss:bean-deployer"> | | | | Try using bean-deployer_2_0.xsd. With the latest MC release - 2.0.Beta. "DG

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-01-08 Thread DGuralnik
Sorry, here is jboss-beans.xml: | http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd" xmlns="urn:jboss:bean-deployer"> | | | View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Seam] - Re: doesn't render the id attribute

2007-01-08 Thread [EMAIL PROTECTED]
Correct, id="#{...}" is definitely not supported. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999215#3999215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999215 ___ jboss

[jboss-user] [J2EE Design Patterns] - JBossService pattern or best practice?

2007-01-08 Thread dmc82
I have a JSE application that streams data over raw sockets to remote clients, and I want to make this application's interface available to an ejb. It seems that I could refactor the stream manager/creator to use it as a JBossService, which would allow the ejb to easily find it. Also, my exist

[jboss-user] [JBoss Seam] - Re: doesn't render the id attribute

2007-01-08 Thread jimk1723
I had the same problem. I downloaded a recent nightly build (jboss-seam-CVS.20070105.zip) and id attributes are now in the rendered HTML, but expressions in the attribute value don't seem to be evaluated. Other attributes like styleClass don't seem to have this problem. View the original post :

[jboss-user] [Microcontainer] - Beans loading with Microcontainer in JBoss AS

2007-01-08 Thread DGuralnik
Hi, I have ear with mcp.beans in with jboss-beans.xml: http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd" xmlns="urn:jboss:bean-deployer"> I wanted get my beans defined in xml to use them in stateless beans.

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

2007-01-08 Thread [EMAIL PROTECTED]
would be interesting to know the full stack trace. could you try and run with -verbose ? there is not a known issue with oracle express; but it is recommended for oracle to set hibernate.default_schema to make it only reverse engineer a single schema. View the original post : http://www.jboss

[jboss-user] [JBoss Messaging] - Re: How to specify the username and password when connecting

2007-01-08 Thread alllle
I just realized that I had an error in the posted code above. It didn't use the org.jboss.security.jndi.JndiLoginInitialContextFactory defined in the env hashtable. I've changed it and got different set of errors before able to connect to the JMS. I need to look into it more. Will post result

[jboss-user] [JBoss Messaging] - Re: Does anyone have a clustered oracle service xml file?

2007-01-08 Thread timfox
We should shortly (probably sometime in the next 2 weeks) have a working Oracle pm config. Right now we only have a mysql config. I am loathed to do one right now since the schema is still subject to change for a while yet, and we don't want to test etc and then find out we have to do it all o

[jboss-user] [JBoss Messaging] - Re: How to specify the username and password when connecting

2007-01-08 Thread timfox
| Connection conn = connectionFactory.createConnection(username, password); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999205#3999205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999205 ___

[jboss-user] [JBoss Messaging] - How to specify the username and password when connecting to

2007-01-08 Thread alllle
I searched this forum but didn't find any example so here is my problem: I've got the JBoss Messaging installed/converted all okay, test QueueExample worked fine with no user security checking. I've modified the properties file used by the messaging security domain and added additional users / r

[jboss-user] [Management, JMX/JBoss] - Re: Can not load MBeanServerBuilderImpl

2007-01-08 Thread petertje
Obviously, you have a classloader problem, which you might solve by putting some JBoss system libraries (jboss-jmx.jar, and what else is needed by that one) on the system classpath (i.e. add them to the jboss classpath in the run.sh or run.bat file). However, normally this should not be necessar

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - ResultSet is automatically closed

2007-01-08 Thread TheCois
I am connecting to an informix Dynamic Server using the 3.0 JC3 JDBC drivers, I open a ResultSet and start reading through it; if the type of the field I am reading does not match my command (rs.getInt(...) for a date field for example) I get the following message: [TxConnectionManager] Connectio

[jboss-user] [JBoss Seam] - Re: xsd to use with components.xml

2007-01-08 Thread [EMAIL PROTECTED]
This is a bug that was already fixed in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999200#3999200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999200 ___ jboss-user

[jboss-user] [JBoss Seam] - Seam-gen

2007-01-08 Thread ector7280
I'm using an Oracle Express db with seam-gen and I'm getting the following error message: generate-entities: | [hibernate] Executing Hibernate Tool with a JDBC Configuration (for reverse engineering) | [hibernate] 1. task: hbm2java (Generates a set of .java files) | [hibernate] An exceptio

[jboss-user] [JBoss Seam] - Re: Seam Application Framework : association management

2007-01-08 Thread patrick.antivackis
Hello Norman, thank for your time and help, so to make it clearer just let's stick to the example in chapter 14. We have the person class : | @Entity | public class Person { | @Id private Long id; | private String firstName; | private String lastName; | private Country

[jboss-user] [JBoss Messaging] - Re: Does anyone have a clustered oracle service xml file?

2007-01-08 Thread batter
PS: somewhere in there is still a MEDIUMBLOB entry that was changed to BLOB in my file. I assumed the ds file to be named oracle-ds.xml in placed it in the deploy directory (and removed the mysql-ds.xml one). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=399

[jboss-user] [JBossWS] - Re: WS-Eventing - sending notification

2007-01-08 Thread palin
"[EMAIL PROTECTED]" wrote : I did create a JIRA for this: | http://jira.jboss.com/jira/browse/JBWS-1388 Hi Heiko, first of all sorry for the long silence, but we (Stefano and me) have been quite busy. Soon we'll work on the ws-eventing clustering issues; in the mean time, speaking of this issu

[jboss-user] [Installation, Configuration & Deployment] - Unable to use xpath in JBoss

2007-01-08 Thread cmiles73
I was able to get this code to work using Eclipse with the following jars in my classpath: saxpath-1.0-FCS.jar, jaxen-1.0-FCS.jar and dom4j-1.6.jar. I added all of these jars to my ear and deployed but failing with call to document.singleNode() method. I'm using JBoss 4.0.3SP1 I'm not getting a

[jboss-user] [JBoss Seam] - Re: xsd to use with components.xml

2007-01-08 Thread cheng.lee
Ok, tried "http://jboss.com/products/seam/framework-1.1.xsd"; with no luck (deployment failed). There is a setter for "ejbql" but no for "eqbql". The error is: 17:25:00,817 ERROR [[/google_base]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.Se

[jboss-user] [JBoss Seam] - Re: @Factory and @Out: why required=false?

2007-01-08 Thread SmokingAPipe
Hmm, obviously I'm confused. Maybe I was doing something wrong in makeFoo(). I'll try this some more to see what's going on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999191#3999191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: Dealing with JAR conflicts

2007-01-08 Thread SmokingAPipe
Ha! Thank you. That worked. I was also noticing that when I ran my XML binding stuff from the command line, the output was different from when I ran it in JBoss. The reason for this was that JBoss ships with its own jaxb jars, which were conflicting with Java 6's built-in jars. I just delet

[jboss-user] [Security & JAAS/JBoss] - Repeated calls to LoginModule for EJB authentication

2007-01-08 Thread kuzmiigo
Hello! I use login() and commit() method of my custom LoginModule to log successful and failed logins. If was fine when I used the security domain with that LoginModule for webapps only. When I made EJB session beans to use the same security domains, the log gets "User logged in" entries every

[jboss-user] [JBoss Seam] - Re: Seam and Portal Future

2007-01-08 Thread [EMAIL PROTECTED]
In theory it should work. But you would need to try it out for yourself. I know that somebody got Seam working in Liferay. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999185#3999185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: Seam and Portal Future

2007-01-08 Thread pmichaels
I am considering using Seam + JSF (MyFaces) for a future portlet project and wanted to know if it would be possible to deploy the portlet on any JSR-168 compliant portal or only Jboss Portal? Seam 1.1 is supposed to run on any container or AS, but in this thread no one has made mention of using

[jboss-user] [JBoss Messaging] - Does anyone have a clustered oracle service xml file?

2007-01-08 Thread batter
Trying to get clustering working with oracle but getting a 'method not found' exception at startup. I am suspecting something wrong with the sql statements but am unable to locate it and would appreciate a second pair of eyes :-) This is what my file currently looks like ( I basically took the

[jboss-user] [JBoss Seam] - Re: Nested Page flows (jpdl) and conversations

2007-01-08 Thread nthompson
No -- I think that I wasn't clear :) So here is what I'm trying to do: I'm trying to start a new page flow from within an existing flow using jpdl and not from an h:commandLink directly. I'm trying to keep page flow entirely confined to jpdl. I have a login page flow defined like so: |

[jboss-user] [Clustering/JBoss] - Re: JBoss5.0.0.Beta1 multiple instances error

2007-01-08 Thread JerryGauth
Have you tried binding your server instances to IP addresses? If you're just trying a two node cluster on your machine, you can probably use either a wired/wireless combination or a wired/loopback combination. The IP address approach is generally simpler as you don't have to create/use a Servi

[jboss-user] [Management, JMX/JBoss] - Re: Can not load MBeanServerBuilderImpl

2007-01-08 Thread petertje
So what is the problem than? Yes, i can see a stacktrace, but what are you trying to do? Just starting JBoss, or trying to connect a JMX client, or...? And which version of JBoss and Java are you using? Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=399

[jboss-user] [JBoss Getting Started Documentation] - Re: Something is wrong with the JSP files in the Duke's Ban

2007-01-08 Thread Shlomi938
I'm getting the same thing, but only on jboss 4.0.5, on 4.0.4 it works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999183#3999183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999183 __

[jboss-user] [JBoss Seam] - Re: serious problem on sun application server 9.0

2007-01-08 Thread Echnaton
i have, but injection with create=true is never used there. perhaps you could add this. be shure we'll change to jboss appserver as soon as it supports ejb3 specs completely ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999181#3999181 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Documentation for EJB 3

2007-01-08 Thread [EMAIL PROTECTED]
it's already there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999150#3999150 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999150 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - Re: Service-Oriented Architecture and Seam

2007-01-08 Thread nbhatia
Thanks Gavin. I will start by creating a loosely-coupled (SOA) application and see how far I can take it. I will post on the forums in case I have questions or need clarifications. Thanks. Naresh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999148#3999148

[jboss-user] [JBoss Seam] - Re: How can we use Seam without JSF

2007-01-08 Thread [EMAIL PROTECTED]
At this point, it is quite difficult to integrate Seam with other web frameworks apart from JSF. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999145#3999145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999145 _

[jboss-user] [JBoss Seam] - Re: Seam IceFaces question

2007-01-08 Thread kukeltje
I have similar problems as well. Conversations suddenly disappear, tabswitching stops working and I get a disconnected in the 'icefaces connection status. But more important, conversation switching does not work at all via the dropdown list or the full list. Always the latest conversation is sel

[jboss-user] [JBoss Seam] - Re: Service-Oriented Architecture and Seam

2007-01-08 Thread [EMAIL PROTECTED]
+1 to all that Norman says. But I just want to re-emphasize two points: (1) If you are building a loosely-coupled (SOA) application, absolutely nothing stops you using a more traditional layering. There is no problem having two layers of Seam components. (2) Especially with some of the new stu

[jboss-user] [EJB 3.0] - Re: Classic what ide do you use?

2007-01-08 Thread [EMAIL PROTECTED]
jboss ide definitly support automatic generation of entity beanssee hibernate tools. visual JSF we don't have (yet); look at the jsf eclipse project which has something under way. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999141#3999141 Reply to th

[jboss-user] [JBoss Eclipse IDE (users)] - Eclipse remote debugging crashes JBoss server JVM?

2007-01-08 Thread andycooper
Recently I've run into a problem where when attaching remotely to the JBoss server via the Eclipse debugger, the JBoss JVM crashes after a few minutes. An excerpt from a dump file looks like a null pointer dereference (see below). The same does not occur when using the IntelliJ IDEA debugger. An

  1   2   3   >