[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JNDI-problem with Tutorial

2005-12-26 Thread jbossxx0
I tried removing the WEB-INF/classes and Changing URL be 
java:com/env/ejb/Fibo.  

But it is still giving me the same error. 

Can anybody help? 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Select index of combo box

2005-12-26 Thread sanu_82
Hi All, 
 I want to now that is there any way to know the selected index of combo box or 
drop down box in JSP.
 Secondly i prevoiusly had asked about -- I have two combo box value of second 
combo box depends upon first combo box selected value.Where value in second 
combo should be retreived from database.I got many help,but help was given in 
xml ,I want to know is there any way to this coding in JSP.
 Regards Sandhya



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - how can i add the variable's description?

2005-12-26 Thread kentest
the file task.jsp under the folder jbpm.war has a dataTable as follows:
 
  |  h:dataTable value=#{taskBean.taskFormParameters} var=formParameter
  | h:column
  |   h:outputText value=#{formParameter.label} /
  | /h:column
  | h:column
  |   h:outputText value=#{formParameter.description} /
  | /h:column
  |   h:column
  | h:inputText value=#{formParameter.value} 
readonly=#{formParameter.readOnly} /
  |   /h:column
  |   /h:dataTable
  | 

Here I don't know where the names label and description come from?
I guess the variable formParameter.label may be corresponding to the attribute 
name of variable in the file processdefinition.xml.But I don't know the 
variable formParameter.description should be corresponding to what?

Can anybody help me please?I'm new in Jbpm.
Thank you in advance.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: apache in JBOSS?

2005-12-26 Thread [EMAIL PROTECTED]
jboss contains tomcat, but it is not apache ( http://httpd.apache.org/ ) .




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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How can check the port?

2005-12-26 Thread [EMAIL PROTECTED]
netstat -an

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Merry Christmas !

2005-12-26 Thread drapierwim
Hohohoo, I wish everybody a Merry Christmas and a Happy Newyear.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Validation constraints

2005-12-26 Thread drapierwim
Sorry not Seam related stuff but I can't seem to find any information to make 
use of the regular expression of the hibernate validation framework.

In the booking app is see things like this @Pattern(regex=\\d{4,5})

but what the meaning of all those \ {} [] d is there any documentation on this?

Cheers.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Can scheduler locate classes from WAR file?

2005-12-26 Thread dhanyakairali
Hi,

Can u give more details as to how the .sar is created? 
Currently I have put my schedulable class in $JBOSS_HOME\server\default\lib. 
I need to access the schedulable class from my EJB which I have deployed as a 
jar in $JBOSS_HOME\server\default\deploy. 
What should I do. 

Thanks in advance.
Dhanya

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Validation constraints

2005-12-26 Thread drapierwim
:o I found something on the java.sun.com website I believe this is the answer.

http://java.sun.com/developer/technicalArticles/releases/1.4regex/index.html

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Token reflects old node after a successful signal

2005-12-26 Thread [EMAIL PROTECTED]
i'm reading through this thread and i'm impressed by our community !  the 
responses show great insight.

indeed looking at 3.1 might solve the problem. 

still i would like to know what is going wrong so that we can fix it in 3.0.x.

i couldn't distill a proper testcase from reading this thread.  can anyone help 
me with that ?  what should i do to reproduce the situation ?  

thanks again and keep up the good work !

regards, tom.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Deploying my Schedulable as a .sar file

2005-12-26 Thread dhanyakairali
Hi.

I deployed a Schedulable class to $JBOSS_HOME\server\default\lib
(Wrote a class that implements Schedulable.  Created a jar file of the same and 
copied it to $JBOSS_HOME\server\default\lib.
Modified $JBOSS_HOME\server\default\conf\jboss-service.xml to have my 
schedulable class as an MBean.  )
When the server started up the process method was invoked successfully.
The same thing I wanted to deploy as a .sar. This is what I did. 
I created a .sar file with the same class, and a new jboss-service.xml. 
Structure of my .sar
com
   |
   samples
  |
   schedule
   |
   ExSchedulable.class
META-INF
| 
jboss-service.xml

I copied the .sar file to $JBOSS_HOME\server\default\deploy . Restarted server. 
The server starts up successfully but it looks like my Scheduler hasnt.  What 
is wrong? 
 


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Calling a Scheduler helper class from my EJB

2005-12-26 Thread dhanyakairali
I have a utility class thats called from my scheduler.  How can i deploy my ejb 
and my scheduler such that I can do this? 


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - ssl client auth through load balancer breaks declarative sec

2005-12-26 Thread new4jboss
Hello, I posted this question 2 days ago in the clustering forum but after 
having received no answer I decided that this forum may be a better place to 
post it. Please forgive me if that isn't the case but I'm desperate for an 
answer:(

My desired setup is for a Jboss cluster serving requests behind a load 
balancer. Also I intend to use declarative security on the deployed units and 
have ssl client side authentication.

I need someone to please confirm/deny the following statements:

1) ssl has to be negotiated by the load balancer, whether hardware or software 
based (apache with mod_proxy/mod_jk).

2) if using apache with mod_jk it is possible to configure it to send the 
client side authentication details (certificate) in such a way that jboss may 
enforce declarative authorization as if it had done the authentication itself. 
This also means that the programatic means to get the authenticated user 
identity described in the ejb and servlet specs will still work. 

3) there is no hardware load balancer that supports the behavior described in 
2), which means that with a hardware load balancer it is impossible to use 
declarative authorization enforcement.

After a whole lot testing and digging up for info, I'm quite desperate to solve 
this question, so if someone could help me I would be most thankfull.

Nuno

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Stub error..

2005-12-26 Thread Ayusman
Hi All,
I was writing a simple stand alone program that would call an deployed EJB on 
JBoss4.0.2.

I am getting the following error.

