[JBoss-user] [JBoss Seam] - Re: Seam 1.0.1 GA - STATE_SAVING_METHOD Problem

2006-06-24 Thread [EMAIL PROTECTED]
Upgrading to the latest release of facelets fixes this problem.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953264#3953264

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953264

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: JBoss Performance Tuning

2006-06-24 Thread tdanecito
Okay,

I am tuning to a new level (network) and decided to mention a few things.
Use a tool such as TCPOptimizer.

Adjust your MRU, MTU such that it meets you needs. For example if you transmit 
only a couple hundred bytes you can adjust it to that size say versus the 
standard 1500 bytes. If you transmit say 3000 bytes then the 1500 byte plus ACK 
can be quite an issue over long distances and the bigger the message the more 
chatty it can be.

This may not be an issue if you are down to around 20msec or less over short 
distances from the server (10 miles max) on the internet but I am working the 
long distance now (1500 miles) where a simple 1500 byte transmit and 3000 byte 
return take around 300 milliseconds through who knows how many routers.

Also, I found this good link thanks to PeterJ on another thread. It backs up 
what I said about reducing services and a few other tuning hints.

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

I am down to 100,000 transactions per second per thread at the servlet layer 
but still working on getting the Web Service Layer to be better than 4-5 
milliseconds to get through that layer thus the TCP stack tuning and some other 
methods I will try soon.

I have yet to upgrade from the old P4 to say a AMD64 X2 4200 but hopefully some 
day soon then I will report more on those results. My goal is to get to over 1 
million transactions per second with total round trip time of less than 5 
milliseconds over a distance of 10 miles.

Good Luck,

Tony Anecito
[EMAIL PROTECTED]

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953263#3953263

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953263

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Newbie question: How to install the HelloPortal.zip

2006-06-24 Thread bakshia
Thanks it works. Two things that were throwing me off were :
1. There is a HelloPortlet.zip sample that doesn't seem to work. The 
HelloWorldPortlet.zip does work.
2. The HelloWorld Portlet appears at the bottom of the page, I didn't see it 
and though that it wasn't showing any results.

Thanks, I'm all set for now.
Anupam.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953262#3953262

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953262

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - IllegalAccessError initializing ehcache.CacheManager

2006-06-24 Thread masonoise
I'm wondering if anyone else has run into this problem; some searching showed 
similar reports using other JBoss products, but nothing quite the same as what 
I'm seeing. This may or may not actually be a Hibernate issue, but I thought 
folks in this forum would be most likely to have run into this.

I did a new install of JBoss server 4.0.4.GA with the ejb3 option, on a new 
Intel MacBook running Mac OS X 10.4.6. JBoss itself runs fine; the problem 
occurs running the app I'm working on. However, I need to mention that after 
installation I discovered that for some reason the ehcache jar wasn't 
installed. I grabbed one from another installation I had and dropped it into 
/server/default/lib.

I deployed my app, and when it tries to do the first Hibernate-related call I 
get an IllegalAccessError trying to run ehcache.CacheManager.init(). It is 
possible that JBossAS 4.0.4.GA needs a newer version of ehcache, I suppose, but 
since that jar file wasn't put in the lib directory when I installed the 
server, I can't be sure which version it might be expecting. 

Has anyone else encountered this or had similar installation issues? Thanks in 
advance for any ideas or advice.

Here's the relevant log output:

17:18:22,073 INFO  [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
17:18:22,145 INFO  [TransactionFactoryFactory] Transaction strategy: 
org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
17:18:22,176 INFO  [TransactionManagerLookupFactory] No 
TransactionManagerLookup configured (in JTA environment, use of read-write or 
transactional second-level cache is not recommended)
17:18:22,177 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): 
disabled
17:18:22,177 INFO  [SettingsFactory] Automatic session close at end of 
transaction: disabled
17:18:22,177 INFO  [SettingsFactory] JDBC batch size: 15
17:18:22,177 INFO  [SettingsFactory] JDBC batch updates for versioned data: 
disabled
17:18:22,177 INFO  [SettingsFactory] Scrollable result sets: enabled
17:18:22,177 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
17:18:22,177 INFO  [SettingsFactory] Connection release mode: auto
17:18:22,177 INFO  [SettingsFactory] Maximum outer join fetch depth: 2
17:18:22,177 INFO  [SettingsFactory] Default batch fetch size: 1
17:18:22,178 INFO  [SettingsFactory] Generate SQL with comments: disabled
17:18:22,178 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
17:18:22,178 INFO  [SettingsFactory] Query translator: 
org.hibernate.hql.ast.ASTQueryTranslatorFactory
17:18:22,178 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
17:18:22,179 INFO  [SettingsFactory] Query language substitutions: {}
17:18:22,179 INFO  [SettingsFactory] Second-level cache: enabled
17:18:22,179 INFO  [SettingsFactory] Query cache: disabled
17:18:22,179 INFO  [SettingsFactory] Cache provider: 
org.hibernate.cache.EhCacheProvider
17:18:22,441 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
17:18:22,441 INFO  [SettingsFactory] Structured second-level cache entries: 
disabled
17:18:22,480 INFO  [SettingsFactory] Statistics: disabled
17:18:22,480 INFO  [SettingsFactory] Deleted entity synthetic identifier 
rollback: disabled
17:18:22,500 INFO  [SettingsFactory] Default entity-mode: pojo
17:18:23,858 INFO  [SessionFactoryImpl] building session factory
17:18:23,932 ERROR [jsp] Exception happened while executing page: tried to 
access method net.sf.ehcache.CacheManager.()V from class 
org.hibernate.cache.EhCacheProvider
java.lang.IllegalAccessError: tried to access method 
net.sf.ehcache.CacheManager.()V from class org.hibernate.cache.EhCacheProvider
at org.hibernate.cache.EhCacheProvider.start(EhCacheProvider.java:124)
at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:180)
at 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1213)
at 
org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:631)
at 
org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:760)
at 
org.hibernate.ejb.Ejb3Configuration.createFactory(Ejb3Configuration.java:151)
at 
org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:205)
at 
org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:114)
at 
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:37)
at com.foobar.builders.BuilderUtil.(BuilderUtil.java:35)
at 
com.foobar.util.EntityManagerUtil.createEntityManager(EntityManagerUtil.java:25)
at org.apache.jsp.index_jsp._jspService(index_jsp.java:130)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
at 
org.apache.jasp

