[jboss-user] [JBoss Seam] - Re: Interface from C app to Seam?

2006-09-14 Thread chuaky
sorry for the multiple posts, the input arg is as follows. please add the \ escape character before the character inside the quotes. Cheers. java -cp . Reverse http://localhost:8080/seam-helloworld/seam/remoting/execute hjhj View the original post :

[jboss-user] [JBossWS] - Deploying more than one endpoint fails

2006-09-14 Thread c_eric_ray
my web.xml looks like this... | servlet | servlet-nameEchoMe/servlet-name | servlet-classcom.vicor.distributedcapture.webservice.SimpleWSTest/servlet-class | /servlet | servlet-mapping | servlet-nameEchoMe/servlet-name |

[jboss-user] [JBoss Seam] - Re: Exception Handling (w/ interceptor)

2006-09-14 Thread [EMAIL PROTECTED]
anonymous wrote : I did get this working, but I had to back out the Seam jars from CVS, as I couldn't figure out how to avoid hitting the Seam ExceptionInterceptor. @Interceptor(within=ExceptionInterceptor.class) anonymous wrote : One question - how did the Seam ExceptionInterceptor class

[jboss-user] [JBoss Portal] - Re: Problem when I tried to build jboss-forums-2.2.1-SP3-src

2006-09-14 Thread unibrew
No, branches are in svn, nvrmind. You see, the forums source package downloaded by you is just the additional package for jboss-portal-2.2.1-SP3 source package. To build forums you must place them inside unpacked portal package, build portal and then build forums. Cheers

[jboss-user] [JBoss Seam] - Re: i18n validation message during test

2006-09-14 Thread [EMAIL PROTECTED]
Yes, Hibernate Validator wants you to use: @NotNull(message={booking.credit.card.not.null}) However, Emmanuel and I are currently working on some integration b/w Seam and Hibernate Validator so that you can use #{messages['...']} for consistency. View the original post :

[jboss-user] [JBossWS] - Re: EJB3 web service interface

2006-09-14 Thread c_eric_ray
Does anyone know the answer to this question? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971601#3971601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971601 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: conversational bean not always redirecting to ifNotBegun

2006-09-14 Thread knaas
LOL. Sounds like a good way to keep QA on their toes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971602#3971602 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971602

[jboss-user] [JBoss Portal] - Re: Problem when I tried to build jboss-forums-2.2.1-SP3-src

2006-09-14 Thread PeterJ
Try this. From a command prompt, enter: svn co http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_4 That will download all of the portal source to your PC. Next build the portal by doing the following: cd JBoss_Portal_Branch_2_4\build | build Then build the forums by

[jboss-user] [JBoss Portal] - Re: Problem when I tried to build jboss-forums-2.2.1-SP3-src

2006-09-14 Thread PeterJ
Opps, just now noticed you are using Portal 2.2. Never mind. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971604#3971604 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971604

[jboss-user] [JBoss Portal] - Re: Problem when I tried to build jboss-forums-2.2.1-SP3-src

2006-09-14 Thread siyangsi
NO, I don't stick with 2.2. I know it is not the latest build. If forum portlet is ready for 2.4. I rather use 2.4. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971605#3971605 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Problem when I tried to build jboss-forums-2.2.1-SP3-src

2006-09-14 Thread unibrew
So make checkout of JBoss Portal 2.4 bramch as PeterJ explained earlier. Forums which are there should work fine. Regards Ryszard Kozmik JBoss Forums JBoss Labs Team View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971606#3971606 Reply

[jboss-user] [EJB/JBoss] - Re: Passing extra stuff into in a ejb call

2006-09-14 Thread aparolini88
Hi again, Not very helpfull the folks on here... I figured out by myself how to do this by Googeling and reading the Jboss source code: Yes, you can use Jboss interceptors to do the same job than with Corba/IIOP interceptors. Have a look to org.jboss.proxy.Interceptor (client) and

[jboss-user] [EJB 3.0] - Re: RC6-PFD broke mappedBy and GenericGenerator workaround?