javax.naming.CommunicationException: Failed to retrieve stub from server 
172.25.67.24:1100 [Root exception is java.io.StreamCorruptedException.

I have the following in my code

props.put(Context.INITIAL_CONTEXT_FACTORY,org.jnp.interfaces.NamingContextFactory);
props.put(Context.URL_PKG_PREFIXES, 
org.jboss.naming:org.jnp.interfaces);
props.put(Context.PROVIDER_URL, 172.25.67.112:8080);

The starange thing is my computer's IP is 172.25.67.24:1100 .
Can any one say why I am getting this from the JBoss AS.

I am running the JBoss in default mode , when I switch to all mode the error is 
same but the error changes to some other ip.

Any suggestions will be highly appreciated.

Thanks in advance.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - ManagedConnectionFactory is null Problem - Not related to ho

2005-12-26 Thread ummadiravi78
Hi,

I am using Jboss 4.0.2 in linux environment. I use JBOSS datasource to connect 
to MySQL 4.1 server. When I was testing my application, all of a sudden the 
application crashed and the server log showed me the following error. I googled 
for the error and all the links say that this problem is due to hot deployment 
of datasource. But in my case I am not doing any dynamic changes in the JBOSS 
datasources. Here is the error log.

2005-12-26 17:11:33,373 INFO  [ORG.SERAJA] getAllEvents(String 
topicCategoryIDs[], String cities[],java.util.Date startDate, java.util.Date 
endDate, String keyword,long publisherID, String publisherType) function
2005-12-26 17:11:33,374 INFO  [STDOUT] org.jboss.util.NestedSQLException: You 
are trying to use a cctory is null.; - nested throwable: 
(javax.resource.ResourceException: You are trying to use a connection factory 
that has been shut down: ManagedConnectionFactory is null.)
onnection factory that has been shut down: ManagedConnectionFactory is null.; - 
nested throwable: (javax.resource.ResourceException: You are trying to use a 
connection factory that has been shut down: ManagedConnectionFactory is null.)
2005-12-26 17:11:33,375 INFO  [STDOUT]  at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:107)
2005-12-26 17:11:33,375 INFO  [STDOUT]  at 
org.seraja.connector.metadata.MetaDataJdbcImpl.getConnection(Unknown Source)
2005-12-26 17:11:33,375 INFO  [STDOUT]  at 
org.seraja.connector.metadata.MetaDataJdbcImpl.getAllEvents(Unknown Source)
2005-12-26 17:11:33,375 INFO  [STDOUT]  at 
org.seraja.feps.EventManager.getAllEvents(Unknown Source)



Thanks for the suggestions.
Ravi Prakash

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Getting ManagedConnectionFactory null

2005-12-26 Thread sreenath205
Hi All

In our project we use jboss connection pooling, and has placed the JNDI names 
of the datasource in the mysql-ds.xml file.when we try to get a connection 
through this datasource we got an error


  | 17:07:22,193 INFO  [STDOUT] org.jboss.util.NestedSQLException: You are 
trying to  use a connection factory that has been shut down: 
ManagedConnectionFactory is n ull.; - nested throwable: 
(javax.resource.ResourceException: You are trying to u se a connection factory 
that has been shut down: ManagedConnectionFactory is nul l.)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
org.jboss.resource.adapter.jdbc.WrapperDataSo 
urce.getConnection(WrapperDataSource.java:107)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
org.seraja.connector.metadata.MetaDataJdbcImp l.getConnection(Unknown Source)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
org.seraja.connector.metadata.MetaDataJdbcImp l.getAllEvents(Unknown Source)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
org.seraja.feps.EventManager.getAllEvents(Unk nown Source)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
sun.reflect.GeneratedMethodAccessor70.invoke( Unknown Source)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
sun.reflect.DelegatingMethodAccessorImpl.invo 
ke(DelegatingMethodAccessorImpl.java:25)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
java.lang.reflect.Method.invoke(Method.java:3 24)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
org.apache.struts.actions.DispatchAction.disp 
atchMethod(DispatchAction.java:276)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
org.apache.struts.actions.DispatchAction.exec ute(DispatchAction.java:196)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
org.apache.struts.action.RequestProcessor.pro 
cessActionPerform(RequestProcessor.java:421)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
org.apache.struts.action.RequestProcessor.pro cess(RequestProcessor.java:226)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
org.apache.struts.action.ActionServlet.proces s(ActionServlet.java:1164)
  | 
  | 17:07:22,194 INFO  [STDOUT] at 
org.apache.struts.action.ActionServlet.doGet( ActionServlet.java:397)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
javax.servlet.http.HttpServlet.service(HttpSe rvlet.java:697)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
javax.servlet.http.HttpServlet.service(HttpSe rvlet.java:810)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterCha 
in.internalDoFilter(ApplicationFilterChain.java:252)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterCha 
in.doFilter(ApplicationFilterChain.java:173)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.jboss.web.tomcat.filters.ReplyHeaderFilte 
r.doFilter(ReplyHeaderFilter.java:81)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterCha 
in.internalDoFilter(ApplicationFilterChain.java:202)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.apache.catalina.core.ApplicationFilterCha 
in.doFilter(ApplicationFilterChain.java:173)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.apache.catalina.core.StandardWrapperValve 
.invoke(StandardWrapperValve.java:213)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.apache.catalina.core.StandardContextValve 
.invoke(StandardContextValve.java:178)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.jboss.web.tomcat.security.CustomPrincipal 
Valve.invoke(CustomPrincipalValve.java:39)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.jboss.web.tomcat.security.SecurityAssocia 
tionValve.invoke(SecurityAssociationValve.java:153)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.jboss.web.tomcat.security.JaccContextValv e.invoke(JaccContextValve.java:59)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.apache.catalina.core.StandardHostValve.in voke(StandardHostValve.java:126)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.apache.catalina.valves.ErrorReportValve.i nvoke(ErrorReportValve.java:105)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.apache.catalina.core.StandardEngineValve. 
invoke(StandardEngineValve.java:107)
  | 
  | 17:07:22,195 INFO  [STDOUT] at 
org.apache.catalina.connector.CoyoteAdapter.s ervice(CoyoteAdapter.java:148)
  | 
  | 17:07:22,196 INFO  [STDOUT] at 
org.apache.coyote.http11.Http11Processor.proc ess(Http11Processor.java:856)
  | 
  | 17:07:22,196 INFO  [STDOUT] at 
org.apache.coyote.http11.Http11Protocol$Http1 
1ConnectionHandler.processConnection(Http11Protocol.java:744)
  | 
  | 17:07:22,196 INFO  [STDOUT] at 
org.apache.tomcat.util.net.PoolTcpEndpoint.pr 
ocessSocket(PoolTcpEndpoint.java:527)
  | 
  | 17:07:22,196 INFO  [STDOUT] at 
org.apache.tomcat.util.net.MasterSlaveWorkerT 
hread.run(MasterSlaveWorkerThread.java:112)
  | 
  | 17:07:22,196 INFO  [STDOUT] at java.lang.Thread.run(Thread.java:534)
  | 
  | 17:07:22,196 INFO  [STDOUT] Caused by: javax.resource.ResourceException: 
You are  trying to use a connection factory that has been shut down: 
ManagedConnectionFa ctory is null.
  | 
  | 

[JBoss-user] [JBoss Portal] - How to migrate existing spring application to jboss portlets

2005-12-26 Thread ervikas
Dear all;

I have a spring MVC application that i want to migrate to jboss portlets.
Can anyone suggest some documentation or sample code  to achieve the same.

Any help is greatly appreciated.
Thanks in advance

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Newbie: Verification of Enterprise Beans failed

2005-12-26 Thread Strunker
Merry Christmas everybody. 

I'm really new to JBoss, but I hope somebody here can help me with my 
deployment problem. 

I have an ear file which contains two jar files (ejb.jar and jdom.jar) and a 
war-archive (web.war). ejb.jar and web.war both uses classes from jdom.jar. I 
set the class-path in the manifest.mf, but when I try to deploy the ear-file, I 
get:

2005-12-26 13:18:29,468 WARN  [org.jboss.ejb.EJBDeployer] Verify failed; 
continuing
java.lang.NoClassDefFoundError: org/jdom/JDOMException

2005-12-26 13:18:29,471 ERROR [org.jboss.deployment.MainDeployer] Could not 
create deployment: 
file:/import/home/karsten/Apps/jboss-4.0.3SP1/server/default/tmp/deploy/tmp6108App.ear-contents/EJB.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans 
failed, see above for error messages.

My ear looks like this:

App.ear
 |-- ejb.jar
 |-- META-INF
 |-- ejb-jar.xml
 |-- jboss.xml
 |-- MANIFEST.MF
 |-- my class files
 |-- jdom.jar
 |-- web.war 
 |-- META-INF
 |-- MANIFEST.MF
 |-- WEB-INF
 |-- web.xml
 |-- jboss-web.xml
 |-- classes
 |-- my class files
 |-- META-INF
 |-- application.xml
 |-- MANIFEST.MF


The manifest files of ejb.jar and web.war look like:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.5.0_06-b05 (Sun Microsystems Inc.)
Class-Path: jdom.jar

By the way I'm using JBoss 4.0.3SP1

So why can't JBoss find the classes from jdom.jar?
Can anyone help me? 
Thanx very much!

Strunker



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Stub error..

2005-12-26 Thread [EMAIL PROTECTED]
See:

http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoIGetStreamCorruptedException
http://wiki.jboss.org/wiki/Wiki.jsp?page=IGetAJava.netExceptionHowDoIFixIt

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Multiple transaction question

2005-12-26 Thread [EMAIL PROTECTED]
You need to break up the transaction as its isolation semantics are not valid 
for the usecase you state.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Question about J2eeDomain/Manager/Jboss (in web console)

2005-12-26 Thread [EMAIL PROTECTED]
There are standard jsr77 names and there are names for components created by 
the container. They are different objects.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - second server doesnt pull deployments from the first

2005-12-26 Thread impetus
Hi,
Im new to jboss clustering.Im using JBoss 4.0.2. I have successfully deployed 
my application ear on one server in the farm directory of the all 
configuration.When i start another server with same configuration on other 
machine it is able to detect the first cluster member.But the second server 
doesnt pull deployments from the first.Im not getting any error logs either.Can 
anybody help me out?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Scheduler and UserTransaction

2005-12-26 Thread atorres
Hi, I'm using the Scheduler service under JBoss 3.2
I implemented the org.jboss.varia.scheduler.Schedulable interface, and 
created a Mbean inside a sar to configure it.
The Schedule uses hibernate to do my job once a day. It works very well, and 
it's fairly easy to implement. 
The problem is that now I want to control the transaction by using the 
hibernate's Transaction object. It uses the Jboss UserTransaction object, but I 
just don't know how to configure my MBean to have access to the UserTransaction 
Object. I'm getting this error:
anonymous wrote : 
  | Handling a Scheduler call failed
  | java.lang.RuntimeException: org.hibernate.TransactionException: Could not 
find UserTransaction in JNDI: 
  | at schedule.TWMSchedule.perform(TWMSchedule.java:60)...
  | Caused by: javax.naming.NameNotFoundException: UserTransaction not bound
  | at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
  | 
my mbean is configured in the same sar I use with hibernate:


  |  mbean code=org.jboss.varia.scheduler.Scheduler 
  |  name=:service=Scheduler
  | attribute name=StartAtStartuptrue/attribute
  | attribute name=SchedulableClassschedule.TWMSchedule/attribute
  | attribute name=InitialStartDate22/12/2005 13:12/attribute
  | attribute name=SchedulePeriod12/attribute
  | attribute name=InitialRepetitions-1/attribute
  |  /mbean
  | 
Any help would be welcome.
Thanks

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: JBOSS JNDI from a standalone application

2005-12-26 Thread [EMAIL PROTECTED]
Local ejbs are not accessible from a remote client (this is as expected, 
otherwise why are they local). See the ejb3 tutoral for examples of remote 
clients access ejbs.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Axis+JBoss+IDEA

2005-12-26 Thread [EMAIL PROTECTED]
Refer to the axis documentation as we don't support axis. 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - TransientObjectException: object references an unsaved trans

2005-12-26 Thread danjourno
TransientObjectException: object references an unsaved transient instance - 
save the transient instance before flushing: package.path.Contact

I have a persistence object Affiliate that has a child object Contact.

This is shown in my contact object as   

@OneToMany(fetch=FetchType.LAZY,cascade=CascadeType.ALL, mappedBy=contact)
  | public java.util.ListAffiliate getAffiliate() {
  | return affiliate;
  | }

I am populating a contact object and attaching to the affiliate object and 
trying to persist by running

em.persist(affiliate);

it compiles and deploys fine.. but when i run it i get the above error.

Any ideas what this might be? or how i can solve it?

Regards
Dan

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Does JBoss 4.0 support EJB 1.1 in conjunction with CMP 1

2005-12-26 Thread [EMAIL PROTECTED]
Yes, cmp1.1 is supported, but the legacy jaws engine mappings are not.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: question about default jndi name

2005-12-26 Thread [EMAIL PROTECTED]
From the jndi faq:

http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoesTheLocalNameContainARandomNumber


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Application Server 4.0.3 SP1

2005-12-26 Thread [EMAIL PROTECTED]
Use java -jar jboss-4.0.3-installer.jar where the path to the java command is 
jdk1.4.2 or higher. There is no guarentee that the explorer association for the 
executable jar file is correct.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Web Container Security in JBoss 4.0.1

2005-12-26 Thread [EMAIL PROTECTED]
The groupname must be 'Roles' for the j2ee declarative security roles. See 
chap8 of the admin guide for details.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler and UserTransaction

2005-12-26 Thread atorres
I got a hint: the UserTransaction is bound as UserTransaction and not as 
java:comp/UserTransaction. So I renamed the hibernate service to use 
UserTransaction and it works.
I tried to figure out a solution where I don't have to change this name (and 
use java:comp/UserTransaction inside Schedule) but I can't. I tried to use an 
alias, but it gives me a problem in my web-app.

The problem seem to be solved for now.
Thanks


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [J2EE Design Patterns] - Re: Spawning threads in server process

2005-12-26 Thread [EMAIL PROTECTED]
Its generally fine to use threads as long as you take responsibility for how 
they interact with the container/ejbs. There are some mbean services that 
provide thread pools that can simplify basic thread management:

http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigBasicThreadPool



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: CMS Portlet Issue

2005-12-26 Thread jdestef
Ok,

So I'm back to my original problem. When selecting a link in CMS portlet 2 on 
page 2, the portal returns to the default page and displays the link contents 
in the CMS Portlert instance on that page. Is this what is supposed to happen?

Tx 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: When will JBoss 4.0.4 be released