[JBoss-user] [JBossCache] - Re: Replicated field values not 'sticking' in clustered POJO

2006-06-24 Thread [EMAIL PROTECTED]
I'd suggest that you troubleshoot this one step at a time. First is to make 
sure the real standalone mode (e.g., outside of any container) works first with 
your POJO. Then you are sure that POJO instrumentation is done correctly.

The second step will be to turn on all log tracing to debug (yes, lots of 
output). Thing you want to look for field replication is like replicate(..., 
put(...)) that is replicating to the other node.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953259#3953259

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953259

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: JBoss Cluster issue

2006-06-24 Thread [EMAIL PROTECTED]
The best way to troubleshoot is to turn on log tracing for both tomcat 
(org.jboss.web.tomcat.tc5.session) and ejb3 (I assume? org.jboss.ejb3). This 
way you are sure whether the states have been replicated or not.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953258#3953258

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953258

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: ClassCastException when updating ear-jar.xml schema to b

2006-06-24 Thread logankiefer
Some more testing shows that the exact same lookup will return an object that 
implements a Home interface when using ejb-jar_2_0.xsd and it will return a an 
object that implements the Remote interface when using the ejb-jar_3_0.xsd

Lookup Code below:

EJBHome home = (EJBHome)PortableRemoteObject.narrow 
  (context.lookup(sJNDIName),narrowTo);
   
The same sJNDIName is used in both cases.  The only thing that changes is the 
xsd.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953257#3953257

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953257

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: (another) XAConnectionFactory not bound

