[jboss-user] [JBoss Eclipse IDE (users)] - Re: Starting JBoss from Eclipse

2006-11-28 Thread [EMAIL PROTECTED]
you set that in the launch configuration of the server.

you set them by entering them into the command line arguments field.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989177#3989177

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989177
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: IceFaces Seam 1.1CR1 - h:dataTabe problem...

2006-11-28 Thread sherkan777
[EMAIL PROTECTED] wrote : It sounds like your problem is not related to 
ICEfaces, but rather to the migration to 1.1 CR1.

I'm not sure, because, I've revert backup of my projekt before migration to 
1.1CR1 and checked all. Everythink works fine! h:dataTable is visible.

By the way, IceFaces works great, I've checked few components and they work 
great without ice:datatable:(



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989178#3989178

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989178
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: OutOfMemory error when running jbpm.db test suite

2006-11-28 Thread kukeltje
come one, don't be so pessimistic. 150 people read the post, lost of them 
probably had no clue, some probably would have suggested what you already tried 
(I would have) and then john came by... 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989179#3989179

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989179
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: IceFaces Seam 1.1CR1 - h:dataTabe problem...

2006-11-28 Thread sherkan777
sherkan777 wrote : [EMAIL PROTECTED] wrote : It sounds like your problem is 
not related to ICEfaces, but rather to the migration to 1.1 CR1.
  | 

Everythink works fine after migration to Seam 1.1 CR1! Problem get started 
after added IceFaces to project.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989180#3989180

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989180
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Waiting for external input

2006-11-28 Thread kukeltje
partly correct, and by magic, dutch beer makes it to the stage again :-)

If there are multiple tokens, it could be that you need to signal a specific 
token and not the process in general. In that case you do need to eventually 
refer to a token ID, either directly, or by e.g. passing a node name and 
looking up the token or whatever.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989181#3989181

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989181
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Determine portal logged-in user from external servlet

2006-11-28 Thread bdaw
anonymous wrote : If the portlets and servlets are part of the same web 
application context, 

There is a portal web application (the one in which you authenticate) and a 
separate web application containing portlets and servlets. So portal just 
switches the context to access portlet and invoke render/action. Or maybe I'm 
missing something :)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989183#3989183

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989183
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Understanding Conversations

2006-11-28 Thread toni
Hi Norman,

I checked all my xml descriptors. Everything looks ok.

What version of seam and jboss are you using?

Could you do me a favour and try to reproduce the error:

1. Create 10 nested conversations by clicking 10 times on the Nested link.
2. Switch to converstion with counter id 5
3. End the conversation by clicking the End link

Now only the conversation with counter 5 disappears, even though all counters 
with id's greater or equal than 5 should disappear.

If I reload the page, then everything is displayed correctly.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989184#3989184

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989184
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: IceFaces Seam 1.1CR1 - h:dataTabe problem...

2006-11-28 Thread sherkan777
Can anyone create an simple project with List of objects and check it with 
IceFaces + Seam?



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989187#3989187

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989187
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Process Definition Creation APIs

2006-11-28 Thread kukeltje
Yes, although I think your definition of public differs from mine here. The 
JbpmContext is normally the api to direct the engine. But you can use the 
ProcessDefinition object and all related objects to create one and deploy it. 
You could also have your code generate an xml document. The latter is probably 
easier.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989188#3989188

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989188
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Determine portal logged-in user from external servlet

2006-11-28 Thread [EMAIL PROTECTED]
Correct. The web application will return null on getUserPrincipal()

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989186#3989186

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989186
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Jbpm Process Designer Expression support

2006-11-28 Thread kukeltje
1: Not on the short roadmap. If it is not in the Jira, create an issue and it 
will (eventually) be assigned a version.

2: A generic java based actionhandler which takes it's input as normal 
actionhandlers do and sets the variables

3: As you can see, jbpm has 2 ways to set a value designtime. Maybe not the way 
you like it, but the functionality is there

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989189#3989189

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989189
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jBPM vs jPDL

2006-11-28 Thread kukeltje
what do you mean by 'some tools' The GPD did not change (well it did, but 
mostly below the surface)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989190#3989190

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989190
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Problems with Seam adn JBPM

2006-11-28 Thread MelampO
Ok, thanks to both, adding ehcache.jar starts working.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989191#3989191

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989191
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - How to get method permission roles from session bean

2006-11-28 Thread FrancoisThirion
How do I get the roles allowed to invoke a method from within a session bean?
It seems that I can query the container:
Set methodRoles = container.getMethodPermissions(mi.getMethod(), iface);
And then call doesUserHaveRole, but how do I get a reference to the container 
from within a session bean?
In essence, all I want to do is find out if the currently logged in person has 
permission to read (get methods), write (set methods), create (ejbCreate) and 
delete (ejbRemove) a particular entity so I can use this information to 
enable/disable certain features in a swing based fat client.
What is the best way of getting this information?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989192#3989192

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989192
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Portlet keeps data on reload

2006-11-28 Thread francsi
Ok,

the solution is to store such variables into sessions and delete them at the 
end.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989193#3989193

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989193
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB/JBoss] - Re: How to connect to remote server correctly

2006-11-28 Thread sprightee
Hi,
  Even i've the same problem. When the remote server is up and running, my 
client code invokes the EJB in remote server. If the server is down instead of 
throwing exception, it looks up the localhost and invokes the EJB there.

could anyone help me resolve this isuue?

Thanks,
Sprightee

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989194#3989194

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989194
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: Problem with java.sql.Data

2006-11-28 Thread goran381
Thanks I assumed that it could be a work around.

new java.util.Date(rset.getDate(4).getTime())


Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989196#3989196

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989196
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Easiest way to get the Current Users's Role?

2006-11-28 Thread djmacpac
OK I managed it:

I had to delete all portlet and portal libs from my lib folder in the 
application-war...

thx for your help guys ;-)

Have a nice day

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989202#3989202

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989202
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: IceFaces Seam 1.1CR1 - h:dataTabe problem...

2006-11-28 Thread sherkan777
I've removed tomahawk as ellenzhao said; still nothing...

Here are my libraries in ear file:
icefaces.jar
jboss-seam.jar
jbpm-3.1.2.jar
(added to application.xml info about ifefaces.jar)

*.war file = web-inf\lib
el-api.jar
el-ri.jar
icefaces-comps.jar
icefaces-facelets.jar
jboss-seam-debug.jar
jboss-seam-ui.jar
oscache-2.3.2.jar

also changed jboss-service.xml as Gavin said;

Problem is still not resolved, no errors, data tables is visible with 16(empy 
rows).

Before dataTable i've somethink like:
ice:outputText value=#{sampleAction.personList[6].name}/

and It works fine, I have rendered name like 'susi'.
Why DataTable does't show names?

Can anyone tell me?



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989204#3989204

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989204
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Interceptors and AroundInvoke

2006-11-28 Thread mwoelke
try to use 4.0.4GA. this should solve it.
4.0.5GA should be ok too, if you are able to use it.
Sadly thats no option for me since its buggy when redeploying the app.

regards, milan wölke

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989206#3989206

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989206

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] - modify the values of attributes in ServerInfo