2005-12-26 Thread [EMAIL PROTECTED]
Follow the roadmap in jira:
http://jira.jboss.com/jira/browse/JBAS


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Error while running XDoclet / TUTORIAL

2005-12-26 Thread javaespinoza
Hi, I making FIBO Session bean Tutorial using Eclipse JBoss IDE all in one 
bundle ...

but this error appears in Eclipse's console...

Variable references non-existent resource : 
${workspace_loc:/Tutorial/xdoclet-build.xml}

AnyOne can tell what is this ?

Thanks.

Jose.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: servlet run-as role

2005-12-26 Thread [EMAIL PROTECTED]
The run-as has no affect on the servlet request itself, so these results are 
correct. Retry the ejb results with the 4.0.3SP1 release and if that is still 
showing this behavior, create a bug report with the full ejb-jar.xml/jboss.xml 
descriptors.


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: SecurityAssociation principal not cleared after client l

2005-12-26 Thread [EMAIL PROTECTED]
Without a testcase/deployment illustrating what is being done I can't say what 
is going on. Create one and attach it to a jira bug report:
http://jira.jboss.com/jira/browse/JBAS


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - assignement and actorid

2005-12-26 Thread Nassim
hello evry body??

i want to know, when i wrote in the assignment handler class

setactorId(actor)


if should define actor somewhere?

can any one help me for this

thank you so much

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - JSP, Servlet, EJB

2005-12-26 Thread defkewl
Could anyone direct me to a tutorial or such that shows how to access EJB with 
JSP/Servlet?

Thnx in advance.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - JBoss IDE Bug

2005-12-26 Thread barrin
Environment:

WinXP
JBoss 3.0
J2SDK1.5
JBossIDE1.4

Error message
project root [in myproject] does not exist

myproject is a j2ee1.3 project and i get an error message whenever i tried to 
create a ejb component.[/img]

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE Bug

2005-12-26 Thread [EMAIL PROTECTED]
what is the stacktrace ?

(look in Error Log View for it)

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Missing TaskInstance.setDescription

2005-12-26 Thread tonyd
I have an application where I am creating task instances dynamically, but there 
is no public mutator for the description property on TaskInstance, and the 
member variables are protected. Since every other property on TaskInstance has 
a mutator, I assume this is just an oversight.

Thanks.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Error while running XDoclet / TUTORIAL

2005-12-26 Thread javaespinoza
I Finally fix this problem...

Background:


Using JBossIDEEclipse-1.5RC2-Bundle-win32 the tutorialdoesn't work fine...

So ... I tried using Eclipse 3.1 + JBossIDE-1.4.1-jre1.5-e31 and works fine !

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Jboss-snmp-adaptor-snmptrapd-snmptt configuration issue

2005-12-26 Thread karanUk
Hello,
I needed to investigate jmx-notifications - snmp traps - nagios(1.3) -alert 
process.Got the the snmp-adaptor.sar configured as
jboss-service.xml
---
?xml version=1.0 encoding=UTF-8?

  
org.jboss.jmx.adaptor.snmp.agent.RequestHandlerSupport   
org.jboss.jmx.adaptor.snmp.agent.TrapFactorySupport
/notifications.xml
/managers.xml
0
1161
false
 
  subscription-list
mbean 
name=jboss.jmx:name=HelloWorld,service=test,type=testBroadcaster/
  /subscription-list


---
manager.xml
__

172.19.22.250
162
local-address/local-address
local-port/local-port
1
  
__
and notifications.xml as
--

  notification-typecom.acme.jmx-smnp.test/notification-type
  0
  0
   .1.3.6.1.4.1.2162.500.1.1
  var-bind-list 
wrapper-class=org.jboss.jmx.adaptor.snmp.agent.NotificationWrapperSupport
  var-bind
  n:message
  .1.3.6.1.4.1.2162.500.1.1.1
  /var-bind
 /var-bind-list   
  
--
where com.acme.jmx-smnp.test is the notification-type emittedby mbean 
jboss.jmx:name=HelloWorld,service=test,type=testBroadcaster.
The case happening being that with a configured snmptrapd+snmptt combination 
the above trap is gettig accepted as coldStart trap and the notification type 
com.acme.jmx-smnp.test accepted as coldStart trap variable.
If someone faced such issue previously or if i'm making here some 
configurations mistake,do let me know.

thanx in advance,
karanuk

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: CVS Noob question

2005-12-26 Thread RobJellinghaus
I was indeed able to get it from CVS using the instructions from 
http://www.jboss.com/index.html?module=bbop=viewtopict=70051:
Thomas Heute wrote : cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co 
jboss-seamanonymous wrote : 
  |   | It built and deployed on Tomcat absolutely perfectly.  Testing is 
another matter :-)
  |   | Cheers!
  |   | Rob

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: CVS Noob question

2005-12-26 Thread RobJellinghaus
Sorry, garbled my close quote tag above.  Wish we could edit posts in this 
forum

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Running noejb tests w/o JBoss?

2005-12-26 Thread RobJellinghaus
So I got SEAM from CVS (the jboss-seam module; Gavin said he uses 
jboss-seam-head but I'm assuming there's no meaningful difference).  I built it 
and ran the noejb example under Tomcat absolutely the very first time I tried 
it.  Woohoo!  Nice one, Gavin et al.!

Now I'm trying to run the TestNG tests.  And I get this:

C:\robj\dev\seam\jboss-seam\examples\noejbant testexample
  | Buildfile: build.xml
  | 
  | init:
  |  [echo] Build Seam on JBoss Hibernate3 Example 1.0
  | 
  | compile:
  | 
  | testexample:
  |  [copy] Copying 67 files to 
C:\robj\dev\seam\jboss-seam\examples\noejb\build\test
  | 
  | BUILD FAILED
  | C:\robj\dev\seam\jboss-seam\build.xml:176: No sourceDir is specified.
  | 
  | Total time: 0 seconds
  | C:\robj\dev\seam\jboss-seam\examples\noejbant -f build.tomcat.xml 
testexample
  | Buildfile: build.tomcat.xml
  | 
  | init:
  |  [echo] Build Seam on Tomcat Hibernate3 Example 1.0
  | 
  | compile:
  | 
  | testexample:
  | 
  | BUILD FAILED
  | C:\robj\dev\seam\jboss-seam\build.xml:171: Reference example.resources not 
found.
  | 
  | Total time: 1 second

So clearly it doesn't really want to work.  Should I bother trying to fix these 
build problems?  Or should I not expect the testng tests to work without JBoss? 
 If it's a small amount of work I'll do it, but if it's not, I won't.

Thanks!
Cheers,
Rob

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Running and installing on a

2005-12-26 Thread jactor
Hmmm... Is there nothing that is happening with this? I am sorry that I did not 
take the time to learn me how to post a change with the system that is 
provided, but I hoped that someone would look at this.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Jboss-snmp-adaptor-snmptrapd-snmptt configuration iss