2006-06-24 Thread [EMAIL PROTECTED]
You may try to upgrade jgroups.jar from 2.2.7 to 2.2.9 (or later). Looks like 
the problem lies in the group membership.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953256#3953256

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953256

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Soap:Header element using default namespace [JBoss 4.0.3 Sp

2006-06-24 Thread rfoyle
Hi,
I'm developing a webservice that uses soap headers with JBoss 4.0.3 Sp1. I have 
followed the jboss (test) examples that do not use custom type mappings in the 
wsdl. The namespace does not appear to be correct in the soap envelope. 

My problem with this approach is that since the  output header uses the default 
namespace it fails xsd validation. Btw: My client works and accesses the 
webservice.

I have tried using custom types but that approach does not seem to work (I can 
share the logs illustrating the NPEs if you want to see them).

So my question is really centering on using default types, i.e, xsd:string. Is  
there something I am missing in terms of making the header element namespace 
aware?

Here are the relevant snippets. 
wsdl:
http://somens"; 
...

...



...

...

  
  
http://somens"; />
...
Soap Envelope (captured in transit)

  Default Header value
 
...

What I would expect:

  Default Header value
 

Thanks in advance,

Rich


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953255#3953255

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953255

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - ClassCastException when updating ear-jar.xml schema to be EJ

2006-06-24 Thread logankiefer
I'm using JBoss 4.0.4GA with EJB RC7. My current ejbs are all 2.0 ejbs and I 
want to keep using the deployment descriptors. I'm updating the ear-jar.xml 
schema to use ear-jar_3_0.xsd instead of the ear-jar_2_0.xsd.

When I change the ejb-jar.xml to use ejb-jar_3.0.xsd the 
context.lookup(jndiName) is returning a proxy that does not extend the EJBHome 
interface. If I change back to the ejb-jar_2.0.dtd the Proxy does extend 
javax.ejb.EJBHome. 

Does this mean in order for my EJB 2.0 beans to be EJB 3.0 compliant (i.e. use 
ejb-jar_3.0.xsd) I must now remove all occurances of casting the Proxy object, 
returned from a context.lookup, to EJBHome??? 
 
 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953254#3953254

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953254

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: ejb-jar.xml Schema verification fails

2006-06-24 Thread logankiefer
The schema verfication works for me now.  The solution for me was to just use 
the correct version of the schema:

ejb-jar_3_0.xsd for the ejb.jar.xml
jboss_4_0.dtd for the jboss.xml

Then I needed to change CONTAINER to Container in the ejb-jar.xml file.  

I also had to ensure that the jboss.xml file was correct.  I did eventually get 
the mapped_name to work in the ejb-jar.xml file.

I don't have any more verification errors but I still have the 
classCastException.  

I'm going to start a different thread for that since it longer falls under this 
thread of verification failure.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953253#3953253

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953253

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Support generic(jdk 1.5 feature)

2006-06-24 Thread roger1975
Collection

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953252#3953252

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953252

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portal context and Servlet mapping

2006-06-24 Thread Silicio
I'm going crazy...
If I map a servlet by extension, I should reach it.
For example

if I have:


  | 
  | Servlet1
  | mywork.Servlet1
  | 
  | 
  |   
  | Servlet1
  | *.jhk
  |   

In my jsp page located in /web-app-root/user/uploadfile.jsp
I should reach that servlet in this way:


  | ...
  | 
  | ...
  | 

But this doesn't work for me... my application simply reload same page and do 
nothing... 

I'm blocked here since 2 days, and i've 7 days left to finish my project...
Need help, please.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953250#3953250

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953250

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Replicated field values not 'sticking' in clustered POJO

2006-06-24 Thread [EMAIL PROTECTED]
Are you sure you are reading your config file properly?


  | PropertyConfigurator config = new PropertyConfigurator();
  | config.configure(cache, "./WEB-INF/replSync-service.xml");
  | 

will look in your classpath for ./WEB-INF/replSync-service.xml.  I don't think 
this is what you want.

Try putting the xml file in WEB-INF/classes and use:


  | PropertyConfigurator config = new PropertyConfigurator();
  | config.configure(cache, "replSync-service.xml");
  | 

That ought to work.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953249#3953249

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953249

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: ejb-jar.xml Schema verification fails

2006-06-24 Thread logankiefer
Refresher.  I'm using JBoss 4.0.4GA with EJB RC7.  My current ejbs are all 2.0 
ejbs and I want to keep using the deployment descriptors.

When I change the ejb-jar.xml to use ejb-jar_3.0.xsd the 
context.lookup(jndiName) is returning a proxy that does not extend the EJBHome 
interface.  If I change back to the ejb-jar_2.0.dtd the EJBHome does extend 
javax.ejb.EJBHome.

Does this mean in order for my EJB 2.0 beans to be EJB 3.0 compliant (i.e. use 
ejb-jar_3.0.xsd) I must now remove all occurances of casting the Proxy object,  
returned from a context.lookup, to EJBHome???


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953247#3953247

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953247

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Support generic(jdk 1.5 feature)

2006-06-24 Thread roger1975
Any knows how to set the tags so that the interfaces geneated from the bean 
file have the same genric return type as the beans. for example, Collection 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953246#3953246

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953246

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - mod_jk/Apache/JBoss redirection issue (localhost vs. hostnam

2006-06-24 Thread asack
I've setup a basic worker with the following properties:

worker.list=node1
worker.node1.port=8009
worker.node1.host=acme
worker.node1.type=ajp13

acme is the hostname of the JBoss server (its localhost).

I have a redirect rule thats basically forced the URL to go to:

http://acme/app

For some reason this doesn't work.  If I do http://localhost/app, it works 
fine, but I can't seem to use my hostname.

Anyone run into this?

I tried changing the server.xml Host name parameter to acme but that didn't 
work either.

What am I doing wrong?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953245#3953245

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953245

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Consuming Web Services

2006-06-24 Thread kukeltje
search the forum, has been asked and answered before. In short: you have to 
write some code

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953241#3953241

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953241

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Problem in the starters kit of jBPM

2006-06-24 Thread sajid08
I was developing the process made in the video demo available on the jboss site 
http://docs.jboss.com/jbpm/v3/demos/movies/jbpm-overview.htm

It works fine until I go into configure the task, If I try to define variables 
for the form in the 'Controller' , It gives me error when I am saving the 
changes, I can change the name of the task and assign a swim lane to it 
alright, but If I try to assign variables in the Controller it gives me an 
error.

But if I assign the same variables directly in the source xml, It saves it 
without giving an error, and I've deployed it after wards and it works fine. So 
my question is why am I getting this error on assigning variables in the 
Controller, Is it not able to generate correct xml? or is there some other 
problem with it. 

Also I would like to know why is the 'Deployment' tab missing in the starter's 
kit as it is shown in the demo, I had to right click the process and from there 
'Deploy the Process Archive' to deploy my process.

I'd be really grateful to you people, if you take your time and answer these.



Regards,
Sajid

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953240#3953240

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953240

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-06-24 Thread CptnKirk
It should be, however your SelectItemsSelector will need to be smart enough to 
handle either the SelectOne or SelectMany case.  Since the SelectMany's will 
allow different value types to be returned than SelectOne, this could be 
slightly more work, but should be possible with a little type checking.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953239#3953239

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953239

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Consuming Web Services

2006-06-24 Thread sajid08
Hey All,

I am new to Jboss and jBPM, just downloaded the jBPM starters kit and started 
working on it.

Now we want to develop a prototype using jBPM, that'd integrate two sample 
applications, one in .net and the other in java, both'd be exposed using a web 
service.

I want to know how to call or invoke a web service from within the process of 
jBPM, like from the task node. Can we do that without writting the code or 
would we have to write some code, Is there any example step-by-step explaining 
how to call a web service from within the process?, If you people guide me 
throw this I'd be very grateful.


Regards,
Sajid.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953238#3953238

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953238

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: cant locate remote session ejb3

2006-06-24 Thread hheller
i face the same error. im pretty sure, that it means were using the wrong 
remoting library.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953237#3953237

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953237

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Recommendation of web.xml xsd version to use

2006-06-24 Thread logankiefer
The answer to this is to not use web-app_2.5.xsd if your using the embedded 
Tomcat with JBoss-4.0.4.GA.  That version of Tomcat is 5.5 and it supports the 
Servlet 2.4 specification not the Servlet 2.5 specification.  So, you'll get 
all sorts of problems if you use the web-app_2.5.xsd.  Use the web-app_2.4.xsd 
and should be fine.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953234#3953234

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953234

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: 4.0.4 GA Bug

2006-06-24 Thread meme
Some people think it's a but some doesn't. I had the same problem and found
this as a workaround:

http://jroller.com/page/eyallupu?entry=hibernate_exception_simultaneously_fetch_multiple

To make a long story short: Instead of Bags like collections use list :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953231#3953231

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953231

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: OneToOne and EL (Error during model data update.)

2006-06-24 Thread [EMAIL PROTECTED]
The relationship must be null.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953230#3953230

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953230

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Explicit conversation ID redirect question

2006-06-24 Thread [EMAIL PROTECTED]
You can use pages.xml without providing description text for every page!

Seam ONLY updates the view id when we hit a page that has a description in 
pages.xml.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953229#3953229

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953229

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Accessing serial ports from jboss

2006-06-24 Thread meme
Hi,

I've got the need for an component wich accesses the serial port, aquiring data 
from this port. The standard-beans (such as Stateless or Stateful Session beans 
are not possible)

So wich is the best approach to access the serial-port from jboss to get these 
data?

The data should be collected from the serial and provided to the running 
services via JMS.

me

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953228#3953228

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953228

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: OneToOne and EL (Error during model data update.)

2006-06-24 Thread conny.lundgren
"[EMAIL PROTECTED]" wrote : cost is of type int, but you don't have 
required=true on the inputText. I hope you are not trying to do something silly 
like thinking null==0.

Setting required="true" gives the same result, and no I know that null isn't 0. 
:)

One thing to note is if I get to the eventDetail singlehanded (doing 
eventDetail.cost) It's invoked but that bypasses the relationship. 

Im really stomped here, 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953227#3953227

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953227

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: [new] How can i do a back with jbpm?

2006-06-24 Thread kukeltje
put a transition in the process from where you are to the previous task

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953226#3953226

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953226

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Explicit conversation ID redirect question

2006-06-24 Thread rdewell
I need to keep using pages.xml as it's the only way to provide a URL 
abstraction for action methods.  I hope someday it supports even more free-form 
URL patterns, actually.

It appears to me that when I navigate around within the same conversation, Seam 
keeps track of the last viewId for that conversation.  When I go back to an 
explicit conversation, it resumes at that last viewId.  I'm just suggesting 
that conversations have a concept of a "home view" so that they can easily get 
back to where they started.




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953225#3953225

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953225

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Creating a new instance from an application

2006-06-24 Thread kukeltje
no, but it is a good habit in these kinds of circumstances to at least post the 
processdefinition and relevant parts of the code you created. Otherwise it 
would be shooting in the dark

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953224#3953224

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953224

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: Convenience class not printing Log4J debug statements

2006-06-24 Thread CasaDelNorte
Problem solved. I feel silly - I had the console appender filtered to INFO when 
it should have been DEBUG.


  |
  |   
  |   
  |   
  | 
  |   
  |  
  |  
  |   
  |
  | 

Thanks for the extra eyes.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953223#3953223

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953223

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: OneToOne and EL (Error during model data update.)

2006-06-24 Thread [EMAIL PROTECTED]
cost is of type int, but you don't have required=true on the inputText. I hope 
you are not trying to do something silly like thinking null==0.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953222#3953222

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953222

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - OneToOne and EL (Error during model data update.)

2006-06-24 Thread conny.lundgren
Im trying to make a simple page in seam, and i got a OneToOne in my pojos like 
this

Event 1 -- 1 EventDetail

The pojos are mapped 

  | @Entity
  | @Name("event")
  | @Scope(SESSION)
  | public class Event implements Serializable {
  | 
  | private Long eventId;
  | 
  | @Id
  | @GeneratedValue
  | public Long getEventId() {
  | return eventId;
  | }
  | 
  |@OneToOne
  | public EventDetail getEventDetail() {
  | return eventDetail;
  | }
  | .. more getters/setters
  | }   
  | 


  | @Entity
  | @Name("eventDetail")
  | public class EventDetail implements Serializable {
  | 
  | private Long eventDetailId;
  | private int cost;
  | @Id
  | @GeneratedValue
  | public Long getEventDetailId() {
  | return eventDetailId;
  | }
  | 
  | public int getCost() {
  | return cost;
  | }
  | ..more getters/setters
  |  }
  | 

And my view

  | 
  | 
  | 
  | 
  | 

Submitting this page gives the following error ""cost": Error during model data 
update."

Removing the event.eventDetail.cost saves the entity, I have tuned up the 
logging to debug but it doesn't give me any meaningfull error.

Any suggestion on this really trivial problem?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953221#3953221

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953221

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - wscomple features in wstools?

2006-06-24 Thread kvbisme
Is there a way to perform the functionallity of the "searchschema" feature in 
wscompile with wstools?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953220#3953220

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953220

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - EJB injection dependencies failure...

2006-06-24 Thread trouby
Hello,

I'm trying to deploy an EAR file with some EJBs into Jboss 4.0.4GA,

I have two Stateless beans: AccountBean/UserBean,

As it seems, if no EJB injection is done between those two, both are deployed 
correctly, even if one EJB is injected into another things work fine,

But at the moment I add depdenencies between both beans (on each EJB I inject 
the other one by the @EJB annotation) I get the following failure in deployment 
time:



  | 20:13:14,909 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  | 
  | --- MBeans waiting for other MBeans ---
  | ObjectName: 
jboss.j2ee:ear=registration.ear,jar=Registration-EJBModule.jar,name=AccountBean,service=EJB3
  |   State: NOTYETINSTALLED
  |   I Depend On:
  | 
persistence.units:ear=registration.ear,jar=Registration-EJBModule.jar,unitName=default
  | 
jboss.j2ee:ear=registration.ear,jar=Registration-EJBModule.jar,name=TargetSystemBean,service=EJB3
  | 
jboss.j2ee:ear=registration.ear,jar=Registration-EJBModule.jar,name=UserBean,service=EJB3
  |   Depends On Me:
  | 
jboss.j2ee:ear=registration.ear,jar=Registration-EJBModule.jar,name=UserBean,service=EJB3
  | 
  | ObjectName: 
jboss.j2ee:ear=registration.ear,jar=Registration-EJBModule.jar,name=UserBean,service=EJB3
  |   State: NOTYETINSTALLED
  |   I Depend On:
  | 
jboss.j2ee:ear=registration.ear,jar=Registration-EJBModule.jar,name=TargetSystemAttributeBean,service=EJB3
  | 
persistence.units:ear=registration.ear,jar=Registration-EJBModule.jar,unitName=default
  | 
jboss.j2ee:ear=registration.ear,jar=Registration-EJBModule.jar,name=AccountBean,service=EJB3
  |   Depends On Me:
  | 
jboss.j2ee:ear=registration.ear,jar=Registration-EJBModule.jar,name=AccountBean,service=EJB3
  | 


This app seems to work perfectly on Glassfish,
As it seems, in Jboss there's a problem when one EJB X is depdend on Y when Y 
is depdendent on X,


Any clues?

Thanks in advanced,

Asaf.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953219#3953219

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953219

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Newbie question: How to install the HelloPortal.zip

2006-06-24 Thread [EMAIL PROTECTED]
well, the zip should contain a README file with simple steps how to build the 
portlet and then just drop the .war file into your server/default/deploy 
directory and it will be deployed.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953218#3953218

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953218

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Newbie question: How to install the HelloPortal.zip

2006-06-24 Thread bakshia
Hi,
  I have no experience with JBoss or JBoss Portal. I do have JBoss Portal 2.2 
up and running. I got the sample HelloPortlet.zip. Can someone point me to the 
steps for installing this sample Portal?

Thanks,
Anupam.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953217#3953217

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953217

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Problem: java.net.SocketException: Network is down: create w

2006-06-24 Thread challa_himabindu
Hi All,
   I installed jboss 4.0.2 in my personal computer. When I started the jboss, 
the following error occurred.

.
19:01:45,421 INFO  [Server] Starting JBoss (MX MicroKernel)...
19:01:45,421 INFO  [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBo
ss_4_0_4_GA date=200605151000)
19:01:45,421 INFO  [Server] Home Dir: D:\Jboss 4.0.4\jboss-4.0.4.GA
19:01:45,421 INFO  [Server] Home URL: file:/D:/Jboss 4.0.4/jboss-4.0.4.GA/
19:01:45,437 INFO  [Server] Patch URL: null
19:01:45,437 INFO  [Server] Server Name: default
19:01:45,437 INFO  [Server] Server Home Dir: D:\Jboss 4.0.4\jboss-4.0.4.GA\serve
r\default
19:01:45,437 INFO  [Server] Server Home URL: file:/D:/Jboss 4.0.4/jboss-4.0.4.GA
/server/default/
19:01:45,437 INFO  [Server] Server Log Dir: D:\Jboss 4.0.4\jboss-4.0.4.GA\server
\default\log
19:01:45,437 INFO  [Server] Server Temp Dir: D:\Jboss 4.0.4\jboss-4.0.4.GA\serve
r\default\tmp
19:01:45,437 INFO  [Server] Root Deployment Filename: jboss-service.xml
19:01:46,031 INFO  [ServerInfo] Java version: 1.5.0_01,Sun Microsystems Inc.
19:01:46,031 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_01-b08
,Sun Microsystems Inc.
19:01:46,031 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
19:01:47,890 INFO  [Server] Core system initialized
19:01:52,578 INFO  [WebService] Using RMI server codebase: http://sys:8083/
19:01:52,640 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resour
ce:log4j.xml
19:01:53,093 WARN  [ServiceController] Problem starting service jboss:service=We
bService
java.net.SocketException: Network is down: create
at java.net.ServerSocket.createImpl(ServerSocket.java:255)
at java.net.ServerSocket.getImpl(ServerSocket.java:205)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.(ServerSocket.java:185)
at org.jboss.web.WebServer.start(WebServer.java:229)
at org.jboss.web.WebService.startService(WebService.java:337)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBea

[JBoss-user] [Beginners Corner] - Problem: java.net.SocketException: Network is down: create w

2006-06-24 Thread challa_himabindu
Hi All,
   I installed jboss 4.0.2 in my personal computer. When I started the jboss, 
the following error occurred.

.
19:01:45,421 INFO  [Server] Starting JBoss (MX MicroKernel)...
19:01:45,421 INFO  [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBo
ss_4_0_4_GA date=200605151000)
19:01:45,421 INFO  [Server] Home Dir: D:\Jboss 4.0.4\jboss-4.0.4.GA
19:01:45,421 INFO  [Server] Home URL: file:/D:/Jboss 4.0.4/jboss-4.0.4.GA/
19:01:45,437 INFO  [Server] Patch URL: null
19:01:45,437 INFO  [Server] Server Name: default
19:01:45,437 INFO  [Server] Server Home Dir: D:\Jboss 4.0.4\jboss-4.0.4.GA\serve
r\default
19:01:45,437 INFO  [Server] Server Home URL: file:/D:/Jboss 4.0.4/jboss-4.0.4.GA
/server/default/
19:01:45,437 INFO  [Server] Server Log Dir: D:\Jboss 4.0.4\jboss-4.0.4.GA\server
\default\log
19:01:45,437 INFO  [Server] Server Temp Dir: D:\Jboss 4.0.4\jboss-4.0.4.GA\serve
r\default\tmp
19:01:45,437 INFO  [Server] Root Deployment Filename: jboss-service.xml
19:01:46,031 INFO  [ServerInfo] Java version: 1.5.0_01,Sun Microsystems Inc.
19:01:46,031 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_01-b08
,Sun Microsystems Inc.
19:01:46,031 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
19:01:47,890 INFO  [Server] Core system initialized
19:01:52,578 INFO  [WebService] Using RMI server codebase: http://sys:8083/
19:01:52,640 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resour
ce:log4j.xml
19:01:53,093 WARN  [ServiceController] Problem starting service jboss:service=We
bService
java.net.SocketException: Network is down: create
at java.net.ServerSocket.createImpl(ServerSocket.java:255)
at java.net.ServerSocket.getImpl(ServerSocket.java:205)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.(ServerSocket.java:185)
at org.jboss.web.WebServer.start(WebServer.java:229)
at org.jboss.web.WebService.startService(WebService.java:337)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBea

[JBoss-user] [Beginners Corner] - Call Web Service from Servlet, error with

2006-06-24 Thread cpowers
I have a servlet that is calling a Web Service, through a proxy generated in 
Eclipse (New, Web Service Client wizard).

It works fine when I run under Tomcat 5.5.

However, when I run under JBoss 4.0.4 GA, I get the following errors:

[EngineConfigurationFactoryFinder] Factory 
org.apache.axis.configuration.EngineConfigurationFactoryServlet Ignored: 
missing required method: public static EngineConfigurationFactory 
newFactory(Object).
[EngineConfigurationFactoryFinder] Factory 
org.apache.axis.configuration.EngineConfigurationFactoryDefault Ignored: 
missing required method: public static EngineConfigurationFactory 
newFactory(Object).
[EngineConfigurationFactoryFinder] Unable to locate a valid 
EngineConfigurationFactory
Exception: java.lang.NullPointerException

I think this is probably because I have some missing or mismatched Jar version, 
but I don't what it is.

Any help would be appreciated!  Thanks in advance.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953209#3953209

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953209

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Creating a new instance from an application

2006-06-24 Thread abdielj
hi, 

i defined a process and deploy it to the jbpm local server then i made an 
application that creates a new instance and then assigns values to a couple of 
variables. i assign the start node to user ernie, but when i login to the web 
application as user ernie i have no new instances in the task list. Can sombody 
tell me what i'm doing wrong ? 

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953206#3953206

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953206

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: IllegalStateException: Cannot find consumer

2006-06-24 Thread ONIT

Ovidiu,

Thanks for the follow-up.

I have a jsp that requests data using the following code (cdCountyData is the 
stateless EJB):

try
{
String sessionKey = request.getRequestedSessionId() + (10 + 
System.currentTimeMillis()%10);
int intCounties = cdCountyData.sendDataRequest(sessionKey, dataRequest);
dataResponse = cdCountyData.getDataResponse(sessionKey, intCounties);
}
catch (RemoteException e)
{
e.printStackTrace();
}

Everything works as long as I keep using the jsp.  The exception occurs when 
the system is idle for about 30 minutes.  When I use the jsp after sitting idle 
I get an exception everytime.

Thanks for your help,

Dennis


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953205#3953205

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953205

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: DataTableSelection and Seam-managed Transaction problem

2006-06-24 Thread cavani
Hi,

I know one exception is because operationFiling.operation is null, but I am 
setting this property with a value from monitoring.selectedOperation. This last 
property has a @DataModelSelection on it, but seem to me that Seam is not 
injecting it before I call operationFiling.select (the first exception).

This code is very similar with Hotel Book exemple, but I am using Seam-Managed 
Transaction and this doesn't work.

Could be Scope problema?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953204#3953204

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953204

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Multi threading client to log EBJ3 with ClientLoginModul

2006-06-24 Thread mehdi105
Hi All,

I have used ClientLoginModule using jboss4.0.1 with tomcat standalone in 
seperate tier.

The way I have done is regardless of mutli-threaded=true|fase , I always invoke 
ClientLoginModule in a filter configured in tomcat. Initially if there no user 
stored in session, i take anonymous and store in session and use the same 
principal and call login module which (according to jboss documentation) sets 
the principal for the current thread.

As soon as the authenticated principal comes into session the filter takes the 
authenticated principal and calls invoked ClientLoginModule always so jboss 
gets the current user in call in ejb calls.

Hope it help, let me know if I am not doing the right way.

Regards,
Mehdi

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953203#3953203

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953203

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Programmatic Login

2006-06-24 Thread japplicoon
I try doing similar things and I'm stuck, too ;-(
In a way I'd like to replace j_security_check - Unfortunately I can't find the 
source code of that servlet ... 

This is my first trial:

A backing bean creates a LoginContext and uses the security-domain I specified 
in login-config.xml (with DatabaseServerLoginModule) and the AppCallbackHandler 
(I just tried that one, perhaps it is the wrong one?).  The authentification 
succeds, but what do I do with the Subject I got from loginContext.getSubject() 
?
Can I set it anywhere into a jboss-security Class? Do I have to cast it to 
something else? To get the Roles out of it? 

Is everything much more complicated than I thought ? ;-)