2006-11-28 Thread Nainar
I am doing load testing with JMeter - comparing jboss3.2.5 and jboss3.2.8.
I found after whatever testing I have completed that jboss3.2.5  is performing 
better than jboss3.2.8 (interms of no of users i.e., when the no of users is 
increased then jboss3.2.8's performance starts falling down)

After some observation in both of the 3.2.5 and 3.2.8 versions of Jboss, using 
JMX, I found that the JVM Harware default values are not same.
Especially in terms of threads/NoOfUsers - the attribute value 
ActiveThreadCount  of jboss3.2.8 is just 63 whereas it is 116 in jboss3.2.5. 

I also noticed that jboss3.2.8 is performing better when the load (no of users 
is reduced) is less.
My question is - how to change the value of the attribute ActiveThreadCount ? 

Please guide me to accomplish this.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989207#3989207

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989207
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - JBoss 4.0.4 SP1 availability

2006-11-28 Thread asifkhanr
Hello, 

I am using JBoss 4.0.4 and there are a lot of our components already using 
this. And there was an error as reported in 
http://jira.jboss.com/jira/browse/JBAS-3258. It indicates that it is solved 
with 4.0.4 SP1 and 4.0.5. So when is the 4.0.4 SP1 available? We ar currently 
not planning to move to 4.0.5. 
Sorry for posting it on the wrong forum previously.

Regards, 
Asif khan R 
 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989210#3989210

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989210
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - OutOfMemoryError: OracleConnection.pingDatabase

2006-11-28 Thread djr667
Configuring a 
valid-connection-checker-class-nameorg.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker/valid-connection-checker-class-name
 sometimes causes a 
OutOfMemoryError: unable to create new native thread caused by 
oracle.jdbc.dbaccess.DBAccess.pingDatabase

This has happened on a newly started JBoss 4.0.4.GA server using EJB3 and 
Oracle 9i and
JAVA_OPTS=-server -Xms200m -Xmx1000m -XX:MaxPermSize=256m

Can anyone give me some pointers where to look to avoid this?

We have had problems with OracleValidConnectionChecker before, I was wondering 
if anyone else has the feeling that it should be avoided even though the JBoss 
Wiki recommends it.

Dave

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989211#3989211

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989211
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - onload-event in body-tag

2006-11-28 Thread thomas-pich
Hello all,

can anybody give me a hint, how can I put an onload-event-functioncall to the 
body-tag of the page from processAction()- or doView()-Method of a 
JBossPortlet-class, for example

body id=body onload=FunctionXYZ(...)

That means, I want manipulate the body-tag by portlet methods.

Thanks, Thomas


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989212#3989212

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989212
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - jboss shutdown and secured

2006-11-28 Thread ge0ffrey
In my startup script (for Ubuntu server 6.10) I need to be able to shutdown the 
jboss server when the server stops.
However my server's jmx console is secured - because it's a public server.
so shutting it down with the jboss's bin command won't work, unless I hardcode 
my server password in the init.d file - which I am not allowed.
(the strange thing is I even found this in the red hat scripts - so they don't 
allow securing the jmx-console either)

After some searching I've found this solution:
su -l jboss -c 'killall java'
So basically I am soft killing all processes of the jboss user. Is this a good 
practice?


PS: I think jboss is really great, but I find the support for OS services 
(startup/shutdown) integration on production lacking at this time. I hope the 
support for production use on Ubuntu, Red Hat, Debian, Suse and even Windows 
will improve.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989214#3989214

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989214
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Incomplete Deployment: 4.0.5 and 1.0.4

2006-11-28 Thread bocio
During my tests I downloaded a brand new 4.0.5 and I followed the instructions 
and release notes to install JBossWS 1.0.4

When I start JBoss I get:


  | 11:17:32,732 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  | 
  | --- MBeans waiting for other MBeans ---
  | ObjectName: jboss.ws:service=DeployerInterceptorEJB3
  |   State: CONFIGURED
  |   I Depend On:
  | jboss.ejb3:service=EJB3Deployer
  | 
  | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
  | ObjectName: jboss.ejb3:service=EJB3Deployer
  |   State: NOTYETINSTALLED
  |   Depends On Me:
  | jboss.ws:service=DeployerInterceptorEJB3
  | 
  | 
  | 11:17:33,700 INFO  [Http11BaseProtocol] Starting Coyote HTTP/1.1 on 
http-0.0.0.0-8080
  | 11:17:34,341 INFO  [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
  | 11:17:34,357 INFO  [JkMain] Jk running ID=0 time=0/94  config=null
  | 11:17:34,388 INFO  [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: 
CVSTag=Branch_4_0 date=200610162339)] Started in 47s:655ms

JBossWS seems correctly installed and it works.
Giving taht I do not need EJB3, is there any way to eliminate this problem?

Thank you in advance

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989215#3989215

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989215
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - The problem with @WebServiceRef

2006-11-28 Thread stewchicken

Dear All

I publish my webserivce wsdl on my localhost successfully

Then i wrote a testclient(following JAVAEE tutorial)
but i could not get  HelloServiceBeanService instance via @WebServiceRef
I always get nullpoint exception when i try to use service.

Anyone can give me some hints on it?
Thanks and Rgds


import javax.xml.ws.WebServiceRef;
import webservice.test.*;
public class HelloClient {

@WebServiceRef(wsdlLocation=http://localhost:8080/helloservice/HelloServiceBean?wsdl;)
HelloServiceBeanService service;
public static void main(String[] args) {
try {
HelloClient client = new HelloClient();
client.doTest(args);
} catch (Exception e) {
e.printStackTrace();
}
}

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989216#3989216

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989216
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.4 SP1 availability

2006-11-28 Thread [EMAIL PROTECTED]
There will not be a 4.0.4.SP1.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989218#3989218

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989218
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: onload-event in body-tag

2006-11-28 Thread [EMAIL PROTECTED]
You can't.

What mess would it be if you could do it from the portlet. Each portlet could 
add its own code, portlets usually come from different resources and must not 
interfere.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989219#3989219

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989219
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - JBossSeam Quartz: how?

2006-11-28 Thread MmarcoM
hi all,
 i have an existing JSF application that uses Spring + Hibernate.
in my app, i am using Quartz (configured via spring) for scheduling tasks..
I was wondering to move my application to use JBossSeam (it integrates well 
with JSF, and i can use EJB3 for persistence), but i am completely clueless on 
how to integrate quartz with SEam.
Thing is that at the moment all my beans are configured using Spring (i am 
using JSF-Spring to make my spring beans avaliable to JSF)...

so, the only choice that i can see is to integrate Seam with Spring

can anyone give me some pointers on how can i use Quartz with seam?

thanks in advance and regards
 Marco

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989221#3989221

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989221
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - no-tx-datassource and required transaction type

2006-11-28 Thread denis.etienne
Hello,

In our project, we have defined a datasource using no-tx-datasource.

A client component does a remote call to a session bean method declared with 
trans-attributeRequired/trans-attribute

In this session bean method, the datasource (no-tx) is obtained through JNDI, a 
connection is used to create a statement and call to s.executeUpdate is done.

We expected JBoss to be very noisy/angry about the Required-transaction method 
using a no-tx-datasource.

But nothing happened, can you explain ? please.
Thanks.
Denis.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989222#3989222

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989222
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - Durable topic: Configure clientID/subscriptionName of MDB at

2006-11-28 Thread iguane18
Hi everyBody,

I would like to configure a durable topic listened by a MDB. But I would not 
like to have the name of the clientID/subcriptionName set (hardcoded) in the 
ejb-jar.xml.

Because I would like to be able to have several different MDB on different 
servers to listen to that particular topic. If I hardcode  a clientID that will 
not be unique for the topic so I do not think it will work.

I thought about something like 
 
activation-config-property-namesubscriptionName/activation-config-property-name
activation-config-property-value${my.parameter}/activation-config-property-value


But I do not think it works! May be I did smthing wrong?

Do you have any idea how to do that?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989225#3989225

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989225
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: OutOfMemoryError: OracleConnection.pingDatabase

2006-11-28 Thread vickyk
OutOfMemoryError: unable to create new native thread
 The default stack size for Java 1.4x 64-bit mode JVM- created threads is 1MB.
Try reducing this by using the -Xss switch you will be able to generate more 
Threads , yes the application threads .
I think you are getting this error when there is a heavy load  , is that 
correct .
Also check this 
http://www.egilh.com/blog/archive/2006/06/09/2811.aspx
http://www.hp.com/products1/unix/java/infolibrary/prog_guide/threads.html


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989228#3989228

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989228
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Url needs port no. in one case, and in other case doesn't

2006-11-28 Thread vikkyultimate
Hi,
I have two jboss setups(both versions 4.0.3) on different machine. In one of 
the machines the application is accessible without the port no. whereas in the 
other machine the url needs port no.
Eg. URL with port no. :   http://www.:/testApp/.
URL without port no. : http://www./testApp/.


The code is using images using url, and hence in one case images are not 
showing up, since the url is not affixed with port no.

Is there some configuration setting in jboss that can be changed to remove the 
necessity for url, or is it machine specific. Is there some setting that can be 
changed in the machine.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989230#3989230

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989230
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: no-tx-datassource and required transaction type

2006-11-28 Thread vickyk
anonymous wrote : We expected JBoss to be very noisy/angry about the 
Required-transaction method using a no-tx-datasource. 
Why would you expect this ?
In JEE can't you have a EJB calling the DAO which is getting the connection 
from the custom connection pool (a properiotary one) ? 
It is ok , I dont find any flaw here 


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989231#3989231

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989231
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss AOP] - Re: Bug in SuperClassesFirstWeavingStrategy?

2006-11-28 Thread chasta
Thanks  for your quick reply (and for a great product :-) ) !

I tried out the fix, and it seems to be working. However, trying a few runs, 
one of them still seemed to hang as before. This didn't happen again, though...

I'm trying to create a simple program to reproduce the bug (using the old 
jboss-aop version), but as of yet it doesn't reproduce using this small program 
(the original program is a large application,  depending on quite a few native 
libraries, so it won't be of help as a test case). I'll post here if/when I've 
news on this one.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989232#3989232

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989232
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: expose jboss mbeans as a webservice?

2006-11-28 Thread [EMAIL PROTECTED]
actually we talked about this a while ago. but it's currently not on the 
roadmap. any contribution is welcome though...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989234#3989234

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989234
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: The problem with @WebServiceRef

2006-11-28 Thread [EMAIL PROTECTED]
webserviceRef doesnt work with standalone java clients. It requires a managed 
environment that's capable of injecting the service stub. These capabilities 
will be provided with jboss5

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989235#3989235

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989235
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: IceFaces Seam 1.1CR1 - h:dataTabe problem...

2006-11-28 Thread sherkan777
I've resolved problem!

There cannot be same Entity bean name as person and variable in 
dataTable-var=person.

Strange, IceFaces should throw error when I'm trying to get some field from 
person.

But in clear Seam framework it works fine!
Maybe this helps someone in future...

As again problem was trivial:P

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989236#3989236

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989236
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: jbossws1.0.x is a preview implementation with support fo

2006-11-28 Thread [EMAIL PROTECTED]
read it more carefully:

anonymous wrote : 
  | In jbossws-1.0.x we provide a preview implementation for JSR-181
  | 

JSR-181 is an annoatation driven approach that can be used insetad of JSR-109.

jbossws-1.0.x is production ready since 1.0



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989238#3989238

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989238
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: si:selectItems Value is not a valid option.

2006-11-28 Thread fonseca
Hi Peter,

I understand that the equals in my Entity should be overridden as to prevent 
the default comparison of instances, but is id equality a requirement somehow? 
Currently, my equals does a value comparison of all fields in the Entity, save 
for the id, and I'm still having the same error (Value is not a valid option). 
I'd like to avoid comparing ids if possible. Thank you.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989243#3989243

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989243
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Problems starting JBOSS

2006-11-28 Thread reservator
Hi, 
i have a problem starting JBOSS server 4.0.4.
The start hangs if i put these lines in web.xml file:

?xml version=1.0 encoding=ISO-8859-1?
!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 
2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'
web-app

filter-nameAffiliateFilter/filter-name

filter-classcom.reservator.filter.AffiliateFilter/filter-class

filter-mapping
filter-nameAffiliateFilter/filter-name
servlet-nameReserBotServlet/servlet-name
/filter-mapping

 (...)

The server output:
(...)
13:06:55,875 INFO  [DLQ] Bound to JNDI name: queue/DLQ
13:06:56,390 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 
'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 
'java:JmsXA'
13:06:56,578 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, 
warUrl=.../deploy/jmx-console.war/
13:07:03,125 INFO  [TomcatDeployer] deploy, ctxPath=/reserves, 
warUrl=.../tmp/deploy/tmp38523reserves-exp.war/

and nothing else.

If I remove the filter and filter-mapping lines it works.. What can i do?

Thank you in advance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989244#3989244

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989244
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Query Reg session replication

2006-11-28 Thread technocrist
HI,
   i have cluster with 3 jboss nodes(jboss-4.0.2). when the master node is down 
and then if i send create new request the secondary node becomes the master it 
works fine.
but my problem is when i try to stop the server at the mid way of processing 
the processed request is not transferred to secondary server.
do i need to do any configuration??


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989250#3989250

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989250
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Error when using ajax and facelets

2006-11-28 Thread ellenzhao
Since there is fileset id=ejb3.lib dir=lib
  | include name=jboss-seam.jar /
  | /fileset in the !--- EJB3 --- section in your build.xml, I suppose 
there would be something like  module
  | javajboss-seam.jar/java
  | /module
in the application.xml. Now the question is: Is the jboss-seam.jar found by 
your application server when the application was deployed? If not, try to add 
the code list above to your application.xml. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989245#3989245

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989245
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Error when using ajax and facelets

2006-11-28 Thread ellenzhao
Ah sorry i made a mistake. That was EJB3 section but not EAR section. So I 
guess the jboss-seam.jar may well be already be found at deploy time.

I modified the hotel booking example too and the packaging strategy also 
followed the example (your packaging is a bit different). Everything including 
ajax4jsf worked fine.

Here is my latest packaging-build.xml (it can be easily mapped to build.xml)

  | ?xml version=1.0 encoding=UTF-8?
  | project name=Packaging Generator default=_packaging_generation_
  | target name=_packaging_generation_ depends=N65540,N65605,N65722 /
  | target name=N65540 description=hotelEJB.jar
  | mkdir dir=dist /
  | jar destfile=dist/hotelEJB.jar
  | zipfileset dir=resources/META-INF prefix=META-INF
  | include name=ejb-jar.xml /
  | /zipfileset
  | zipfileset dir=resources/META-INF prefix=META-INF
  | include name=persistence.xml /
  | /zipfileset
  | zipfileset dir=resources
  | include name=jndi.properties /
  | /zipfileset
  | zipfileset dir=resources
  | include name=seam.properties /
  | /zipfileset
  | zipfileset dir=resources
  | include name=testdb-ds.xml /
  | /zipfileset
  | zipfileset dir=resources
  | include name=hotel-ds.xml /
  | /zipfileset
  | zipfileset dir=bin /
  | /jar
  | /target
  | target name=N65605 description=hotelWeb.war
  | mkdir dir=dist /
  | jar destfile=dist/hotelWeb.war
  | zipfileset dir=D:\sd\lib\jboss-seam-1.1.0.BETA2 
prefix=WEB-INF/lib
  | include name=jboss-seam-debug.jar /
  | /zipfileset
  | zipfileset dir=D:\sd\lib\jboss-seam-1.1.0.BETA2 
prefix=WEB-INF/lib
  | include name=jboss-seam-ui.jar /
  | /zipfileset
  | zipfileset dir=D:\sd\lib\facelets-1.1.11 
prefix=WEB-INF/lib
  | include name=jsf-facelets.jar /
  | /zipfileset
  | zipfileset dir=D:\sd\lib\facelets-1.1.11\lib 
prefix=WEB-INF/lib
  | include name=el-api.jar /
  | /zipfileset
  | zipfileset dir=D:\sd\lib\facelets-1.1.11\lib 
prefix=WEB-INF/lib
  | include name=el-ri.jar /
  | /zipfileset
  | zipfileset dir=resources/WEB-INF prefix=WEB-INF
  | include name=components.xml /
  | /zipfileset
  | zipfileset dir=resources/WEB-INF prefix=WEB-INF
  | include name=faces-config.xml /
  | /zipfileset
  | zipfileset dir=resources/WEB-INF prefix=WEB-INF
  | include 
name=navigation.xml /
  | /zipfileset
  | zipfileset dir=resources/WEB-INF prefix=WEB-INF
  | include name=web.xml /
  | /zipfileset
  | zipfileset dir=resources
  | include name=pageflow.jpdl.xml /
  | /zipfileset
  | zipfileset 
dir=D:\sd\lib\ajax4jsf-1.0.3-full.zip_FILES\lib prefix=WEB-INF/lib
  | include name=ajax4jsf.jar /
  | /zipfileset
  | zipfileset 
dir=D:\sd\lib\ajax4jsf-1.0.3-full.zip_FILES\lib prefix=WEB-INF/lib
  | include name=oscache-2.3.2.jar /
  | /zipfileset
  | zipfileset dir=view /
  | /jar
  | /target
  | target name=N65722 description=hotel.ear
  | mkdir dir=dist /
  | jar destfile=dist/hotel.ear
  | zipfileset dir=resources/META-INF prefix=META-INF
  | include name=application.xml /
  | /zipfileset
  | zipfileset dir=resources/META-INF prefix=META-INF
  | include name=jboss-app.xml /
  | /zipfileset
  | zipfileset dir=D:\sd\lib\jboss-seam-1.1.0.BETA2
  | include name=jboss-seam.jar /
  | /zipfileset
  | zipfileset 
dir=D:\sd\lib\jbpm-bpel-1.1.Beta2\lib\jbpm
  | include name=jbpm-3.1.2.jar /
  | /zipfileset
  | 

[jboss-user] [JCA/JBoss] - Re: no-tx-datassource and required transaction type

2006-11-28 Thread denis.etienne
In my opinion, datasource knows the context of the call (ie Session Bean with 
Transaction Type=Required) but this datasource is not capable of handling 
transaction, that's why I expected JBoss to warn us.

But I may miss some point.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989272#3989272

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989272
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Waiting for external input

2006-11-28 Thread thuat
how my project run?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989267#3989267

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989267
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: The problem with @WebServiceRef

2006-11-28 Thread stewchicken
Thanks for you input what do you mean by JBoss5 supports it?
It means 

A) 
Should I run this client in JBoss5 container?