2005-12-26 Thread [EMAIL PROTECTED]
When you post your configuration/descriptors in the forums, wrap them using:

[ code ]

 [ /code ]

(without the spaces)

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How can check the port?

2005-12-26 Thread urswag
OK
but I cannot recognize the process using the port.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Cancel a Rollback

2005-12-26 Thread redijedi
Maybe my approach needs to be altered, but how do I cancel a rollback in EJB3? 

My situation is that I have one session bean method that is wrapped in a 
transaction. This method makes two calls to the database. The first call is to 
see is a records exists. The second inserts a new record if the first call 
comes up empty. The problem is that when I check to see if the entity exists, I 
get an EntityNotFoundException. That's fine. That's what I expect. The problem 
is that this exception rolls back the entire transaction so that I cannot make 
the subsequent insert. This happens no matter how I try to catch the exceptions.

These two operations must execute atomically. So, is there anyway to ignore an 
exception like this or cancel the rollback?

Thanks
T

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - jsf problems in jboss 4.0.3

2005-12-26 Thread OZWolverine
Hello everybody,

I wrote a JSF application, that runs perfect when deployed in jboss-4.0.2, but 
now that we added more sofisticated business logic including EJB3, we know that 
we must deploy our application in jboss-4.0.3 to get the EJB3 support, but now, 
 when I deploy my jsf app in jboss-4.0.3 it doesn't work as it used to do it.  

When I try to connect to the Business Logic I get this result in the web 
browser:

HTTP Status 500 -
  |  
  | type Exception report
  |  
  | message
  |  
  | description The server encountered an internal error () that prevented it 
from
  | fulfilling this request.
  |  
  | exception
  |  
  | javax.servlet.ServletException: Base is null: UsuarioLoginBean
  | javax.faces.webapp.FacesServlet.service(FacesServlet.java:202)
  |
  | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  |  
  | root cause
  |  
  | javax.faces.el.PropertyNotFoundException: Base is null: UsuarioLoginBean
  |
  | 
org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndProperty(ValueBindingImpl.java:455)
  | 
org.apache.myfaces.el.ValueBindingImpl.getType(ValueBindingImpl.java:169)
  |
  | 
com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getConvertedValue(HtmlBasicInputRenderer.java:111)
  | javax.faces.component.UIInput.getConvertedValue(UIInput.java:702)
  | javax.faces.component.UIInput.validate(UIInput.java:627)
  | javax.faces.component.UIInput.executeValidate(UIInput.java:838)
  | javax.faces.component.UIInput.processValidators(UIInput.java:412)
  | javax.faces.component.UIForm.processValidators(UIForm.java:170)
  |
  | 
javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:904)
  | javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:342)
  |
  | 
org.apache.myfaces.lifecycle.LifecycleImpl.processValidations(LifecycleImpl.java:240)
  | 
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:76)
  | javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
  |
  | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  |  
  | note The full stack trace of the root cause is available in the Apache
  | Tomcat/5.5 logs. 
  | 


and If I work in my app without this new Business Logic, I get this message in 
browser:



  | HTTP Status 500 -
  | 
  | type Exception report
  | 
  | message
  | 
  | description The server encountered an internal error () that prevented it 
from fulfilling this request.
  | 
  | exception
  | 
  | javax.servlet.ServletException: Filter execution threw an exception
  | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | 
  | root cause
  | 
  | java.lang.NoSuchMethodError: 
org.apache.myfaces.renderkit.html.HtmlRendererUtils.selectContentType(Ljava/lang/String;)Ljava/lang/String;
  | 
org.apache.myfaces.component.html.util.AddResource.writeWithFullHeader(AddResource.java:443)
  | 
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:132)
  | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | 
  | note The full stack trace of the root cause is available in the Apache 
Tomcat/5.5 logs.
  | Apache Tomcat/5.5
  | 
  | 

The application deploys without any errors
any ideas on this?

thanks a lot,
Johnny

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - How to set the DB fetch size at Connection level in JBoss?

2005-12-26 Thread jboss05
Hi all,


We are using JBoss connection pooling in our application for the Oracle DB. 
Could someone please let me know how to set the fetch size at connection level 
in JBoss? For example, in the JDBC applications, we can set the Oracle Row 
Prefetch size at the DriverManager.getConnection method level. Is there any 
equivalent way to do this in our J2EE application that runs on JBoss? It seems 
that the default Fetch size is 10 which is obviously not sufficient for us.

Thanks for any input in advance!

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [J2EE Design Patterns] - Re: Spawning threads in server process

2005-12-26 Thread kevinstembridge
thanks Scott, I'll check it out.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE Bug

2005-12-26 Thread barrin
Severity : Error
Message: project root [in neuis] is not on its project's build path
Exception Stack Trace : An exception stack trace is not available.
Session Data : eclipse.buildId=I20050627-1435

I've tried different versions of eclipse and jbosside versions and the same 
thing happens for the latest release windows zip package. I believe it could be 
something i missed out. I just unzip the package and went straight to creating 
a J2ee project and a session bean. I have set java compiler to be j2sdk and not 
just the runtime.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE Bug

2005-12-26 Thread barrin
Ah i found out what is the problem. The source folder should be set as the 
project's build path. I remember this setting is done automatically in the past 
that's why i did not know about this.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Running noejb tests w/o JBoss?

2005-12-26 Thread [EMAIL PROTECTED]
It should Just Work. Works fine for me. Try updating your CVS snapshot.


No, JBoss AS is not used by the unit tests.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Web Services with EJB3

2005-12-26 Thread 3sgte
anonymous wrote : what does this means? need some light here-is it something 
like: servlet-web service-java endpoint interface-java impl class-do lookup 
to ejb3? 

update:
answer: yes, it worksweb-servlet-web service-java endpoints-ejb3. 
performance is good...web to ldap login, load personalisation data, all ejb3s 
in less than a sec.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Reverse engineered code

2005-12-26 Thread [EMAIL PROTECTED]
lavoir wrote : I been dealing with a few eclipse errors during reverse 
engineering, but its been fun looking at the tool work.

What errors occured? Please report bugs to Hibernate Tools JIRA.

lavoir wrote : I assume only One to many relationships are supported.

Right.

(I never use many-to-many anyway, sometimes i think it's an abomination.)


lavoir wrote : I m a was a little confused when I sa  the *Selector  files. 
Static EJB classes in interfaces? Anywhere I can read up on that?

I am trying to implement a bit of polymorphism, so that I can use the same 
functionality in the search for X pages as in all the select X for Y pages. 
(JSF does not make this kind of thing extremely easy to do.)

Basically this is just a strategy pattern. Pretend the inner classes are just 
toplevel classes, I'm only generating them into the same file because I 
couldn't figure out how to generate a file for each association in the reverse 
engineering templates. I have to ask Max about that.


I can definatetly see using this tool to get prototypes of the ground quickly, 
in fact, Id be quite curious to time how long it took me to create a tada list 
experiment.

lavoir wrote : why was JSP chosen over facelets?

No good reason. I need to make this settable.

lavoir wrote : I couldnt help notice the generate DAO option on the 
generation tool, wouldnt it be nice that if you selected seam and DAO option, 
that is what you would get? :)