2006-09-14 Thread ldebetaz
Is there a fix or workaround for the unknown mappedBy problem? No matter what I try I get this error. I have a Party (parent) and a Person (child) that I want to have the same primary key. The Party needs to control the creation of the primary key value and I want Person to use the same

[jboss-user] [JBossWS] - Re: EJB3 web service interface

2006-09-14 Thread maeste
you can use local View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971611#3971611 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971611 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Exception Handling (w/ interceptor)

2006-09-14 Thread texan
Well, I'll see if I can package up an example, but with my luck, it will not work as I described... :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971612#3971612 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971612

[jboss-user] [JBoss Portal] - 2.4ga and IPC

2006-09-14 Thread thatporguy
I did a little work with 2.4 CR3 a month or so ago and i could never get the IPC to function correctly. Now that 2.4 is out doe the IPC function correctly and are there any better tutorials about IPC (other than the hello world one)? thanks View the original post :

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-14 Thread chuaky
hi, I could get seam + portal + JSF + facelets working. See http://jboss.org/index.html?module=bbop=viewtopict=88851 Not sure if this is similar to your situation. Cheers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971610#3971610 Reply to the post :

[jboss-user] [JBossWS] - Re: Deploying more than one endpoint fails

2006-09-14 Thread maeste
I think you have to read some documentation about web.xml you are using the same url-pattern for both servlets. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971614#3971614 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Multiple roles and accessing the DataModel

2006-09-14 Thread zzzz8
It would be nice to change the Seam spec such that one can apply the DataModel annotation to the getter method of the list so that one can use the DataModel in multiple roles without explicitly wrapping the list (in the source code) in a DataModel object. I guess I'm suggesting this because

[jboss-user] [JBossWS] - Re: How do you set the transfer-encoding

2006-09-14 Thread maeste
Tomcat in last versions use http-1.1 chunked encoding. As far as I know you can downgrade to http 1.0 in the client connection or better using 1.1 setting in the HTTP HEADER Connection=close. In java: | HttpURLConnection conn = (HttpURLConnection) conn.openConnection(); |

[jboss-user] [Clustering/JBoss] - Re: ejb proxies only contain nodes at deploy time

2006-09-14 Thread [EMAIL PROTECTED]
I wouldn't say a feature -- either a bug or a configuration problem :) Couple ways we can attack this; your choice: 1) Keep trying to step-by-step figure it out on forum. If you want to go that way, my next request would be that you cut and paste the contents of your server-invoker.war's

[jboss-user] [JBoss Seam] - Re: Multiple roles and accessing the DataModel

2006-09-14 Thread [EMAIL PROTECTED]
You can use @DataModel on a getter method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971619#3971619 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971619 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: Farm deployement problem

2006-09-14 Thread [EMAIL PROTECTED]
Farming uses the JGroups channel configured in the ClusterPartition mbean, found in deploy/cluster-service.xml. Ports are whatever is configured there. By default it listens for multicast on port 45566. View the original post :

[jboss-user] [JBossCache] - Re: Exceptio in startService with PojoCache

2006-09-14 Thread [EMAIL PROTECTED]
OK, unfortunately it sounds like you've hit the problem discussed in the above referenced thread, which we're still working to resolve. :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971621#3971621 Reply to the post :

[jboss-user] [JBossWS] - Re: Multiple virtual host and soap:address problem and our p

2006-09-14 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1178 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971622#3971622 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971622 ___ jboss-user

[jboss-user] [JBossWS] - Re: jbossws - multiple wsdl / webservices.xml

2006-09-14 Thread [EMAIL PROTECTED]
In that case, you have to reopen http://jira.jboss.org/jira/browse/JBWS-1090 And add your comment there View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971624#3971624 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971624

[jboss-user] [EJB 3.0] - Re: ClassCastException deserializing EJB3 Entity Bean

2006-09-14 Thread ALRubinger
If anyone else could weigh in on the issue of cleansing POJOs of Hibernate, I'd be very interested. Is crossposting in the CMP forum appropriate, or against posting guidelines? Related topic and code samples with some ideas to address