B)
or I can run this client against Webservice published in JBoss5 container?

If it is A
how do i run it? with which command?

Rgds


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989273#3989273

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989273
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Cannot start jbpm

2006-11-28 Thread OBeyerbach
I'm using tomcat and want to deploy the holiday-demo process shown
in the Product Demo
However, the Deployment does not work.
Can someone help me to make it run.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989325#3989325

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989325
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Seam + JSF

2006-11-28 Thread lara
Hi there,

I have the following code in the JSF page: 


  | h:commandLink type=submit value=Apply   
  | action=#{updatePasswordAction.UpdatePassword}
  |  f:param name=actorId value=#{actorEditor.instance.id}/
  | /h:commandLink


The above code is working perfectly which means that I can get the value of the 
id in the 
updatePasswordAction bean. However, I want to use h:commandButton/ instead of 
 h:commandLink/ in the JSF page but I am not able to use f:param in this 
case. 
How can I send a parameter using h:commandButton/ in the JSF page knowing 
that the parameter is not a constant value?

I would appreciate any help.
Regards,
Lara

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989324#3989324

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989324
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Messaging, JMS JBossMQ] - JBoss in Live Environment

2006-11-28 Thread prashant_p
Hi,

Has anyone deployed JBoss on a machine with dual IP? I.e. an external virtual 
IP for the clients, traffic to this virtual IP will be redirected to the 
internal IP at firewall level.

 
I tried to follow the link 
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall but it 
didn?t work.

