[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=bb&op=viewtopic&p=3971635#3971635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971635 __

[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=bb&op=viewtopic&p=3971634#3971634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971634 ___ jboss-user

[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 sa

[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=bb&op=viewtopic&p=3971632#3971632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971632 __

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

2006-09-14 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1200 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971630#3971630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971630 ___ jboss-user

[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: 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=bb&op=viewtopic&p=3971626#3971626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971626 ___ jboss-user mailing

[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 > http://www.jboss.org/index.html?module=bb&op=viewtopic&

[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=bb&op=viewtopic&p=3971624#3971624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971

[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=bb&op=viewtopic&p=3971622#3971622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971622 ___ 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 : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971620#3

[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=bb&op=viewtopic&p=3971621#3971621 Reply to the post : http://www.jboss.com/index.html?modul

[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=bb&op=viewtopic&p=3971619#3971619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971619 ___ jboss-user m

[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 web.x

[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(); | conn.setRequestPrope

[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 I'm

[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=bb&op=viewtopic&p=3971614#3971614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[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=bb&op=viewtopic&t=88851 Not sure if this is similar to your situation. Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971610#3971610 Reply to the post :

[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 : http://www.jboss.com/index.h

[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=bb&op=viewtopic&p=3971612#3971612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39716

[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=bb&op=viewtopic&p=3971611#3971611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971611 ___ jboss-user mailing list jboss-user@li

[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 val

[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 org.jboss.e

[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=bb&op=viewtopic&p=3971606#3971606 Reply

[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=bb&op=viewtopic&p=3971605#3971605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[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=bb&op=viewtopic&p=3971604#3971604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971604 _

[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 doin

[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=bb&op=viewtopic&p=3971602#3971602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971602 __

[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=bb&op=viewtopic&p=3971601#3971601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971601 ___ jboss-use

[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 : http://www.jboss.

[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: 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 b

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

2006-09-14 Thread c_eric_ray
my web.xml looks like this... | | EchoMe | com.vicor.distributedcapture.webservice.SimpleWSTest | | | EchoMe | /* | | | | WebTest | com.vicor.distributedcapture.webservic

[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 : http://www.jboss.com/index.html?modul

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

2006-09-14 Thread PeterJ
I knew I should not have wiped out the portal that I used to help with this problem. But that just means I have to get you to do your work for you (rather than me doing it for you). For items 1 and 2, do this. Display the page that has your portlet on the navigation area in your browser and t

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

2006-09-14 Thread [EMAIL PROTECTED]
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 DAOs these days - they smell of o

[jboss-user] [JBoss Seam] - Re: Pageflow - ClassCastException: org.jbpm.graph.node.Start

2006-09-14 Thread [EMAIL PROTECTED]
I already changed the exception message yesterday :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971592#3971592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971592 ___ jb

[jboss-user] [Beginners Corner] - Re: Binding multiple instances of jboss on seperate IP and s

2006-09-14 Thread jbarrancos
Yes that's to let jboss listen to that IP for requestst. But my question relates to the applications running in a jboss JVM and they all connect to their services locally with "localhost". So I have 3 apps running on 3 differend IP's on 1 server and they all call " localhost" to get to their se

[jboss-user] [JBoss jBPM] - CommandExecutorThread not started in Jbpm3.1, Jboss4.0.3SP1,

2006-09-14 Thread doromoji
I'm very new to Jbpm. After impressed by Jbpm starter kit, I decide to try manually install Jbpm into Jboss4.0.3SP1 with MySQL5. Everything seems to be okay. No error in the console. But I notice a different from Jbpm in the starter kit. There're no CommandExecutorThread, DbPersistenceServic

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

2006-09-14 Thread chuaky
i guess the text is still cutoff, if anybody need them, please capture the trace from running remoting example. Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971587#3971587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

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

2006-09-14 Thread chuaky
some text was cut off in the reply. If you need do combine them without any carriage return. You can also see this similar trace when you run the remoting seam example. java -cp . Reverse http://localhost:8080/seam-helloworld/seam/remoting/execute " hjhj " View the original post : http://

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

2006-09-14 Thread chuaky
dear all, I end up using seam remoting method. The following is an example of what i did. Cheers. java -cp . Reverse http://localhost:8080/seam-helloworld/seam/remoting/execute "hjhj" Reverse class: == import java.io.*; import java.net.*; public class Reverse { public static vo

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

2006-09-14 Thread atao
Hello, I'm trying to add i18n messages to booking example, something like: @NotNull(message="#{messages['booking.credit.card.not.null']}") @Length(min=16, max=16, message="#{messages['booking.credit.card.number.wrong.length']}") @Pattern(regex="^\\d

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

2006-09-14 Thread johnnybe
I'm not sure, since I am also just starting with Ajax4Jsf... But wouldn't it work for you to just include the first selectOneMenu in a region with renderRegionOnly set to false so that on submit only this region is submitted but components outside the region can also be updated in the response?

[jboss-user] [JBossWS] - Re: WS 181 and my own security module - call problems

2006-09-14 Thread georgesberscheid
Hi, I have a similar situation than the one described above. | @Stateless | @Remote(Test.class) | @WebService | @SOAPBinding(style = SOAPBinding.Style.RPC) | @SecurityDomain("java:/jaas/MyDomain") | public class TestService implements Test { | | @WebMethod | public Stri

[jboss-user] [EJB 3.0] - List of enum types is possible?

2006-09-14 Thread Ajaleo
Hi all! I'd like to know if it's possible to have an entity with a field that is a list of a enumeration type. I've been using entities with enumerated fields but all of theme has a multiplicity of one. When I try to deploy I get this error: | Reason: org.hibernate.MappingException: Could

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

2006-09-14 Thread mzeijen
I finally got a different portal manager (a commercial one called NPS) working. Here the portlet throws the same exception. It has nothing to do with the JBoss Portal manager. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971574#3971574 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - java.lang.NoClassDefFoundError: Server/JBoss

2006-09-14 Thread dudikoff
hi, i've installed the jboss eclipse ide using the update manager and set up up the server as shown in the tutorial, but when I try to start the server I get a "java.lang.NoClassDefFoundError: Server/JBoss" message in the console. I'm working with eclipse 3.2, jboss 4.0.4 and jre 1.5.08. the app

[jboss-user] [JBoss Portal] - Re: how to hide a portlet/pages that user doesn't have view

2006-09-14 Thread tmz_ca
Thanks thomas. Hiding portlet in a page works fine now after changing window_access_right to hide. However I still have problem to hide page item in Catalog portlet(Menu portlet). More help please! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971572#397157

[jboss-user] [Beginners Corner] - Deploy an application in a diferent port

2006-09-14 Thread feurien
hi, We have a running jboss and we'd like to deploy an application in a diferent port. I mean, this application should only be acceded through this port and the already deployed applications should not be available in this port. Is that possible? regards!!! View the original post : http://ww

[jboss-user] [JBoss Portal] - Re: Cannot see HelloWorldJSPPortlet portlet on the default t

2006-09-14 Thread PeterJ
The current downloadable for the hello world portlet is based on 2.4 and the configuration files have changed since 2.2. My recommendation is to use 2.4 since you are just now starting out. If you really want to use 2.2, look in the docs to see how to configure the portlet for 2.2. Also, the

[jboss-user] [JBoss jBPM] - Re: How logging me in as a user in JBPM (swimlane)

2006-09-14 Thread antitrust1982
Have on my portal two same jbpm portlets. when I run the portlet I have a fonction which give me back the processId : System.out.println("PROCESS INSTANCE ID:"+ pi.getId());. Executing the both portlet in the same time I have the same ID : anonymous wrote : | PROCESS INSTANCE ID:0 So I think

[jboss-user] [Installation, Configuration & Deployment] - JBoss 4.0.4.GA and logging

2006-09-14 Thread jan_bar
Hi, what is the proper way to setup application logging? I have EJB3/Web application with init listener that initializes log4j with my configuration (stored in application). The logging from my application works fine, but JBoss logging stops working (just after I initialize log4j in my listener

[jboss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 Tutorial for JBoss Eclipse IDE?

2006-09-14 Thread jschitt
I would also like someone to post a guide on how to develop an EJB3 project using the JBoss-Eclipse-IDE 1.6. I have managed to create a project (set up the JBoss server, etc..) but I do not know how to set up the beans (deploy the simple Stateless and Entity beans) in order to test them using a

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

2006-09-14 Thread texan
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". I'm sure there's a simple way to define my interceptor to occur just before that one, but at the moment I'm content with Seam 1.0.1. One question

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

2006-09-14 Thread bugumala
We've found the source to this problem! It only appears because we let remoting traffic use http, port 80. jboss-service.xml: | servlet://${jboss.bind.address}:80/servlet-invoker/ServerInvokerServlet | | When changing back to socket transport everything works

[jboss-user] [EJB 3.0] - Re: JbossQL and m.createQuery(.. OFFSET 5 LIMIT 23)

2006-09-14 Thread laszlo.fogas
nobody any idea? i think it's not a special need.. all i want to do is a select with joins and limit... If i'm asking stupid thing please let me know! regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971564#3971564 Reply to the post : http://www.jbos

[jboss-user] [JBoss Portal] - Re: forum without portal ?

2006-09-14 Thread alexvictoor
Thanks a lot for your fast responses Regards Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971562#3971562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971562 ___ jbos

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

2006-09-14 Thread nicola9000
Hiya , Yes, traditional tiers are a bit mixed. You can have a "navigation tier" in a finder that is "data tier", like in booking example. I am thinking much and i think that the architectural new solution is "Bijection based" I am writing my finders and i inject in them presentation objects

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-14 Thread [EMAIL PROTECTED]
Simply click on the item and it's properties should show up in the properties view. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971561#3971561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971561 _

[jboss-user] [JBoss Portal] - Re: forum without portal ?

2006-09-14 Thread unibrew
Hello The answer is : not yet. It means that portal forums available now cannot be deployed as a standalone app. However, soon there will be a release of JBoss Forums 1.0.0Alpha which can be run as a standalone because their view is based on JSF. But few features available while deploying on

[jboss-user] [JBoss Seam] - Re: UTF-8 problem within JSF

2006-09-14 Thread db__
A Bean property View the original post : htt

[jboss-user] [JBoss Portal] - Re: forum without portal ?

2006-09-14 Thread [EMAIL PROTECTED]
Alex- Our next release of the new forum application which is designed using JSF, you will be able to run it as a standalone web application outside of the portal environment. Here are the details on that: http://jira.jboss.com/jira/browse/JBFORUMS Thanks Sohil View the original post : http

[jboss-user] [JNDI/Naming/Network] - looking up from JBoss to a remote application over IIOP

2006-09-14 Thread [EMAIL PROTECTED]
I have some trouble on porting my applications from Sun One to Jboss . My EJB application plays as a client , another application running on a JVM outside of EJB container plays as a server. Classes implementing the server application compile with their remote interfaces, building stubs for remo

[jboss-user] [JBoss Eclipse IDE (users)] - Starting IDE version 2 beta

2006-09-14 Thread Charlie Kelly
When I unzipped the distribution file, it only contained folders for features and plugins. It did NOT contain an Eclipse application. Is this an error? If not, how do I start the IDE? Thanks Charlie Kelly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971

[jboss-user] [Management, JMX/JBoss] - Re: org.jboss.varia.scheduler.Schedulable

2006-09-14 Thread chlong
I am having this exact same issue. I assume I am missing a JAR file. Does anyone have any additional information? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971554#3971554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Listen to different IP address in URL?

2006-09-14 Thread DrHok
My AS (JBoss 4.0.3SP1) sits in a private network (192.168.0.x) behind a firewall; port 8080 forward to the AS. I can get to its web service from the outside using any name in the URL, like http://foo:8080/ , but not using the IP address of the firewall. (Of course foo must resolve to the IP add

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

2006-09-14 Thread siyangsi
I downloaded it from portal download page http://labs.jboss.com/portal/jbossportal/download/index.html. Is this what you mean by jboss portal branch? Thanks! Siyang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971553#3971553 Reply to the post : http://w

[jboss-user] [EJB 3.0] - Re: @Basic(optional=true) vs @Column(nullable=true)

2006-09-14 Thread martin ganserer
Hi, yes and no! With @Basic(optional=true) the persistence provider checks if a field is nullable or not. For example if false is selected you will get an error by the persitence provider if you forget to set a field. The @Column(nullable=true) is an information that the persistence provider u

[jboss-user] [JBoss Portal] - Re: Cannot see HelloWorldJSPPortlet portlet on the default t

2006-09-14 Thread portalgeek
Peter, Thanks for the response. Actually i am using Portal 2.2 version, but i think that should not matter. I have done the following to atleast overcome the problem. I have modified the helloworld-object.xml file in the parent-ref from default.default to default. Included Hell

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

2006-09-14 Thread texan
Oops - stepped in it again! Thanks for your patience. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971549#3971549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971549 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EJB 3 Application Deployment Error - JBoss 4.0.4

2006-09-14 Thread souzatg
Good Morning everyone! I am experiencing an issue here while deploying an EJB3 + Seam + JSF application. During deployment i receive a NullPointerException on the org.jboss.ejb3.Ejb3Deployment.getPersistenceUnitDeployment method. I am using Jboss AS 4.0.4 GA Patch 1. A snippet from the stack tr

[jboss-user] [JBoss Portal] - forum without portal ?

2006-09-14 Thread alexvictoor
Hello I would like to know if it is possible to use the phph-bb like forum without jboss portal. I only need a forum application and a portlet engine seems too bloated for what I want to achieve... I guess the answer is 'no', I am just checking :/ Thanks Alex View the original post : http://w

[jboss-user] [EJB/JBoss] - Re: Look up Problem using JBoss 4.0.4.GA with EJB3.0

2006-09-14 Thread Wolfgang Knauf
Hi ! do you have an EJB3 app ? Sounds like this ("I am using JBoss 4.0.4.GA with EJB3.0"). EJB3 does not contain home interfaces, so I wonder how you managed to create "AttributeServiceLocalHome" ;-). Hope this helps View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss jBPM] - Re: Oracle exception deploying process

2006-09-14 Thread [EMAIL PROTECTED]
if you can post more information in the hibernate topic, that might help them to analyse the problem further. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971545#3971545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss jBPM] - Re: Oracle exception deploying process

2006-09-14 Thread [EMAIL PROTECTED]
i didn't see this problem before. did you specify the dialect correctly ? do you know there is a different dialect for oracle 9 ? it is quite clearly explained in this other forum discussion :-) http://www.vkfz.com/hibernate-sequence-t64969.htm or maybe it's related to this unresolved issue

[jboss-user] [JBoss Seam] - Re: UTF-8 problem within JSF

2006-09-14 Thread nhpvti
"db__" wrote : Basically viewing my test.jsf shows me two byte UTF-8 character in plain text. encoded as #195; Where do you mean exactly: in static text or in an input field? Check this thread for a workaround: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89832 View the original pos

[jboss-user] [Clustering/JBoss] - Correct way to deploy ear in a cluster

2006-09-14 Thread SleepyCrom
My ear file contains both war application and ejb3. When I upload ear file to both servers in the cluster I get a NameAlreadyBoundException(only on stateless ejbs, not entity) on one of the servers(the one I start second). I have a default installation of jboss-4.0.4.GA in a linux redhat envorim

[jboss-user] [JBossWS] - Re: JBoss and C++

2006-09-14 Thread ncapito
Any of the 100,000's via C++(Client) to Java(WS) you think that is possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971539#3971539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971539 _

[jboss-user] [JBossWS] - Re: JBoss and C++

2006-09-14 Thread [EMAIL PROTECTED]
http://www.webservices.org/weblog/mark_little/soap_for_the_masses View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971538#3971538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971538 _

[jboss-user] [JBossWS] - Re: JBoss and C++

2006-09-14 Thread [EMAIL PROTECTED]
What are you trying to achieve i.e. you will never ever be able to send 250'000 messages per second on any WS stack. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971536#3971536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [EJB 3.0] - Refresh POJOs in a JSP

2006-09-14 Thread Juergen.Zimmermann
I'm using Struts and JBoss/EJB3. The Struts Action invokes an EJB3 Session Bean and gets a collection of objects, e.g. objects of class Customer. Later the retrieved objects are displayed in a JSP (and the EJB3 entity manager is gone). If I want to display also the orders of each customer I have

[jboss-user] [JBoss Seam] - Re: Don't deploy a process definition when restarting

2006-09-14 Thread hazlorealidad
I came over the same problem, without create-drop in the hibernate configuration the process deployment fails saying that there is another process definition with the same version (if I remember the error message correctly). How can you disable the "auto deployment" of process definitions (I had

[jboss-user] [JBossWS] - Re: JBoss and C++

2006-09-14 Thread ncapito
The 250,000 per second is the number of messages i could create. In a perfect world my WS could process 250,000. I have also exposed two WS operations to mark Start, and End Time. Unfortunatly i am doing sequential processing right now so the send and receive time will be the same Do you

[jboss-user] [EJB 3.0] - Re: @GeneratedValue for non-PK fields

2006-09-14 Thread db__
thank god someone said it. I tried hours to get @GeneratedValue work on a non-pk field. So how do you generate a values for non-pk fields? For example acticle or ordernumbers, in my case. regards, -dennis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971532#39

[jboss-user] [Messaging, JMS & JBossMQ] - Re: C++ and JMS

2006-09-14 Thread ncapito
I did. I posted a seperate topic on the JbossWS message board(Link is below) . I figured the JMS question post should go here. 1) Is JMS quicker than WS calls 2) Prefered way to interact in a Linux/C++/G++ environment http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90577 V

[jboss-user] [JBossCache] - Re: JBoss Cache (PojoCache) with Hibernate Collections (Pers

2006-09-14 Thread [EMAIL PROTECTED]
You should configure hibernate to use JBoss Cache as a 2nd level cache and handle the cachning of objects internally. You should not try and cache the objects yourself in this manner since this could potentially create a sitiation where you end up with stale data. See the chapter on caching in

[jboss-user] [JBoss Seam] - Re: Pageflow - ClassCastException: org.jbpm.graph.node.Start

2006-09-14 Thread hazlorealidad
I did read the manual several times but managed to miss the two sentences below. Wouldnt it be a good idea to put in an error message explaining what went wrong instead of throwing a ClassCastException. I thought it was a class loading issue! (of which I have found several with jboss). I imagine

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

2006-09-14 Thread manglu
Hi, Thakns for your reply, How do i tell jems-installer to install jboss-Patch1? If i run the command as is then this is what i see! Appreciate your assistance Manglu Looking for auto install resource... /res/jbossauto-install.xml URL: jar:file:/home/jboss/software/jems-installer-1.2.0.BET

[jboss-user] [JBoss Seam] - newbie question format a date

2006-09-14 Thread buddy1974
Hi all, I have just started with seam, and now I have a Problem converting dates to the correct form. I have tried: | | | |

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

2006-09-14 Thread rutfield
I am also trying to put a simple window in the header. Thanks for this thread - it has already saved me a lot of time. I have a portlet which behaves as needed. I removed the decorations and created an instance above the navigation as described here. I've gone through the JBoss Portal Referen

[jboss-user] [EJB/JBoss] - Re: Pool size for my Stateless Beans?

2006-09-14 Thread sumedh_inamdar
How do I switch to strict maximum? I searched for this in the JBoss manual, but didn't find anything :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971524#3971524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=397152

[jboss-user] [Microcontainer] - Getting Kernel as null ......

2006-09-14 Thread vickyk
| StandaloneBootstrap iocHook = new StandaloneBootstrap(ar); | iocHook.main(ar); | //icoHook.run(); | Kernel kernel = iocHook.getKernel(); | System.out.println("Kernel is "+kernel); | Why do I get the kernel as null ? I have jboss-beans.xml in the classpath it loads t

[jboss-user] [JBoss Seam] - Re: UTF-8 problem within JSF

2006-09-14 Thread db__
by the way I have the CVS version of seam as of yesterday. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971519#3971519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971519

[jboss-user] [JBoss Seam] - UTF-8 problem within JSF

2006-09-14 Thread db__
Hi there, I have a UTF-8 problem within my seam application, Basically viewing my test.jsf shows me two byte UTF-8 character in plain text. encoded as #195;¶ for a german ö, instead it would be nice to have the correct htmlcode for ö which is ;ouml i guess. So here is what I have done I have

[jboss-user] [EJB 3.0] - Re: Dynamic Named Query?

2006-09-14 Thread fhh
| select * from address where postcode=:postcode ORDER BY state | :ordering | | | query.setParameter("ordering", "ASC") | I have not actually checked ut my first guess would be that you will get | select * from address where postcode=5000 ORDER BY state 'ASC' | which will

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

2006-09-14 Thread fhh
anonymous wrote : Seam still uses a 3-layered architecture. Ok, it breaks with traditional J2EE patterns like DAOs and stuff. But hey, this is called "progress". You do not need this fat old architecture paradigmas. But you can still use them if you want to. If it is necessary you can still h

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss CMP - findByPrimaryKey entry in depolyment descriptor

2006-09-14 Thread iyerkrishnan
Hello all, I'm a newbie to JBoss and would really appreciate if someone helps me out. I ran across one of the documents which says that the present releases of JBoss enforces an entry of findByPrimaryKey method in the deployment descriptor, which as per my knowledge was not true till version 3.

[jboss-user] [Beginners Corner] - JBOSS 4.0.2

2006-09-14 Thread golanbln
Hello everybody, i am using Jboss4.0.1sp-1 with JSF and JSTL i have no problem when i deploy my application and is running ok.. i am trying to change to Jboss4.0.2 when i deploy i have no problems but when i run my application i got an error like | | ERROR [[jsp]] Servlet.service() for s

[jboss-user] [JBossCache] - JBoss Cache (PojoCache) with Hibernate Collections (Persiste

2006-09-14 Thread mleur
Hi, I am using PojoCache to store Pojo Objects created by Hibernate. I want to use the replication mode with this cache, so I pre-compile with aopc (ant task) my classes. But when I call PojoCache.putObject with an Object (which contains collections) loaded by Hibernate, I have an exception :

<    1   2   3   >