[jboss-user] [JBossWS] - Re: jbossws - multiple wsdl / webservices.xml

2006-09-14 Thread [EMAIL PROTECTED]
BTW, can't you use JSR181 endpoints? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971626#3971626 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971626 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - jBPM notification of process instance completion (w/o having

2006-09-14 Thread sternba2222
Is there a mechanism for the jBPM engine to notify another application whenever a process instance completes (for instance, via a callback reference passed to the jBPM process by the other application)? This mechanism would need to provide the identifier of the process instance that completed.

[jboss-user] [JBossWS] - Re: WSTools Is Generating Invalid Java Source

2006-09-14 Thread [EMAIL PROTECTED]
I rescheduled the feature request to 1.1.0 (31-Sep-2006) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971632#3971632 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971632 ___

[jboss-user] [JBossCache] - Implementing the treecache (ClusteredCacheLoader)

2006-09-14 Thread sudarshanra
Hi, I am trying to implement the treecache caching by using clusteredcacheloader. I would like to get the data from database table and store it in hash map with key value pair and would like to store in cache objects. Request you to please provide me the example on this caching which has the

[jboss-user] [JBossWS] - Re: SAAJ API basic authentication (AS 4.0.4)

2006-09-14 Thread [EMAIL PROTECTED]
Have a look at the test cases for basic auth View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971634#3971634 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971634 ___ jboss-user

[jboss-user] [JBossWS] - Re: Handling anyType

2006-09-14 Thread [EMAIL PROTECTED]
Thanks for that hack - this its a useful post. The bug will be fixed in 1.1.0 (31-Sep-2006) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971635#3971635 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971635

[jboss-user] [JBoss Seam] - Re: ..:: Questions about Seam design!!!

2006-09-14 Thread angelogalvao
[EMAIL PROTECTED] wrote : I don't know why everyone is saying you can't use DAOs you can absolutely use DAOs if you want! There is no problem at all, just write an @Stateless bean with @Name(customerDao) and inject it into your action handler. | | It's just that you don't really need

[jboss-user] [JBossWS] - Re: WSDL SOAP ADDRESS REPLACE_WITH_ACTUAL_URL

2006-09-14 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1201 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971637#3971637 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971637 ___ jboss-user

[jboss-user] [JBossWS] - Re: Deployment error - JBossWS with JBWS181HelloWorld

2006-09-14 Thread [EMAIL PROTECTED]
Ok jbossas-4.0.4, but what version of jbossws is this. More importantly, does this still show up with jbossws-1.0.3? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971638#3971638 Reply to the post :

[jboss-user] [JBoss Portal] - Re: 2.4ga and IPC

2006-09-14 Thread thatporguy
oops.. never mind... works just fine now :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971639#3971639 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971639 ___ jboss-user

[jboss-user] [JBoss Eclipse IDE (users)] - Run SchemaExport does nothing

2006-09-14 Thread mcacker
hi, i have a very simple scenario to try an generate a schema from a pojo. i have a Java Project with hibernate builder enabled. the project has a number of classes, but only one has a annotated java class (see below). i have a console configuration for HSQL (see below). when i try to

[jboss-user] [JBossWS] - Re: Client Authenticated HTTPS and Web Services

2006-09-14 Thread [EMAIL PROTECTED]
I believe this is a Tomcat issue. Could you test this with an ordinary webapp (i.e. no webservice) In case the problem stll show, create a bug in the jbossas project View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971642#3971642 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: TransactionException: could not register synchronization

2006-09-14 Thread holmes.j
I'm going crazy trying to figure this out. So I was reading the Hibernate docs again and came across this ... anonymous wrote : | With CMT, transaction demarcation is done in session bean deployment descriptors, not programatically, hence, the code is reduced to: | | // CMT idiom |

[jboss-user] [JBossWS] - Re: WS Security - wsu:Timestamp/@wsu:Id incorrectly implemen

2006-09-14 Thread [EMAIL PROTECTED]
This is a known issue http://jira.jboss.org/jira/browse/JBWS-1188 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971644#3971644 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971644