I'm using JBoss 4.0.2
Linux: Fedora Core 4

regards
Prashant 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989320#3989320

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989320
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JNDI/Naming/Network] - JBoss in Live Environment

2006-11-28 Thread prashant_p
Hi,

Has anyone deployed JBoss on a machine with dual IP? I.e. an external virtual 
IP for the clients, traffic to this virtual IP will be redirected to the 
internal IP at firewall level.


I tried to follow the link 
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall but it 
didn?t work.

I'm using JBoss 4.0.2
Linux: Fedora Core 4

regards
Prashant

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989319#3989319

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989319
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: TreeCacheMBean and TreeCache references

2006-11-28 Thread JerryGauth
In JBossCache 1.4 and earlier, the cache's mbean has an Instance attribute 
which provides a reference to the instance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989326#3989326

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989326
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Jboss in live environment

2006-11-28 Thread prashant_p
Hi,

Has anyone deployed JBoss on a machine with dual IP? I.e. an external virtual 
IP for the clients, traffic to this virtual IP will be redirected to the 
internal IP at firewall level.

 
I tried to follow the link 
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall but it 
didn?t work.

I'm using JBoss 4.0.2
Linux: Fedora Core 4

regards
Prashant 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989321#3989321

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989321
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - jboss startup web-console.war deployment errors

2006-11-28 Thread y0ur1
Hi

I installed JBoss jboss-4.0.5.GA on Fedora Core 6 using 
jems-installer-1.2.0.CR1 but on start i get the following errors:

anonymous wrote : 
  | 14:37:31,393 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, 
warUrl=.../deploy/management/console-mgr.sar/web-console.war/
  | 14:37:31,986 INFO  [[/web-console]] MonitorsFolder: Failed to init plugin, 
null
  | 14:37:31,997 INFO  [[/web-console]] UCLs: Failed to init plugin, null
  | 14:37:32,075 INFO  [[/web-console]] JMS Message: Failed to init plugin, null
  | 14:37:32,086 INFO  [[/web-console]] JSR77 WebModule: Failed to init plugin, 
null
  | 14:37:32,097 INFO  [[/web-console]] J2EEFolder: Failed to init plugin, null
  | 14:37:32,148 INFO  [[/web-console]] AOPFolder: Failed to init plugin, null
  | 14:37:32,151 INFO  [[/web-console]] SystemFolder: Failed to init plugin, 
null
  | 14:37:32,263 INFO  [[/web-console]] MBeans: Failed to init plugin, null
  | 14:37:32,271 INFO  [[/web-console]] JSR77 Domains and Servers: Failed to 
init plugin, null
  | 14:37:32,806 INFO  [[/web-console]] JSR77 EJBModules and EJBs: Failed to 
init plugin, null
  | 14:37:32,813 INFO  [[/web-console]] JSR77 J2EE Apps: Failed to init plugin, 
null
  | 

The web-console tree doesn't load fully, check: 
[img]http://img299.imageshack.us/img299/7526/jbosstq5.jpg[/img]



I installed the same jboss with the same installer on my XP workstation and 
that works fine, same installation options.