Thanks!

sonja



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953202#3953202

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953202

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Security realm for ExternalContext

2006-06-24 Thread peter_p
Hello,

I would like to bind an external ldap server into the jndi-tree.
In the documentation I found the class ExternalContext which
is designed to do this.

I would like to protect the access to the ldap server using
a technical useraccount for connection to the server:


  | 
  | 
  |   external/ldap
  |   
  |   java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
  |   java.naming.provider.url=ldap://localhost:389
  |   java.naming.security.authentication=simple
  |   java.naming.security.principal=uid=techuser,dc=users,dc=mydomain,dc=de
  |   java.naming.security.credentials=secret
  |
  | javax.naming.ldap.InitialLdapContext 

  |false
  | 
  | 

Unforunately I have to state the password in this mbean declaration as
clear text. Does anybody know a method to use an encrypted password
for an ExternalContext?

I'm thinking about the same method as offered for databases. It would
be a good thing to declare a security domain in the login-conf.xml using the 
SecureIdentityLoginModule and referencing this domain in the declaration
of the ExternalContext.

Thanks
Peter

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953200#3953200

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953200

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: Problem with @Bind annotation

2006-06-24 Thread [EMAIL PROTECTED]
The jboss aop dist comes with a few examples under 
docs/aspect-framework/examples/