[jboss-user] [JBoss Seam] - Re: Accessing variable in ActionHandlers the SEAM Way

2006-09-14 Thread hazlorealidad
I am just starting with seam but as I understood you can inject something from a business scope into a conversation scope. From the docs: @BeginTask(taskIdParameter=taskId) Resumes work on an incomplete jBPM task. Specifies that a long-running conversation begins when this method

[jboss-user] [Installation, Configuration Deployment] - Re: Rolling over JBoss console log

2006-09-14 Thread ramdas
Peter, I corrected the extra tag for the appender and removed the target - but now my output will be the same as server.log. I am wondering, if i remove the Target parameter, how different is this going to be from creating the application server log. The console output captures stuff which

[jboss-user] [JBossWS] - Re: implementing wsse:UserNameToken

2006-09-14 Thread [EMAIL PROTECTED]
On the server side. the UsernameToken is processed if its there, you don't actually need to configure anything to use it. If you are also using JBossWS for a client then you just need to add the username tag to your jboss-wsse-client.xml | jboss-ws-security

[jboss-user] [JBoss Seam] - Re: i18n validation message during test

2006-09-14 Thread atao
ATM, in a deploiement under jBoss server, @NotNull(message=#{messages['booking.credit.card.not.null']}) works with messages_loc.properties under {booking_home}/resources/WEB-INF/classes and @NotNull(message={booking.credit.card.not.null}) doesn't work even with

[jboss-user] [JBossWS] - Re: problem with web service through SSL

2006-09-14 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/jbossws/user-guide/en/html/secure-ejb.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971650#3971650 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971650

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot get JBossIDE deploying...

2006-09-14 Thread Fabdouglas
Thank you vincent. As i have the configuration and i've had the same problem, the procedure is : - follow the 1.6 documentation until the deployment section. - in your Web xdoclet/deploymentdescriptor, check distributable property. - re-run Xdocclet + packaging - right-click on the generated ear

[jboss-user] [JBoss Seam] - Re: Multiple roles and accessing the DataModel

2006-09-14 Thread zzzz8
[EMAIL PROTECTED] wrote : You can use @DataModel on a getter method. Hi Gavin, I understand you can use the DataModel annotation on the getter method, but if you have two instances of this component alive at the same time, with one component associated with the default component name and the

[jboss-user] [JBoss Portal] - Re: Problem when I tried to build jboss-forums-2.2.1-SP3-src

2006-09-14 Thread siyangsi
It works. Thank you very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971653#3971653 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971653 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: Changing Ports (two nodes, same machine, 4.0.4)

2006-09-14 Thread awlzac
I had the same problem, when trying to use a port mappings file in 4.0.4. I got around it by adding the bindingservice-plugin.jar from the 4.0.3RC1 release into server/default/lib, and things seem to work ok. If there's a better/more proper way to do this in 4.0.4I'm all ears :) View

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

2006-09-14 Thread [EMAIL PROTECTED]
I don't think I phrased it well in my previous post. Can not set the timeout per config in the invocation currently, but have added a jira issue so that will be added within the next remoting release. View the original post :

[jboss-user] [Security JAAS/JBoss] - One security domain, two web apps

2006-09-14 Thread bezdomny
I currently have two web apps, Identity and Business. Idenity is currently configured to use jaas/jboss with a custom login module and it works great. I now have this new app that I want to secure and I want to use Identity security domain and login module. I have added the following to the

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-14 Thread rutfield
I don't mind doing the work, but I'd like to stay on track I cut-and pasted from yours, so I'm not too concerned about typos. Before replying, I tried the other properties such as RenderSetId and supported-window-states to no avail. | deployments |deployment |

[jboss-user] [EJB 3.0] - Re: where to find the original ejb3-persistence.jar?

2006-09-14 Thread wenbozhu
Yes, it's from the jsr220 reference implementation - hence part of glassfish project. however, from the manifest, it seems to be from hibernet anyway. A side question to this forum: I found most javax has jboss own source code implementation .. except for this one .. and anyone knows about the

[jboss-user] [JBoss Seam] - Re: i18n validation message during test

