开发者

JBoss 4.2.3 - UserTransaction not bound, not published

开发者 https://www.devze.com 2023-01-26 04:48 出处:网络
I\'m running JBoss 4.2.3. When I look at the JNDIView, I do not see UserTransaction in the Global JNDI Namespace.

I'm running JBoss 4.2.3. When I look at the JNDIView, I do not see UserTransaction in the Global JNDI Namespace.

This is causing the following error in my webapp:

javax.naming.NameNotFoundException: UserTransaction not bo开发者_C百科und
at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)

This problem is happening on my remote hosting service (eapps). However, on my local machine, which is also running 4.2.3, it's fine.

How can I fix this?


Fixed it. Some months ago, I had tried to get RMI over HTTP to work. Got it half working and then got distracted and forgot about it. I just copied over some original versions of the files that I had edited, and it all worked again.

0

精彩评论

暂无评论...
验证码 换一张
取 消