Does anyone have an idea what might cause the problem?

Thank you in advance.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989318#3989318

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989318
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss and NetBeans] - Re: Netbeans 5.5 and JBOSS 4.0.5GA - Can't debug!!

2006-11-28 Thread rmemoria
Forget about it folks... My fault!


... I found out that I also had to use the Run for Debug command.

thanks,
Ricardo

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989317#3989317

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989317
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: OutOfMemoryError: OracleConnection.pingDatabase

2006-11-28 Thread djr667
Thanks for the quick answer.

The server is not under heavy load, we have seen this problem just after 
startup when no more than 2 or 3 users are active.

Admittedly 2 users are using a EJB3-heavy (i.e. lots of bean cross references, 
fetch joins etc) page simultaenously.

We have had problems with JVM options before, mainly because we use 
JasperReports which eats alot of PERM space. But in this particular case 
JasperReports has not been active.

My current thinking is to disable the connection checker and use connection-sql 
strings instead and see what happens.

Dave

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989316#3989316

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989316
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss and NetBeans] - Netbeans 5.5 and JBOSS 4.0.5GA - Can't debug!!

2006-11-28 Thread rmemoria
Hi all,

I'm using netbeans 5.5 and JBOSS 4.0.5GA. My app is an EJB 3.0 app.

I insert breakpoints in Statefull beans using netbeans, but they're ignored (I 
run the app in debug mode).

Does anybody know how can I debug my app? 

I'm fed up with sending messages to the console (to replace debugging)...

Thanks,
Ricardo Memoria

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989314#3989314

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989314
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Multi Managed Persistence Context Problem

2006-11-28 Thread cavani
My program has three different managed persistence context. In one form, I use 
two entity from two different context. I'm having  IllegalArgumentException 
exception on Seam code because it tries use contains in persistence context 
that don't have the right entity mapped.

org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor (at line 112):


  | for (String persistenceContextName: pcs)
  | {
  |Object persistenceContext = 
Component.getInstance(persistenceContextName);
  |boolean managed;
  |Object id;
  |if (persistenceContext instanceof EntityManager)
  |{
  |   EntityManager em = (EntityManager) 
persistenceContext;
  |   managed = em.isOpen()  em.contains(value);
  |   id = managed ? 
PersistenceProvider.instance().getId(value, em) : null;
  | 

I put a try-catch around managed = ... and it works normally.

I don't know exactly how this should work, but I think this is a bug.

Thanks,

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989315#3989315

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989315
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - TreeCacheMBean and TreeCache references

2006-11-28 Thread astrien
I've been through the forums, wiki, and google, so at last I'm forced to post.

We're setting up a treecache where nodes are created, each with it's own 
expiration date.  Each of these nodes will be leaf-nodes, so there's no problem 
with expiring a node that has children that aren't ready to expire yet.

There are a few things I've come up against, though, that are giving me 
headaches with JBoss Cache.  The first is that if I create an MBean as in the 
examples, then that leaves me with no way to get a reference programmatically 
to the actual TreeCache instance object.  I'm looking for that in order to get 
to the org.jboss.cache.eviction.RegionManager, so when we add a new node, we 
can dynamically set its eviction policy.

I've been pointed again and again to this little gem in the TreeCache 
documentation in section 6.2:

  | // note this is just to show that a running TreeCache instance must be
  | // retrieved somehow. How it is implemented is up to the implementer.
  | TreeCache cache = getRunningTreeCacheInstance();
  | 
...which of course doesn't solve anything because I've yet to find one example 
anywhere on this site of an implementation of whatever magical code would be 
behind the getRunningTreeCacheInstance(); method from an MBean setup.

My other question would be whether or not we can actually do dynamic eviction 
policies - in other words, set the eviction policy for each node as they are 
added.  Even better would be a way to tell the cache to key the eviction policy 
off a specifically named attribute of the nodes if it should exist (new feature 
request?).  This would solve multiple problems at once and allow for some nice 
optimisation under the covers.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989307#3989307

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989307
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: BUG JBossWS 1.0.4 : WsdlGenerator crashes on void-method

2006-11-28 Thread bashburn
I'm having this same issue with JBossAS 4.0.4.GA, JBossWS 1.0.4, and 
jboss-xml-bindings.jar 1.0.1.TEST.  Does anyone have any information on this.  
These were deploying on 1.0.3, but the executions were failing because of 
previous bugs.  That is why I need to be on 1.0.4.

-BA

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989301#3989301

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989301
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - UDP pot error

2006-11-28 Thread robz81
I am running jboss 4.0.2 and it is bring up these errors. Does any body have an 
idea where I should start looking to resolve them. I'm running it on Fedora 6.
Cheers

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.cache:service=TomcatClusteringCache
  State: FAILED
  Reason: ChannelException: java.lang.Exception: exception caused by 
UDP.start(): java.lang.Exception: UDP.createSockets(): cannot list on any port 
in range
0-1
  I Depend On:
jboss:service=Naming
jboss:service=TransactionManager
  Depends On Me:
jboss.web:service=WebServer

ObjectName: jboss:service=DefaultPartition
  State: FAILED
  Reason: ChannelException: java.lang.Exception: exception caused by 
UDP.start(): java.lang.Exception: UDP.createSockets(): cannot list on any port 
in range
0-1
  Depends On Me:
jboss:service=HASessionState
jboss:service=HAJNDI
jboss.cache:service=InvalidationBridge,type=JavaGroups
jboss.ha:service=HASingletonDeployer
jboss:service=FarmMember,partition=DefaultPartition

ObjectName: jboss:service=CorbaTransaction
  State: FAILED
  Reason: java.lang.Exception: Cannot bind transaction factory in CORBA naming 
service:
org.omg.CORBA.COMM_FAILURE:   vmcid: 0x0  minor code: 0 completed: Maybe
  I Depend On:
jboss:service=TransactionManager
jboss:service=CorbaORB
jboss:service=CorbaNaming


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989289#3989289

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989289
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Replication problem and stuck of Jboss-Cache

2006-11-28 Thread JochenWeberFMI
Hello all, 

we have some strange problems in our standalone application with our 
JbossCache/JGroups implementation. 
The application is working fine for a while and then the application get stuck, 
and each put in the tree-Cache will lead to a ReplicationException (see below).
The port that is used (in this case 33146) was printed in the log file as the 
first output of the GMS protocol. 

GMS: address is ?.

Some more GMS outputs like this are available.

After this moment the cache is not be able to reinitialized. 

After some minutes in one server we see some logs entries like:

(caller=Thread[Timer-0,5,main], lock info: read owners=[Thread[UpHandler 
(GMS),5,JGroups threads]] (activeReaders=1, activeWriter=null, 
waitingReaders=0, waitingWriters=0, waitingUpgrader=0))2006-11-27 19:00:28,145 
ERROR org.jgroups.protocols.pbcast.GMS:446 up_handler thread for GMS was 
interrupted (in order to be terminated), but is still alive2006-11-27 
 
and after a while only entries like: 

19:01:06,320 ERROR org.jgroups.protocols.pbcast.GMS:845 coords or merge_id == 
null

A restart of a single server is not helping so that in the end all servers have 
to be restarted.

We are using the following versions for JGroups and JBoss Cache:
JGroups-2.4.0
JBossCache-1.4.0.SP1
JDK:JBossCache-1.4.0.SP1

The JGroups configuration is the following:
**
UDP mcast_addr=228.1.2.3 mcast_port=45566 ip_ttl=64 ip_mcast=true
mcast_send_buf_size=15 mcast_recv_buf_size=8 
ucast_send_buf_size=15
ucast_recv_buf_size=8 loopback=false /
PING timeout=2000 num_initial_members=3 up_thread=false 
down_thread=false /
MERGE2 min_interval=1 max_interval=2 /
FD shun=true up_thread=true down_thread=true /
VERIFY_SUSPECT timeout=1500 up_thread=false down_thread=false /
pbcast.NAKACK gc_lag=50 max_xmit_size=8192 
retransmit_timeout=600,1200,2400,4800 up_thread=false down_thread=false/
UNICAST timeout=600,1200,2400 window_size=100 min_threshold=10 
down_thread=false /
pbcast.STABLE desired_avg_gossip=2 up_thread=false down_thread=false 
/
FRAG frag_size=8192 down_thread=false up_thread=false /
pbcast.GMS join_timeout=5000 join_retry_timeout=2000 shun=true 
print_local_addr=true /
pbcast.STATE_TRANSFER up_thread=false down_thread=false /

Cached Exception:
***
2006-11-27 18:39:23,095 FATAL com.fmi.mapserver.licence.LicencedKeysSingleton:? 
stack: 520E16:CacheException in enableAccessCacheException 
rsp=sender=10.160.33.18:33146, retval=null, received=false, suspected=false
org.jboss.cache.ReplicationException: rsp=sender=10.160.33.18:33146, 
retval=null, received=false, suspected=false
at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:4191)
at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:4114)
at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:4215)
at 
org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:110)
at 
org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:88)
at 
org.jboss.cache.interceptors.ReplicationInterceptor.handleReplicatedMethod(ReplicationInterceptor.java:119)
at 
org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:83)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at 
org.jboss.cache.interceptors.TxInterceptor.handleNonTxMethod(TxInterceptor.java:345)
at 
org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:156)
at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
at 
org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:157)
at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5520)
at org.jboss.cache.TreeCache.put(TreeCache.java:3678)
at org.jboss.cache.TreeCache.put(TreeCache.java:3616)
at com.fmi.mapserver.licence.LicencedKeysSingleton.enableAccess(Unknown 
Source)
at com.fmi.mapserver.action.InitAccessAction.execute(Unknown Source)
at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 