2006-09-14 Thread [EMAIL PROTECTED]
Oh, I'm wrong, #{messages['booking.credit.card.not.null']} does work after all. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971660#3971660 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971660

[jboss-user] [JBoss jBPM] - Re: Storage of process variables outside jbpm?

2006-09-14 Thread meeru777
hi the_dude anonymous wrote : I fetch my objects using hql statements that check some process variable values. No prob here. a quick question regarding the above, i would also like to query my process instances(task instances to be exact) with some variables, however, i cannot seem to

[jboss-user] [JBoss Portal] - IPC and 2.4GA

2006-09-14 Thread thatporguy
Alright, so i installed the helloworldipc portlet and when i wanted to get rid of it, I deleted the .sar from the deploy dir and then removed the portlet on the admin portlet inside the portal, and now i cant re-hotdeploy it. It says that there is an error. I also cannot go into Instances or

[jboss-user] [JBoss Seam] - Re: i18n validation message during test

2006-09-14 Thread atao
Ok So I come back to my first question: I get the literal string #{message['any.key']} and not the associated pattern when I test BookingTest.renderResponse is it the expected behavior? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971664#3971664 Reply

[jboss-user] [JBoss Seam] - Re: AJAX4JSF: Problems with validation.

2006-09-14 Thread tenniscp25
I ended up using seam remoting. The only drawback (?) is that you have to deal with javascript. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971666#3971666 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971666

[jboss-user] [JBoss Seam] - Re: Accessing variable in ActionHandlers the SEAM Way

2006-09-14 Thread asachde
Seems like you have to use jbpm (original post) calls in the action handlers as the seam interceptors do not fire and hence cant us @In in the ActionHandler View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971667#3971667 Reply to the post :

[jboss-user] [JBoss Seam] - What is the svn repos location for seam code?

2006-09-14 Thread asachde
What is the svn repos location for seam code? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971668#3971668 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971668 ___ jboss-user

[jboss-user] [JBoss Portal] - what are .iml and .ipr and .iws files in JBossPortal Apps

2006-09-14 Thread portalgeek
Hi, What are .iml, .ipr and .iws files in JBossPortal apps ? .How are these generated ? Is .iml - Initial Machine load ? Please throw some light. Can someone provide links which specify steps for creating a portal from scratch in JBossPortal Thanks for all the help

[jboss-user] [EJB 3.0] - Re: Could not dereference object on Remote Server

2006-09-14 Thread mlandwehr
I found the error - jboss had to be started with binding: anonymous wrote : | ./run.sh -c config -b 192.168.1.2 | Now erverything works fine. Greetings Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971670#3971670 Reply to the post :

[jboss-user] [JBoss Seam] - Re: What is the svn repos location for seam code?

2006-09-14 Thread asachde
nm... it's in cvs CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971671#3971671 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971671

[jboss-user] [Management, JMX/JBoss] - mbean definition doesn't work moving from 3.2.5 to 4.0.4

2006-09-14 Thread rkapil
Sorry if this is a redundant question. I searched the board and found something similar, but I still don't know what changes I need to make in my xml file. It works fine in JBoss 3.2.5, but throws an exception in 4.0.4. Any help would be appreciated. Here is the file: | ?xml version=1.0