I dunno, I'm coming to the conclusion that the DAO pattern is just overkill for 
these kinds of crud applications. EntityManager _is_ a DAO ;-)



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Merry Christmas !

2005-12-26 Thread [EMAIL PROTECTED]
Merry Christmas everyone, for a present, Seam just got:

* A nested conversation model
* Workspace management (ie. let user freely switch conversations inside a 
single browser tab, check the booking demo!)
* Rudimentary support for AJAX and Soap invocations
* Improvements to the jBPM integration (check the dvd store demo!)

Enjoy.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Validation constraints

2005-12-26 Thread [EMAIL PROTECTED]
It is just a standard Java regex.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Newbie questions about JBoss Seam

2005-12-26 Thread [EMAIL PROTECTED]
1. Yes, there are currently a number of bugs in JBoss EJB3, and we are working 
hard to get them ironed out before the final release.

And yes, EJB3 offers all kinds of wonderful advantages over JavaBeans, 
including:

* txn demarcation
* efficient state management (passivation and replication with settable 
policies)
* security
* injection of resources like JMS, JDBC, JavaMail, etc
* support for WS invocation
* (in JBoss) much faster and more robust hot (re)deploy

Of course, you could implement -some- of those using Seam interceptors, but why 
bother when EJB3 has already got it all there for you.

2. You have expressed an *implementation* of a requirement. But you have not 
told us what the actual requirement was.

3. Seam has been in beta1 for only a short time, so most certainly there are no 
production applications yet. However, we have severalJBoss customers using it 
in development.


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Datamodel update cycle

2005-12-26 Thread [EMAIL PROTECTED]
Right, I put a lot of effort into getting this functionality just right. 
equals() is the only really safe way.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: EJB3 PFD is out ! any timeline for seam to get in sync ?

2005-12-26 Thread [EMAIL PROTECTED]
You will have to ask in the EJB3 forum for our EJB3 timelines. They recently 
got pushed back since Bill has a new baby :)

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: possible bug in portal 2.2

2005-12-26 Thread danch
You shouldn't count on being able to access attributes set in an actionRequest 
to be accessable from a renderRequest. The reason for this is that 
processAaction is only called once for N calls to render, and N-1 of those 
render calls will be in different HTTPRequests.

I'm not sure if the portlet spec specifically forbids the behavior you saw in 
JBoss portal 2.0, but it does mandate that you code for the behavior you saw in 
JBoss portal 2.2. To illustrate this, run your portlet in 2.0, then hit a url 
in another portlet on the same page - this time around, your render will be 
called without your processAction being called and you'll get your string out 
of the render parameter but not from the attribute.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JAVA_HOME not set ERROR

2005-12-26 Thread jraz
ok. thanks.. i have already tried to run jboss.. 

the solution i've found is that you have 

1. edit run.bat and
2. set JAVA_HOME  to jdk directory.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam in JBoss Portal 2.2. Does it make sense and is it p

2005-12-26 Thread [EMAIL PROTECTED]
The problem is that there is no good way to propagate a conversation id across 
a browser redirect. JBoss portal is using browser redirects everywhere.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - integrating JBoss with JBuilder 7

2005-12-26 Thread jraz
hi ! i don't know where to start ? what should i configure to the project 
properties of JBuilder?

i do have problem with integrating JBoss 3.2.7 to JBuilder 7 (as IDE).

i am making a web project  it should be implemented in the above specs  i 
used JBuilder7 as my IDE tool.. 

in fact, i have already run the JBoss server.. i'm using java J2SDK1.4.2 


pls help me.. thanks in advance..

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - SOS! my jboss dead for the following exception, can you tell

2005-12-26 Thread mycjol
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc005) occurred at PC=0x7C9
18FEA
Function=RtlpWaitForCriticalSection+0x5B
Library=C:\WINDOWS\system32\ntdll.dll

Current Java thread:
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
- locked 0x123a14c0 (a org.jboss.util.stream.NotifyingBufferedInputStr
eam)
at org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBuff
eredInputStream.java:67)
at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java
:2133)
at java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(Object
InputStream.java:2313)
at java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStre
am.java:2380)
at java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream
.java:2452)
at java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputSt
ream.java:2601)
at java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:27
9)
at java.lang.Thread.run(Thread.java:534)

Dynamic libraries:
0x0040 - 0x0040B000 C:\j2sdk1.4.2_07\bin\java.exe
0x7C90 - 0x7C9B C:\WINDOWS\system32\ntdll.dll
0x7C80 - 0x7C8F4000 C:\WINDOWS\system32\kernel32.dll
0x77DD - 0x77E6B000 C:\WINDOWS\system32\ADVAPI32.dll
0x77E7 - 0x77F01000 C:\WINDOWS\system32\RPCRT4.dll
0x77C1 - 0x77C68000 C:\WINDOWS\system32\MSVCRT.dll
0x0800 - 0x08138000 C:\j2sdk1.4.2_07\jre\bin\client\jvm.dll
0x77D4 - 0x77DD C:\WINDOWS\system32\USER32.dll
0x77F1 - 0x77F57000 C:\WINDOWS\system32\GDI32.dll
0x76B4 - 0x76B6D000 C:\WINDOWS\system32\WINMM.dll
0x7639 - 0x763AD000 C:\WINDOWS\system32\IMM32.DLL
0x629C - 0x629C9000 C:\WINDOWS\system32\LPK.DLL
0x74D9 - 0x74DFB000 C:\WINDOWS\system32\USP10.dll
0x1000 - 0x10007000 C:\j2sdk1.4.2_07\jre\bin\hpi.dll
0x003B - 0x003BE000 C:\j2sdk1.4.2_07\jre\bin\verify.dll
0x003C - 0x003D9000 C:\j2sdk1.4.2_07\jre\bin\java.dll
0x003E - 0x003ED000 C:\j2sdk1.4.2_07\jre\bin\zip.dll
0x003F - 0x003FF000 C:\j2sdk1.4.2_07\jre\bin\net.dll
0x71AB - 0x71AC7000 C:\WINDOWS\system32\WS2_32.dll
0x71AA - 0x71AA8000 C:\WINDOWS\system32\WS2HELP.dll
0x71A5 - 0x71A8F000 C:\WINDOWS\System32\mswsock.dll
0x76F2 - 0x76F47000 C:\WINDOWS\system32\DNSAPI.dll
0x76FB - 0x76FB8000 C:\WINDOWS\System32\winrnr.dll
0x76F6 - 0x76F8C000 C:\WINDOWS\system32\WLDAP32.dll
0x76FC - 0x76FC6000 C:\WINDOWS\system32\rasadhlp.dll
0x036C - 0x03705000 C:\WINDOWS\system32\imon.dll
0x71AD - 0x71AD9000 C:\WINDOWS\system32\WSOCK32.dll
0x7769 - 0x776B1000 C:\WINDOWS\system32\NTMARTA.DLL
0x774E - 0x7761D000 C:\WINDOWS\system32\ole32.dll
0x71BF - 0x71C03000 C:\WINDOWS\system32\SAMLIB.dll
0x662B - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71A9 - 0x71A98000 C:\WINDOWS\System32\wshtcpip.dll
0x044A - 0x044A6000 C:\j2sdk1.4.2_07\jre\bin\ioser12.dll
0x0460 - 0x04608000 C:\j2sdk1.4.2_07\jre\bin\nio.dll
0x0479 - 0x04795000 C:\j2sdk1.4.2_07\jre\bin\rmi.dll
0x76C9 - 0x76CB8000 C:\WINDOWS\system32\imagehlp.dll
0x59A6 - 0x59B01000 C:\WINDOWS\system32\DBGHELP.dll
0x77C0 - 0x77C08000 C:\WINDOWS\system32\VERSION.dll
0x76BF - 0x76BFB000 C:\WINDOWS\system32\PSAPI.DLL

