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

2007-02-27 Thread JohnEChesher
Thanks for the quick response Shane! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023280#4023280 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023280 ___ jboss-user mailing

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

2007-02-27 Thread petemuir
I haven't built that tag, but I have from Branch_4_2. I just co'd all the projects, went into build and typed ./build.sh and it Just Worked (well actually there was a broken dependency but someone fixed that ;) View the original post :

[jboss-user] [JBoss Seam] - How to store Conversation in database or cache?

2007-02-27 Thread adambrod
Hi- I would like to store our Conversations in the DB, not the http session. How do I do this? Is there documentation on this? I believe I read that Seam supports pluggable Conversation stores (DB, File, Cache, etc.), but I can't find any information. Thanks for any help! Adam View the

[jboss-user] [JBoss Seam] - Re: How to store Conversation in database or cache?

2007-02-27 Thread [EMAIL PROTECTED]
No, that is not supported. I think you might want to use a business process context instead, and let jBPM persist the state. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023297#4023297 Reply to the post :

[jboss-user] [JBoss Seam] - How does the LoggedInInterceptor in the booking example work

2007-02-27 Thread tonylmai
Can someone help me in understanding how the LoggedInInterceptor in the booking example work? Many thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023298#4023298 Reply to the post :

[jboss-user] [JBoss jBPM] - Help getting all tasks for a user

2007-02-27 Thread bsmithjj
Hello, I am trying to get all the tasks for a user. By all tasks, I mean any task for which the user is: a.) the actual actor b.) a pooled actor Is there a method in the API's that supports this? for example, | jbpmContext.setActorId(someId); | List tasks =

[jboss-user] [Security JAAS/JBoss] - Unexpected Principal (Security Identity) Propagation Switch

2007-02-27 Thread eschulma
I am experiencing a similar (identical?) bug that was reported in http://jira.jboss.com/jira/browse/JBAS-1852?page=com.cenqua.fisheye.jira:fisheye-tabpanel and reported fixed in JBoss 4.0.3. I access a session bean twice from the web tier, as an unauthenticated user. The session bean

[jboss-user] [JBoss Seam] - Events, redirect jbpm

2007-02-27 Thread [EMAIL PROTECTED]
I need to start a nested conversation and move/redirect to a specific page after a specific jbpm task is started. I wrote this method | @Begin(nested = true) | @Observer(org.jboss.seam.startTask.task1) | public void start() { | ... | | } | inside I try to use

[jboss-user] [JBoss Messaging] - Issues w/ JBoss Messging Cluster Environment when using Dura

2007-02-27 Thread rpkavuri
I am trying to set up the JBoss cluster in two machines. Here are the steps I have followed to set up and test the examples - 1) Installed the JBoss4.0.5 on 2 machines by using the default partition name 2) Modified the config files to refer to our in house Oracle Database 3) Installed the

[jboss-user] [JBoss Seam] - Re: How does the LoggedInInterceptor in the booking example

2007-02-27 Thread [EMAIL PROTECTED]
No, please don't use that old stuff anymore. Get Seam 1.2 and use Seam/Security. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023300#4023300 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023300

[jboss-user] [JBoss Seam] - Re: How does the LoggedInInterceptor in the booking example

2007-02-27 Thread tonylmai
Thanks Garvin. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023307#4023307 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023307 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Issues w/ JBoss Messging Cluster Environment when using

2007-02-27 Thread [EMAIL PROTECTED]
At this point... failover will only kick in when a server crashes or the connection dies. We will be working on a clean leave for 1.2.1. If you kill your server, your failover should work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023306#4023306 Reply

[jboss-user] [JBoss Seam] - Using the JPA delegate