[jboss-user] [JBossWS] - Re: jbossws1.0.x is a preview implementation with support fo

2006-11-28 Thread bocio
[EMAIL PROTECTED] wrote : 
  | 
  | jbossws-1.0.x is production ready since 1.0
  | 
  | 

ROTFL  :-)
So recent posts are just my fantasy outcomes.

Thank you indeed.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989327#3989327

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989327
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Problems using @SessionContext getInvokedBusinessInterface

2006-11-28 Thread yurimorais
I'm trying to use getInvokedBusinessInterface from SessionContext,
but it throws IllegalStateException.
I'm accessing through WebService interface.

I've seen in some forums that Jboss doesn't support this operation yet.

Does anyone know a solution???

Yuri

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989328#3989328

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989328
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Seam-Icefaces example...TabSet bug?

2006-11-28 Thread sherkan777
Hi,
I've try to use TabbedPane in Seam-IceFaces example, but i'm little confused.

Why when I add TabSet, to example it's rendered without graphic?
I see only frames but tabs works fine!Is this bug, or is this my problem?

I've worked on clear IceFaces project (wihout Seam) on TabSet and they're 
rendered very nice.

  | h:form id=myForm
  | ice:panelGrid   
  | ice:panelTabSet selectedIndex=1  tabPlacement=top
  | ice:panelTab label=Tab 1Hello 1
  | /ice:panelTab
  | ice:panelTab label=Tab 2Hello 2
  | /ice:panelTab 
  | ice:panelTab label=Tab 3Hello 3
  | /ice:panelTab 
  | /ice:panelTabSet
  | /ice:panelGrid
  | /h:form
  | anonymous wrote : 
  |   | 
  |   | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989330#3989330

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989330
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Can't deploy hello examble

2006-11-28 Thread [EMAIL PROTECTED]
Hi Hans,

Thanks for sharing your solution with the community.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989333#3989333

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989333
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Migration to Seam 1.1.CR1

2006-11-28 Thread dgallego
Hi, I'm trying to run hibernate under seam 1.1, but I can't (with seam 1.0 yes)
Here is my components.xml:


  | component name=hibernateSessionFactory 
class=org.jboss.seam.core.HibernateSessionFactory/ 
  | component name=databaseComponent auto-create=true 
class=org.jboss.seam.core.ManagedHibernateSession
  | property 
name=sessionFactoryJndiNamejava:/ntSessionFactory/property
  | /component
  | 

where java:/ntSessionFactory is the JNDI name specified in hibernate.cfg.xml...

Thanks in advance :)



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989335#3989335

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989335
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Seam web.xml question

2006-11-28 Thread chris.morrisette
The seam examples ship with a web.xml that references servlet 2.5.  I had to 
downgrade this declaration in order to get JSTL to work.

Anybody else had to do this?  I am surprised that the Seam examples ship with a 
servlet 2.5 declaration, when JBoss 4.0.x that uses Tomcat pre 6.0 doesn't 
support servlet 2.5.

Just want to make sure I'm not missing something.

Thanks,

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989337#3989337

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989337
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Determine portal logged-in user from external servlet

2006-11-28 Thread bdaw
Yes. If you have a portlet and a servlet inside same war file you can store 
object in PortletSession using APPLICATION_SCOPE and it'll be visible in 
servlet HttpSession. PortletSession is mostly a wrapper around HttpSession and 
PORTLET_SCOPE use namespacing mechanism to hide attributes from other portlets 
in the application

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989338#3989338

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989338
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-11-28 Thread stu2
anonymous wrote : 
  | Fundamentally the problem appears to arise because the EJBs and the web 
application are loaded by different classloaders. If an EJB returns and 
ICEfaces-specific type, it may have the same class name, but will be a 
different class than ICEfaces expects (as running in the web application). 
  | 
  | So, is it generally a bad idea to return anything but primitive types from 