all ones starting with "annotated-" show how to use annotations, so use those 
as a starting point.

Just a thought, it will only look for annotations within a class that has been 
annotated with
@Aspect or
@InterceptorDef

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953198#3953198

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953198

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss AOP] - Re: Problem with @Bind annotation

2006-06-24 Thread [EMAIL PROTECTED]
Yes i checked this, in netbeans it points to {build.classes.dir}.
The question is wether someone has been successful in using the @Bind 
annotation at all.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953197#3953197

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953197

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: Can not find a free port for use

2006-06-24 Thread timfox
Also, I have changed the code so that less callback servers wil be created. 
This means we will be able to support more concurrent open jms connections on 
the client side.

This will be available in RC3

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953194#3953194

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953194

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Explicit conversation ID redirect question

2006-06-24 Thread [EMAIL PROTECTED]
But you already have control over what view-ids get set. If you don't specify a 
page description in pages.xml, the view-id won't be updated. So only specify a 
description on the first page.

Or, probably safer, don't specify descriptions/view-ids in pages.xml, instead 
call Conversation.instance().setViewId() and 
Conversation.instance().setDescription() from the @Begin method.

OK?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953192#3953192

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953192

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portal context and Servlet mapping

2006-06-24 Thread Silicio
there was a problem a text truncation in the last post.
I post zipped log file:

(187 kb) www.overmodding.org/files/log-2006.06.24.zip

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953191#3953191

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953191

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Return to the page where I came from?

2006-06-24 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : The Redirect component was made conversation-scoped 
for this reason.
  | 
  | Just call Redirect.instance().setViewId("/returnPage.xhtml") when you go to 
the item_detail page.
  | 
  | Then when you are done, call Redirect.instance().execute();

Note that you would need to be in a conversation when you navigate to 
item_detail.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953189#3953189

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953189

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Return to the page where I came from?

2006-06-24 Thread [EMAIL PROTECTED]
The Redirect component was made conversation-scoped for this reason.

Just call Redirect.instance().setViewId("/returnPage.xhtml") when you go to the 
item_detail page.

Then when you are done, call Redirect.instance().execute();

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953188#3953188

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953188

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: DerbyDatabase mbean in 4.0.3 missing?

2006-06-24 Thread engelsen
I get the same error.

ITS SO FINE TO SEE EVERYONE POSTING THE FIX WHEN THEY FINALLY FIND WHY THEIR 
ERROR OCCURED


NOT ! please remember to post how you fixed it !

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953187#3953187

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953187

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Return to the page where I came from?

2006-06-24 Thread liudan2005
I have 2 pages: item_list.xhtml and item_detail.xhtml. User can modify the item 
detail when clicked a link in item_list page. In item_detail page, user 
modifies the item details and submit the changes by triggering 
myItemAction.submitChange(). Once the changes have been made, the user will be 
directed to item_list page again. In the submitChange() method, we can simply 
return a string that pointed to item_list page. This approach is OK in this 
case.