[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-14 Thread bdaw
As JBoss Portal is Open Source project we have free licence for Intellij IDEA IDE from JetBrains. This are just project and module files. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971673#3971673 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-14 Thread andyd
Hi Chuaky, That is exactly what I am trying to achieve. Have you modified one of the examples to get it working? I was trying to modify the Blog example into a portlet. As I understand, it shouldn't be much more than adding the portlet config files, but not got it going as yet. Could you

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-14 Thread mzeijen
Yeah that would be great, because I am nuts here ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971675#3971675 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971675 ___

[jboss-user] [Security JAAS/JBoss] - Re: Access Contol for the JMX-COnsole

2006-09-14 Thread manogaranyuvaraj
Hey anil, I want to know, I to perform the Access contol on Jboss 3.2.3. I had configured Access control on Jboss 4.0.2, 4.0.3sp1. When i try with the 3.2.3 I can do that. How can i deploy the Tomcat 5.5 in jboss 3.2.3? Thanks Yuvaraj View the original post :

[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-14 Thread portalgeek
Thanks for the response So these files are not required to run JBoss portlets. If i use a different these files would not be generated for sure. Please throw some light thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971676#3971676 Reply to the post :

[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-14 Thread portalgeek
sorry for the typo; I meant if i use a different IDE, these files will not be generated. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971679#3971679 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971679

[jboss-user] [JBoss Seam] - Re: i18n validation message during test

2006-09-14 Thread [EMAIL PROTECTED]
message!=messages View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971680#3971680 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971680 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-14 Thread rutfield
Also, as we feared/suspected, the 'view source' has the same class as the other portlets (e.g. portlet-titlebar-left). I really want to turn this off for this portlet only. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971681#3971681 Reply to the post :

[jboss-user] [JBoss Seam] - Unexpected element zipfileset

2006-09-14 Thread clockdva
i have followed these steps: * Download the JEMS installer for JBoss AS 4.0.4 and install it with the EJB 3.0 profile selected. Note: do not install any other version of JBoss, and do not try to install JBoss using the normal JBoss AS installer - Seam requires EJB 3.0 RC8 which is only

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread [EMAIL PROTECTED]
Perhaps you have a very ancient version of Ant installed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971686#3971686 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971686 ___

[jboss-user] [Installation, Configuration Deployment] - Re: Web-console missing or not available in JBoss AS 4.0.4-G

2006-09-14 Thread [EMAIL PROTECTED]
tonyguan, see what I've suggested earlier in this thread. Let us know if there is a problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971687#3971687 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971687

[jboss-user] [Installation, Configuration Deployment] - Re: Difference btn jboss-4.0.4.GA-Patch1-installer.jar and j

2006-09-14 Thread [EMAIL PROTECTED]
We can't reproduce this problem on RHEL 2.4.21-40.ELsmp. It installs in headless mode just fine. Can you create a bug report in JIRA at http://jira.jboss.com/jira/browse/JBINSTALL? Please specify Fedora version and attach install.log. View the original post :

[jboss-user] [JBossCache] - removeObject() in PojoCache !!

2006-09-14 Thread sphinxmember
Hi , Invocation of pojoCache.removeObject(abcdefghijk) results in a generation of nodecreate and nodemodify event [java] created:/abcdefghijk [java] FQN of the node modified: /abcdefghijk [java] - These are the statements printed in the listner call

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread clockdva
[EMAIL PROTECTED] wrote : Perhaps you have a very ancient version of Ant installed. yes, i have changed ant version and now the error is: \jboss-seam-1.0.1.GA\examples\booking\src\org\jboss\seam\example\booking\Booking .java:22: illegal character: \64 [javac] @Entity [javac] ^ what can

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread [EMAIL PROTECTED]
install JDK 5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971692#3971692 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971692 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread clockdva
if i i try java -version on my cmd i get: java -version java version 1.5.0_04 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) it's not JDK 5? where cain i find JDK 5? thanks View the original post :

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread [EMAIL PROTECTED]
Try javac -version. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971694#3971694 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971694 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread clockdva
[EMAIL PROTECTED] wrote : Try javac -version. 1.0.1.GA\examples\bookingjavac -version javac: invalid flag: -version Usage: javac source files where can i find JDK 5? (i.m looking on java.sun but i can't find) View the original post :

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread [EMAIL PROTECTED]
C:\Documents and Settings\Gavinjavac -version | javac 1.5.0_05 | javac: no source files | Usage: javac options source files http://java.sun.com/javase/downloads/index.jsp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971696#3971696 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread [EMAIL PROTECTED]
Make sure JAVA_HOME and PATH are set correctly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971697#3971697 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971697 ___ jboss-user

[jboss-user] [JBoss/Spring Integration] - does spring deployer _require_ ejb?

2006-09-14 Thread ddouglass
I think I'm having a disconnect somewhere between reading the deployer docs and my execution. Is it possible to use the deployed/bound NamedXmlApplicationContext outside of an EJB? Specifically, is it possible for a servlet in a war to lookup the NamedXmlApplicationContext and use it to get

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-14 Thread AndrewBoyd
Hi Rutfield, I started this thread but have not been able to writing code on this due to other busyness. Could you please post your portlet code? thanks, Andrew View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971699#3971699 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-14 Thread rutfield
Glad to. It is basically the portletswap iframe for 2.4 with different URL and height/width. I thought I'd try this one first. This is a trimmed down version that exhbits the issues. I do not have a jboss-portlet.xml (unlike the samples in the reference guide). If I add a to my

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread clockdva
i have installed jdk5 and when i run jboss: Could not locate C:\jdk1.5.0_08\lib\tools.jar. Unexpected results may occur. Make sure that JAVA_HOME points to a JDK and not a JRE. === . JBoss Bootstrap Environment .

[jboss-user] [JBoss Portal] - Re: Bad password for username=admin

2006-09-14 Thread ewernli
The following worked for me: 1) change the datasource according to the previous post: connection-urljdbc:mysql://localhost:3306/jbossportal?useServerPrepStmts=falseamp;jdbcCompliantTruncation=false/connection-url but use the html entity instead for the symbol, otherwise you will get error in

[jboss-user] [Security JAAS/JBoss] - jesssionid and URL rewriting

2006-09-14 Thread gulloo
Guys, I am having an issue here: Platform : JBoss-4.04 on redhat when a user logs in to our application( form based auth ), he gets redirected to the home landing page with the URL showing as

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread clockdva
yes i know, maybe i can't find the right jsk 5 to download View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971725#3971725 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971725 ___

[jboss-user] [JBossWS] - Re: SAAJ API basic authentication (AS 4.0.4)

2006-09-14 Thread mhae
Thanks. I couldn't find the test case you are talking about but it is probably similar to this: MessageFactory messagefactory = MessageFactory.newInstance(); SOAPMessage message = messagefactory.createMessage(); SOAPPart soapPart = message.getSOAPPart(); SOAPEnvelope envelope

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: timeout for simpleReadWriteEJBLock

2006-09-14 Thread jigen74
You should declare all getter methods as readonly in jboss.xml to get make it work. | entity | ejb-nameBeanName/ejb-name | method-attributes | method | method-nameget*/method-name | read-onlytrue/read-only | /method | /method-attributes |

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread clockdva
ok, tha path was missed now when i use ant i get BUILD SUCCESSFUL but i 'm not able to see my application in http://localhost:8080/seam-booking/ maybe i have missed the directory to extract Seam. do you know anything?? thanks View the original post :

[jboss-user] [Beginners Corner] - Re: Looking up MessageDrivenBean/MessageListener

2006-09-14 Thread OCGabriel
Thanks Peter. Re-reading what I said I agree that my explanation was confusing. Ive managed to sort it out though so if this thread can be locked/deleted by admin maybe? no real point to it any more. View the original post :

[jboss-user] [JBoss Seam] - Re: Multiple roles and accessing the DataModel

2006-09-14 Thread Eekboom
I think the only way to do this is to create a getter that returns the already wrapped field and then use the parent components name , something like |public DataModel getListModel() { | return new ListDataModel(list); | then #{component1.listModel} and #{component2.listModel}

[jboss-user] [JBoss Seam] - Re: i18n validation message during test

2006-09-14 Thread atao
Oups! Sorry, the mistake is only here. The code is really like: @Length(min=16, max=16, message=#{messages['booking.credit.card.number.wrong.length']}) and during test, ( (FacesMessage) messages.next() ).getSummary() returns #{messages['booking.credit.card.number.wrong.length']}

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread clockdva
i didn't write build.properties correctly now everything is ok (maybe :-) ) thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971771#3971771 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971771

[jboss-user] [JBoss Seam] - Re: Unexpected element zipfileset

2006-09-14 Thread clockdva
you are very kind View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971772#3971772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971772 ___ jboss-user mailing list

<    1   2   3   >