Re: could not publish to the server
by samk@twinix.com
See Thread at: http://www.techienuggets.com/Detail?tx=31250 Posted on
behalf of a User
Do you resolve the problem "could not publish to the server"? I have the
same problem
Jairo
jairao.santana(a)gmail.com
In Response To:
Hello,
I m using Jboss4.2 with eclipse jee 3.3.2 version, when I try to run my web
application I get this error:
could not publish to the server java.lang.NullPointerException
I searched a lot about this issue in the net, but I didnt find any
information to how resolve my problem.
Note that i can access my jboss http:/localhost:8080/ when i start it, but
i dont know what wrong.
thanks in advance.
17 years, 11 months
[Microcontainer] - Anonymous beans
by david.lloyd@jboss.com
In my deployment, I want to be able to programmatically build a BeanMetaData, which represents a bean that should be injected into the property of another bean.
However I hit a problem that I probably won't be able to explain properly, but here goes:
First of all, the container is giving an error if the nested bean doesn't have a name. I don't see why it needs a name though, since it's only referenced by the outer bean?
Second, the nested bean doesn't appear on the deployment, so even if the nested bean has a name, the deployment still fails with a "CONTEXTS MISSING DEPENDENCIES" message.
Basically I'm trying to programmatically replicate this kind of structure:
| <bean name="TheOuterBean" class="...">
| <property name="prop">
| <bean class="some.inner.Bean"/>
| </property>
| </bean>
|
Am I making any sense?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154090#4154090
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154090
17 years, 11 months