In some cases, there might be multiple entrances to item_detail e.g. 
item_feature_list.xhtml, item_history_list.xhtml...  In the submitChange() 
method, things are not that easy anymore because we don't know what page we 
should go.  Is there anyway to return to something like 
"where_I_came_from_previously". 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953186#3953186

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953186

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - [new] How can i do a back with jbpm?

2006-06-24 Thread qujiakang
Hello everyone :
   I 'm new user of jbpm.
   I've a problem of jbpm ,how can i go back previous task of a workflow
   e.g someone find  errors data  of in current task execution ,he might 
require to go back to previous steps to modify the data .
can someone tell me !?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953185#3953185

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953185

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Problem injecting default resource bundle to session bea

2006-06-24 Thread [EMAIL PROTECTED]
Show me the stack trace of the NPE, does it come from your code, of inside Seam?

Does org.jboss.seam.core.Messages.getMessages() ever get called? (Try putting a 
breakpoint there.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953184#3953184

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953184

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Problem with EAR and PersistenceContext in Jboss 4.0.4GA

2006-06-24 Thread Nico67
Well, may be i went too fast.
Putting all classes in the same jar file didn't solve the problem.
When i first call a EJB-method which performs a persist to the EntityManager i 
get :


  | javax.ejb.EJBException: javax.persistence.TransactionRequiredException: 
EntityManager must be access within a transaction
  | at 
org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69)
  | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83)
  | at 