Heap at VM Abort:
Heap
 def new generation   total 36416K, used 3498K [0x1001, 0x1279, 0x13d900
00)
  eden space 32384K,   1% used [0x1001, 0x10061950, 0x11fb)
  from space 4032K,  78% used [0x123a, 0x126b9058, 0x1279)
  to   space 4032K,   0% used [0x11fb, 0x11fb, 0x123a)
 tenured generation   total 483968K, used 135887K [0x13d9, 0x3163, 0x420
1)
   the space 483968K,  28% used [0x13d9, 0x1c243f58, 0x1c244000, 0x3163)

 compacting perm gen  total 30976K, used 30904K [0x4201, 0x43e5, 0x46010
000)
   the space 30976K,  99% used [0x4201, 0x43e3e368, 0x43e3e400, 0x43e5)

Local Time = Tue Dec 27 08:50:05 2005
Elapsed Time = 70415
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_07-b05 mixed mode)
#
# An error report file has been saved as hs_err_pid3224.log.
# Please refer to the file for further information.
#
Press any key to continue . . .

View the original post : 

[JBoss-user] [JBoss Portal] - Alternatives to the request.setAttribute? portlet session va

2005-12-26 Thread mpurdy1973
thanx for your replay... new to portlets... didnt think about that... that does 
make sense:-)

what is an aternative to the request.setAttribute?  should i use the portlet 
session?

i.e.
1) set the portlet session in the action request.
2) use it in the doView/doEdit/doHelp
3) when done, delete it in the doView/doEdit/doHelp



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Jboss-snmp-adaptor-snmptrapd-snmptt configuration iss

2005-12-26 Thread karanUk
The conf xml tags seems to have got dropped.The descriptors r as bellow.

  | jboss-service.xml
  | -
  | service
  |  !-- The SNMP adaptor MBean --
  |   mbean code=org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService
  |  name=jboss.jmx:name=SnmpAgent,service=snmp,type=adaptor
  | attribute 
name=RequestHandlerClassNameorg.jboss.jmx.adaptor.snmp.agent.RequestHandlerSupport/attribute
   
  | attribute 
name=TrapFactoryClassNameorg.jboss.jmx.adaptor.snmp.agent.TrapFactorySupport/attribute
  | attribute name=NotificationMapResName/notifications.xml/attribute
  | attribute name=ManagersResName/managers.xml/attribute
  | attribute name=HeartBeatPeriod0/attribute
  | attribute name=Port1161/attribute
  | attribute name=DynamicSubscriptionsfalse/attribute
  | attribute name=SubscriptionList
  |   subscription-list
  |   mbean 
name=jboss.jmx:name=HelloWorld,service=test,type=testBroadcaster/
  |   /subscription-list
  | /attribute
  |   /mbean
  | /service
  | --
  | notifications.xml
  | --
  | notification-map-list
  | mapping
  |   notification-typecom.acme.jmx-smnp.test/notification-type
  |   generic0/generic
  |   specific0/specific
  |   enterprise .1.3.6.1.4.1.2162.500.1.1/enterprise
  |   var-bind-list 
wrapper-class=org.jboss.jmx.adaptor.snmp.agent.NotificationWrapperSupport
  |   var-bind
  |   tagn:message/tag
  |   oid.1.3.6.1.4.1.2162.500.1.1.2/oid
  |   /var-bind
  |  /var-bind-list   
  |   /mapping  
  | /notification-map-list
  | --
  | managers.xml
  | --
  | manager-list
  | manager
  | address172.19.22.250/address
  | port162/port
  | local-address/local-address
  | local-port/local-port
  | version1/version
  |   /manager
  | /manager-list
  | --
  | 

looking forward for your thoughts,
KaranUK

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - jndi lookup, returns only local ejb in clustered environment

2005-12-26 Thread haribaasha
 hi
i have 3 nodes in a cluster,  when i have the EJB in all 3 nodes (including the 
one with the webservice) and then clustering doesnt happen. all requests are 
routed to the ejb present in the same node as the webservice ???

node 1 - web service(wsr)  ejb
node 2 - ejb
node 3 - ejb

all requests sent to ejb in node1 itself, nothing sent to node 2 and 3

there shud be some configuration i shud add in jboss.xml or somewhere to forbid 
this??? i have around 6 services like this and it wud require lot of machines 
if webservice and ejb cant be deployed in the same node..

the 3 nodes are 10.1.30.57,10.1.30.61,10.1.30.62..

lookup code:

Hashtable _jndiProperties = new hashtable();
_jndiProperties.put( 
Context.INITIAL_CONTEXT_FACTORY,org.jnp.interfaces.NamingContextFactory );

_jndiProperties.put( Context.PROVIDER_URL, 10.1.30.57:7070 );
_jndiProperties.put( 
Context.URL_PKG_PREFIXES,org.jboss.naming:org.jnp.interfaces ); 
Context context = new InitialContext( _jndiProperties );
Object objref = context.lookup( UserObjectsEJB );
NBUserObjectServiceHome userObjectHome = ( NBUserObjectServiceHome 
)PortableRemoteObject.narrow( objref, NBUserObjectServiceHome.class );
NBUserObjectServiceRemote userObjectRemoteInterface = userObjectHome.create();
_responseString = userObjectRemoteInterface.serviceRequest( userId_, 
requestString_ );

System.out.println ( NBWUserObjectService.serviceRequestEJB() The Response is 
::  + _responseString );

return _responseString;


jboss.xml

?xml version=1.0 encoding=UTF-8?
!DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS//EN 
http://www.jboss.org/j2ee/dtd/jboss.dtd;

enterprise-beans