2007-02-27 Thread eirirlar
Hi, I wonder if I'm the only one who's encountered this when trying to use the JPA delegate when Hibernate is the underlying persitence provider. Look at chapter 8.4 in the doc. It says: | @In EntityManager entityManager; | | @Create | public void init() { | ( (Session)

[jboss-user] [JBoss Seam] - Re: How does the LoggedInInterceptor in the booking example

2007-02-27 Thread tonylmai
My apology, Gavin, not Garvin. ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023310#4023310 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023310 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Using the JPA delegate

2007-02-27 Thread [EMAIL PROTECTED]
This was a bug in older versions of HEM. It *should* work right in JBoss 4.0.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023317#4023317 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023317

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - DatabaseMetaData and HTTP connections

2007-02-27 Thread wcydaip
Hi, I began working with the con.getMetaData() object today and soon after began getting the following: org.jboss.deployment.DeploymentException: Too many open files; - nested throwable: (java.io.IOException: Too many open files) | at

[jboss-user] [JBoss Messaging] - Re: Issues w/ JBoss Messging Cluster Environment when using

2007-02-27 Thread rpkavuri
Are you saying that my setup is correct? Additionally, could you please review my examples and let me know why I am not receiving messages published through the publisher? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023320#4023320 Reply to the post :

[jboss-user] [EJB/JBoss] - Re:

2007-02-27 Thread gduan2000
After installed the patch suggested by the bug page: http://jira.jboss.com/jira/browse/JBAS-3839, I still have exactly the same issue I have had: Wrong target, when re-deploying my app. Help!... m-krausse wrote : Hi | | I created a bug report: http://jira.jboss.com/jira/browse/JBAS-3839

[jboss-user] [JBossCache] - Re: 1.4.1.SP1 Installation Instructions

2007-02-27 Thread jnorris10
jnorris10 wrote : [EMAIL PROTECTED] wrote : There never have been specific installation instructions, you basically just use the new jars in the distro to overwrite the jars in your current distro. | | | | May be a good idea to wiki-ise some of these steps though; let me know if you

[jboss-user] [JBoss Seam] - Re: JSF and TransactionalSeamPhaseListener

2007-02-27 Thread awheeler
Thank you for your help. I am now using Seam's EntityConvertor http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEntityConverter [/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023325#4023325 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-27 Thread piotr.walczyszyn
Yes unfortunetly it doesn't work with JSF 1.2, I will try to switch tomorrow to myfaces and test it in thi environment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023326#4023326 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Where are the generated SQL db statements for the EJBs?

2007-02-27 Thread [EMAIL PROTECTED]
Its done dynamically. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023330#4023330 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023330 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to store Conversation in database or cache?

2007-02-27 Thread adambrod
Are conversations explicitly stored in the http session? Or are they stored with the JSF View state - whereever that is stored? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023331#4023331 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-27 Thread [EMAIL PROTECTED]
If wstools fails (as in your case) please switch to wscompile and see what happens. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023332#4023332 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023332

[jboss-user] [Remoting] - Re: Timeout parameter - can I specify timeout per request?

2007-02-27 Thread [EMAIL PROTECTED]
Per timeout invocation now works for the HTTP transport as well. For jdk 1.5 the timeout is set on the HttpUrlConnection. For jdk 1.4 this option is not available, so it is simulated by executing the invocation on a separate thread and waiting until the timeout has expired. The thread comes

[jboss-user] [Security JAAS/JBoss] - ClientLoginModule on external Tomcat using declarative Secur

2007-02-27 Thread meme
Hi there, I'm working on an ejb3 application with an web-frontend wich is located on an external tomcat. When I use the ClientLoginModule in a test-Client there is no problem, but when I try to use it in a security-constraint in the web-app always the declared error-page is shown. I've read in

[jboss-user] [JBoss Seam] - Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
1.2? Where did that come from? It seems just last week we were releasing 1.1.7RC1... Well, after looking over what we were putting into the release, we realized that this needed to be the start of the 1.2 branch. Gavin explains the reasoning in his blog:

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-27 Thread meghanai_99
I could get wscompile to work on the client side by editing the build.properties file in the jbpm-bpel-home\config folder. Only thing I had to change war replacing xsd:include with xsd:import. However on 'ant deploy' JBoss's bundled wstools takes over and I get the exception I have posted at

[jboss-user] [JBoss Seam] - a javax.faces.convert.Converter that is a Seam component ?

2007-02-27 Thread codelion
An enum converter is nice, but one step further we'd like to implement a javax.faces.convert.Converter that for its getAsObject does a query. In contrast, the getAsString was easy. Would be nice to use an @In EntityManager entityManager. Question: What kind of component (with what

[jboss-user] [JBoss jBPM] - Re: BPEL generate-artifacts error

2007-02-27 Thread [EMAIL PROTECTED]
Apparently inline XML Schemas are handled by copying them to temporary files. While the error message may be misleading, it does indicate that definitions in your second schema cannot be located. Some items in the first schema reference items that are defined later in the second schema. Try

[jboss-user] [JBoss Seam] - Re: No active application scope in long running process

2007-02-27 Thread apushadow
Ahh, ok. This answers a lot of my questions. I'm looking forward to a solution to this problem. I use Seam 1.1.6 with Tomcat and Embedded EJB. I'm trying to prototype being able to run a method at a specified time - the method must (1) send an email, (2) update the database and (3) raise an

[jboss-user] [JBoss Seam] - Where are the generated SQL db statements for the EJBs?

2007-02-27 Thread tonylmai
I remembered during seam-gen setup process, it asked if we wanted the db tables to be dropped and recreated upon every build. Does it generate the SQL statements for each table corresponding to each Entity bean? If yes, where would the SQLs be located? Once again, many thanks ;-) View the

[jboss-user] [JBoss Seam] - Re: Where are the generated SQL db statements for the EJBs?

2007-02-27 Thread tonylmai
I created the tables and the error went away. What if I modified the entity bean? Would the table got updated automatically? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023350#4023350 Reply to the post :

[jboss-user] [JBoss Seam] - Re: a javax.faces.convert.Converter that is a Seam component

2007-02-27 Thread petemuir
codelion wrote : Question: What kind of component (with what annotations) would that have to be so it can be used as a javax.faces.convert.Converter and yet have a working @In EntityManager entityManager? Take a look at the converters component in the seam ui example. anonymous wrote : PS:

[jboss-user] [JBoss Seam] - Re: a javax.faces.convert.Converter that is a Seam component

2007-02-27 Thread petemuir
Oops Or, just use the entityconverter (this is heading for Seam, I just need time to work on it a bit) linked off the wiki in combination with s:selectItems View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023352#4023352 Reply to the post :

[jboss-user] [JBoss Seam] - Error Loading AJAX Library with JSF 1.2 RI

2007-02-27 Thread tonylmai
Hello all, I don't even use AJAX in my app. Perhaps somewhere in the config files that reference this AJAX? Does anyone know where or what to look for that reference this lib? Thanks - Server log - SEVERE: Error Loading Library:

[jboss-user] [JBossWS] - Re: How to control port name in generated WSDL

2007-02-27 Thread dwin
If you could wait until tomorrow (or alittle after), JBoss 1.2 should be out soon (binary release). That supports 181 annotations and is much simpler to develop. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023349#4023349 Reply to the post :

[jboss-user] [Remoting] - Re: InvokerCallbackHandler.getSessionId() ?

2007-02-27 Thread [EMAIL PROTECTED]
Hi James, I think the reason your initial question was a bit ambiguous (besides the fact that addListener() isn't a method of InvokerCallbackHandler) might have been that, on the client side, an InvokerCallbackHandler can be reused by many Clients and callback Connectors, so it's not

[jboss-user] [JBoss Seam] - Re: How to store Conversation in database or cache?

2007-02-27 Thread [EMAIL PROTECTED]
HttpSession View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023361#4023361 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023361 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Using the JPA delegate

2007-02-27 Thread eirirlar
It seems that the entityManager.getDelegate() returns either a SessionImpl or a EntityManagerImpl, depending on wether or not you have the following set up in your components.xml: core:managed-persistence-context name=bookingDatabase |auto-create=true |

[jboss-user] [JBoss Seam] - Re: Where are the generated SQL db statements for the EJBs?

2007-02-27 Thread [EMAIL PROTECTED]
Depends upon the modification. If you just add an attribute, then yes... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023363#4023363 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023363

[jboss-user] [JBoss Seam] - Re: Using the JPA delegate

2007-02-27 Thread [EMAIL PROTECTED]
Perhaps it was an EJB3 container bug - in which case I'm sure the fix will be in JBoss 4.2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023365#4023365 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023365

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Thanks for the release, Norman! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023366#4023366 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023366 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
BTW, the more official announcement is here: http://blog.hibernate.org/cgi-bin/blosxom.cgi/2007/02/27#seam-120 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023367#4023367 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam/Hibernate meetup in San Francisco, Friday, March 2

2007-02-27 Thread [EMAIL PROTECTED]
The location is: Levende Lounge 1710 Mission St. @ Duboce San Francisco, CA 94103 Phone: 415.864.5585 http://www.levendesf.com/ At 7 PM. Please email me if you intend to come to this event. There is usually a cover charge for this place on a Friday night, so I need to get people's names on

[jboss-user] [Remoting] - Re: server bind address - documentation

2007-02-27 Thread [EMAIL PROTECTED]
Hi John, That paragraph really is correct. I think the point is that clientConnectAddress is only meant to be used when the client connects through a router that maps an external host name to the actual name of the actual host. The fact that clientConnectAddress is set tells the server that

[jboss-user] [Remoting] - Re: server bind address - documentation

2007-02-27 Thread [EMAIL PROTECTED]
Let me try that again. The logic is | if (serverBindAddress is set) | use it | else if (the host is present in the InvokerLocator and clientConnectAddress is not set) | use host from InvokerLocator | else | use local host address View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Note that there is one silly minor issue in this release that you need an internet connection to run Seam. (We missed updating the version number of the DTD of the components.xml file in the Seam jar.) We might do a patch release to fix this, but anyhoo it is fixed in CVS. View the original

[jboss-user] [Installation, Configuration Deployment] - Re: How do you abort the startup process?

2007-02-27 Thread bobbalou135711
Same question. Is there a particular config I can set or a particular exception I can throw to abort the startup? I would like the server to shutdown if the MBean fails to start. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023380#4023380 Reply to the post

Re: [jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-02-27 Thread Ovidiu Feodorov
1.2.0 will go GA tomorrow. imaeses wrote: Hi Tim, Thanks for the reply. Here's my problem: we aren't prepared to roll the 1.2 version into production because it's not a general release yet. We'd prefer to use the 1.0.1 version since it is stable. However, this one feature is quite

[jboss-user] [Management, JMX/JBoss] - Re: Monitoring jboss

2007-02-27 Thread genman
Yes, check out the JMX console. There is a System information MBean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023385#4023385 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023385

[jboss-user] [JBoss jBPM] - Re: jPDL and BPEL Integration

2007-02-27 Thread kukeltje
discussion: some info on... http://blogs.jboss.com/blog/tbaeyens/ but if you use google, I'm sure you can find more You need to be more specific in what you want. calling a small amount of webservices from a human workflow: jpdl, orchestrating lots of (web)services into more complex ones:

[jboss-user] [JBoss jBPM] - Re: Help getting all tasks for a user

2007-02-27 Thread kukeltje
If what there is is not sufficient for you and the proposed solutions are obscure (your words, not of many, many other users), then implement your own hibernate query et voila View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023389#4023389 Reply to the post

[jboss-user] [Installation, Configuration Deployment] - Re: How do you abort the startup process?

2007-02-27 Thread genman
The easiest would be to create an MBean that did a check of the service deployer at some point for any failed deployments, then call the shutdown MBean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023390#4023390 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: How do you abort the startup process?

2007-02-27 Thread genman
Otherwise, you could contribute some sort of patch for JBoss to do this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023391#4023391 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023391

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-02-27 Thread [EMAIL PROTECTED]
1.2.0 will go GA tomorrow. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023392#4023392 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023392 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-27 Thread [EMAIL PROTECTED]
I'll investigate the NPE. For JBossWS 1.0.3.SP1, the stack trace points here: private void processOperationInput(Definition srcWsdl, Operation srcOperation, WSDLInterfaceOperation destOperation, PortType srcPortType) |{ | Input srcInput = srcOperation.getInput(); | if

[jboss-user] [JBoss Seam] - How to use Seam Identity?

2007-02-27 Thread tonylmai
I like Seam Identity. It simplifies my login session verification process significantly. What I would like to do next is to outject a LoginSession with account ID, etc... once the user has login. How do I go about overriding/suplementing the Identity.login method? (I am assuming there is an

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: How to deploy two web applications in certain order?

2007-02-27 Thread steveli100
Finally found out the answer at http://wiki.jboss.org/wiki/Wiki.jsp?page=DeploymentOrder View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023396#4023396 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023396

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread [EMAIL PROTECTED]
@Name(org.jboss.seam.core.identity) | public class MyIdentity extends RuleBasedIdentity {//or Identity, if no drools | public String login() { | String outcome = super.login(); | //do whatever you like | } | } View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread svadu
Gavin what is actually meant by integration of Ajax4JSF, as far as I know Seam works well with ajax4jsf, is there something new? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023403#4023403 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
It means integration into seam-gen. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023404#4023404 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023404 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread tonylmai
Hi Gavin, I am using Seam 1.1.6, not 1.2 and I received the following error when I copied the Authenticator example code (http://docs.jboss.com/seam/1.2.0.GA/reference/en/html/security.html#d0e6073) Server log --- Caused by: org.jboss.seam.RequiredException: In attribute requires

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread [EMAIL PROTECTED]
If you want to use @PersistenceContext, you need to make your Authenticator a session bean. Otherwise, you need to config a seam-managed PC. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023406#4023406 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-27 Thread petemuir
Brad, just to keep you updated: I'm still working on the testcase - I should manage to get it all finished tomorrow, so the next time my laptop meets the internet after that there should be a testcase at least :) View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-27 Thread petemuir
In fact http://jira.jboss.com/jira/browse/JBSEAM-950 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023413#4023413 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023413 ___

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread tonylmai
I am using Seam-managed PC. But it's throwing me the above error. Here is a snippet of stacktrace: | 18:07:03,015 INFO [Lifecycle] starting up: org.jboss.seam.security.identity | 18:07:03,562 INFO [Pages] reading pages.xml | 18:07:03,625 ERROR [SeamLoginModule] Error invoking login

[jboss-user] [JBoss Seam] - Seam Readers Choice - Vote...

2007-02-27 Thread [EMAIL PROTECTED]
http://jdj.sys-con.com/general/readerschoice.htm where is seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023425#4023425 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023425

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
[EMAIL PROTECTED] wrote : Note that there is one silly minor issue in this release that you need an internet connection to run Seam. (We missed updating the version number of the DTD of the components.xml file in the Seam jar.) | | We might do a patch release to fix this, but anyhoo it is

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
ooops. Somehow ended up quoting the end of the message when I hit submit... Last quote was unintended. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023431#4023431 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023431

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - msyql and postgresql - identity columns

2007-02-27 Thread hanasakijiji
how can the same ejb3 entity code be used with both MySQL and PostgreSQL on the primary keys (integers). The databases already exist - and cannot be modified mysql is AUTO_INCREMENT postgresql is SERIAL It looks like Identity can be used with mysql but not postgresql? Is the only way to fall

[jboss-user] [JBossWS] - Re: receiving a AxisFault in the client

2007-02-27 Thread khkachn
Hi, I struggled with Jbossws to create a client for a while and then finally gave up and used Axis-1.4. There are working examples in their getting started document. Ken View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023434#4023434 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
Ah, it appears the updated dtd is in the jar, but when you explode jboss-seam.jar you'll find a components.xml under META-INF that references the 1.1 version of the DTD. :%s/1.1/1.2/g should hopefully have fixed this for me. I'll find out soon enough. View the original post :

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-27 Thread [EMAIL PROTECTED]
Probably you need auto-create=true in components.xml, or @In(create=true) in the Java. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023436#4023436 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023436

[jboss-user] [JBoss Seam] - http://www.karwell.com/apropos/equipe/JMP/seam_me_getting_st

2007-02-27 Thread xuzhenhua21
I practiced the example follow this: http://www.karwell.com/apropos/equipe/JMP/seam_me_getting_started/index.htm I got errors cofused me: 11:13:21,921 INFO [EARDeployer] Init J2EE application: file:/C:/Program Files/jboss-4.0.5.GA/server/default/deploy/jboss-seam-registration.ear/ 11:13:22,484

[jboss-user] [JBoss Seam] - Re: http://www.karwell.com/apropos/equipe/JMP/seam_me_gettin

2007-02-27 Thread xuzhenhua21
This is the content of my ejb-jar.xml: ?xml version=1.0 encoding=UTF-8? ejb-jar xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd;

[jboss-user] [JBoss Seam] - null exception on @inject in ICEfaces PanelTabListener

2007-02-27 Thread gus888
Hi there, I tried to inject a Seam session bean into panelTabListener, but I always got null value. The code is follows:@Name(tabListenerImpl) | @Stateless | public class TabListenerImpl implements TabChangeListener { | | @In (create=true, required=true) | @Out

[jboss-user] [JBoss Portal] - Non-coding contributions?

2007-02-27 Thread Oberiko
Hello. Does JBoss accept contributions from non-coders / testers? I'm a systems analyst, so my training and experience is focused on the logical system design. While I can get by in Java, I'm hardly an expert. Would there be any use for my skills (UML, UI, database modeling, business logic

[jboss-user] [Beginners Corner] - Non-coding contributions?

2007-02-27 Thread Oberiko
Hello. Does JBoss accept contributions from non-coders / testers? I'm a systems analyst, so my training and experience is focused on the logical system design. While I can get by in Java, I'm hardly an expert. Would there be any use for my skills (UML, UI, database modeling, business logic

[jboss-user] [JBoss Portal] - Re: Non-coding contributions?

2007-02-27 Thread Oberiko
My apologies, I thought I had posted this to the Beginners Corner. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023451#4023451 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023451

[jboss-user] [Beginners Corner] - Two basic questions from a new potential user

2007-02-27 Thread wjscott
Hello all, I really appreciate the time you are taking to look into this. Thanks in advance. Question 1: J2EE Question I want to implement EJB3 using JBoss on a Solaris server for JSP, Servlets, and Web Services. Is it possible to implement a persistent/transactional model with using

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread dmp
Based on the stack trace below, I don't think my little hack worked. Since the this server running this code sits behind a fairly restrictive proxy, how can I fix this problem? tia, -Doug Exception during request processing: org.dom4j.DocumentException: Connection timed out: connect Nested

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
http://fisheye.jboss.com/changelog/JBoss/jboss-seam?cs=MAIN:gavin:2007022825 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023465#4023465 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023465

[jboss-user] [JBoss Messaging] - Jboss ESB Generic methods + Documentation

2007-02-27 Thread mishra.piku
Hi Guys , From the documentation I was able to run the sample application provided by Jboss People. But I am unable to track the flow of the application. I want to develop a generic method so that the developer will call that method to send a Message and he will get a response Message. Can

[jboss-user] [JBoss jBPM] - unable to observe result of action handler on console

2007-02-27 Thread ramyasr
hi, i'm able to call action handlers and the process is executing without giving any exceptions(error calling action handler). but i'm NOT ABLE to observe the result of executing an action handler on the console.what has to be done? thanks. View the original post :

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread mandarkul
Hi Weston, I will just explain the scenario, 1) When I call factory.getConnection() method the container calls the createManagedConnectionConnection method with an instance of ConnectionManager being passed as an argument.If I print the class-name the output is BaseConnectionManager2 class of

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread mandarkul
Hi Weston .. Thanks a lot. You have made my day. :) We did a small change in notifyClose by passing the reference of connection object as a connection handle to connection even object and things worked fine once again thanks a lot... u r a genious View the original post :

[jboss-user] [Security JAAS/JBoss] - Can secure jmx-console but not my own web app!!!

2007-02-27 Thread cgt001
Hi, Can anybody out there show me how to secure a web app? I have successfully secured jmx-console using the DatabaseServerLoginModule but can't access a deployed web (sample web) in my JBOSS AP server. Below are the configurations made for my sample web. login-config.xml entries

[jboss-user] [Security JAAS/JBoss] - Re: Can secure jmx-console but not my own web app!!!

2007-02-27 Thread jaikiran
anonymous wrote : security-domainjava:/jass/My-web/security-domain Looks like a typo, that should have been: anonymous wrote : security-domainjava:/jaas/My-web/security-domain View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023476#4023476 Reply to the post

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Problem

2007-02-27 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanIAccessADataSourceFromAClient However, this is not a recommended approach as mentioned at http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources anonymous wrote : Note: JBoss does not recommend using this feature on a

[jboss-user] [EJB 3.0] - Re: NamingException: Could not dereference object - EJB 3.0

2007-02-27 Thread jaikiran
Looks similar to this issue: http://jboss.com/index.html?module=bbop=viewtopict=98072view=previous View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023479#4023479 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023479

[jboss-user] [Security JAAS/JBoss] - Re: Can secure jmx-console but not my own web app!!!

2007-02-27 Thread cgt001
Hi jaikiran, Thanks, it worked! Just copied that part from the other posts and overlooked that part. Thanks and regards, cgt001 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023480#4023480 Reply to the post :

[jboss-user] [JBoss jBPM] - Undeploy ProcessDefinition........

2007-02-27 Thread daresan
I am trying to undeploy processdefinition from oracle database by using jbpm api. but it is throughing error. these are follows code: JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | try { |

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-27 Thread eknathkadam
I believe all this JMX support is for microcontainer that is supplied with Jboss5, I think the MC release is 2.0, is there any JMX support in prior release, the one supplied with Jboss 4.x (release 1.0, I guss.) ? View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem with process composition

2007-02-27 Thread dohoangn
I have the same problem even I already have deployed sub processs and the sub process name is in the table jbpm_processdefinition. Could you please give us a solution? Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023483#4023483 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-27 Thread [EMAIL PROTECTED]
Patch release: http://sourceforge.net/project/showfiles.php?group_id=22866package_id=163777release_id=489903 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023484#4023484 Reply to the post :

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-27 Thread grdzeli_kaci
petemuir wrote : h:selectOneMenu styleClass=font_style value=#{foo.application} | | Foo is the backing bean on which you wish to set the application property. It could be just #{application} - though I'm not sure how well this works on the whole. ok, 1. i had entityconverter.jar into

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Problem

2007-02-27 Thread gopinathb4u
Thanks for the immediate response. I am new to EJB. Can you please provide me a link to get the datasource using remote session bean facade? Thank you, Gopi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023488#4023488 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JSF Warnings at EJB3 Cluster application-JBoss 4.0.5GATrailB

2007-02-27 Thread mp123
Hello JBoss Folks, I'm trying to deploy the EJB3 POJO Cluster TrailBlazer Demo application called clusterstore in EJB3 Cluster server configuration of JBoss AS 4.0.5.GA, MySQL in HP-UX OS. I have used the tomahawk-1.1.3.jar and modified the web.xml file as told in the JBoss Wiki

[jboss-user] [JBoss Portal] - Reporting tool integration with jboss portal

2007-02-27 Thread anu123suya
hi, The requirement is to explore the possibility of integrating reporting tools with jboss portal server. I understand that jasper reports can be integrated with jboss portal thro the API exposed. Similarly,are there any other reporting tools that can be integrated? Particularly,Business

<    1   2   3   4   >