org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:197)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  | at 
org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:225)
  | at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:106)
  | at 
org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
  | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:828)
  | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:681)
  | at 
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:358)
  | at 
org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:412)
  | at 
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:239)
  | Caused by: javax.persistence.TransactionRequiredException: EntityManager 
must be access within a transaction
  | at 
org.jboss.ejb3.entity.ManagedEntityManagerFactory.verifyInTx(ManagedEntityManagerFactory.java:149)
  | at 
org.jboss.ejb3.entity.TransactionScopedEntityManager.persist(TransactionScopedEntityManager.java:174)
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953183#3953183

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953183

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam 1.0.1 GA - STATE_SAVING_METHOD Problem

2006-06-24 Thread [EMAIL PROTECTED]
Yes, we are trying to figure this one out. It appears to be some 
incompatibility b/w the versions of Facelets and MyFaces used in the GA 
releases. Jacob is looking into it.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953182#3953182

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953182

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam 1.0.1 GA - STATE_SAVING_METHOD Problem

2006-06-24 Thread umarzubair
I just configured another jsf-facelets.jar, and my application is working fine 
with 


javax.faces.STATE_SAVING_METHOD
server


I think there might be some problem in jsf-facelets.jat included in 
jboss-seam-1.0.1.GA

Umar


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953177#3953177

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953177

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Seam 1.0.1 GA - STATE_SAVING_METHOD Problem

2006-06-24 Thread umarzubair
Hi,

My application was running perfectly using jboss-seam-1.0.0.CR3 with following 
property set in web.xml



javax.faces.STATE_SAVING_METHOD
server


Today I integrated my application with jboss-seam-1.0.1.GA. I could browse to 
my first page - login page. But I was unable to go to 2nd page by clicking 
submit button. Application was not responding, Method of Action class was not 
being called. 

After changing the value of javax.faces.STATE_SAVING_METHOD to client, 
application started working perfectly.

Could i know what i am missing or it is a feature. 

Thanks,
Umar
 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953175#3953175

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953175

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Source not found.

2006-06-24 Thread TMary
HI , the message on my joboss log is 

16:10:24,828 DEBUG [Server] Failed to start
java.lang.NoClassDefFoundError: org/dom4j/Element
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
at java.lang.Class.getConstructor0(Class.java:2640)
at java.lang.Class.newInstance0(Class.java:321)
at java.lang.Class.newInstance(Class.java:303)
at 
org.jboss.mx.modelmbean.RequiredModelMBeanInstantiator.instantiate(RequiredModelMBeanInstantiator.java:37)
at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:205)
at 
org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:56)
at 
javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316)
at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:219)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:369)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
at org.jboss.Main.boot(Main.java:195)
at org.jboss.Main$1.run(Main.java:463)
at java.lang.Thread.run(Thread.java:595)

can any one help??

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953174#3953174

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953174

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: running Eclipse TestNG plugin on a Seam project

2006-06-24 Thread jtucker
Sounds like you are close!

Hopefully the only thing you are missing now is a META-INF dir in your 
resources source folder.

It should contain ejb-jar.xml and persistence.xml.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953173#3953173

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953173

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: Redeployed queue does not load messages from db

2006-06-24 Thread ashields
Thanks


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953172#3953172

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953172

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: Redeployed queue does not load messages from db

2006-06-24 Thread timfox
Ok I have found a problem in queue redeployment which accounts for this.

The fix is fairly straightforward and will be in the next release (RC3) which 
should be out early next week.

Sorry for the inconvenience.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953171#3953171

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953171

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: Installation Validation Test Failure

2006-06-24 Thread timfox
In the mean-time to fix your installation you need to add the following to your 
login-config.xml:


  | 
  | 
  |  
  |   guest
  |   messaging-users.properties
  |   messaging-roles.properties
  |   
  | 
  | 
  | 

Sorry about the incomplete installation instructions. As Ovidiu says, we're 
actually going to get rid of the manual installation altogether in the next 
release.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953170#3953170

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953170

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Problem locating an MBeanServer

2006-06-24 Thread deus.machinarum
ok, I get that now

How would I be able to do something like:
Beanname.methodxyz();

e.g.:
world.tell();

i.e. How can I get a reference?

Sorry if that is already explained and I'm just missing it.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953169#3953169

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953169

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user