EJBs? Is there a simple way to configure the .ear so that the ClassLoaders are 
common? Should icefaces be split into icefaces-api.jar and icefaces-impl.jar? 
(In other words, we're looking for suggestions on how to best resolve this.) 
  | 

While it's definitely confusing sometimes, the parent/child classloaders for 
Ear/War is a feature.  For instance it lets you enforce separation of 
concerns, keeping presentation classes out of business logic.  Seam's an 
interesting beast in this respect though, since presentation logic generally 
lives in EJBs.

I think libraries like IceFaces should support a variety of project structures. 
 It should be possible to create a project jar containing business logic that 
may well return IceFaces data structures, but can't see servlet-specific view 
classes.  I like the idea of having two jars.  One that contains the data 
structures and anything else business logic might need to see, and another that 
contains everything else.  You could take the Spring approach of providing one 
jar with everything, and alternately a set of finer grained jars that teams 
which want to carefully manage dependencies can use.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989339#3989339

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989339
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2006-11-28 Thread dhartford
so...yeah, problem still not resolved.  The problem occurs when entering 
incorrect credentials, but the client does NOT get any feedback.

Needless to say, hard to handle credential requests from the client-side when 
you have no feedback if the credential was incorrect because the server-side 
swallows it with a NotSerializableException.

Is this a bug? The server side is just EJB3 annotations, hard to do something 
wrong I would think.


  | @SecurityDomain(testLdap)
  | 
  | @RolesAllowed(good)
  | public String returnGood(){return good!;}
  | @RolesAllowed(bad)
  | public String returnBad(){return this should not work;}
  | 

Please, really stuck here


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989341#3989341

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989341
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: OutOfMemoryError: OracleConnection.pingDatabase

2006-11-28 Thread [EMAIL PROTECTED]
Please follow up on this and let us know if you are still having issues. If so, 
I  need to find the cause. The OracleValidConnectionChecker could stand some 
reworking as it is. 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989342#3989342

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989342
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Failed to Laizy load the Collection

2006-11-28 Thread efmcuiti
reubenf wrote : I think the problem is as follows: With lazy loading, objects 
are not loaded until referenced. Until then, references are to proxy objects. 
So, since all loads need to be done in the context of a session, if you load a 
parent object and never reference the child object until after the session has 
been closed, you will get a lazy initialization exception

Yes, i've realized that before but there is no way to configure the 
container in order to work with lazy load without problems?

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989344#3989344

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989344
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Preferred method for JBoss shutdown

2006-11-28 Thread jmillet
Hello all,

I'm an entry level developer working on a project that uses JBoss version 
3.2.2.  I was wondering what is the preferred method of shutting down JBoss 
under UNIX.  I have looked at the shutdown.sh script that comes with the 
software, but unfourtunately I'm unable to use it.  It requires that JBoss be 
able to use a network port that I do not have access to.  In light of this, 
what would be reccommended.




View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989345#3989345

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989345
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - CorbaORB is not registered

2006-11-28 Thread russray
I am working through the deployment of my application using JBoss 4.0.5.  I've 
turned on some logging capability to ensure I have JBoss working correctly.  
However, in the log files, I see several statements like the below.  Should I 
be concerned at this?


  | 08:50:46,562 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, 
warUrl=.../tmp/deploy/tmp29984jbossws-context-exp.war/
  | 08:50:46,562 DEBUG [TomcatDeployer] 
AbstractWebContainer.parseWebAppDescriptors, Begin
  | 08:50:46,562 DEBUG [TomcatDeployer] Creating ENC using ClassLoader: [EMAIL 
PROTECTED]
  | 08:50:46,562 DEBUG [TomcatDeployer] [EMAIL PROTECTED] 
url=file:/C:/jboss-4.0.5.GA/server/default/deploy/jbossws14.sar/ ,addedOrder=10}
  | 08:50:46,562 DEBUG [TomcatDeployer] [EMAIL PROTECTED]
  | 08:50:46,562 DEBUG [TomcatDeployer] [EMAIL PROTECTED]
  | 08:50:46,562 DEBUG [TomcatDeployer] [EMAIL PROTECTED]
  | 
  | 08:50:46,562 DEBUG [TomcatDeployer] Unable to retrieve 
orbjavax.management.InstanceNotFoundException: jboss:service=CorbaORB is not 
registered.
  | 
  | 08:50:46,562 DEBUG [TomcatDeployer] Linked java:comp/UserTransaction to 
JNDI name: UserTransaction
  | 08:50:46,562 DEBUG [TomcatDeployer] addEnvEntries
  | 08:50:46,562 DEBUG [TomcatDeployer] linkResourceEnvRefs
  | 08:50:46,562 DEBUG [TomcatDeployer] linkResourceRefs
  | 08:50:46,562 DEBUG [TomcatDeployer] linkMessageDestinationRefs
  | 08:50:46,562 DEBUG [TomcatDeployer] linkEjbRefs
  | 08:50:46,562 DEBUG [TomcatDeployer] linkEjbLocalRefs
  | 08:50:46,562 DEBUG [TomcatDeployer] linkServiceRefs
  | 08:50:46,562 DEBUG [TomcatDeployer] linkSecurityDomain
  | 08:50:46,562 DEBUG [TomcatDeployer] No security-domain given, using 
default: java:/jaas/other
  | 08:50:46,562 DEBUG [TomcatDeployer] Linking security/securityMgr to JNDI 
name: java:/jaas/other
  | 08:50:46,562 DEBUG [TomcatDeployer] 
AbstractWebContainer.parseWebAppDescriptors, End
  | 08:50:46,593 DEBUG [TomcatDeployer] Using session cookies default setting
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989346#3989346

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989346
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - external configuration for service beans

2006-11-28 Thread jahlborn
hi,
i love the service bean extension added by jboss.  i seem to have one problem 
with it though: i can't figure out how to configure the beans in any sort of 
external file.  i need to create multiple deployments where some of the bean 
properties are configured differently.  for a true mbean service (in jboss), 
you can set properties when you configure the service in the service.xml file.  
for a true stateless session bean, you can configure env entries in a partial 
deployment descriptor.  however, the session ejb is a cross between both of 
these, but does not seem to support either external configuration mechanism.  
anybody know of a way to do this?
thanks,
-james

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989348#3989348

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989348
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam + JSF

2006-11-28 Thread [EMAIL PROTECTED]
Do you actually need anything from the h:form that h:commandButton would 
require?  If not, why not try Seam's s:button?   

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989349#3989349

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989349
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Hanging on to RMI threads

2006-11-28 Thread endolf
Hi

Tried this on an empty 4.0.2 and a 4.0.5.GA setup, also tried jgroups 2.4.0.GA 
in the 4.0.5.GA containers.

We are tracking down an infrequent OutOfMemoryExceptionon our JBoss app servers 
(It occurs every few months, we have 2 gig in each machine, so it's a slow 
leak, but does eventually cause an issue). We are running in a multi tiered, 
clustered environment. We have multiple versions of our software deployed at a 
time, so we have isolated class loading enabled. In 4.0.5.GA we tried 
CallByValue to true, and in 4.0.2 we tried it set to false.

I tried setting up empty containers, clustered in their own partition so as not 
to conflict with out existing containers. I get the netbeans profiler installed 
and after a weekends uptime found ~350 RMI ConnectionExpiration and RMI TCP 
Connection threads.

The fact that this is in an empty JBoss container suggests it's not our code. 
I've tried hunting google and JIRA but can't seem to find anyone else 
referencing similar issues. It should be easy to reproduce.

We have tried JDK 1.5.0_03 and 1.5.0_09. This is all running on linux.

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989350#3989350

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989350
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: jboss startup web-console.war deployment errors

2006-11-28 Thread [EMAIL PROTECTED]
Yes, this is a bug in the CR1 version of the installer, we are working on it.

In the mean time, if you need a clean ejb3-enabled server you can download the 
source code of the 4.0.5.GA server, build it (run build.bat or build.sh in the 
build folder) and it will make a working ejb3 server in the 
jboss-4.0.5.GA-src\build\output\jboss-4.0.5.GA-ejb3 folder. (The build requires 
ant and java 1.5 jdk)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989352#3989352

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989352
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Migration of the encoded Password from another DB

2006-11-28 Thread djmacpac
Hi,
I have an old Database, with Usernames and Passwords etc.. Now I want to 
migrate these files to JBoss Portal and his Database (I'm using mysql). But the 
Problem is, that JBoss encodes the password in a special way...i don't know in 
which way and so i don't know how to encode my old passwords, so that i can you 
them...
Hope you understand my problem...

PLZ Help

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989354#3989354

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989354
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Migration of the encoded Password from another DB

2006-11-28 Thread bdaw
JBoss Portal uses md5 hash with hex encoding.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989356#3989356

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989356
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Execute code on deploy?

2006-11-28 Thread sebstr
Hello

I have a few TimerTasks and I want them to be scheduled up when my ejb module 
is deployed.

In a web application i would use ServletContextListener, but how can it be done 
with an ejb module?

Regars,
Seb

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989357#3989357

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989357
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problems starting JBOSS

2006-11-28 Thread PeterJ
It would appear that your filter is causing the hang, but to verify that you 
could take at thread dump and look at the resulting stack traces.  On taking a 
thread dump, see
http://wiki.jboss.org/wiki/Wiki.jsp?page=StackTrace 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989359#3989359

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989359
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration Deployment] - Re: UDP pot error