ejb-nameUserObjectServiceEJB/ejb-name
jndi-nameUserObjectsEJB/jndi-name
true

/enterprise-beans 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Security exception

2005-12-26 Thread pranamya
Hello,

  Hey i am facing a strange problem. When i run the jboss server a get 
a security exception (java.lang.security) exception. Can any one tell me the 
reason why this exception is thrown. And please tell the solution too. Please 
it is urgent

Regards
Pranamya

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Need Help for Sub-Process

2005-12-26 Thread tom_sri74
Hey atleast some body let me know i am in right direction..

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss on JBuilder 7

2005-12-26 Thread jraz
how to integrate JBoss 3.2.7 in JBuilder 7.. ? 

any needed configuration of the project properties of the JBuilder?
or any tutorial that could help.. 

i have already able to run the JBoss server  i'm using also java J2sdk1.4.2 
for the project..

i need your help.. thanks in advance..

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - problem in creating j2ee project with jbossIDE

2005-12-26 Thread kingaam
I've installed eclipse and also insyalled the jboss IDE but each time I wish o 
create a j2ee project there is an error for opening the wizard, I'd be thankful 
if any body could help me,
regards

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - WAR DEPLOYMENT

2005-12-26 Thread nskarthik_k
HI FORM

   I HAVE A APPLICATION  (WAR) SUCESSFULLY RUNNING ON  STANDALONE 

   TOMCAT 5.X,IWOULD  LIKE TO DEPLOY THE SAME ON JBOSS4.


   PLEASE CAN SOME BODY PLEASE PROVIDE ME STEP BY STEP  PROCESS 

   ON HOW TO DEPLOY ON JBOSS4.


   WITH REGARDS
   KARTHIK

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: intergrate jbpm into tomcat

2005-12-26 Thread man2281
thanks koen. but this is not i want. i'm still under development. if i use test 
case it run without any error, but when i use webapp then the error came out. i 
think i miss configured somewhere about the path. Please help me!!

Thank you.

regards,
Alex Sim

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - how to get Container object for my application (Navigation M

2005-12-26 Thread ramireddy
Hi Everyone, 

I'm trying to create a Navigation Menu for my application. 

I have seen the code of the JBoss, in that jboss is creating the Navigation 
Menu using the Container Object and jboss is getting the Container Object using 
the below given statement i.e. 

container = (PortalObjectContainer) 
getPortletContext().getAttribute(PortalObjectContainer);

But here in the entire source code jboss did not use the below statement i.e. 

getPortletContext().setAttribute(PortalObjectContainer

Please help me how to create a Navigation menu. 


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - String[][] deserialization error

2005-12-26 Thread takahashi
Hi

I am new to JBoss. I tried WSRPCServiceStepByStep and it worked ok. 
I added String[][] element to the Person class with the appropriate
setters and getters and got the following exception ...

14:51:58,156 ERROR [RPCInvocation] org.xml.sax.SAXException: SimpleDeserializer 
encountered a child element, which is NOT expected, in something it was trying 
to deserialize.
org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which 
is NOT expected, in something it was trying to deserialize.
at 
org.jboss.axis.encoding.ser.SimpleDeserializer.onStartChild(SimpleDeserializer.java:206)
at 
org.jboss.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextImpl.java:1168)
at 
org.jboss.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:244)
at 
org.jboss.axis.message.SOAPElementAxisImpl.publishToHandler(SOAPElementAxisImpl.java:1386)
at org.jboss.axis.message.RPCElement.deserialize(RPCElement.java:262)
at org.jboss.axis.message.RPCElement.getParams(RPCElement.java:396)
at 
org.jboss.axis.providers.java.RPCInvocation.prepareFromRequestEnvelope(RPCInvocation.java:235)
at 
org.jboss.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:103)
at 
org.jboss.axis.providers.java.JavaProvider.invoke(JavaProvider.java:358)
at 
org.jboss.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:73)
at org.jboss.axis.SimpleChain.doVisiting(SimpleChain.java:160)
at org.jboss.axis.SimpleChain.invoke(SimpleChain.java:123)
at org.jboss.axis.handlers.soap.SOAPService.invoke(SOAPService.java:560)
at 
org.jboss.webservice.server.ServerEngine.invokeInternal(ServerEngine.java:200)
at org.jboss.webservice.server.ServerEngine.invoke(ServerEngine.java:89)
at 
org.jboss.axis.transport.http.AxisServlet.doPost(AxisServlet.java:905)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.jboss.axis.transport.http.AxisServletBase.service(AxisServletBase.java:370)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:534)

I deployed Organization.war which contains the following:
 ? web.xml
 ? webservices.xml 
 ? jax-rpcmapping.xml 
 ? OrganizationService.wsdl
 ? appropriate class files 

I didn't change any outputs created by wscompile.

Do I have to add extra mapping information for String[][] to 
jax-rpcmapping.xml?  
wscompile created 
org.jboss.test.webservice.sample._arrays.java.lang.StringArray class for 
String[] automatically. 
Any relation to this?

or Is it any relations to the JBWS-264 bug  which reported byte[][] bug?

Any information will be appreciated.

-Mie






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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files 

[JBoss-user] [JBoss Portal] - Regd : WSRP Implementation in Portal 2.2

2005-12-26 Thread arvind_pv
Hi Everyone,

As per the JBoss Portal Webinar presentation, WSRP is going to be  implemented 
in Portal 2.4 which will be released in the month of March 2006.

But I have downloaded the JBoss Portal Source Code, in which there is a package 
available callled by wsrp. So I think Jboss Portal 2.2 supports WSRP, but there 
is no infomation regarding this in user guide, reference guide of JBoss. My 
question is Is WSRP is implemented in Portal 2.2? server. 

If WSRP is implemented in Portal 2.2 then what are all the configuration 
required for me to implement WSRP for my application.

Thanks


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Jboss-snmp-adaptor-snmptrapd-snmptt configuration iss

2005-12-26 Thread karanUk
Hi,
   Was just debugging and found that the generic and specific tags in the 
notifications.xml are overriding the enterprise OID and so the coldStart trap's 
being sent.

  | notification-map-list
  | mapping
  |   notification-typecom.acme.jmx-smnp.test/notification-type
  | generic0/generic
  |   specific0/specific
  |   enterprise .1.3.6.1.4.1.2162.500.1.1/enterprise
  |   !--etc--
  |   /mapping  
  | /notification-map-list
  |  
The only document describing notifications.xml seems to be 
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSNMPAdapterNotifications and as 
such does not detail the role of generic and specific tags.If someone knows the 
set of values that can be passed to these tags and their significance,plz do 
let us know.

looking forward for ur reply,
karanUk.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: AccessControlExceptionaccess denied (java.lang.RuntimePe

2005-12-26 Thread chaituu
[EMAIL PROTECTED] wrote : Presumably you control the content in which your 
client is running and can choose to not run with a security manager.

how to choose not run with a security manager?


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user