Hi,
@ vedgunjan: I'm think your problem is something with FW too. If i install a
fresh donwloaded JBoss it works well on Windows Server 2003. I havnt installed
a Activ directory or somthing like that (dev system!)
maybe write your own programm and bind the requred Port so u can test if it is
JB
Thangs that works!
But the Produktion System is MS :-/ and There i have to use javaservice.
Running the run.bat -b x.x.x.x works as well!
But with -Djboss.bind.address it will not workt!
This is how the registry looks:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\JBOSS\Parameters]
| "J
.0.0 it changed nothing!
Even jboss.bind.address=dbserver or the IP.
If im just to stupid read right the manual say me where to look!
Do I have to use the bind-service.xml to do that?
regards
cjc
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060338#406
A restart of Jboss solve the problem !!!
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=93486
how ever in Jboss 4.0.4 GA it works well!!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985139#3985139
Reply to the post :
http://www.jboss.com/index.
I got the same problem!!
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985139#3985139
did someone find the reason, work around, fix?
A restart all the time is very BAD!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985140#3985140
Reply to the p
Thx allot ALRubinger,
this solve the NullpointerException!! I forgot to add the new Jars to my
Eclipse Project *ups* i use this library's from jboss 4.0.5 now:
*jboss-ejb3x.jar
*hibernate-client.jar
*ejb3-persistence.jar
But yet i get this crazy error!
Work right!!
WM_MailManager mm =(WM_MailMa
I have 2 Statless Sessionbeans in one I invoke the other by using
@EJB
The same jar works fine under 4.0.4 GA!!
Example Javacode:
| import javax.annotation.EJB;
| import javax.ejb.Stateless;
|
| public @Stateless class MailBoxAccountManagerBean implements
WM_MailBoxAccountManager {
|
Hi,
I have the same configuration. I did copy the lib's from Jboss to
webapps/"something"/WEB-INF/lib
| jbossall-client.jar
| jboss-aop-jdk50-client.jar
| jboss-aspect-jdk50-client.jar
| jboss-aspect-library-jdk50.jar
| jboss-ejb3-client.jar
| jboss-ejb3x.jar
| ejb3-persistence.jar
, Integer limit){
| String order = "ORDER BY ."
| Query q = manager.createQuery("SELECT o FROM SomeObj o "+ order );
| q.setFirstResult(offset);
| q.setMaxResults(limit);
| return q.getResultList();
| }
|
thx all
cjc
View the original post :
http://www.
;
|
| public List findAllBlub(Integer offset, Integer limit){
| String order = "ORDER BY ."
| return manager.createQuery("SELECT o FROM SomeObj o "+ order +" OFFSET "+
offset +" LIMIT "+ limit).getResultList();
| }
|
I'm using Jboss4.
10 matches
Mail list logo