2006-11-28 Thread PeterJ
Earlier in the console output there should have been some stack traces.  Those 
are more helpful in solving problems like this than the text you posted.  Could 
you post the stack traces?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989360#3989360

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989360
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread NiB
Both :-)

Default module.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989361#3989361

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989361
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: jBPM EJB3

2006-11-28 Thread NiB
Ahh I got some trouble:
I use the newest package:
RC9. After i install it with ant I can't start the jmx-console anymore :-(

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989362#3989362

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989362
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...

2006-11-28 Thread EricChile
Thank you for your reply... I will test it out!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989364#3989364

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989364
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Preferred method for JBoss shutdown

2006-11-28 Thread PeterJ
A simple CTRL-C in command window which is running JBoss works fine.  JBoss 
intercepts the CTRL-C signal and performs an orderly shutdown.  (Note that you 
could also do a kill -s SIGINT jboss-process-id from another command prompt.)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989363#3989363

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989363
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: jbossws1.0.x is a preview implementation with support fo

2006-11-28 Thread maeste
Probably you didn't understand what here and in other post was said.
Just jsr-181 is a preview.

Jbossws is production ready and we use it in our production environment with 
something like 200 operations in 49 wsdls.
And jsr-181 implementation is a good preview, because we are using in a lot of 
these operations.

Of course we made some investments to understand in deep ws standards and 
jboss' implementations.

regards 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989365#3989365

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989365
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam + JSF

2006-11-28 Thread lara
Thanks for replying..
Well this is my JSF page:


  | !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
  | ui:composition xmlns=http://www.w3.org/1999/xhtml;
  | xmlns:ui=http://java.sun.com/jsf/facelets;
  | xmlns:f=http://java.sun.com/jsf/core;
  | xmlns:h=http://java.sun.com/jsf/html;
  | xmlns:t=http://myfaces.apache.org/tomahawk;
  |  template=templates/admin.xhtml
  |   
  |   ui:define name=content
  | f:view
  | f:loadBundle basename=messages var=msg /
  | 
  | head
  |  title
  | h:outputText value=#{msg.pageTitleModifyActor} 
rendered=#{!actorEditor.new} /
  | /title
  | /head
  | 
  | body
  | 
  | div class=pageTitleh:outputText value=#{msg.pageTitleModifyActor} 
rendered=#{!actorEditor.new}//div
  | 
  | h:form enctype=multipart/form-data
  | 
  | table class=tableProperties
  | 

  | tr
  | td
  |  h:outputLabel value=#{msg.name}/h:outputLabel
  | /td
  | td
  | h:inputText value=#{actorEditor.instance.name} id=name 
required=true rendered=#{actorEditor.new}/
  | h:outputText value=#{actorEditor.instance.name} 
rendered=#{!actorEditor.new} class=viewText/
  | /td
  | /tr
  | 
  |  /table
  | 
  | 
  | div style=padding-left:10px
  | span h:commandButton type=submit value=#{msg.Update} 
action=#{actorEditor.update} rendered=#{! 
  |  actorEditor.new} / /span
  | /div  
  | 
  | /h:form
  | 
  | 
  | 
  | h:form rendered=#{!actorEditor.new}
  | 
  | 
  | table class=tableProperties
  |  tr
  | tdh:outputLabel value=New 
Password/h:outputLabel/td
  | td
  |   h:inputSecret 
value=#{updatePasswordAction.password} id=password required=true/
  |  
  | /td
  | /tr
  | /table
  | 
  | div style=padding-left:10px
  |   h:commandLink type=submit value=Apply 
action=#{updatePasswordAction.UpdatePassword}
  |   f:param name=name value=#{actorEditor.instance.name}/
  |f:param name=actorId value=#{actorEditor.instance.id}/ 
  |   /h:commandLink
  | /div  
  | 
  | /h:form   
  | /body
  | /f:view
  |   /ui:define
  | /ui:composition
  | 


In this JSF page, I showed the main code. There are two forms:
the first form contains the name of the actor to be edited  and the bean in 
question is actorEditor bean
the second form contains the password field to be edited and the bean in 
question is updatePasswordAction

Inside the second form there is the following code:


  |  h:commandLink type=submit value=Apply 
action=#{updatePasswordAction.UpdatePassword}
  |   f:param name=name value=#{actorEditor.instance.name}/
  |f:param name=actorId value=#{actorEditor.instance.id}/ 
  |   /h:commandLink
  | 

I am passing as parameters the name and id of the actor inside the f:param 
using h:commandLink
How can do the same assuming that I have a button Apply instead of a link and 
knowing that I am getting the value of the parameters from the other form? 

Regards,
Lara

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989367#3989367

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989367
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - EJB entity with static final field

2006-11-28 Thread buggsbunny101
Hi,

I'm new in EJB, and i'm looking for a way to define constant for entity.
I have a Client class. This client can be of various type, and i want to define 
constant for this definition.
Apparently, the use of static filed in EJB is not a good practice. SO my 
question is : How to define this constant?

Here is a sollution 
http://publib.boulder.ibm.com/infocenter/rtnlhelp/v6r0m0/topic/com.ibm.etools.ejb.assembly.doc/topics/tecrteev.html
 .
Is there an equivalente in JBOSS 4.0.5? 

In fact i'm not really satisfied by this sollution, so is there another way to 
do that?

Should I define my constant in each interface (ClientLocal and Client)?
Is there a simple solution with xdoclet?

Thank you for supporting begginer :-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989368#3989368

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989368
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Exception about Seam taglibrary

2006-11-28 Thread hubaer
Hi,

you must put the jboss-seam-ui.jar into the WEB-INF/lib in your war-file.

Regards
Marco

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989369#3989369

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989369
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Waiting for external input

2006-11-28 Thread kukeltje
please do not threadjack

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989372#3989372

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989372
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: EJB entity with static final field

2006-11-28 Thread PeterJ
You used the term constant.  Do you mean something like this:

public static final String FOO = something;
public static final int BAR = 123;

If so, feel free to use these in EJBs, as static finals (constants) of the 
basic data types and strings are perfectly acceptable.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989371#3989371

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989371
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Handling remoting exceptions

2006-11-28 Thread andrew.rw.robinson
I ended up creating a special return class that can hold a value as well as 
return an exception to the client caller, but I would be nice to be able to 
have this automatically wrapped. I tried a custom annotation and interceptor on 
my @WebRemote method that would catch exceptions and change the return type to 
my custom object, but my interceptor was never called.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989373#3989373

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989373
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...

2006-11-28 Thread EricChile
If you have a remote client, how do you specifiy which server to connet to? 

Ie if I am running jboss and OC4J, how does it know to lookup jboss beans and 
not OC4J?



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989374#3989374

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989374
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problems starting JBOSS

2006-11-28 Thread reservator
OK,
i've done it and the problem was the filter.
Thank you very much!!!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989379#3989379

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989379
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Cannot start jbpm

2006-11-28 Thread kukeltje
not without more info

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989375#3989375

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989375
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: Monitoring BPEL processes

2006-11-28 Thread [EMAIL PROTECTED]
Starting from jBPM BPEL 1.1.Beta2, you can deploy the jBPM web console 
(jbpm.war) and use it to monitor BPEL processes as well. The process instance 
monitoring page is broken, but this should be fixed in a forthcoming jBPM 3.1.x 
release.

To build the jBPM web console, run target build.webapp in 
JBPM_HOME/build.deploy.xml.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989380#3989380

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989380
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


  1   2   3   >